Runs the gridbot2_simple_grid Hummingbot controller through BacktestingEngineBase against historical Binance candles. No live trading — pure simulation. Returns Sharpe, drawdown, profit factor, and per-close-type breakdown. Requires Docker on this host.
Past backtests and live deploys persist to a local SQLite DB. Click a row to expand its config + metrics. The nightly digest summarises bot PnL at 23:47 local (configurable via GRIDBOT2_DIGEST_HOUR / GRIDBOT2_DIGEST_MINUTE).
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.