在线检测未来函数

连续3天上涨选股

来源:Internet,编辑:股旁网,2015-02-02

编写条件:

k线连续3天上涨,且每根k线振幅大于8%。

编写方法:

every(c>ref(c,1) and (h-l)/ref(c,1)>=0.08,3);

相关文章