July 9, 2026 · 5 min
An automatic trading journal for MT4/MT5: your trades log themselves
Trading journals rarely fail for lack of conviction: they fail at 10pm, when eight trades need retyping by hand and laziness wins. The fix isn't more willpower: it's removing the typing.
The three levels of automation
| Method | Effort | Data freshness |
|---|---|---|
| Manual entry | High, every trade | Depends on you |
| CSV export from MetaTrader | Medium, a few clicks a day | Current when you remember |
| Automatic sync (EA) | Zero after setup | Continuous |
CSV is a fine starting point: importing is free here (1/day). But the real unlock is when the journal fills itself.
How MetaTrader sync works
An Expert Advisor (EA) runs on your MT4 or MT5 terminal and pushes your trades to your journal through a webhook secured by a personal token. Three-step setup:
- Download the TradeDiscipline EA (MT4 or MT5) from settings.
- Paste your personal sync token.
- Allow the URL in MetaTrader's WebRequest options.
After that, nothing: your trades just appear, Exness and other MT-broker accounts included. Not on MetaTrader? The same rail exists for cTrader (cBot), NinjaTrader (AddOn) and TradingView (webhook), and Tradovate connects via API with hourly sync.
What automation actually changes
A complete journal is more than convenience: it's the precondition for everything else:
- The AI analysis reasons over all your data, not just the trades you had the courage to type in (nobody logs their worst trades, precisely the ones that matter).
- Tilt alerts and the challenge guardian can only protect you in-session if your positions arrive live.
- Your history becomes trustworthy: average win vs average loss, performance by hour, by instrument: honest statistics require complete data.
Where to start
Automatic sync is a Premium feature (€29.99/month). But start free: full journal, daily CSV import and 1 discovery AI analysis, no credit card. If the analysis moves you forward, automation will be an obvious next step: try it.
Turn theory into practice
Create my account