◊ Backtest archive
Tester Reports
Saved backtest results from the EA. Each report is a snapshot of one run — settings, trade-by-trade outcomes, and summary stats.
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.
- In MT5: Tools → Options → Expert Advisors
- Check ☑ Allow WebRequest for listed URL
- Click the + and add this URL:
https://djr-trading-bot.prfhet1.workers.dev
- Click OK
- 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.
- Open the GitHub Actions page ↗
- Click the latest successful Build Uploader run
- Scroll to the bottom → Artifacts → download djr-uploader-windows
- Unzip → put djr-uploader.exe somewhere like C:\DJR-Uploader\
- Run the .exe → first-run config window opens → pick your MT5 Common\Files folder → click Save
- A small dot icon appears in your system tray (next to the clock — click ^ if hidden)
- 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.