Merhabalar,
Aşağıdaki şekilde deneyiniz,
CLOSE > REF(CLOSE, -1) * 1.01
AND REF(CLOSE, -1) > REF(CLOSE, -2) * 1.01
AND REF(CLOSE, -2) > REF(CLOSE, -3) * 1.01
AND VOLUME > REF(VOLUME, -1) * 1.5
AND VOLUME > MOV(VOLUME, 20,S) * 1.2
AND CLOSE > MOV(CLOSE, 50,S)
AND MOV(CLOSE, 20,S) > MOV(CLOSE, 50,S)
Diğer formül
RSI(c,14)<35 AND CLOSE>REF(LOW,-1) AND REF(CLOSE,-1)=LLV(CLOSE,20) AND VOLUME>MOV(VOLUME,10,S)
iyi çalışmalar