Deploys the same algorithm live on QuantConnect against the Binance brokerage. Defaults to testnet (paper) — real-money trading is a deliberate second click. Requires a paid QC plan with a live node.
The deployed algorithm polls Binance every 60s to verify its bookkeeping matches the brokerage. If it sees a drift — for example, fills happened on Binance but QC's event stream stalled and the bot missed them — it auto-stops to limit silent loss. Strongly recommended: create a read-only API key on Binance (Read enabled, Trade disabled) and paste it here. Leave empty to fall back to your trading keys above. Futures only in this release.
Connect to QuantConnect above to enable live trading.