在线检测未来函数

跳空不回补缺口指标

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

编写条件:

今日向上跳空不回补缺口,收出长上影十字线,上影幅度在7%以上,并伴有成交量的放大。

编写方法:

o>ref(h,1) and c>ref(c,1) and L>ref(h,1)
and h>ref(c,1)*1.07 and v>ref(v,1) ;

相关文章