removed duplicate scrollToRealTime that may interfere with indicator redraw

This commit is contained in:
DiTus
2026-03-01 21:18:38 +01:00
parent 780ecfdfb5
commit ef43b128d5

View File

@ -432,11 +432,6 @@ async loadNewData() {
window.drawIndicatorsOnChart?.();
await this.loadSignals();
// Refresh chart if new candle detected
if (isNewCandle) {
this.chart.timeScale().scrollToRealTime();
}
}
} catch (error) {
console.error('Error loading new data:', error);