diff:=ema(dclose,12)-ema(dclose,26);dea:=ema(diff,9);macd:=(diff-dea)*2;低位金叉:=cross(diff,dea)and diff;二次金叉1:=cross(diff,dea)and dea(低位金叉,21)=2;tj1:=低位金叉 or 二次金叉1;ljpk:=(c+h+o+l)/4;mcc:=xma(ljpk,20)*(1...
进场选股:z:=ma(c,120);var4:=ma((close-llv(low,10))/(hhv(high,10)-llv(low,10))*100,3);进场:if(close>z and ref(var4,1)<30 and var4>ref(var4,1) and ref(var4,1)<ref(var4,2),80,50);反弹进场选股:z:=ma(c,120...
var3aa:=if((close>ref(close,1)),88,0);var4aa:=if(((close)/(ref(close,1))>1.05) and ((high)/(close)<1.01) and (var3aa>0),91,0);预警:filter((var4aa>90),45) or filter((var4aa>90),35);
{全是函数,慎}var10b:=if(trou**ars(3,16,1)=0 and high>low+0.04,4,0);var11b:=zig(3,6)>ref(zig(3,6),1) and ref(zig(3,6),1)<=ref(zig(3,6),2) and ref(zig(3,6),2)<=ref(zig(3,6),3);var13b:=zig(3,22)&g...