hi kartik , gr8 to see ur post in this thread,
im attaching a small afl on avg volume.
the avg vol is being plotted as a line.
im trying to plot it using the plotOHLC & cloud function.
its plotting a cloud but the cloud is not transparent,,,i mean i cant see the volume histogram thru the cloud...
i want a transparent cloud,can u help pls.
_SECTION_BEGIN("AVG VOL");
V1 = TimeFrameGetPrice("V", inDaily, -1);
Avgvol = V1/30 ;
Plot(Avgvol,"PREV. DAY AVG. VOL",ParamColor( "Color1", colorCycle ),styleLine| styleThick );
Plot(V," VOLUME",ParamColor("Color", colorBlueGrey ), styleHistogram| styleThick );
_SECTION_END();