Download JTTS_EA and CopyTradingEA
In Connect → Downloads tab you have the EAs: .ex5 (MT5) or .ex4 (MT4) files you load in the platform and work in the background. We update them every few weeks; check the version periodically.
The essentials
- JTTS_EA — trade sync + Risk-config enforcement.
- CopyTradingEA — replicates trades from a master account to others (slave).
- Switching versions is safe: the EA detects its settings on reload.
The two EAs
JTTS_EA
- Syncs closed trades from the account to the journal every ~5 seconds.
- Applies Risk-config rules on every tick (closes positions when a limit is violated).
- Refreshes config every 5 minutes.
CopyTradingEA
- Replicates trades from a master account to one or more slave accounts.
- Configurable: proportional lot, SL/TP copy, symbol filters.
- See "Copy trading setup" in Academy & copy for the full flow.
Important
Old versions get deactivated when we publish a critical new one. If your EA says "version obsolete" in logs, download the latest and replace it.
Related
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.
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.
Copy trading: live control panel
Copy trading replicates trades from a master account in one or more slave accounts. The /copy-trading page is a quasi-real-time panel: you see equity per account, floating P&L, open trades and you can close trades surgically without touching MT5.
Red "ACCOUNT MISMATCH" banner — what it means
From v4.2 onwards JTTS_EA detects whether the account logged in MT5 does NOT match the account it's reporting to. If it detects it, it fully pauses and paints a red banner on the chart. It's a protection, not a bug.