AA:=SUM(IF(CLOSE>REF(CLOSE,1),vol,IF(CLOSE< REF(CLOSE,1),-VOL,0)),0);
选股:((LLV(LOW,20) = LOW) AND NOT((LLV(AA,20) = AA)));
顶底背离异常之底背离买选股指标公式
本文来自网络,不代表公式指标立场,转载请注明出处:https://www.gszb.top/97549.html
AA:=SUM(IF(CLOSE>REF(CLOSE,1),vol,IF(CLOSE< REF(CLOSE,1),-VOL,0)),0);
选股:((LLV(LOW,20) = LOW) AND NOT((LLV(AA,20) = AA)));