I want to plot a "60 day average volume" line over my volume bars. In most charting programs offer this indicator. I noticed an Ave Volume in QuickList, but that indicator it didn't work. Here is its code: VOLUME ATR(60 ). An error indicator appeared when I hit OK
a 60 day average of volume
Mov(V,60,S)
If you want to plot it on top of the volume use the moving average indicator from the pull down list and drop it on the volume plot
ATR is the average true range, it has nothing to do with volume,
thus causing your error