Is it possible to change Symbol name from EURUSDm to EURUSD ?

 

I wanted to test signal for a broker but it doesn't work because symbols are suffixed with m by broker so expert cannot recognize.

Is it possible to change ?

 

=> Symbol();

if ( StringFind( symbol(), "EURUSD" ) != -1 ) { .. } //found
else continue; // e.g.
 
forexgenuine:

I wanted to test signal for a broker but it doesn't work because symbols are suffixed with m by broker so expert cannot recognize.

Is it possible to change ?

FIX your BROKEN code. Do NOT hard code symbols in the code.
 
WHRoeder:
FIX your BROKEN code. Do NOT hard code symbols in the code.


I don't own the code since I want to use signal listed here on mql4 site.