No. MarketInfo doesn't need to be refreshed by RefreshRates
gordon:
Do yu need to use RefreshRates() before using MarketInfo(symbol,type)?
Specifically, assuming that the EA is attached to EURUSD chart, if I use:
Will it be EXACTLY the same result as:
What is a more recommended method? Is execution time different?
if your ea in multicurrency, u should us MarketInfo(simbol,tipe),
if u use single currency, it is more simple to us Bid/Ask

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Do yu need to use RefreshRates() before using MarketInfo(symbol,type)?
Specifically, assuming that the EA is attached to EURUSD chart, if I use:
Will it be EXACTLY the same result as:
What is a more recommended method? Is execution time different?