Selam , algo trade ile yeni tanıştım Anıl hocanın ROTT+SOTT sistemini test ettim optimizasyon değerlerini değiştirip hissede çıkan değerleri girdiğimde sistem çalışmıyor sadece al sinyali üretiyor bir kaç kez denedim yanlış mı yazdım diye fakat çözümünu bulamadım yardımcı olabilir misiniz bana ?
opt1: 20 opt2: 0,2 opt3: 600 opt4: 400 opt5: 0,2
ROTT+SOTT
AL
if(mov(c,opt1,Var)>ott(c,opt1,7) and mov(c,1000,var)*2>ott(mov(c,1000,var)*2,2,1), mov(c,opt1,VAR)>ott(c,opt1,opt2) and STOSK(opt3,opt4,33,VAR)+1000>OTT(STOSK(opt3,opt4,33,VAR)+1000,2,opt5), mov(c,opt1,VAR)>ott(c,opt1,opt2) and STOSK(opt3,opt4,33,VAR)+1000>OTT(STOSK(opt3,opt4,33,VAR)+1000,2,opt5))
SAT
if(mov(c,opt1,Var)>ott(c,opt1,7) and mov(c,1000,var)*2>ott(mov(c,1000,var)*2,2,1), mov(c,opt1,VAR)<ott(c,opt1,opt2) and STOSK(opt3,opt4,33,VAR)+1000<OTT(STOSK(opt3,opt4,33,VAR)+1000,2,opt5), mov(c,opt1,VAR)<ott(c,opt1,opt2) and STOSK(opt3,opt4,33,VAR)+1000<OTT(STOSK(opt3,opt4,33,VAR)+1000,2,opt5))
Değerler girildiğinde:
AL
if(mov(c,20,Var)>ott(c,20,7) and mov(c,1000,var)*2>ott(mov(c,1000,var)*2,2,1), mov(c,20,VAR)>ott(c,20,0,2) and STOSK(600,400,33,VAR)+1000>OTT(STOSK(600,400,33,VAR)+1000,2,0,2), mov(c,20,VAR)>ott(c,20,0,2) and STOSK(600,400,33,VAR)+1000>OTT(STOSK(600,400,33,VAR)+1000,2,0,2))
SAT
if(mov(c,20,Var)>ott(c,20,7) and mov(c,1000,var)*2>ott(mov(c,1000,var)*2,2,1), mov(c,20,VAR)<ott(c,20,0,2) and STOSK(600,400,33,VAR)+1000<OTT(STOSK(600,400,33,VAR)+1000,2,0,2), mov(c,20,VAR)<ott(c,20,0,2) and STOSK(600,400,33,VAR)+1000<OTT(STOSK(600,400,33,VAR)+1000,2,0,2))