v1:=ema(close,60)-ema(close,300);v2:=ema(v1,300);v3:=(close-llv(low,8))/(hhv(high,8)-llv(low,8))*100;v4:=sma(v3,2,1);v5:=sma(v4,2,1);v6:=close/ref(close,3)>=1.1;v7:=backset(v6,3);买入:if((v7 and count(v7,3)=1),30,0);招呼打在前面,信号很准是吧?backset这是未来函数,小心使用吧,玩玩意思一下就行了。 20210311
mh:=close#month;ml:=close#month;ab1:=ema(c,14);ab1x:=(ab1-ref(ab1,1))/ref(ab1,1)*100;a1:=(mh-c)/c*100>20 and barscount(close)>20 and ab1x<0;xg:ab1x>=0 and ref(a1,1)>0;记得采纳一下。
**s:=c/ref(c,1)>1.05 and c=h and between(forcast(v,4),0.2*forcast(v,12),2.1*forcast(v,12));介必升:=filter(**s,28)*100;var1a:=if((c/ref(c,1)>1.05 and h/c<1.01 and c>ref(c,1)),91,0);var2a:=filt...