在线检测未来函数

当日股价大于10天线

来源:Internet,编辑:股旁网,2012-11-15

编写条件:

当天股价大于10天线(不是当天上穿10天线)。

编写方法:

股价大于10天线:c>ma(c,10) and ref(c,1)>ref(ma(c,10),1); 

相关文章