在线检测未来函数

60天跌幅30%的选股公式

来源:Internet,编辑:股旁网,2013-01-06

编写条件:

1、60天内曾经出现过30%左右的跌幅; 2、现在10/20日均线金叉;

编写方法:

(ref(c,60)-c)/ref(c,60)>=0.3 and cross(ma(c,10),ma(c,20));

相关文章