removed duplicate scrollToRealTime that may interfere with indicator redraw
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user