在线检测未来函数

线段每次变红的选股公式

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

编写条件:

SUM(IF(CLOSE>REF(CLOSE,10),VOL,IF(CLOSEREF(CLOSE,10),VOL,-VOL); OBV:SUM(IF(CLOSE=REF(CLOSE,10),0,VA),0); IF(OBVREF(OBV,1),OBV,DRAWNULL),COLOR0000FF,LINETHICK2;

编写方法:

&nbsp;AA:=SUM(IF(CLOSE>REF(CLOSE,10),vol,IF(CLOSE<REF(CLOSE,10),-VOL,0)),0);

VA:=IF(CLOSE>REF(CLOSE,10),VOL,-VOL);
obv:=SUM(IF(CLOSE=REF(CLOSE,10),0,VA),0);
 
crOSS(OBV,REF(OBV,1)) ;
 

相关文章