finish custom indicators timeframe

This commit is contained in:
Vasily.onl
2025-06-06 15:25:18 +08:00
parent b49e39dcb4
commit 70714876bb
3 changed files with 125 additions and 4 deletions

View File

@@ -33,6 +33,6 @@
- [x] 4.2 In `dashboard/callbacks/indicators.py`, update the save indicator callback to read the timeframe value.
- [x] 4.3 Pass the selected timeframe to `indicator_manager.create_indicator` or `update_indicator`.
- [ ] 5.0 Testing and Validation
- [ ] 5.1 Write unit tests for custom timeframe data fetching and alignment.
- [ ] 5.2 Manually test creating and viewing indicators with various timeframes (higher, lower, and same as chart).
- [ ] 5.3 Verify visual correctness and data integrity on the chart.
- [x] 5.1 Write unit tests for custom timeframe data fetching and alignment.
- [xx] 5.2 Manually test creating and viewing indicators with various timeframes (higher, lower, and same as chart).
- [x] 5.3 Verify visual correctness and data integrity on the chart.