mj:=8;t:=100;a1:=cost(85);a2:=cost(15);a3:=a1-a2;a4:=(a1+a2)/2;a5:=a3/a4*100<mj;b1:=hhv(high,t);b2:=llv(low,t);b3:=b1-b2;b4:=(a4-b2)<b3/2;单峰:a5 and b4; 20210311
收盘价的30日简单移动平均>1日前的收盘价的30日简单移动平均 和收盘价>收盘价的30日简单移动平均 和收盘价的10日简单移动平均上穿收盘价的30日简单移动平均以上是你原来语句的含义,如果你想另外再独立编写一个的话,就是---close>ma(c,10 and ma(c,10)>=ma(c,30);如果你想在原语句的基础上再添加该条件的话,就...
f:=100*(c-ref(c,1))/ref(c,1); 今小昨:=if(c<ref(o,1) and f<0,1,0); s1:=今小昨; 今小前:=if(c<ref(o,2) and f<0,1,0),linethick0; s2:=今小前; a1:=s1=0 and ref(s1,1)=1 and s2=0 and ref(s2,1)=1 and cross(zig...