All saved backtests
Loading…
⬡ Enable auto-upload on this PC
one-time setup per PC

Two one-time setup steps on each PC. After this, every backtest uploads in ~1 second with a desktop notification, and the live EA can push trades and snapshots to the dashboard.

◇ STEP 1 — WHITELIST THE WORKER URL IN MT5

Lets the EA push live trade and snapshot data to the dashboard.

  1. In MT5: Tools → Options → Expert Advisors
  2. Check ☑ Allow WebRequest for listed URL
  3. Click the + and add this URL:
    https://djr-trading-bot.prfhet1.workers.dev
  4. Click OK
  5. Recompile the EA (F7 in MetaEditor) so it picks up the new whitelist
◇ STEP 2 — INSTALL THE AUTO-UPLOADER

Small Windows tray app that watches your MT5 folder and uploads new backtest reports.

  1. Open the GitHub Actions page ↗
  2. Click the latest successful Build Uploader run
  3. Scroll to the bottom → Artifacts → download djr-uploader-windows
  4. Unzip → put djr-uploader.exe somewhere like C:\DJR-Uploader\
  5. Run the .exe → first-run config window opens → pick your MT5 Common\Files folder → click Save
  6. A small dot icon appears in your system tray (next to the clock — click ^ if hidden)
  7. Right-click the tray icon → Start with Windows (so it launches on every boot)

Done — every backtest uploads in ~1 second with a desktop notification.

Manual upload (one-off, or PC without the uploader installed)
📁 Drop the JSON file here or click to browse
no file selected
◇ Retention: cloud keeps the last 50 reports per bot. Oldest are auto-deleted when you upload a new one beyond the cap.