Prevent TA panel refresh when changing timeframes

- Removed automatic TA reload when switching timeframes
- TA panel now only loads on initial page load and when manually refreshed
- User must click Refresh button to update TA after timeframe change
This commit is contained in:
DiTus
2026-02-25 22:17:57 +01:00
parent 258ac8eef2
commit 6dc9cf5a63

View File

@ -595,7 +595,7 @@ async loadTA() {
this.allData.delete(interval); this.allData.delete(interval);
this.loadInitialData(); this.loadInitialData();
this.loadTA(); // Don't reload TA on timeframe switch - let user refresh manually
window.clearSimulationResults?.(); window.clearSimulationResults?.();
window.updateTimeframeDisplay?.(); window.updateTimeframeDisplay?.();