Record your trades as local Markdown files and link every entry to its key levels, confluences, market analysis, and news — turning your journal into a connected, private knowledge graph.
LucrJournal is an Obsidian plugin for reviewing and managing positions, playbooks, criteria, symbols, accounts, attachments, and related market analysis in one focused local workspace.
It is built for traders who already use Obsidian for notes and want trade records, context, screenshots, and review conclusions to stay in the same vault.
LucrJournal is not a broker, an order-entry tool, a real-time trading terminal, or an investment advice product.
LucrJournal/ in your vault.LucrJournal requires Obsidian 1.11.4 or later.
For a manual install, copy these files into your vault plugin folder:
VaultFolder/.obsidian/plugins/lucrjournal/
Required plugin files and directories:
manifest.jsonmain.jsstyles.cssonnxruntime-web/ocr/Then reload Obsidian and enable LucrJournal from Community plugins.
Open LucrJournal from the left ribbon icon or the Obsidian command palette command Open journal.
A practical first run is:
LucrJournal keeps its records in your vault, so you can search, link, and carefully inspect them from Obsidian.
Install dependencies:
bun install
Start the development build:
bun run dev
Build the plugin bundle:
bun run build:bundle
Run tests:
bun run test
Run lint checks:
bun run lint
The release artifacts include manifest.json, main.js, styles.css, and a zip with offline OCR runtime assets.
MIT