在线检测未来函数

低开收阳指标

来源:Internet,编辑:股旁网,2016-04-13

编写条件:

(今日)开盘价小于昨日的收盘价,并且收盘价大于(或上穿)5天线(收阳线)。

编写方法:

AA:open<ref(c,1) and (c>ma(c,5) or cross(c,ma(c,5))) and c>open;

相关文章