Fave This

Tuesday, 18 September 2012

[Komunitas AmiBroker] EXPLORASI BOLINGER BAND

teman2, mohon bantuannya dong untuk membuat explorasi bolinger band,
tapi dengan menggunakan perhitungan EMA...

mohon tanggapannya
thanks
edwin


Buy = C > EMA(C,20); Sell = C < EMA (C,20);

Filter = C <= BBandBot (C,20,3) OR C <= BBandBot (C,20,2);

AddColumn (BBandBot (C,20,2), "BAND 20", 1.0, IIf(C>Ref(C,-1), colorDarkGreen, colorCustom12 ));// Inginnya menampilkan bottom band dng perhitungan EMA
AddColumn(C, "C",1.0, IIf(C>Ref(C,-1), colorDarkGreen, colorCustom12 ));
AddColumn(EMA (C,20), " MN ",1.0);//menampilkan angka




------------------------------------

Harga Software AmiBroker:
- Versi Professional: Rp 2,5 Jt
- Versi Standard: Rp 1,8 Jt

Harga Paket Realtime Intraday Data:
- 1 bulan Rp 250 Rb
- 3 bulan Rp 675 Rb (after disc 10%)
- 6 bulan Rp 1,2 Jt (after disc 20%)
- 12 bulan Rp 2,3 Jt (after disc 23%)

Pemesanan:
E-Mail: sales@integrity.co.id
Ph: 021-57936155
SMS: 08159304868
Pin: 285844A8
http://www.integrity.co.idYahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker-4-bei/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker-4-bei/join
(Yahoo! ID required)

<*> To change settings via email:
amibroker-4-bei-digest@yahoogroups.com
amibroker-4-bei-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
amibroker-4-bei-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

No comments:

Post a Comment