×

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 bidsize

519 bytes added, 14:50, 19 November 2012
Created page with "Returns the bid size for the certain depth level of a particular symbol. '''Usage''' <syntaxhighlight> dom_bidsize(num) [data(N)] </syntaxhighlight> where: (num) is the numbe..."
Returns the bid size for the certain depth level of a particular symbol.

'''Usage'''
<syntaxhighlight>
dom_bidsize(num) [data(N)]
</syntaxhighlight>
where:
(num) is the number of depth level
(N) - number of the data series

'''Example'''

<syntaxhighlight>dom_bidsize(2)</syntaxhighlight> will return 1500 if the bid size for the 3rd level of depth on data1 is 1500
<syntaxhighlight>dom_bidsize(0) data2; </syntaxhighlight> will return 750 if the bid size for the 1st level of depth on data2 is 750

[[Category:DOM]]