ma65:=ma(c,65);ma250:=ma(c,250);bb:count(cross(ma(c,65),ma(c,250)),250);xg:=ma250>ref(ma65,1);cross(ma250,ma65) and xg and bb;cross(ma250,ma65) and xg and bb;这句错误,不知道你想表达的意思。bb大于0的情况下,那么cross(ma250...
cys:=(c-(0.01*ema(amount,13)/ema(v,13)))/(0.01*ema(amount,13)/ema(v,13))*100;底背离:ref(c,barslast(ref(filter(backset(ref(cys,n)=llv(cys,2*n+1),n+1),n) and cys=llv(cys,n+1),1))+1)>c and ref(cys,barslast(...
均价:=(open+high+low+close*2)/5;突破:=均价+high-low;阻力:=均价*2-low;支撑:=均价*2-high;下降:=均价-high+low;心理:=(均价+突破+阻力+支撑+下降)/5;趋势:=expma(close,12);xg:ref(心理,1)<ref(趋势,1) and 心理>ref(心理,1) and 心理<趋势;测试通过,希望能够...