VOLMA

Volume Moving Average
Description
Displays volume and an N period moving average of volume on the same chart area
Category
Volume Indicators
Parameters
N ( Default: 60 Min: 1 Max: 100 )
Chart Script

VV:V,VOLSTICK;
@SetName(VV,'');
MA1:MA(VV,N);
@SetName(MA1,'MA');