Dom bidprice

From MultiCharts
Revision as of 14:24, 19 March 2012 by Roman MultiCharts (talk | contribs) (Created page with "Returns bid price for the certain depth level of a particular symbol. '''Usage''' <syntaxhighlight> dom_bidprice(num) [data(N)] </syntaxhighlight> where: (num) is the number ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns bid price for the certain depth level of a particular symbol.

Usage

dom_bidprice(num) [data(N)]

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

Example

dom_bidprice (4);

will return the bid price for the 5th level of depth for the data1

dom_bidprice (2) data2;

will return the bid price for the 3rd level of depth for the data2