Scalper for XAUUSD

hollyon

Newbie
Jun 2, 2026
1
0
1
29
Will the XAUUSD scalping robot work on the GOLD pair? That is, if the broker's currency pair is called GOLD and not XAUUSD.
 
That depends on the specific robot (EA), on how it is actually coded. If the developer used something like this in the code, it won't run on a symbol called "Gold":
MQL4:
if (Symbol() != "XAUUSD") return;
But why won't you just try to run it on Gold and see for yourself?