主力:=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;公式已测试通过!希望能够帮助你! 20210311
n:=14;k:=n/2;mak:=ma(close,k),colorwhite,linethick1;man:=ma(close,n),colorred,linethick1;dtpl:=ma(c,n)>ma(c,n*1.5) and ma(c,n*1.5)>ma(c,n*3) and ma(c,3)>ma(c,n*6);选择均线:=n;强弱天数:=k;连续走强:=count(c>ma(c,n)...
dif:=ema(close,9)-ema(close,150);dea:=ema(dif,12);macd:=2*(dif-dea);dik:=4*dif-3*dea;ded:=ema(dik,1);启动点:macd<0 and macd>ref(macd ,1) and ref(macd ,1)<ref(macd ,2)and ref(macd ,2)<ref(macd...
{安全买点信号}var2:=((((2*close)+high)+low) / 4);var4:=llv(low,5);var5:=hhv(high,4);c1:=ema((((var2-var4)/(var5-var4))*100),4);c2:=ema(((0.667*ref(c1,1))+(0.333*c1)),2);安全买点:cross(c1,c2) and ref(c1,1)<20...