Connect MT5 with JTTS_EA
JTTS_EA is the MetaTrader 5 Expert Advisor that syncs your trades and applies Risk-config rules in real time.
The essentials
- Download the EA, put it in MQL5/Experts, drag to a chart with AutoTrading ON.
- Paste your MT5 API Key (from /profile) into the EA inputs.
- EA syncs closed trades every ~5s and applies rules client-side.
Step-by-step setup
- In Connect → Integrations → MT5 → download JTTS_EA.ex5.
- Copy it into MQL5/Experts inside your MT5 folder (File → Open Data Folder).
- Restart MT5 and drag JTTS_EA onto any chart.
- In the inputs, paste your MT5 API Key (copy from /profile).
- Enable AutoTrading (green button) and allow WebRequest to journalbytts.xyz.
- Check in Connect → Integrations that it shows "Connected · last sync Ns ago".
Important
AutoTrading must be always on or the EA can't close positions when a Risk-config limit is violated. If you only want trade sync, keep AutoTrading off (you lose auto-close, but trades keep uploading).
Related
Auto-close when you exceed your rules
If you configure Risk-config for an account, the journal watches every 60s. If you've exceeded any limit (daily drawdown, losing streak, etc.), it tries to close all open positions via the platform's connector.
Custom risk rules
The Risk page (menu, Accounts group) lets you define your own discipline limits per account, with two tabs: Configuration and History. They're not the propfirm's rules — they're yours, stricter, to stop you BEFORE violating the broker's.
Import trades from Excel / MT5
Three ways to bulk-load trades without typing them one by one.