Digital Edge Lab
Edge Academy / Building Your Edge
Module 6 · Lesson 4 8 min read

Reading Your Journal Stats to Find YOUR Edge

Your Journal Is a Dataset, Not a Diary

A trading journal that only records "felt good about this one" is a diary. A trading journal that records structured, comparable data across every trade is a dataset — and a dataset is something you can actually analyze to find your edge. This lesson is about turning the log into insight.

The Minimum Fields Every Entry Needs

  • Date, time, instrument, session
  • Setup/strategy name (must match one of your defined strategies from Lesson 1)
  • Context conditions present at entry
  • Entry price, stop price, target price
  • Risk in dollars and in R
  • Outcome in R and in dollars
  • Whether you followed your own rules exactly (yes/no, and if no, what you deviated on)
  • A one-line note on execution quality, separate from outcome

That last field matters more than most traders realize. A trade can be a winner and still be badly executed (you got lucky). A trade can be a loser and still be perfectly executed (the setup didn't work this time, but you followed your rules). Conflating outcome with quality is one of the fastest ways to reinforce bad habits, because a lucky win feels identical to a skillful one in the moment.

Expectancy: The Single Number That Matters Most

Win rate alone is misleading. A strategy with a 30% win rate can be highly profitable if winners are big enough; a strategy with a 70% win rate can lose money if losers are big enough. The number that actually tells you whether a strategy has an edge is expectancy:

Expectancy = (Win Rate x Average Win) − (Loss Rate x Average Loss)

Worked Example

Say your journal shows 60 trades on your session-open reversal setup:

  • 34 wins, average winner +1.8R
  • 26 losses, average loser −1R
  • Win rate = 34/60 = 56.7%, loss rate = 43.3%

Expectancy = (0.567 x 1.8) − (0.433 x 1.0) = 1.02 − 0.433 = +0.59R per trade

That means, on average, every time you take this setup you can expect to make roughly 0.59R. On a $150 risk per trade, that's about $88.50 of expected value per occurrence, before commissions and slippage. A positive expectancy, held over a large enough sample (see Lesson 3), is the actual definition of "having an edge." Everything else is noise or narrative.

Slice the Data to Find Where Your Edge Actually Lives

Once you have expectancy for the overall strategy, break it down further. Most traders don't have one flat edge — they have a strong edge in specific conditions and a weak or negative edge in others, averaged together. Slice your journal by:

  • Time of day — is your edge concentrated in the first hour after the open, or does it hold all session?
  • Day of week — some setups perform very differently on Monday vs. Friday.
  • Context condition — does the setup work in trends but not in chop, or vice versa?
  • Instrument — does it hold on both NQ and ES, or only one?
  • Rule adherence — compare expectancy on trades where you followed your rules exactly vs. trades where you deviated. This slice alone often explains most of a trader's underperformance relative to their backtest.

It's common to find that a strategy's overall expectancy of +0.3R is actually made up of +0.9R during the London-to-NY overlap and -0.2R outside it. If that's true, the real edge is "trade this setup only during the overlap" — a narrower, more precise rule that the raw average was hiding.

Watch for Execution Drift

Compare your rule-adherence slice over time. If your "followed rules exactly" percentage is dropping month over month even though outcomes look fine, that's an early warning sign — you may be getting away with deviations due to lucky variance (see Lesson 3), and the deviations will eventually catch up with you.

Turn Findings Into Rule Changes

The point of this analysis isn't just to admire your numbers — it's to feed back into Lesson 1's five-part structure. If your data says the edge only exists in a specific context window, that context restriction becomes part of the strategy definition itself, not an informal note you keep in your head. Update the written rules. Then backtest and forward test the narrowed version to confirm the improvement is real and not just another small sample.

The Discipline This Requires

None of this works if journal entries are incomplete, rounded up, or filled in from memory a day later. Log every trade, immediately, with real numbers — not "about 2 points" but the actual stop and target prices. Sloppy inputs make the whole exercise worthless, because you can't compute real expectancy from approximate data.

Key takeaways
  • Expectancy — not win rate alone — is the number that tells you whether a strategy actually has an edge: (win rate x avg win) minus (loss rate x avg loss).
  • Slicing journal data by time of day, context, instrument, and rule adherence usually reveals that your edge is concentrated in specific conditions, not spread evenly across every trade.
  • Separate outcome from execution quality in every entry — a lucky win and a skillful win feel the same but teach opposite lessons if you don't track the difference.
Glossary
Expectancy
The average amount you expect to win or lose per trade, calculated as (win rate x average win) minus (loss rate x average loss), expressed in R or dollars.
Rule Adherence
The percentage of trades where the trader followed their own predefined strategy rules exactly, tracked separately from win/loss outcome.
Execution Quality
A judgment of how well a trade was carried out relative to the plan, independent of whether it happened to win or lose.