kdjmacd1:=(high+low+open+close)/(4);kdjmacd3:=(2)*(ema(llv(kdjmacd1,8),13))-kdjmacd1;乾坤线:=(3)*(kdjmacd3)-(2)*(sma(kdjmacd3,9,1));xg:乾坤线>c and 乾坤线<ref(乾坤线,1);
a:=c>o*1.03;d:=v>ref(v,1)*1.10;量价自用:=a and d;ma20:=ma(c,20);ma7:=ma(c,7);aa:=o<ma20 and c>ma20;bb:=o<ma7 and c>ma7;cc:=ma7>ma20;上传中轨:aa and bb and cc;参考资料:http://tieba.baidu.com/f...
ku1:=if(high=hhv(high,3),1,0);ku1赋值:如果最高价=3日内最高价的最高值,返回1,否则返回0kd1:=if(low=llv(low,3),1,0);kd1赋值:如果最低价=3日内最低价的最低值,返回1,否则返回0ul:=if(ref(ku1,2)=1 and ref(ku1,1)=0 andku1=0,ref(high,2),ref(high,2+barslast(...