COME BUY ??兰先生
2024-12-24 01:11:22
最佳回答
{ok.通达信测试通过}var1:=3*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1);var2:=ema(var1,8);var3:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma(sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1),3,1);趋势线:=ema(var3,3)-10;typ := (high + low + close)/3;cc1:=(typ-ma(typ,14))/(0.015***edev(typ,14));c1:=sma(cc1,3,1);c2:=sma(c1,3,1);c3:=3*c1-2*c2;cb1:=ema(c3,5);cb2:=ref(cb1,1);lc := ref(close,1);rsi1:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;rsi:=(rsi1-50)*5;r1:=sma(rsi,3,1);d1:=sma(r1,3,1);j1:=3*r1-2*d1;rr1:=ema(j1,5);rr2:=ref(rr1,1);rr:=rr1>rr2;rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;k:=sma(rsv,3,1);k1:=(k-50)*5;k2:=sma(k1,3,1);d2:=sma(k2,3,1);j2:=3*k2-2*d2;bb1:=ema(j2,5);bb2:=ref(bb1,1);买入:rr and not(ref(rr,1)) or (rr1<-100 and bb1<-100) and cb1<-100or cross(趋势线,var2) and 趋势线>ref(趋势线,1) and 趋势线<50; 20210311