iblameaza173 downloadsPersonal trading journal — table view, inline editing, PnL dashboard, checklist templates, draggable lists, and more.
A minimalist trading journal plugin for Obsidian — designed to live alongside your existing notes, not replace them.
Most trading journal plugins demand a complete overhaul of your workflow. Trade Rythm takes a different approach: a clean, unobtrusive sidebar panel that integrates seamlessly with your existing Obsidian vault. Whether you're journaling personal reflections, tracking projects, or managing a trading portfolio — Trade Rythm stays out of your way until you need it.
Simple by design. No overwhelming dashboards, no complex configurations. Just a straightforward table view and essential analytics when you want them. Switch between your trading journal and any other note with a single click.
| Command | Description |
|---|---|
Trade Rythm: Open Trade Rythm |
Opens the table/dashboard view |
Trade Rythm: New Trade Entry |
Creates a new live trade |
Trade Rythm: New Backtest Entry |
Creates a new backtest trade |
| Setting | Description |
|---|---|
| Trades folder | Vault-relative path to live trades |
| Backtest folder | Vault-relative path to backtest trades |
| Setup folder | Vault-relative path to Trading Settings |
| Table font size | Font size for the trades table (px) |
Manage your trading setup in the Settings tab:
Configure your default checklists for new trades:
Items are draggable for easy reordering.
Your Vault/
├── Trades Journal/ ← Live trades
├── Backtest Journal/ ← Backtest trades
└── Trading Settings/ ← Accounts, Models, Sessions, etc.
├── Accounts/
├── Models/
├── Sessions/
├── Symbols/
├── Order Types/
├── Setup Grades/
└── ...
Note: Plugin auto-creates these folders on install. If you rename them, plugin detects and updates settings automatically.
All YAML keys are quoted for Obsidian Properties compatibility:
---
"Status": "Open"
"Account": "Binance"
"Model": "TJR"
"Symbol": "BTCUSD"
"Position": "Long"
"Entry / Exit Date": "2026-09-08"
"News Impact": "FOMC"
"Bias": "Bullish"
"Market Conditions": "Trending"
"Type of Trade": "Day Trade"
"Entry TimeFrame": "15m"
"Confluences": "OB + FVG"
"Key Levels": "Daily High"
"Entry Signals": "BOS"
"Order Type": "Market Order"
"S/L Pips": 50
"% Risk": 1
"SL Management": "Trailing stop"
"Max RR reached": 2.5
"Actual RR achieved": "W(+1), L(-1), BE(0)"
"TP Management": "Partial at 1.5R"
"Gross PnL": 0.02
"Fees": 0.005
"Net PnL": 0.015
"Setup Grade": "A"
"Mistakes": []
"No Explanation?": false
---
If you found this plugin helpful for your journey, you can give me any amount of tip here: ☕ ko-fi.com/iblameaza
All Rights Reserved. Copyright (c) 2026 iblameaza. See LICENSE for details.