×

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.

Changes - MultiCharts
Open main menu

Changes

Dom askscount

484 bytes added, 14:21, 19 March 2012
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 ..."
Returns the number of ask depth levels available for a particular symbol.

'''Usage'''
<syntaxhighlight>
dom_askscount [data(N)]
</syntaxhighlight>
where: (N) - number of the data series

'''Example'''
<syntaxhighlight>dom_askscount</syntaxhighlight> will return 10 if 10 ask levels of the market depth are available for the data1
<syntaxhighlight>dom_askscount data2; </syntaxhighlight> will return 6 if 6 ask levels of the market depth are available for the data2

[[Category:DOM]]