|
|
15304106ac
|
refactor: standardize ATR EMA scanner to scan entire date range
|
2025-02-08 20:05:29 -08:00 |
|
|
|
cea43c4d32
|
feat: Add time interval resampling to stock data fetching
|
2025-02-08 20:03:59 -08:00 |
|
|
|
7e046a1e33
|
feat: Scan entire date range for signals in ATR EMA strategy
|
2025-02-08 19:52:55 -08:00 |
|
|
|
0ca47d3c3d
|
fix: Add missing os import to data_utils.py
|
2025-02-08 19:47:21 -08:00 |
|
|
|
af1f245c7a
|
fix: Remove incorrect 'risk' key access in t_atr_ema.py
|
2025-02-08 19:09:22 -08:00 |
|
|
|
ba73f3ddca
|
fix: Add missing os import in data_utils.py
|
2025-02-08 19:06:05 -08:00 |
|
|
|
1d521bee85
|
fix: Improve error reporting in print_signal with ticker and available keys
|
2025-02-08 19:05:50 -08:00 |
|
|
|
3c6e69de62
|
refactor: Replace signal print statements with print_signal function
|
2025-02-08 19:01:28 -08:00 |
|
|
|
fd3ded3f72
|
refactor: Centralize signal output and CSV saving in data_utils.py
|
2025-02-08 19:01:18 -08:00 |
|
|
|
b64e3b5a27
|
fix: Add signal_date definition from DataFrame in t_sunnyband.py
|
2025-02-08 18:59:35 -08:00 |
|
|
|
8c1b98860f
|
refactor: Standardize CSV output structure across all scanners
|
2025-02-08 18:59:19 -08:00 |
|
|
|
bf0adcb163
|
fix: Store EMA value in entry_data to prevent KeyError
|
2025-02-08 18:03:23 -08:00 |
|
|
|
9d8a4167d0
|
feat: Add potential profit display to screener outputs
|
2025-02-08 17:59:59 -08:00 |
|
|
|
1d51e491f2
|
fix: Prevent future dates in queries and add date validation
|
2025-02-08 17:55:37 -08:00 |
|
|
|
0d0c4944d8
|
refactor: Remove session management from db_connection.py
|
2025-02-08 17:51:43 -08:00 |
|
|
|
cd4691a4cb
|
fix: Remove invalid keep_alive_timeout setting from ClickHouse client
|
2025-02-08 17:49:34 -08:00 |
|
|
|
58841c9a08
|
feat: Enhance ClickHouse client with improved session management and error handling
|
2025-02-08 17:38:58 -08:00 |
|
|
|
1c23444e5b
|
feat: Add exponential backoff for session lock retries in ClickHouse client
|
2025-02-08 17:32:39 -08:00 |
|
|
|
5afd77b9a0
|
feat: Add signal dates to sunnyband scanner output
|
2025-02-08 17:11:27 -08:00 |
|
|
|
516533800f
|
refactor: Use consistent date range input in sunny band scanner
|
2025-02-08 13:20:17 -08:00 |
|
|
|
2f784e5d65
|
feat: Add signal dates to ATR EMA screeners for backtesting
|
2025-02-08 12:32:14 -08:00 |
|
|
|
a8dd33c3d9
|
feat: add date range input functionality to stock scanners
|
2025-02-08 12:19:34 -08:00 |
|
|
|
0f60515442
|
refactor: Update import in t_atr_ema.py to use data_utils module
|
2025-02-08 12:16:19 -08:00 |
|
|
|
c2ac523d83
|
fix: Import get_stock_data in t_sunnyband.py
|
2025-02-08 12:14:13 -08:00 |
|
|
|
012fa0e071
|
refactor: Move get_stock_data to utils module for shared usage
|
2025-02-08 12:13:59 -08:00 |
|
|
|
d41d40ab4f
|
fix: Update function name in main.py to match t_atr_ema_v2 implementation
|
2025-02-08 12:08:32 -08:00 |
|
|
|
98f13c0d9d
|
fix: Correct import and __all__ list in screener/__init__.py
|
2025-02-08 12:07:43 -08:00 |
|
|
|
7775999f3b
|
feat: add Three ATR EMA v2 screener with entry signal logic
|
2025-02-08 12:06:55 -08:00 |
|
|
|
7ba3f07ad4
|
fix: Improve error handling and data resampling in indicator calculation
|
2025-02-08 11:52:28 -08:00 |
|
|
|
41380c3638
|
fix: correct timestamp handling and add date validation in stock data queries
|
2025-02-08 11:50:25 -08:00 |
|
|
|
44beec4b6c
|
fix: Update date handling in ClickHouse query to filter future dates
|
2025-02-08 11:47:34 -08:00 |
|
|
|
a67f88211f
|
fix: Correct timestamp handling in ClickHouse query for ATR EMA scanner
|
2025-02-08 11:44:04 -08:00 |
|
|
|
5b07a565f9
|
feat: Add date validation to stock data queries
|
2025-02-08 11:42:36 -08:00 |
|
|
|
69f0bd532c
|
fix: Correct date handling and validation in ATR EMA scanner
|
2025-02-08 11:42:24 -08:00 |
|
|
|
9f95ee14fc
|
fix: Enhance data validation and debugging in ATR EMA screener
|
2025-02-08 11:40:33 -08:00 |
|
|
|
02a26636e3
|
fix: Enhance data validation and type handling in screener scripts
|
2025-02-08 11:39:01 -08:00 |
|
|
|
b4312e92d4
|
fix: Add validation checks for missing 'close' column in stock data
|
2025-02-08 11:35:37 -08:00 |
|
|
|
6be64ebe03
|
gpt fix
|
2025-02-08 11:33:09 -08:00 |
|
|
|
316ce608b6
|
refactor: Update SQL query to use window_start and timestamp conversion
|
2025-02-08 11:16:00 -08:00 |
|
|
|
196ca39e63
|
fix: Update ClickHouse queries to use window_start column correctly
|
2025-02-08 11:15:21 -08:00 |
|
|
|
b820c5a5b2
|
fix: Enhance data fetching with fallback logic and expanded time ranges
|
2025-02-08 11:09:19 -08:00 |
|
|
|
7ef27027ee
|
fix: Replace async ClickHouse query with synchronous method
|
2025-02-08 11:01:13 -08:00 |
|
|
|
8560214494
|
feat: Improve data fetching with wider range and batch validation
|
2025-02-08 10:57:30 -08:00 |
|
|
|
114e0f6165
|
fix: Correct interval format and enhance data fetching error handling in ATR-EMA scanner
|
2025-02-08 10:53:27 -08:00 |
|
|
|
86686125f3
|
feat: Add ATR EMA target scanner for stock analysis
|
2025-02-08 10:53:21 -08:00 |
|
|
|
389975605c
|
refactor: Remove duplicate code block in user input handling
|
2025-02-08 10:50:00 -08:00 |
|
|
|
27ffc80432
|
feat: Integrate ATR-EMA v2 scanner with updated menu and imports
|
2025-02-08 10:49:04 -08:00 |
|
|
|
ea96a07d17
|
3ATR Strategy
|
2025-02-08 10:38:22 -08:00 |
|
|
|
b4ed0c6906
|
code created by gpt
|
2025-02-08 10:28:05 -08:00 |
|
|
|
277492c7f8
|
fix: Correct plotshape syntax and indentation in Sunny_Bands.pine
|
2025-02-08 10:18:26 -08:00 |
|