主力:=ema((close-ma(close,7))/ma(close,7)*480,2),linethick2,colorred;散户:=ema((close-ma(close,11))/ma(close,11)*480,7),linethick2,colorwhite;cross(主力,散户) and 主力<-10 and dyna**(17)>0;公式已测试通过!希望能够帮助你...
天晶剑1:=(ema(close,6) - ema(close,13));天晶剑2:=ema(天晶剑1,9);天晶剑3:=barslast(cross(天晶剑1,天晶剑2));天晶剑4:=ref(天晶剑3,天晶剑3+1);天晶剑5:=天晶剑2<ref(天晶剑2,天晶剑4);天晶剑:cross(天晶剑1,天晶剑2) and 天晶剑5;
{未来函数,慎用}var11:=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);var13:=zig(3,22)>ref(zig(3,22),1) and ref(zig(3,22),1)<=ref(zig(3,22),...