在线检测未来函数

3天3连阴的选股指标

来源:Internet,编辑:股旁网,2018-05-16

编写条件:

前三天三连阴开盘当天收阳线30均线上扬的选股指标。

编写方法:

c3:=ma(c,30);
BARSLASTCOUNT(ref(o,1)>ref(c,1))=3
and BARSLASTCOUNT(ref(c,1)>ref(c3,1))>=3
and c>o
and c3>ref(c3,1)

相关文章