+1 888 340 6572

AvgList

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns the average value of the specified numerical expressions.

Usage

AvgList(Value1, Value2, Value3, etc.)

Where:

Value1, Value2, Value3, etc. - numerical expressions.

Examples

AvgList(45, 40, 0, 35);

Will return a value of 30.

AvgList(-40, 20);

Will return a value of -10.