Syntax for average volume

I would like to get the value (syntax)
for the average trading volume of a stock.

I would like the moving average volume starting with 5 bars ago?

Thanks in advance
 
Quote from Robert Weinstein:

I would like to get the value (syntax)
for the average trading volume of a stock.

I would like the moving average volume starting with 5 bars ago?

Thanks in advance

does this appear to be correct?

Average(Volume[5],10) for the volume 10MA starting from 5 bars ago ?
 
Back
Top