Dom bidsize

From MultiCharts
Jump to navigation Jump to search

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

Usage

dom_bidsize(num) [data(N)]

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

Example

dom_bidsize(2)

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

dom_bidsize(0) data2;

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