NinjaScript > Language Reference > Data >

GetCurrentBidVolume()

Print this Topic Previous pageReturn to chapter overviewNext page

Definition
Returns the current bid volume.
 

Method Return Value

A long value representing the current bid volume. Note: When accessed during a historical backtest, the volume of the evaluated bar is substituted.

 

Syntax
GetCurrentBidVolume()

GetCurrentBidVolume(int barSeriesIndex)