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.
Python 3.x
Pygame
-
Make sure you have Python 3.x installed on your system.
-
Install the Pygame library by running the following command:
pip install pygame
-
Clone this repository or download the trading_journal.py file.
-
Run the trading_journal.py script:
python trading_journal.py
-
Enter trade details in the provided input fields.
-
Click the "Save" button to save the trade information to a CSV file named "trading_journal.csv" in the same directory as the script.
Date
Symbol/Ticker
Direction
Entry Price
Exit Price
Position Size
Risk Reward Ratio (R:R)
Trade Motivation
Comments
This project is licensed under the MIT License.
Developed by erma0x