用法:白色买进黄色加码绿色洗盘蓝色下跌ma3:MA(C,3),colorwhite;ma5:MA(C,5),reen;ma10:MA(C,10),colorred;ma20:MA(C,20),colorblue;ma30:MA(C,30),coloryellow;Var1:=EMA(C,3);Var2:=EMA(C,5);Var3:=EMA(C,10);Var4:=EMA(C,20);Var5:=EMA(C,30);Var6:=(Var2+Var3+Var4+Var5)/4;Var7:=(Var6-REF(Var6,15))/REF(Var6,15)*100;Var8:=(Var6-REF(Var6,15))/REF(Var6,15)*100;Var9:=EMA(Var7,8);STICKLINE(Var7<1*REF(Var7,1),h,l,,0),COLORBLUE;STICKLINE(Var7<1*REF(Var7,1),o,c,8,0),COLORBLUE;STICKLINE(Var7>1*REF(Var7,1),h,l,,0),COLORRED;STICKLINE(Var7>1*REF(Var7,1),o,c,8,0),COLORRED;STICKLINE(Var7<1*REF(Var7,1)ANDVar9>1*REF(Var9,1),h,l,,0),REEN;STICKLINE(Var7<1*REF(Var7,1)ANDVar9>1*REF(Var9,1),o,c,8,0),REEN;买进价:=((c-ref(ma(c,6),1))/6+ma(c,6))*;买进条件:=cross(c,买进价)and买进价>ref(买进价,1);STICKLINE(买进条件,h,l,,1),colorwhite,hick2;STICKLINE(买进条件,o,c,8,0),colorwhite,hick2;加码价:=((c-ref(ma(c,18),1))/18+ma(c,18))*;加码条件:=cross(c,加码价)and加码价>ref(加码价,1);STICKLINE(加码条件,h,l,,1),coloryellow,hick2;STICKLINE(加码条件,o,c,8,0),coloryellow,hick2;
通达信指标公式源码 买点绝了 来自淘豆网www.taodocs.com转载请标明出处.