örneğin;
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));
CROSS(C,Y23.6) OR CROSS(C,Y38.2) OR CROSS(C,Y61.8) OR CROSS(C,Y78.6)
SAT
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));
CROSS(Y23.6,C) OR CROSS(Y38.2,C) OR CROSS(Y61.8,C) OR CROSS(Y78.6,C)
gibi denenebilir
iyi çalışmalar