在线检测未来函数

编个J值大智慧选股公式

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

编写条件:

KDJ指标的J值在连续上涨N天再连续下跌M天再上涨当天选出。谢谢高手帮忙。

编写方法:

 a:=last("kdj.j">ref("kdj.j",1));

b:=last("kdj.j"<ref("kdj.j",1));
n:=5;
m:=6;
a=1 and ref(ref(a,b)>=n and b>=m,1);

相关文章