×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

AvgList - MultiCharts
Open main menu

AvgList

Revision as of 14:01, 26 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the average value of the specified numerical expressions. ==== Usage ==== <syntaxhighlight>AvgList(Value1,Value2,Value3, etc.)</syntaxhighlight> Where: [[Value1, ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the average value of the specified numerical expressions.

Usage

AvgList(Value1,Value2,Value3, etc.)

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

Example

AvgList(45,40,0,35) will return a value of 30

AvgList(-40,20) will return a value of -10