MarketInfo("EURUSD",MODE_ASK) vs Ask

 

I have a live account with forex.com, the problem I have is that MarketInfo("EURUSD",MODE_ASK) gives 0.0 and Ask looks fine?

 
Try MarketInfo(Symbol(),MODE_ASK) instead. Perhaps they call EURUSD something like EURUSDx.
 

with mt4 forex is MarketInfo("EURUSDpro",MODE_ASK)

rather than "EURUSD"

pro, lol

 
If you want to know the ask on the current chart pair just use Ask. No need for MarketInfo(Symbol(),MODE_ASK).
Reason: