强势整理选股公式
指标答疑4年前 (2022-11-25)23
强势整理选股公式 编写要求:两根连续的阳线累计涨幅超10点,然后后面跟着涨跌都不超过3点的(1到5)根K线。解答:aa:=c>ref(c,2)*1.1 and every(c>o,2);ta:=barslast(aa);bb:=c<=ref(c,1)*1.03 and c>=ref(c,1)*0.97;(every(bb,ta-1)...
强势整理选股公式 编写要求:
两根连续的阳线累计涨幅超10点,然后后面跟着涨跌都不超过3点的(1到5)根K线。
解答:
aa:=c>ref(c,2)*1.1 and every(c>o,2);
ta:=barslast(aa);
bb:=c<=ref(c,1)*1.03 and c>=ref(c,1)*0.97;
(every(bb,ta-1) and ta>1 and ta<6) or (ta=1 and bb);
上一篇:阴线十字线条件选股公式
下一篇:60天内涨幅小于50%
相关文章










