通达信一眼看透指标公式
2018-10-24 作者:股匠网整理 来源:本站整理
N:=70;
N1:=144;
N2:=370;
M:=10;
cx:=(CLOSE-LLV(LOWn))/(HHV(HIGHn)-LLV(LOWn))*h;
mx:=(CLOSE-LLV(LOWn1))/(HHV(HIGHn1)-LLV(LOWn1))*h;
kx:=(CLOSE-LLV(LOWn2))/(HHV(HIGHn2)-LLV(LOWn2))*h;
tx:=low;
RSV:=(CLOSE-LLV(LOW125))/(HHV(HIGH125)-LLV(LOW125))*100;
y:=winner((o+c)/2)*100-50;
fx:(ema(rsv3)-50+y)+mlinethick0;
风险:=fx;
短买:if(kx<1 and fx<-85-330)colorstick;
短卖:if(kx>=tx and fx>75330);
中买:if(mx<0.1 and kx<1 and fx<-85-660);
中卖:if(mx>=tx and kx>=tx and fx>75660);
必买:if(cx<0.05 and mx<0.05 and kx<0.06 and fx<-85-990);
必卖:if(fx>95 and mx>=tx and kx>=tx and mx=cx990)COLORred;
ok:if(cx<0.05 and mx<0.05 and kx<0.06 and fx<-8560);
上一篇: 通达信牛市捡钱选股指标公式
下一篇: 通达信超跌深V反转选股指标公式
