Does SignalForge work with Fusion Markets?

Yes - SignalForge connects to the MT5 terminal you control: your alert fires on TradingView, the webhook lands on SignalForge, and the EA opens the order inside your own terminal. No VPS, no new broker, no API keys.

What you need before starting

  • A Fusion Markets MT5 account (login + server, see below)
  • A TradingView account with webhook access (paid plan)
  • A SignalForge account (14-day free trial, no card)

Step-by-step setup

  1. Create your SignalForge account and copy your webhook URL from the dashboard.
  2. Register your Fusion Markets account in the SignalForge dashboard: login + server - use the exact string your terminal shows (FusionMarkets-Live, FusionMarkets-Demo).
  3. Install the SignalForge EA on your MT5 terminal and drag it onto a chart.
  4. Create the alert in TradingView with this JSON message, using the exact symbol from your Market Watch:
{
  "symbol": "BTCUSD",
  "action": "buy",
  "lots": 0.1
}
  1. Fire a test alert and confirm the order appears in MT5.
  2. Done - every alert now executes automatically.

Fusion Markets symbols to use (check yours)

SymbolInstrumentNotes
XAUUSDGoldExact name: check Market Watch (Ctrl+M)
EURUSDEuroExact name: check Market Watch (Ctrl+M)
GBPUSDBritish poundExact name: check Market Watch (Ctrl+M)
US30Dow JonesExact name: check Market Watch (Ctrl+M)
NAS100Nasdaq 100Exact name: check Market Watch (Ctrl+M)
US500S&P 500Exact name: check Market Watch (Ctrl+M)
BTCUSDBitcoinExact name: check Market Watch (Ctrl+M)

Symbols are case-sensitive: copy them exactly as they appear in your Market Watch (Ctrl+M).

Common gotchas

  • Fusion runs on low commissions - if your TradingView strategy was tuned for a spread-only broker, review the commission input before going live.
  • Server string matters: register the server exactly as your terminal shows it - a mismatch means the EA will not match your account.
  • Show all symbols: if a symbol is not in your Market Watch, right-click the list, Show All.

FAQ

  1. Do alerts execute as fast on Fusion Markets? Execution speed depends on your terminal connection, not the broker. The alert lands on SignalForge and the EA fires inside your own MT5 terminal.
  2. Does it work on a demo Fusion Markets account? Yes - demo and live use the same setup.
  3. Which server do I select in MT5? The one your terminal shows under Tools, Options, Server (FusionMarkets-Live, FusionMarkets-Demo). Register the same login and server in SignalForge.
  4. Do I need a VPS? No - the EA runs in your own terminal. SFCloud gives you a cloud MT5 (24/7) if needed.
  5. What if my prop firm account runs on Fusion Markets? The setup is identical; Prop Firm Shield adds automatic daily and max-loss enforcement.