在线检测未来函数

连续两天缩倍阳量的选股指标

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

编写条件:

1)昨天是前天(阳量)的缩倍阳量,今天是昨天的缩倍阳量; 2)昨天是前天(阴量)的缩倍阳量,今天是昨天的缩倍阳量;

编写方法:

tj1:ref(c>o,2) and ref(v<ref(v,1)/2,1) and c>o and v<ref(v,1)/2;

tj2:ref(c<o,2) and ref(v/ref(v,1)/2,1) and c>o and v<ref(v,1)/2;

相关文章