Commit Graph

512 Commits

Author SHA1 Message Date
11da135ea2 refactor: Prevent duplicate table creation messages in trading_plan table 2025-02-12 17:54:46 -08:00
f291cd631f removed whitespace 2025-02-12 17:49:08 -08:00
c5d7a96e38 refactor: Move trading plan page to dedicated module 2025-02-12 17:33:51 -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
f7fd7dc7b8 fix: Add missing import for load_scanner_reports function 2025-02-12 17:04:16 -08:00
723a7dfc9f refactor: Move technical scanner functionality to separate module 2025-02-12 17:02:40 -08:00
3bb0ede559 fix: Import load_scanner_reports function from canslim_screener_page 2025-02-12 17:00:18 -08:00
ce1db8a8d9 refactor: Move CANSLIM screener to dedicated module 2025-02-12 17:00:08 -08:00
c2feece0d6 fix: Import missing journal functions and format_datetime 2025-02-12 16:51:25 -08:00
bf034d9ada refactor: Move trading journal functionality to separate module 2025-02-12 16:51:05 -08:00
417dbbc596 refactor: Move strategy guide to dedicated page module 2025-02-11 21:38:38 -08:00
b35349c885 refactor: Improve NULL handling in unlink_trades_from_plan function 2025-02-11 21:06:37 -08:00
84378e32f8 refactor: Replace nested expanders with cleaner trade display layout 2025-02-11 19:22:34 -08:00
1506deff0d feat: Add linked trades and trade statistics to trading plan view 2025-02-11 19:21:25 -08:00
a2bbd31f27 fix: Modify trade linking query to correctly handle ClickHouse IN clause 2025-02-11 19:18:36 -08:00
062be5863f feat: Add unlink_trades_from_plan import to trading_plan module imports 2025-02-11 19:17:06 -08:00
bee908180c feat: Add functionality to unlink trades from trading plans 2025-02-11 19:16:52 -08:00
f3d932443e fix: Remove duplicate Trade Management section and add unique keys 2025-02-11 19:14:59 -08:00
d9692e9811 feat: Add dynamic plan_id column check and creation in get_plan_trades 2025-02-11 19:13:39 -08:00
a47cd3e1cc refactor: Update SQL queries to use parameterized queries in trading_plan.py 2025-02-11 19:12:14 -08:00
85d7638ef4 feat: Add trade management section to trading plan edit page 2025-02-11 19:09:51 -08:00
c1bd9e7701 fix: Resolve f-string syntax error in trading plan page format_func 2025-02-11 19:07:56 -08:00
4a0bc2bb0f fix: Resolve f-string syntax error in trading plan trade formatting 2025-02-11 19:07:42 -08:00
eeb7e6d682 feat: Enhance trade selection with direction, strategy, and profit/loss details 2025-02-11 19:07:24 -08:00
722f0d8a14 fix: Import missing functions for trading plan management 2025-02-11 19:03:25 -08:00
e575842664 feat: Add trade linking and performance metrics to trading plans 2025-02-11 19:00:24 -08:00
bdfd53e653 feat: Enhance trading plan view with comprehensive details and improved layout 2025-02-11 18:56:27 -08:00
9f0be3f617 fix: Update Streamlit query params method to use .update() 2025-02-11 18:53:15 -08:00
0312411a47 refactor: Replace deprecated st.experimental_set_query_params with st.query_params 2025-02-11 18:51:27 -08:00
613f50ec5b fix: Correct indentation for delete button in trading plan page 2025-02-11 18:48:37 -08:00
9369eadd47 fix: Correct syntax error in trading plan delete button placement 2025-02-11 18:47:12 -08:00
9e7e1dd2b1 fix: Correct indentation for delete plan button in trading plan page 2025-02-11 18:47:02 -08:00
35cebb7010 fix: Correct indentation for delete plan button in trading plan page 2025-02-11 18:46:51 -08:00
25edd0a77f fix: Correct indentation for "Delete Plan" button in trading plan page 2025-02-11 18:46:38 -08:00
f0065af3a2 fix: Resolve indentation error and remove duplicate exception handler in trading plan page 2025-02-11 18:44:57 -08:00
11660b3449 fix: Remove misplaced delete plan button and add it to trading plan page 2025-02-11 18:44:46 -08:00
b1e843e796 feat: Add delete functionality for trading plans in edit mode 2025-02-11 18:44:33 -08:00
e7946667e4 feat: Add comprehensive editing capabilities for trading plans 2025-02-11 18:40:44 -08:00
430520a307 refactor: Remove updated_at as version column in ReplacingMergeTree engine 2025-02-11 18:36:58 -08:00
978d9c7a20 feat: Update trading_plans table to use ReplacingMergeTree for better update support 2025-02-11 18:34:35 -08:00
aa282de020 refactor: Switch trading_plans table engine from TinyLog to MergeTree 2025-02-11 18:33:01 -08:00
7fe73d725c fix: Remove DROP TABLE command to preserve trading plan data 2025-02-11 18:31:15 -08:00
74e1d43936 feat: Add unique keys to Streamlit form elements to prevent duplicate IDs 2025-02-11 18:28:15 -08:00
5acfe4bfc4 fix: Correctly handle query results in trading plan retrieval functions 2025-02-11 18:25:02 -08:00
1d423d3291 refactor: Update Streamlit query params and trading plan retrieval method 2025-02-11 18:22:58 -08:00
26238a6afb refactor: Update query result handling and deprecated Streamlit function 2025-02-11 18:21:33 -08:00
7fe83a0f6a fix: Update st.rerun() to st.experimental_set_query_params(rerun=True) 2025-02-11 18:20:07 -08:00
9897b9029b refactor: Replace st.experimental_rerun() with st.experimental_set_query_params(rerun=True) 2025-02-11 18:20:03 -08:00