|
|
417dbbc596
|
refactor: Move strategy guide to dedicated page module
|
2025-02-11 21:38:38 -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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
74e1d43936
|
feat: Add unique keys to Streamlit form elements to prevent duplicate IDs
|
2025-02-11 18:28:15 -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 |
|
|
|
4730499ae2
|
feat: Add trading plans page to Streamlit app with full CRUD functionality
|
2025-02-11 17:42:10 -08:00 |
|
|
|
b9116a55a2
|
feat: Enhance trade entry form to support buy and sell order workflows
|
2025-02-11 07:02:51 -08:00 |
|
|
|
c238bf45ed
|
feat: Add buy/sell direction selector to trading journal page
|
2025-02-11 06:59:10 -08:00 |
|
|
|
695259f3be
|
refactor: Remove navigation buttons from strategy guide page
|
2025-02-10 23:32:07 -08:00 |
|
|
|
c1445fc5e3
|
refactor: Replace st.switch_page() with session state navigation
|
2025-02-10 23:31:01 -08:00 |
|
|
|
83e2cde08a
|
feat: Improve navigation buttons in strategy guide page with Streamlit switch_page
|
2025-02-10 23:29:52 -08:00 |
|
|
|
99f890c4c6
|
refactor: Simplify strategy guide page navigation buttons
|
2025-02-10 23:28:29 -08:00 |
|
|
|
f9b6cb82f8
|
refactor: Replace deprecated st.experimental_rerun() with st.rerun()
|
2025-02-10 23:27:06 -08:00 |
|
|
|
55c23b44bb
|
feat: Add strategy guide page with trading workflow and scanner integration
|
2025-02-10 23:25:36 -08:00 |
|
|
|
31af0f6a02
|
feat: Use portfolio value as default account size in position calculator
|
2025-02-10 23:23:09 -08:00 |
|
|
|
470cb88da6
|
refactor: Improve portfolio display with unique keys and entry date
|
2025-02-10 23:20:11 -08:00 |
|
|
|
efe69a2dbb
|
feat: Load open trades from journal into portfolio on initialization
|
2025-02-10 23:18:45 -08:00 |
|
|
|
aadd2c517e
|
feat: Add Trading System page to navigation menu
|
2025-02-10 23:16:59 -08:00 |
|
|
|
b8c268652f
|
fix: Import missing portfolio value functions from trading.journal
|
2025-02-10 23:15:24 -08:00 |
|
|
|
cfe17976b2
|
fix: Resolve syntax error in portfolio value display condition
|
2025-02-10 23:15:12 -08:00 |
|
|
|
7beaee7d10
|
fix: Correct incomplete if statement in portfolio value section
|
2025-02-10 23:15:00 -08:00 |
|
|
|
02496c3a3c
|
feat: Add trading system page with position calculator, portfolio management, and value tracking
|
2025-02-10 23:11:16 -08:00 |
|
|
|
91e6b7f2b6
|
feat: Add unique keys to text_area elements in trading journal page
|
2025-02-10 23:01:48 -08:00 |
|
|
|
b71a3eef38
|
fix: Remove nested try block and simplify error handling in trade update
|
2025-02-10 23:00:24 -08:00 |
|
|
|
a99deffa9f
|
feat: Add date and time input fields for updating trade entry details
|
2025-02-10 22:59:59 -08:00 |
|
|
|
6f5dadbe5c
|
feat: Add interval selection to technical scanner page
|
2025-02-10 22:56:18 -08:00 |
|