[amibroker] Convert MS to AFL - Need Help

2009-02-27 Thread Sathya
{ Signal/Value accumulator code in Metastock} Hi... Senior AFL Programer , can anyone help me to convert this MS code to AB-AFL code. i ve tried but still found error. { Start count signal } start:=TroughBars(1,C,5)=0; { End count signal } end:=P

[amibroker] Blending Candle

2009-07-07 Thread Sathya
Hi,,, i am looking for AFL code to make "Blending Candlestick" in AB we can chose with stndard timeframe available. but in this case i just want to make custome by taken 2 or 3 days candles can anyone share to me. Rgdz SAT

[amibroker] Need help to convert MS code to AFL

2009-02-27 Thread sAThya®
hi,,, it seem no one has reponded my requested or pls advise how to to write this syntax in AFL AB platform init:=Cum(IsDefined(start+end))=1; flag:=ValueWhen(1,start-end<>0 OR init,start); start:=flag*(Alert(flag=0,2) OR end*Cum(end)=1); end  :=(flag=0)*(Alert(flag,2)   OR start*Cum(start)=1); val

Re: [amibroker] Re: Need help to convert MS code to AFL

2009-02-28 Thread sAThya®
Paul , thanks for you kind help... yes that code was created by Josesilva in MS. and this code your given has run same as in MS. Thanks a lot Paul Rgdz Sat   From: paul_79c To: amibroker@yahoogroups.com Sent: Saturday, February 28, 2009 3:53:15 PM Subject: [a

[amibroker] Fw: [ob] INDEX 5 menit view

2009-04-29 Thread sAThya®
Pak Dendo ada yg minta bantu data realtime nya silahkan di hub Rgdz Sathya   - Forwarded Message From: Andri Irawan To: prassat...@yahoo.com Sent: Thursday, April 30, 2009 10:22:58 AM Subject: Re: [ob] INDEX 5 menit view Pagi pak Sathya, saya selama ini cari2 provider data ihsg

Re: [amibroker] Re: find today's dailybar high and low from intraday bar [1 Attachment]

2009-05-21 Thread sAThya®
Hi guys , related to this topic i would like to asking how to make intarday volume plot in daily volume chart as text.  by get intraday data or in this case we make in hourly data and plot in daily volume text. ex : get hourly close price  and volume and  plot as a text in daily chart volume pls

Re: [amibroker] Re: ZigZag code

2009-06-20 Thread sAThya®
Regarding the zig function we discusess here,, i would like to asking how to plot volume cum in normal zig indicator, which could count a volume every leg of the zig before its break. any one can help ...!!! Rgdz SAT From: lucianomt To: amibroker@yahoogroup