GitHunt
ER

erma0x/trading_journal

Trading Journal is a simple Python program that allows traders to record their trade details and save them to a CSV file for later analysis

Trading Journal

Description

Trading Journal is a simple Python program that allows traders to record their trade details and save them to a CSV file for later analysis. The program uses the Pygame library for creating a graphical user interface to input trade information.

Requirements

Python 3.x

Pygame

Installation

  1. Make sure you have Python 3.x installed on your system.

  2. Install the Pygame library by running the following command:

    pip install pygame

  3. Clone this repository or download the trading_journal.py file.

How to Use

  1. Run the trading_journal.py script:
    python trading_journal.py

  2. Enter trade details in the provided input fields.

  3. Click the "Save" button to save the trade information to a CSV file named "trading_journal.csv" in the same directory as the script.

Input Fields

Date
Symbol/Ticker
Direction
Entry Price
Exit Price
Position Size
Risk Reward Ratio (R:R)
Trade Motivation
Comments

License

This project is licensed under the MIT License.

Credits

Developed by erma0x

Languages

Python100.0%

Contributors

MIT License
Created July 20, 2023
Updated January 11, 2024
erma0x/trading_journal | GitHunt