大智慧量变转势指标公式

HHV(sum(vol,5),20);

ma(HHV(sum(VOL,5),20),20);

FILLRGN( HHV(sum(vol,5),20), ma(HHV(sum(vol,5),20),20),HHV(sum(vol,5),20)>ref(HHV(sum(vol,5),20),1) ,RGB(250,0,0),HHV(sum(vol,5),20)<ref(HHV(sum(vol,5),20),1),RGB(0,255,0));

FILLRGN( HHV(sum(vol,5),20), ma(HHV(sum(vol,5),20),20),HHV(sum(vol,5),20)=ref(HHV(sum(vol,5),20),1) and hHV(sum(vol,5),20)>ma(HHV(sum(vol,5),20),20) ,RGB(250,0,0),HHV(sum(vol,5),20)=ref(HHV(sum(vol,5),20),1) and hHV(sum(vol,5),20)< ma(HHV(sum(vol,5),20),20),RGB(0,255,0));

down1:LLV(sum(vol,5),250);

up1:HHV(sum(vol,5),250);

Var3:=up1-down1;

H050:Var3*0.5+down1;