Verified availability on September 7, 2026: Traders Second Brain currently offers one ready-made free journal on its public free-template page: a simple Notion journal delivered after an email submission. This guide also gives six free build-it-yourself blueprints for Notion, Excel, and Google Sheets. It does not label those blueprints as TSB downloads.

The right free trading journal is the one whose input cost matches the review you will actually perform. A beautiful template with fields you never use is worse than a twelve-column log you review every week.

If you want a ready-made starting point, use the verified simple Notion journal. If you want formulas you can audit, build the Sheets or Excel blueprint below. The seven options on this page are clearly labeled so “free template” never hides an email requirement, missing file, or paid upgrade.

All Free Templates and Blueprints

1. TSB Simple Notion Trading Journal — Ready-Made

Availability: currently offered. The public page asks for a first name and email, then says the Notion template is sent to the inbox. Follow the delivered link and inspect the workspace before adding real account information.

Best for: a trader who already uses Notion and wants a simple qualitative habit without spreadsheet setup.

Open the verified free-journal page. Notion's own documentation explains that duplicating a public page creates a copy in your workspace; you need the appropriate Notion session and permissions.

2. Google Sheets Core Trade Log — Build It Yourself

Availability: blueprint in this article, not a TSB download. Paste this tab-separated header line into A1:

Date Symbol Direction Entry Exit Stop Size Net P&L Initial Risk R-Multiple Setup Notes

Use =IF(OR(H2="",I2="",I2=0),"",H2/I2) for R-Multiple and build the remaining dashboard from the Google Sheets journal guide.

3. Excel Table Trade Log — Build It Yourself

Availability: blueprint in this article, not a downloadable TSB workbook. Use the same core columns, select the range, and create an Excel Table named Trades. Structured references make formulas readable and expand with new table rows.

=IFERROR(COUNTIF(Trades[Net P&L],">0")/COUNT(Trades[Net P&L]),"")

Microsoft documents the structured-reference syntax used by Excel Tables. Verify your Excel version and locale before copying separators or function names.

4. Universal CSV Trade Log — Build It Yourself

Availability: a portable schema, not a styled dashboard. Use it when you want a neutral interchange file:

closed_at,symbol,direction,quantity,entry_price,exit_price,fees,net_pnl,initial_risk,setup,notes

CSV preserves rows and values, not workbook formulas, dropdowns, charts, or multiple tabs. Keep the original broker export unchanged and create a separate normalized copy.

5. Weekly Review Template — Build It Yourself

Create one row per week with: week ending, trade count, net P&L, total R, max drawdown, best setup, largest rule deviation, one behavior to keep, and one change to test. This is a review layer, not a replacement for the trade log.

6. Trading Playbook Template — Build It Yourself

Create one row or page per setup with: setup name, market context, entry trigger, invalidation, initial stop method, target logic, permitted sessions, disqualifiers, annotated example, and last review date. The playbook states what should happen; the trade log records what did happen.

7. Prop-Program Constraint Tracker — Build It Yourself

Use one row per exact program, not one row per firm. Record firm slug, program ID, region, nominal size, challenge stage, price checked, profit target, daily loss, maximum loss, minimum days, payout terms, platform, restrictions, official source URL, and verified date. Use Not verified instead of guessing a blank value.

This tracker is intentionally generic until you select a program. When a specific firm or program affects a TSB article's decision, the article should use the shared server-rendered catalog component rather than copying mutable terms into prose.

What's Inside the Verified Notion Template

The public offer describes a simple Notion trading journal. It does not publicly enumerate every database property, formula, dashboard, connector, asset-class variant, or prop-firm tracker before delivery. Therefore this guide does not promise the old list of five modules, eighteen fields, equity charts, or preconfigured firm formulas.

After receiving the link:

  1. Duplicate the page into a test workspace.
  2. List the properties that actually appear in the delivered version.
  3. Enter two fictional trades and check every formula or rollup by hand.
  4. Remove fields you will not review and add only fields tied to a decision.
  5. Confirm the page is private before adding screenshots or account details.

The ready-made free journal, the separately sold TSB Notion system, and the TSB web app are different products. Features or pricing from one should not be attributed to another.

Which Template to Choose

Your priorityStart withTrade-off to test
Ready-made qualitative habitTSB simple Notion journalEmail delivery and the fields in the delivered version
Cloud spreadsheet and sharingGoogle Sheets blueprintManual input, formula protection, offline setup
Structured formulas and local workbook workflowExcel Table blueprintYour license, version, backups, and import process
Portable raw dataCSV schemaNo formulas, views, or multi-tab structure
Habit and decisionsWeekly reviewNeeds an underlying trade log
Setup consistencyPlaybookDoes not calculate performance alone
Challenge-rule complianceProgram constraint trackerEvery value needs an official source and date

You can combine templates, but each should have one job. A practical minimum is one raw trade log plus one weekly decision page. Duplicate metrics across three tools only if you have a reconciliation reason.

The Minimum Fields That Survive a Tool Change

Regardless of format, keep a durable core:

  • timestamp and timezone;
  • account and instrument;
  • direction, quantity, actual entry, and actual exit;
  • initial stop and positive initial risk amount;
  • fees and net P&L;
  • setup label, rule-adherence result, and one concise note.

With those fields you can rebuild win rate, average win and loss, profit factor, realized expectancy, R-multiple, and an equity curve. A screenshot can help explain context, but it should not be the only record of numeric facts.

Free Template vs TSB Products

OptionVerified public roleDo not assume
Free simple Notion journalEmail-delivered starting templatePaid-system modules or web-app automation
TSB Full AccessSeparate, more complete Notion-based productThat it is included in the free journal
Sheets / Excel blueprints hereInstructions you build in your own workbookThat TSB hosts a downloadable file

Check the current Notion product page and current web-app offer separately. Do not copy a price or feature count from an old article into the decision; live product pages are the source for mutable commercial terms.

Before You Use Any Free Trading Journal Template

  • Use fictional rows to test formulas and views.
  • Confirm who can access shared pages or workbooks.
  • Keep broker credentials, API secrets, and identity documents out of notes.
  • Export a backup in a durable format before reorganizing fields.
  • Write metric definitions so a future tool migration does not change the meaning silently.

A free template is successful when it produces a repeated review and a specific action. Start with the smallest structure that does that, then earn every extra field.