Dear all,
iseng2 karena gak ikutan pesta vitamin C, saya bikin formula sederhana
berikut buat MS. Gunanya buat plot batas Fibonacci saat harga ada
diatas sebagai target harga (breakout), ada di bawah sebagai target
untuk entry (breakdown) atau didalam range 0%-100%.
Dengan cara ini garis-garis fibo terplot secara otomatis soalnya males
juga kalo musti tarik manual tiap kali buka chart.
Dicoba aja.
Mohon masukan, kali aja ada yang salah di formula tersebut.
regards
MD
{Tentukan periode}
pds:=5;
{Tentukan Peak dan Trough}
A:=Peak(1,H,pds);
B:=Trough(1,L,pds);
D:=A-B;
{Tentukan rasio FB dalam range}
dalam1:=B+0.382*D;
dalam2:=B+0.618*D;
dalam3:=B+0.5*D;
{Tentukan rasio FB diatas range}
atas1:=A+0.618*D;
atas2:=A+1.618*D;
atas3:=A+3.236*D;
{Tentukan rasio FB dibawah range}
bawah1:=B-0.618*D;
bawah2:=B-1.618*D;
bawah3:=B-3.236*D;
{Tentukan rencana plot}
totalrec:=Cum(1);
plot1:=if(C>A,atas1,if(C<B,bawah1,dalam1));
plot2:=if(C>A,atas2,if(C<B,bawah2,dalam2));
plot3:=if(C>A,atas3,if(C<B,bawah3,dalam3));
{Plot di chart}
Mov(LastValue(plot1),LastValue(totalrec)-5,S);
Mov(LastValue(plot2),LastValue(totalrec)-5,S);
Mov(LastValue(plot3),LastValue(totalrec)-5,S);
A;B;
------------------------------------
Kunjungi situs http://www.info-saham.com untuk informasi seputar saham.
SEMUA POSTING DI MILIS INI TANGGUNG JAWAB PENGIRIM EMAIL DAN BUKAN ADMIN MILIS.
SEMUA POSTING DI MILIS INI BUKAN UNTUK MENGAJAK MEMBELI ATAU MENJUAL EFEK.
SETIAP KEPUTUSAN INVESTASI MENJADI TANGGUNG JAWAB PIHAK PEMILIK INVESTASI ATAU
PEMILIK MODAL.
[email protected] untuk berhenti dari milis saham
[email protected] untuk bergabung ke milis saham
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/saham/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/saham/join
(Yahoo! ID required)
<*> To change settings via email:
[email protected]
[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/