Commit Graph

512 Commits

Author SHA1 Message Date
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
ca843a370e refactor: Migrate watchlist functionality to ClickHouse database 2025-02-17 16:12:34 -08:00
c00893360e feat: Add watchlist feature with database tables and UI integration 2025-02-17 16:10:12 -08:00
f81e82d171 refactor: Update strategy guide with Monte Carlo and SunnyBands focus 2025-02-17 16:01:51 -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
7910da0430 feat: Enhance Monte Carlo simulation with minute-level data aggregation 2025-02-17 15:18:41 -08:00
bb54f9a159 fix: Move opacity to Scatter trace level in Monte Carlo simulation plot 2025-02-17 15:14:13 -08:00
3eb6b7b62b feat: Enhance Monte Carlo simulation plot with improved visualization and styling 2025-02-17 15:13:13 -08:00
9b3b1f27ac refactor: Capitalize column names in MonteCarloSimulator to ensure consistent data access 2025-02-17 15:09:41 -08:00
87287574b2 feat: Add sophisticated Monte Carlo price simulation page 2025-02-17 15:07:31 -08:00
a90828eeb4 feat: Integrate Monte Carlo Analysis page into Streamlit app navigation 2025-02-17 15:05:32 -08:00
8b9ef53794 fix: Improve ADX indicator calculation with proper Series conversion and parameter handling 2025-02-14 00:37:18 -08:00
071559a8e1 feat: Add trading logic for new technical indicators in DynamicStrategy 2025-02-14 00:34:40 -08:00
0033d433c4 feat: Add new technical indicators to backtesting strategy 2025-02-14 00:32:03 -08:00
dce7d90e64 fix: Improve error handling and ticker processing in backtesting 2025-02-14 00:17:49 -08:00
6465b93ac5 fix: Move date selection and datetime conversion before ticker selection 2025-02-14 00:12:37 -08:00
32bade726d fix: Add datetime conversion for start and end dates in backtesting page 2025-02-14 00:12:21 -08:00
a4e828da8c feat: Add comprehensive multi-ticker testing with batch processing and advanced filtering 2025-02-14 00:12:07 -08:00
1204b18a76 refactor: Improve multi-ticker backtest error handling and indicator settings processing 2025-02-14 00:09:14 -08:00
840c96ede3 fix: Handle indicator parameter conversion in multi-ticker backtest 2025-02-14 00:06:45 -08:00
8c2b8233cf refactor: Enhance multi-ticker backtest error handling and debugging 2025-02-14 00:04:40 -08:00
0b9742eb61 fix: Handle dynamic stats keys and improve error handling in multi-ticker backtest 2025-02-14 00:02:49 -08:00
282b740144 feat: Add multi-ticker backtest support with performance filtering 2025-02-14 00:00:53 -08:00
32907718a1 refactor: Implement built-in stop loss functionality in DynamicStrategy 2025-02-13 23:55:14 -08:00
03e454cb09 fix: Update stop loss check to use open_price instead of price 2025-02-13 23:51:49 -08:00
04e2cf1d02 fix: Update stop loss check to use self.position.price 2025-02-13 23:50:15 -08:00
531d356bf0 fix: Correct entry price attribute in stop loss check 2025-02-13 23:47:38 -08:00
a755e12ca0 fix: Correct entry price attribute in stop loss check 2025-02-13 23:44:58 -08:00
a7cab3d9e5 fix: Update stop loss calculation to use correct entry price attribute 2025-02-13 23:43:33 -08:00
0dca328a9e refactor: Improve stop loss handling with error resilience and position size check 2025-02-13 23:42:00 -08:00
c771e479bb refactor: Update BB calculation with ffill() and debug print 2025-02-13 23:40:38 -08:00
17e9024a3f fix: Correct entry_price property usage in DynamicStrategy stop loss 2025-02-13 23:39:00 -08:00
3249acd33c fix: Update entry_price access to method call in stop loss logic 2025-02-13 23:37:40 -08:00
51be586696 feat: Add 7% stop loss mechanism to DynamicStrategy 2025-02-13 23:37:01 -08:00
5f55b67070 refactor: Update indicators to handle pandas Series consistently 2025-02-13 23:31:36 -08:00
aa5952e00b fix: Improve Bollinger Bands calculation with dynamic column handling 2025-02-13 23:28:03 -08:00
6e965a2924 fix: Simplify Bollinger Bands calculation and remove debug statements 2025-02-13 23:26:16 -08:00
a4ee19a1d0 refactor: Improve Bollinger Bands calculation with dynamic column detection and debug logging 2025-02-13 23:23:48 -08:00
efe820317c fix: Update Bollinger Bands calculation with correct pandas-ta column names 2025-02-13 23:21:37 -08:00
4feaf51b4c feat: Add comprehensive debug logging to trading strategy and optimization 2025-02-13 23:19:36 -08:00
e48fcfafbd feat: Add trading logic for BB, RSI, and EMA indicators in strategy 2025-02-13 23:16:58 -08:00
a18bc66b19 fix: Handle missing keys and correct max drawdown metric in backtest results 2025-02-13 23:14:28 -08:00