GetCurrentAsk()
GetCurrentAsk()
Definition
Returns the current real-time ask price.
Notes:
- When accessed during State.Historical, the Close price of the evaluated bar is substituted. To access historical Ask prices, please see Developing for Tick Replay.
- The GetCurrentAsk() method runs on the bar series currently updating determined by the BarsInProgress property. For multi-instrument scripts, an additional int barsSeriesIndex parameter can be supplied which forces the method to run on an supplementary bar series.
Method Return Value
A double value representing the current ask price.
Syntax
GetCurrentAsk()
GetCurrentAsk(int barsSeriesIndex)

