在线检测未来函数

N天内连续M天换手率小于Y%

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

编写条件:

N天内连续M天换手率小于Y%

编写方法:

DD:=vol/CAPITAL*100;
A1:=EVERY(DD<Y,M);
A2:EXIST(A1,N);

相关文章