Hi, first post, so please be gentle :)
I have added a signal to MT4 (running on the MQL5 VPS), and I keep getting error "Signal - symbol GBPJPY has inconsistent trade mode".
I followed the instructions here: https://www.mql5.com/en/forum/301310
I have enabled all currency pairs (Symbols > Show)
When I look at the specification for GBPJPY.r (note the '.r'), trade is Full Access. However, when I look at GBPJPY (without '.r') trade is disabled.
I have contacted my broker (Pepperstone) and they have said trade is enabled on my account, and they could not work out why the signal was not being processed properly.
Is it a broker issue, or is it an issue with the signal?
The server log shows the signal to be enabled.
What am I missing/doing wrong?
Thanks in advance
Sean
The signal you are copying is probably using the symbol GBPJPY and in your account that symbol is disabled.
If in your MT4/5 >> View >> Symbols, the symbol GBPJPY cannot be enabled you can only trade (from what you say) GBPJPY.r but this is not mapped correctly with the signal's GBPJPY so there is a problem there.
You either find a way with your broker to be able to trade the normal GBPJPY and not the one with the suffix .r or you use another broker.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi, first post, so please be gentle :)
I have added a signal to MT4 (running on the MQL5 VPS), and I keep getting error "Signal - symbol GBPJPY has inconsistent trade mode".
I followed the instructions here: https://www.mql5.com/en/forum/301310
I have enabled all currency pairs (Symbols > Show)
When I look at the specification for GBPJPY.r (note the '.r'), trade is Full Access. However, when I look at GBPJPY (without '.r') trade is disabled.
I have contacted my broker (Pepperstone) and they have said trade is enabled on my account, and they could not work out why the signal was not being processed properly.
Is it a broker issue, or is it an issue with the signal?
The server log shows the signal to be enabled.
What am I missing/doing wrong?
Thanks in advance
Sean