Getting Started
Quick Start
From zero to live trades in four steps. No Docker, no complicated infrastructure, no cloud lock-in.
- 1
Install the agent on your Windows machine
Download the agent package from the dashboard under Agents → Download Agent. Extract it to any folder, e.g.C:\Bullion\Agent, then runinstall_service.batas Administrator. The agent registers as a Windows service that starts automatically on every reboot. - 2
Open the Agent GUI and enter your credentials
LaunchBullionAgent.exe, navigate to the Setup tab, and fill in your MT5 account number, broker server, MT5 password, and the Agent ID + API Key from your dashboard. Hit Save configuration. - 3
Watch your broker account go live
Within a few seconds the Status tab shows MT5 sync and gRPC live. In the dashboard, your broker account status flips to connected and balance populates automatically. - 4
Point your TradingView alerts at the webhook
In TradingView, create an alert, enable Webhook URL, paste your endpoint URL (found in the dashboard under Alerts → Webhook setup), and set the message body to the JSON payload. Every alert from now on fires a real broker-side order.
✓
That's it. The agent handles MT5 session management, automatic reconnects, heartbeats, and position sync — all running silently in the background as a Windows service.