在线检测未来函数

换手率在3到10之间的公式

来源:Internet,编辑:股旁网,2013-05-26

编写条件:

当天换手率在3到10之间+股价上穿250线+MACD金叉的公式.

编写方法:

v/capital*100>=3 and v/capital*100<=10 and cross(c,ma(c,250)) and cross("macd.dif","macd.dea");

相关文章