Fave This

Friday, 10 February 2012

Re: [Komunitas AmiBroker] Explorer



// Explorer bisa seperti ini
Buy= xxxxxxx ;
Sell= yyyyyyy ;
Filter = Buy OR Sell;

AddColumn(C,"Close",1.0);

AddTextColumn( Trade,"Trade",1.0,colorDefault,IIf(Buy,colorBrightGreen,IIf(Sell,colorRed,colorDefault)),48);

//

http://www.facebook.com/hakie1
----- Original Message -----
Sent: Tuesday, February 07, 2012 5:31 PM
Subject: [Komunitas AmiBroker] Explorer

 

 Teman ada yg bisa bantu buat explorer


//---------------------------
Mdb=MA(C, 20);
bull=H - EMA(C,13);
bear=L - EMA(C,13);
upLine = C-MdB;
downLine = -(bull+bear);
centerLine=0;
Plot(upLine,"",colorGreen,1);
Plot(downLine,"",colorRed,1);
Plot(centerLine,"",colorBlack,1);
//----------------------------



Thanks



__._,_.___


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





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

No comments:

Post a Comment