Skip to content

TradeLens is an open-source trading journal tool designed to help traders gain deeper insights into their trades. By leveraging Obsidian, TradeLens offers a seamless way to convert trading data from HTS into structured notes.

License

Notifications You must be signed in to change notification settings

mingi3314/tradelens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tradelens

Overview

TradeLens is an open-source trading journal tool designed to help traders gain deeper insights into their trades. By leveraging Obsidian, TradeLens offers a seamless way to convert trading data from HTS into structured notes.

Features

  • Import trading data directly from clipboard
  • Automatically generate Obsidian-compatible markdown notes
  • Track and analyze trade performance
  • Easy to use and customizable

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/tradelens.git
    cd tradelens
  2. Create and activate a virtual environment using poetry:

    poetry install
    poetry shell

Usage

  1. Ensure your Kiwoom HTS trade log data is copied to the clipboard.

  2. Run the CLI command to generate notes:

    python tradelens/main.py generate-notes --output-dir <output_directory>
    • output-dir: Directory where the generated markdown files will be saved.
    • template-path (optional): Path to the Jinja2 template file used for generating notes. Default is tradelens/templates/journal_template.md.

    Example:

    python tradelens/main.py generate-notes --output-dir notes

About

TradeLens is an open-source trading journal tool designed to help traders gain deeper insights into their trades. By leveraging Obsidian, TradeLens offers a seamless way to convert trading data from HTS into structured notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages