Forum

current rates

Do I need to: RefreshRates (); before I do: MarketInfo (symbol, MODE_ASK); My understanding is that RefreshRates() will update Bid and Ask constants, but if you are read them through MarketInfo(), you will receive the newest one and you don't need to use RefreshRates(); So in a nutshell