Commit Graph

32 Commits

Author SHA1 Message Date
c418973cf3 fix: Improve prefill data handling in trading system page 2025-02-17 16:59:43 -08:00
f4b6c2f07e fix: Improve prefill data handling in trading system page input fields 2025-02-17 16:57:20 -08:00
d0b8e294db feat: Add shares field to watchlist items and update prefill functionality 2025-02-17 16:51:09 -08:00
73b51c7ba6 feat: Implement prefill workflow for watch list in trading system 2025-02-17 16:46:55 -08:00
ea52f3f6e9 fix: Import ensure_tables_exist from watchlist module 2025-02-17 16:43:37 -08:00
579f870c08 feat: Simplify watchlist functionality and add table creation checks 2025-02-17 16:43:24 -08:00
8649949278 refactor: Enhance watchlist debugging with detailed logging and Streamlit output 2025-02-17 16:39:37 -08:00
e1a01a6f97 refactor: Improve watchlist addition layout and debug information display 2025-02-17 16:36:13 -08:00
f3570ac6b3 feat: Enhance watchlist addition with Streamlit debug output 2025-02-17 16:33:42 -08:00
0eb83197cb feat: Add detailed debug logging for watchlist item creation and insertion 2025-02-17 16:28:33 -08:00
bcd1b2badb fix: Import create_client to resolve undefined name error 2025-02-17 16:25:53 -08:00
8fadc159bd feat: Add detailed SQL logging and debug database state button 2025-02-17 16:25:40 -08:00
62346dcd04 fix: Add missing logger import and configuration 2025-02-17 16:22:16 -08:00
322491bc83 refactor: Enhance watchlist addition with robust logging and error handling 2025-02-17 16:22:04 -08:00
4bdd85405a feat: Add logging and improve watchlist UI for better error handling 2025-02-17 16:18:33 -08:00
c00893360e feat: Add watchlist feature with database tables and UI integration 2025-02-17 16:10:12 -08:00
2dda835a3f feat: Add Monte Carlo target price calculation and projection parameters 2025-02-17 15:47:58 -08:00
cd9b6f7969 feat: Add Monte Carlo stop loss calculation to trading system 2025-02-17 15:45:24 -08:00
d7834d78f5 refactor: Update trading system page portfolio calculation logic 2025-02-13 13:03:43 -08:00
217707b4d9 refactor: Simplify open position value calculation using trade summary data 2025-02-13 12:58:09 -08:00
6097ce6367 feat: Improve portfolio value calculation with detailed open trades tracking 2025-02-13 12:55:44 -08:00
3e1775534c feat: Enhance trading system page with total portfolio value calculation and usage metrics 2025-02-13 12:49:31 -08:00
336afa8170 feat: Enhance trading system page with cash-aware position sizing 2025-02-13 12:46:57 -08:00
a643a1649e refactor: Fix indentation and remove unused portfolio code 2025-02-13 12:44:10 -08:00
51ebdc1d74 fix: Correct indentation in trading system page input fields 2025-02-13 12:40:01 -08:00
5398d683b9 refactor: Remove unnecessary whitespace and indentation in trading system page 2025-02-13 12:39:40 -08:00
6439412bb3 refactor: Fix search/replace block matching in trading system page 2025-02-13 12:39:32 -08:00
eea63e6cbb refactor: Simplify trading system page to focus on position calculator 2025-02-13 12:39:00 -08:00
e60f18e41a fix: Add None checks for portfolio position metrics to prevent TypeError 2025-02-13 08:10:18 -08:00
60029268f7 fix: Correct syntax error in portfolio data check condition 2025-02-12 17:10:35 -08:00
a8aea03499 feat: Refactor trading system page into separate module 2025-02-12 17:10:23 -08:00
2fcf238f6b feat: Move trading system functionality to separate module 2025-02-12 17:07:19 -08:00