AvgList

From MultiCharts
Revision as of 06:00, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.