Alberto Tugnoli:
Hey, can someone please fix this error please.
I've fixed it for free :D
int iM = (int) MarketInfo(Symbol(),MODE_PROFITCALCMODE); switch(iM) { case 0:sMarket = "FOREX";break; case 1:sMarket = "CFD";break; case 2:sMarket = "Futures";break; default:sMarket = IntegerToString(iM); }
Petr Nosek:
I've fixed it for free :D
Thank you Petr

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
Hey, can someone please fix this error please.
After compiling i got: 'iM' - Illegal switch expression type
Thanks