Dom askscount

From MultiCharts
Revision as of 14:21, 19 March 2012 by Roman MultiCharts (talk | contribs) (Created page with "Returns the number of ask depth levels available for a particular symbol. '''Usage''' <syntaxhighlight> dom_askscount [data(N)] </syntaxhighlight> where: (N) - number of the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the number of ask depth levels available for a particular symbol.

Usage

dom_askscount [data(N)]

where: (N) - number of the data series

Example

dom_askscount

will return 10 if 10 ask levels of the market depth are available for the data1

dom_askscount data2;

will return 6 if 6 ask levels of the market depth are available for the data2