在线检测未来函数

二个KD金叉的选股

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

编写条件:

KD K<20 五天前金叉,天数可调。 KD K<20 以下二次金叉

编写方法:

a:=barslast(cross("kd.k","kd.d") and "kd.k"<=20);
n:=5;
ref(a,1)<=n and a=0;&nbsp;

相关文章