在线检测未来函数

KDJ底部反转指标

来源:Internet,编辑:股旁网,2015-05-22

编写条件:

J线一直往下走,在底部拐弯向上,并且当天的J值高于前2天的J值,当天涨幅超过百分之五。

编写方法:

cross(kdj.j,ref(kdj.j,1)) and kdj.j>ref(kdj.j,2) and c/ref(c,1)>1.05;

相关文章