Thanks banget utk para Seniors2 yg sdh meluangkan waktunya untuk menolong saya. Utk Pak Donny: bener Pak, sperti yg dibawah yg saya cari. Thanks alot ya Pak. Salam Cuan/ Arifin.Kwok
--- On Wed, 6/8/11, Donny Yudinata <oke_deh_81@yahoo.com> wrote:
From: Donny Yudinata <oke_deh_81@yahoo.com> Subject: Re: [Komunitas AmiBroker] (unknown) To: amibroker-4-bei@yahoogroups.com Date: Wednesday, June 8, 2011, 3:38 PM
Pak arifin, maksudnya AC oscillatornya bill williams ya? Coba ini, sapa tau bisa _SECTION_BEGIN("AC"); SlowMA=MA(Avg,34); FastMA=MA(Avg,5); AO=FastMA-SlowMA; AC=AO-MA(AO,5); DC=IIf(AC>Ref(AC,-1),colorGreen,colorRed); Plot(AC,"AC",DC, ParamStyle("Style", styleHistogram | styleThick )); _SECTION_END(); Semoga bener ini yg dicari. Trade the right way From: Arifin Kwok <arifin.kwok@yahoo.com> Sender: amibroker-4-bei@yahoogroups.com Date: Wed, 8 Jun 2011 18:26:56 +0800 (SGT) To: <amibroker-4-bei@yahoogroups.com> ReplyTo: amibroker-4-bei@yahoogroups.com Subject: Re: [Komunitas AmiBroker] (unknown)
Dear Senior's Wah, thanks banget for quick relpy-nya. masih gak bisa Mas, saya cuma berharap ada senior yg bisa bagi AC accelerator (sperti yg di blog OB itu)
sekali lagi thanks banget utk para seniors. salam cuan slalu/ Arifin.Kwok --- On Wed, 6/8/11, Wisnu Mobile <wisnu.working@gmail.com> wrote:
From: Wisnu Mobile <wisnu.working@gmail.com> Subject: Re: [Komunitas AmiBroker] (unknown) To: amibroker-4-bei@yahoogroups.com Date: Wednesday, June 8, 2011, 1:03 AM
Betul tuh, kalau ketemu error, select error messagenya, press F1! Ada function, bingung cara pakainya, press F1! Secepat F1 pitstop dah.. Saya diajari Pak Dendo untuk ini.. :D
Tapi ini sih, masalah ketelitian. Coba dibaca ulang, halaman download dengan teliti, sampai ke comment-nya.
Comments: Steve Wiser slwiser [at] comcast.net 2003-08-16 13:50:58 | Change the "A" to Avg since Tomasz the average price is no longer known as "A" but Avg. | Chris
2009-04-11 06:31:38 | Don\'t forget to delete the */ at the end of the first line comment, before using this indicator. | Atau kalau di ajarin wisnu, selalu tekan F1 karena itu akan ksh jawaban secepat mobil nya. Mas Arifin,
Gimana komen nya mpok Ami atas AFL di bawah ? Coba jawab dulu, nanti jadi tau dimana kesalahannya... jadi kalo ketemu masalah yg sama dah bisa benerin sendiri.
Regards, ES
Hallo para senior, mohon bantuannya. saya ada download afl AC+acceleration. tapi kok gak bisa ya. kesalahnnya terletak dimana ya?. ini dibawah hasil asli download dari ami afl library /* Exploration, System and Indicator */ Author: Steve Wiser Email address: slwiserr@erols.com May 5, 2001 */ outsidebar = outside(); insidebar = H <= Ref(H,-1) and L >= Ref(L,-1); upbar = H > ref(H,-1) and L >= ref(L, -1); downbar = L < ref(L,-1) and H <= ref(H,-1); barcolor=iif(outsidebar, 1, iif(downbar, 4, iif(upbar, 5, iif(insidebar,6, 0 ) ) ) ); var1=ma( A , 34); var2=ma( A,5); var3=var2-var1; var4=var3-ma(var3,5); Graph0=var4; graph0style=2+4; Graph1=wilders(var4,5); Graph1Style=5; Graph0Barcolor=Barcolor; salam cuan slalu/Arifin.Kwok |
| __._,_.___ Apabila membutuhkan software AmiBroker, Realtime Intraday Data & Pelatihan silahkan kontak : Dendo Valentino | Cell : 08159304868 | e-mail: amibrokerfreak{at}yahoo.co.id | YM id : dendov | http://www.facebook.com/dendo.amibrokerfreak | http://www.amibroker-4-bei.org __,_._,___
|
No comments:
Post a Comment