
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
The problem is that the signal is sending pairs with a dot - like EURUSD.
Those are not being properly translated by the signal module of mt4 into EURUSD
I just figured this out with a friend's help who has experience of this. It's a bug I guess in mt4.
The problem is that the signal is sending pairs with a dot - like EURUSD.
Those are not being properly translated by the signal module of mt4 into EURUSD
I just figured this out with a friend's help who has experience of this. It's a bug I guess in mt4.
It depends on which error message you have in the log files. If it is something as "no symbol found" so it is not a bug. It is related to the mapping, and it was described many times on the forum and in the FAQ, for example -
Forum on trading, automated trading systems and testing trading strategies
signal activity doesnt work
Sergey Golubev, 2019.09.20 10:43
It is related to symbol mapping:
----------------
The Provider has trading symbol called GOLD, and my broker has the same instrument, but it is called XAUUSD. Are trades on GOLD copied to XAUUSD in that case?
If no symbols remain after conducting all the checks or more than one symbol is found, it is considered that a symbol mapping attempt has failed and it is impossible to copy Provider's trades for that symbol.
Example:
1. "Position USDCAD skipped as no symbol found".
Because the broker is having USDCAD and USDCADc (for example).
----------------
It is strongly recommended to use same broker with the signal provider.
and more -
Forum on trading, automated trading systems and testing trading strategies
Signal Symbols not mapping
Sergey Golubev, 2019.04.17 21:34
...
------------------
The Provider has trading symbol called GOLD, and my broker has the same instrument, but it is called XAUUSD. Are trades on GOLD copied to XAUUSD in that case?
The Provider has trading symbol called GOLD, and my broker has the same instrument, but it is called XAUUSD. Are trades on GOLD copied to XAUUSD in that case?
If a Subscriber's account has a symbol with the same name as the one on the Provider's account, and trading is fully allowed for the symbol, trades will be copied for this symbol. If trading is allowed partially or disabled for the found symbol, this symbol is considered inappropriate for copying, and the system will continue to search for a suitable symbol:The algorithm provides only two exceptions for metal symbols:
In these two cases, only full permission to perform trades is checked. If such permission is present, the mapping attempt is considered to be successful.
Example 1: A Provider has positions on EURUSD, while a Subscriber – on EURUSD! (or vice versa) with full trading permission. The terminal performs mapping automatically and copies the trades.
Example 2: A Provider has positions on EURUSD, while a Subscriber – both on EURUSD! and EURUSD. The copying is performed for EURUSD.
Example 3: A Provider has positions on GOLD, while a Subscriber – on XAUUSD with full trading permission. The terminal performs mapping automatically and copies the trades.
Example 4: A Provider has positions on GOLD, while a Subscriber – on XAUUSD with close-only (partial) trading permission. The mapping is considered unsuccessful and no copying is performed.
The problem is that the signal is sending pairs with a dot - like EURUSD.
Those are not being properly translated by the signal module of mt4 into EURUSD
I just figured this out with a friend's help who has experience of this. It's a bug I guess in mt4.
Its not a bug, in some cases the currency pairs with suffixes like the dot you are saying, are not mapped correctly to the signal subscriber's account.
The only solution is to use another broker, ask the signal provider for broker/server setups.