amo:=amount;maamo1:=ma(amo,10);maamo2:=ma(amo,20);maamo3:=ma(amo,30); aa:=ma(c,5)>ma(c,10) and ma(c,10)>ma(c,30) and ma(c,30)>ma(c,60) and ma(c,60)>ma(c,120);cross(maamo1,maamo2) and aa a...
t1:=close>open andma(close,5)>open and ma(close,5)<close andma(close,10)>open and ma(close,10)<close andma(close,30)>open and ma(close,30)<close andma(close,60)>open and ma(clo...
dif:=ema(close,12)-ema(close,26);dea:=ema(dif,9);macd:=(dif-dea)*2;a1:=close/ref(close,1);a2:=a1>1 and a1;b1:=vol/ref(vol,1);b2:=b1>1 and b1;c1:=100*ma(vol,5)/capital;every(c>o,3)and macd(dif...
a:=c/ref(c,1)>0.99 and c/ref(c,1)<1.01;b:=ref(c,1)/ref(c,2)>0.98 and ref(c,1)/ref(c,2)<1.02;c:=ref(c,2)/ref(c,3)>0.99 and ref(c,2)/ref(c,3)<1.01;d:=ref(c,3)/ref(c,4)>0.97 and ref(...