how to Plot volume and liquidity on chart

#1
hi friends
here is a simple code for violume and liquidity.
how to plot these two on a chart for better visibility?
please help.

HTML:
Liquidity = MA(C*V,252) ; // eod chart-based on 252 days-All this stuff is from DocB's

//Liquidity = MA(C*V,75) ; // based on 5 minute data for 6hrs 15minutes
LiquidityOK = Liquidity > 2000000 ;//20lacs turnover
 
#2
Try it with Histogram and use styleownscale to adjust scale . . .


:) Happy
 

Similar threads