Merhabalar,
Aşağıdaki gibi deneyebilirsiniz,
OBS:=200;
Y0:=LastValue(HHV(H,OBS));
Y100:=LastValue(LLV(L,OBS));
Y50:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.5+LastValue(LLV(L,200));
Y23.6:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.764+LastValue(LLV(L,200));
Y38.2:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.618+LastValue(LLV(L,200));
Y61.8:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.382+LastValue(LLV(L,200));
Y78.6:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.214+LastValue(LLV(L,200));
YM55:=(LastValue(HHV(H,200))-LastValue(LLV(L,200)))*0.55+LastValue(LLV(L,200));
CROSS(YM55,C)
iyi çalışmalar