Most traders record entry, exit and profit. That is a start, but it does not show whether the trade was high quality, oversized, session-dependent or part of a strategy drift.
Core journal fields
| Metric | Why it matters |
|---|---|
| R-multiple | Normalizes performance by risk. |
| Max open drawdown | Shows what the account endured before close. |
| Session | Reveals time-of-day edge or weakness. |
| Symbol | Shows market-specific behavior. |
| Strategy or magic number | Separates systems inside the same account. |
Journal the equity experience
A trade can close green but spend hours in deep floating loss. Recording only the final P/L hides the account stress. Add equity drawdown or maximum adverse excursion where possible.
Use the journal for review
The point is not to collect data forever. The point is to answer better questions: which strategy deserves more size, which session should be avoided and which setup creates the worst floating risk?
For EA traders, connect this with magic number tracking. For account-level monitoring, read How to monitor MT5 accounts.
Start with the decision, then choose metrics
A journal is not improved by adding every available statistic. Decide whether you are evaluating edge, risk, execution or operational reliability. Each question needs a different slice. Expectancy and payoff describe trade outcomes; drawdown and exposure describe risk; slippage and rejection rates describe execution; stale-terminal incidents describe operations.
Always show sample size and period beside a metric. A 70% win rate over ten trades is not equivalent to the same result over a thousand. Segment by EA identity, symbol, session, direction and strategy version, but avoid drawing conclusions from tiny subgroups.
Worked expectancy example
Suppose 100 trades contain 45 winners averaging $180 and 55 losers averaging $100. Expectancy is 0.45 × $180 − 0.55 × $100 = $26 per trade before any costs not already included. The 45% win rate looks unimpressive alone, yet the payoff produces positive expectancy. If commission and swap average $12 per trade, the net expectancy falls to $14; costs changed the decision materially.
Use a repeatable review sequence
- Validate data completeness, time zone and deposit/withdrawal classification.
- Review net result, expectancy and distribution—not only the average.
- Inspect maximum equity drawdown, recovery duration and time under water.
- Compare planned entry/exit values with actual execution where recorded.
- Write the action taken and revisit it after a defined sample.
Do not optimize a live EA from one bad week or celebrate one exceptional winner. Look for persistent changes across comparable market regimes, and retain the version boundary when settings change. Use magic-number attribution to form defensible strategy groups and the equity-curve guide to see risk hidden between closed trades. The journal succeeds when it supports a documented action, including the decision to wait for more evidence.
Preserve data quality
Import deals with stable ticket identifiers and make the import idempotent so a reconnect does not double-count them. Store commission, fee, swap, entry/exit direction, volume, symbol and timestamps from the source record. Keep deposits and withdrawals out of trade expectancy while retaining them for account reconciliation. Note the account time zone before grouping trades into days or sessions.
Some analyses need a documented grouping policy because one trading idea can produce several partial fills and exits. Decide whether the unit is a deal, position or reconstructed campaign, and do not switch units between reports. Preserve the underlying deals so the grouping can be audited.
Turn review into an experiment
When a metric suggests a change, write the hypothesis, proposed adjustment, expected effect and minimum evaluation sample. Change one material variable when possible. Compare out-of-sample results with the prior version and include risk, costs and market regime. This reduces the temptation to tune settings until historical noise looks like an edge.
Primary source
Technical reference: official MetaTrader documentation. Broker and prop-firm terms can differ; verify the rules for the exact account you operate.
xTriel helps connect account telemetry, drawdown and strategy context.