Merhaba
İlk formül için
d:= valuewhen(1.,DAYOFMONTH()<>REF(DAYOFMONTH(),-1),REF(CUM(V*W),-1));
f:= valuewhen(1.,DAYOFMONTH()<>REF(DAYOFMONTH(),-1),REF(CUM(V),-1));
x1:=(cum(w*v)-d)/(Cum(v)-f);
rsi(c,8) >= 39 and cross(c,x1) and vlt[gun]() > 7
İkinci formül
d:= valuewhen(1.,DAYOFMONTH()<>REF(DAYOFMONTH(),-1),REF(CUM(V*W),-1));
f:= valuewhen(1.,DAYOFMONTH()<>REF(DAYOFMONTH(),-1),REF(CUM(V),-1));
x1:=(cum(w*v)-d)/(Cum(v)-f);
period:=20;
VWMA:=sum(c*v,period)/sum(v,period);
x1 < c and VWMA < c and vlt[gun]() > 7
Formül üç
cross(rsi(c,5),rsi(c,21)) and vlt[gun]() > vlt[haf]() and MO(c,14) > 0
Formül dört
cross(rsi(c,5),54) and cross(MO(c,14) , 0)
Şeklinde deneyiniz.
Bilgilerinize.