在线检测未来函数

正负量比的公式

来源:Internet,编辑:股旁网,2012-07-18

编写条件:

公式意思是这样 当日上涨 量比为正数 当日下跌 量比为负数

编写方法:

&nbsp;正负量比:if(c>ref(c,1),vol/ref(ma(VOL,5),1),if(c<ref(c,1),-vol/ref(ma(vol,5),1),0)),colorstick;

相关文章