×

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.

Dom asksize - MultiCharts
Open main menu

Dom asksize

Revision as of 14:22, 19 March 2012 by Roman MultiCharts (talk | contribs) (Created page with "Returns the ask size for the certain depth level of a particular symbol. '''Usage''' <syntaxhighlight> dom_asksize(num) [data(N)] </syntaxhighlight> where: (num) is the numbe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the ask size for the certain depth level of a particular symbol.

Usage

dom_asksize(num) [data(N)]

where: (num) is the number of depth level (N) - number of the data series

Example

dom_asksize(2)

will return 1500 if the ask size for the 3rd level of depth on data1 is 1500

dom_asksize(0) data2;

will return 750 if the ask size for the 1st level of depth on data2 is 750