股友答疑 >> 连续两天缩倍阳量的选股指标 >> 【您对使用股票程序选股有兴趣?要做自己想要的选股方法?加订阅号一起探讨吧!】
编写要求:
1)昨天是前天(阳量)的缩倍阳量,今天是昨天的缩倍阳量; 2)昨天是前天(阴量)的缩倍阳量,今天是昨天的缩倍阳量;
11q.cn解答:
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;