来源:Internet,编辑:股旁网,2012-03-03
S:=SUM(IF(CLOSE>REF(CLOSE,1),vol,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0); S1:=MA(S,30); 2*(S-S1),COLORSTICK; REF(HHV((S-S1),30),30); REF(HHV((S-S1),20),20); MA((S-S1),10);