Merhaba
Düşen fibo çizgileri için
OBS:=144;
Y0:=LastValue(LLV(L,OBS));
Y100:=LastValue(HHV(H,OBS));
Y50:=(LastValue(HHV(H,144))-LastValue(LLV(L,144)))*0.5+LastValue(LLV(L,144));
Y23.6:=(LastValue(HHV(H,144))-LastValue(LLV(L,144)))*0.236+LastValue(LLV(L,144));
Y38.2:= (LastValue(HHV(H,144))-LastValue(LLV(L,144)))*0.382+LastValue(LLV(L,144));
Y61.8:= (LastValue(HHV(H,144))-LastValue(LLV(L,144)))*0.618+LastValue(LLV(L,144));
Y78.6:=(LastValue(HHV(H,obs))-LastValue(LLV(L,obs)))*0.786+LastValue(LLV(L,obs));
y0;
y100;
y50;
y23.6;
y38.2
Yükselen fibo çizgileri için
OBS:=144;
Y0:=LastValue(HHV(H,OBS));
Y100:=LastValue(LLV(L,OBS));
Y50:=(LastValue(HHV(H,144))-LastValue(LLV(L,144)))*0.5+LastValue(LLV(L,144));
Y23.6:=(LastValue(HHV(H,144))-LastValue(LLV(L,144)))*0.764+LastValue(LLV(L,144));
Y38.2:=(LastValue(HHV(H,144))-LastValue(LLV(L,144)))*0.618+LastValue(LLV(L,144));
Y61.8:=(LastValue(HHV(H,144))-LastValue(LLV(L,144)))*0.382+LastValue(LLV(L,144));
Y78.6:=(LastValue(HHV(H,obs))-LastValue(LLV(L,obs)))*0.214+LastValue(LLV(L,obs));
y0;
y100;
y50;
y23.6;
y38.2