在线检测未来函数

通达信比超测马指标公式

来源:Internet,编辑:股旁网,2013-05-09

P1:=13;P2:=54;P3:=120;
BZ:MA((SUM(IF(CLOSE>REF(CLOSE,1),vol,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0)),1);
BZ1:MA((SUM(IF(CLOSE>REF(CLOSE,1),VOL,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0)),P1);
BZ2:MA((SUM(IF(CLOSE>REF(CLOSE,1),VOL,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0)),P2);
BZ3:MA((SUM(IF(CLOSE>REF(CLOSE,1),VOL,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0)),P3);

通达信比超测马指标公式

相关文章