LucrJournal

by toadfans
5
4
3
2
1
Score: 35/100
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. 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.

Reviews

No reviews yet.

Stats

stars
24
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

LucrJournal

中文

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.

What It Helps You Do

  • Record positions with account, symbol, execution, risk, and review context.
  • Connect trades with news, key levels, market analysis, playbooks, criteria, and confluence.
  • Review recent performance from a dashboard instead of reading isolated trade notes.
  • Keep screenshots and other image evidence attached to the position they explain.
  • Use OCR and import flows to reduce repetitive entry while still reviewing the result before writeback.
  • Keep records as local Markdown and attachment files inside your Obsidian vault.

LucrJournal is not a broker, an order-entry tool, a real-time trading terminal, or an investment advice product.

Key Features

  • Position workflow for creating, completing, and reviewing trade records.
  • Dashboard views for Overview, Positions, News, Analysis, Playbook, Accounts, and Symbols.
  • Account and symbol management for filtering records by source, instrument, or strategy.
  • Playbook, criteria, and confluence structures for turning repeated setups into reusable checks.
  • Local Markdown storage under LucrJournal/ in your vault.
  • Attachment handling for screenshots, chart evidence, and review images.
  • OCR-assisted review for extracting candidate trade fields from screenshots before applying them.
  • Candlestick chart support for linked crypto positions, with chart screenshots saved as attachments.
  • English and Simplified Chinese interface language settings.

Installation

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.json
  • main.js
  • styles.css
  • onnxruntime-web/
  • ocr/

Then reload Obsidian and enable LucrJournal from Community plugins.

Usage

Open LucrJournal from the left ribbon icon or the Obsidian command palette command Open journal.

A practical first run is:

  1. Open LucrJournal.
  2. Create or confirm one account.
  3. Create a position with the account and symbol.
  4. Open position details and fill the execution, risk, notes, and review context that matter for this trade.
  5. Add screenshots or other evidence when they explain entry, exit, risk, or conclusion.
  6. Review positions later from the dashboard by account, symbol, playbook, or context.

LucrJournal keeps its records in your vault, so you can search, link, and carefully inspect them from Obsidian.

Development

Install dependencies:

npm install

Start the development build:

npm run dev

Build the plugin bundle:

npm run build:bundle

Run tests:

npm run test

Run lint checks:

npm run lint

The release artifacts include manifest.json, main.js, styles.css, and a zip with offline OCR runtime assets.

License

MIT