OBV能量潮5日背离的选股公式
公式模块
VA:=IF(CLOSE>REF(CLOSE,1),VOL,-VOL);
OBV:=SUM(IF(CLOSE=REF(CLOSE,1),0,VA),0);
MA(OBV,5)>ref(ma(obv,5),1) and c<ref(c,1);
OBV能量潮5日背离的选股公式
VA:=IF(CLOSE>REF(CLOSE,1),VOL,-VOL);
OBV:=SUM(IF(CLOSE=REF(CLOSE,1),0,VA),0);
MA(OBV,5)>ref(ma(obv,5),1) and c<ref(c,1);