在线检测未来函数

上升选股预警指标

来源:Internet,编辑:股旁网,2012-08-09

编写条件:

开盘价大于昨收,接着股价低于开盘价往下,到快要到昨收时上升(就是最低价大于昨收),上升大于昨收时买入的选股指标

编写方法:

&nbsp;水晶云:c>o and o>ref(c,1) and l<o and l>ref(c,1) and c>ref(c,1);

相关文章