Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.35 KB

File metadata and controls

58 lines (38 loc) · 1.35 KB

LMEX-Performance-Tracker

Installation

  1. Clone the repository
  2. Install dependencies:

Input Data Format

The application expects a CSV file named tradeHistory.csv with the following columns:

  • Date
  • Symbol
  • Side (Buy/Sell)
  • Price
  • Quantity
  • Total

Performance Metrics

The application calculates and provides the following metrics:

  1. Profit and Loss (P&L)

    • Total P&L
    • Daily P&L
    • Per-symbol P&L
  2. Trade Statistics

    • Number of trades
    • Win rate
    • Average win size
    • Average loss size
    • Risk-reward ratio
  3. Position Analysis

    • Maximum drawdown
    • Average position size
    • Position duration

Output

The application generates reports with detailed performance metrics in both console output and saved files.

Disclaimer

⚠️ This tool was created by someone who still counts on their fingers and thinks HODL is a legitimate investment strategy. Please don't use these calculations for tax purposes or financial advice - it's strictly for flexing on Reddit and making your Discord friends jealous. Your accountant will thank you.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For support or questions, please open an issue in the GitHub repository.