-- Calculations; VP := EMA(V*C,MAp); TV := EMA(V,MAp); VWEMA : (VP/TV),Width2,ColorBlack; -- Region Fill; FILLRGN(VWEMAC,VWEMA,C),Brush#40FF0000; Buy := Cross(C,VWEMA); Short := Cross(VWEMA,C); -- Label and Alert Entries; DRAWNUMBER(Buy,L-LabelGap,C,'f0'),Label2,VCenter,Bottom,ColorGreen; DRAWNUMBER(Short,H+LabelGap,C,'f0'),Label1,VCenter,Top,ColorRed;