Merhabalar,
Aşağıdaki şekilde tekrar bir deneyiniz,
1.sorunuz :
düşen fibo için
OBS:=100;
Y0:=LastValue(LLV(L,OBS));
Y100:=LastValue(HHV(H,OBS));
Y50:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.5+LastValue(LLV(L,100));
Y23.6:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.236+LastValue(LLV(L,100));
Y38.2:= (LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.382+LastValue(LLV(L,100));
Y61.8:= (LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.618+LastValue(LLV(L,100));
Y78.6:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.786+LastValue(LLV(L,100));
LASTVALUE(Y0);LASTVALUE(Y100); Y50;Y23.6;Y38.2;Y61.8;Y78.6
Yükselen fibo için aşağıdaki formülü kullanınız,
OBS:=100;
Y0:=LastValue(HHV(H,OBS));
Y100:=LastValue(LLV(L,OBS));
Y50:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.5+LastValue(LLV(L,100));
Y23.6:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.764+LastValue(LLV(L,100));
Y38.2:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.618+LastValue(LLV(L,100));
Y61.8:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.382+LastValue(LLV(L,100));
Y78.6:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.214+LastValue(LLV(L,100));
Y0;Y100; Y50;Y23.6;Y38.2;Y61.8;Y78.6
61.8 yüzde 2 yakın olanlar
Y61.8:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.382+LastValue(LLV(L,100));
C/Y61.8<1 AND C/Y61.8>0.98
78.6 yüzde 2 yakın olanlar
Y78.6:=(LastValue(HHV(H,100))-LastValue(LLV(L,100)))*0.214+LastValue(LLV(L,100));
C/Y78.6<1 AND C/Y78.6>0.98
2.sorunuz :
8 günlük ort fiyat -> MOV(C,8,S)
Bir gün önceki 8 günlük ort.fiyat ->REF(MOV(C,8,S),-1)
Olası sorularınız da egitim@matriksdata.com adresine görsellerle destekleyerek sorularınızı sorabilirsiniz,
iyi çalışmalar