600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > 涨停后回踩10日均线的选股公式指标

涨停后回踩10日均线的选股公式指标

时间:2022-06-07 21:19:54

相关推荐

涨停后回踩10日均线的选股公式指标

m10:=ma(c,10);

st:=namelike("st") or namelike("*st") or namelike("sst");

c1:=ref(c,1);

zt:=1.1*c1-c<0.005 or (1.05*c1-c<0.005 and st);

ztyl:=barslast(zt);

zg:=hhv(c,ztyl+1);

zd:=llv(c,ztyl+1);

zgyl:=barslast(zg=c);

zdyl:=barslast(zd=c);

xg:ref(c,ztyl)>1.25*ref(m10,ztyl) and count(zt,15)>=1 and zd>hhv(m10,ztyl+1) and zgyl>zdyl;m10:=ma(c,10);

st:=namelike("st") or namelike("*st") or namelike("sst");

c1:=ref(c,1);

zt:=1.1*c1-c<0.005 or (1.05*c1-c<0.005 and st);

ztyl:=barslast(zt);

zg:=hhv(c,ztyl+1);

zd:=llv(c,ztyl+1);

zgyl:=barslast(zg=c);

zdyl:=barslast(zd=c);

xg:ref(c,ztyl)>1.25*ref(m10,ztyl) and count(zt,15)>=1 and zd>hhv(m10,ztyl+1) and zgyl>zdyl;

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。