Commit Graph

63 Commits

Author SHA1 Message Date
e906c63893 feat: Enhance trading journal with multi-order position tracking and order types 2025-02-10 09:38:16 -08:00
15aadbe3da refactor: Modify ClickHouse database operations in journal.py for HTTP client compatibility 2025-02-10 09:33:19 -08:00
d6b6a289ed fix: Update import paths for trading module classes 2025-02-10 09:30:25 -08:00
b887269152 refactor: Update import paths and add journal_menu function to journal.py 2025-02-10 09:27:13 -08:00
3425539781 refactor: Modularize main application structure and separate concerns 2025-02-10 09:23:51 -08:00
590c6fd2b7 feat: Add trading journal feature with database tracking 2025-02-10 09:18:16 -08:00
bf71fa5fb2 feat: Update default stop loss to 7% and improve position sizing output 2025-02-08 08:21:28 -08:00
e7a32dd9ab
init python 2025-02-06 23:26:11 -08:00
6ca78eb83f
refactor: Convert numpy float64 values to Python floats in position calculation 2025-02-06 22:55:12 -08:00
a536ec5e15
feat: Add target price and risk/reward calculations to position sizing 2025-02-06 21:22:27 -08:00
5f7c02a470
feat: Add potential profit, loss, and risk/reward ratio calculations to positions 2025-02-06 21:19:56 -08:00
8740ccf9eb
refactor: Update position calculator with dynamic account size and automatic stop loss 2025-02-06 21:16:07 -08:00
b7d3b8bc6d
feat: Add trading app with position calculator and portfolio management 2025-02-06 21:10:59 -08:00