H hollyon Newbie Jun 2, 2026 1 0 1 29 Jun 2, 2026 #1 Will the XAUUSD scalping robot work on the GOLD pair? That is, if the broker's currency pair is called GOLD and not XAUUSD.
Will the XAUUSD scalping robot work on the GOLD pair? That is, if the broker's currency pair is called GOLD and not XAUUSD.
Enivid Administrator Staff member Nov 30, 2008 20,316 1,766 144 Odesa www.earnforex.com Jun 3, 2026 #2 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?
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?