GetBid()
<< Click to Display Table of Contents >> GetBid() |
Returns the bid price value at a selected absolute bar index value.
Notes:
•This method does NOT return the current real-time bid price, but rather the historical / real-time bid price at the desired index. For obtaining the current real-time bid price, please use GetCurrentBid(). •This method returns expected values when 1 tick bid / ask stamped data is used and available from your provider. |
A double value that represents the biding price at the desired bar index.
Bars.GetBid(int index)
index |
The absolute bar index value used |
protected override void OnBarUpdate() |