Signal - position #xxx buy xxx XAUUSD at xxx skipped as no symbol found

 

Hello,


Signal - position #xxx buy xxx XAUUSD at xxx skipped as no symbol found

In my MT4 XMGlobal Ultralow Standard account gold symbol is GOLD#


How to fix it to copy from signal?

How to contact support MQL5.com?

 
Tran The Dinh:

Hello,


Signal - position #xxx buy xxx XAUUSD at xxx skipped as no symbol found

In my MT4 XMGlobal Ultralow Standard account gold symbol is GOLD#


How to fix it to copy from signal?

How to contact support MQL5.com?

Contact the signal provider.

If your account with the broker cannot map the specific instrument correctly you will need to change broker.

 
Tran The Dinh:

Hello,


Signal - position #xxx buy xxx XAUUSD at xxx skipped as no symbol found

In my MT4 XMGlobal Ultralow Standard account gold symbol is GOLD#


How to fix it to copy from signal?

How to contact support MQL5.com?

It may be one of the reason (and you will need to change the broker in this case) - 

Forum on trading, automated trading systems and testing trading strategies

Questions about following signals with different currency name

Sergey Golubev, 2017.02.28 05:57

It should work with no problem:

------------------

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:

    1. On the Subscriber's account, the system searches for all symbols with the names coinciding with the Provider's symbol by the first 6 characters. For example, EURUSD == EURUSDxxx == EURUSDyyy.
    2. Full permission to perform trading is checked for each detected symbol. If trading is allowed partially or completely forbidden, such a symbol is discarded.
    3. Margin calculation type is checked for each remaining symbol - if it is Forex, a symbol is considered to be suitable. Symbols of CFD, Futures or other calculation types are discarded.
    4. 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.
    5. If one suitable symbol is found, it is used for copying Provider's trades.

    The algorithm provides only two exceptions for metal symbols:

    1. XAUUSD == GOLD
    2. XAGUSD == SILVER

    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.

Reason: