Fave This

Friday 9 May 2014

[Komunitas AmiBroker] AFL untuk menggambarkan 3 garis sejajar moving average



_SECTION_BEGIN("ma tiga garis sejajar");
//AFL untuk menggambarkan 3 garis sejajar dgn moving average
//anda bisa ganti factor X ;

X = 0.1 ;// ganti X sesuai selera.
closeabove = C + ( C * X) ;
closeabovemv = MA(Closeabove,200);
closebelow = C - ( C * X) ;
closebelowmv = MA(Closebelow,200);

Plot(closeabovemv,"",1);
Plot(MA(C,200),"",1);
Plot(closebelowmv,"",1);
_SECTION_END();



__._,_.___


Harga Software AmiBroker Terbaru:
- Versi Professional: Rp 3,500,000
- Versi Standard: Rp 2,500,000

Harga Paket Realtime Intraday Data:
1 bulan Rp 250,000
3 bulan Rp 675,000 @225rb/bulan
6 bulan Rp 1,200,000 @200rb/bulan
12 bulan Rp 2,100,000 @175rb/bulan

Pemesanan:
E-Mail: sales@integrity.co.id
Ph: 021-57936155
SMS: 08159304868
Pin: 285844A8

Informasi Selengkapnya Visit Website:
http://www.integrity.co.id





__,_._,___

No comments:

Post a Comment