在线检测未来函数

KD指标的选股公式

来源:Internet,编辑:股旁网,2012-07-01

编写条件:

条件:KD的K值当日下破50,MA20上涨。

编写方法:

 cross(50,"kd,k") and ma(c,20)>ref(ma(c,20),1);

相关文章