also call updateIndicatorCandles on new data
This commit is contained in:
@ -430,6 +430,7 @@ async loadNewData() {
|
|||||||
|
|
||||||
console.log('[Chart] Calling drawIndicatorsOnChart after new data');
|
console.log('[Chart] Calling drawIndicatorsOnChart after new data');
|
||||||
window.drawIndicatorsOnChart?.();
|
window.drawIndicatorsOnChart?.();
|
||||||
|
window.updateIndicatorCandles?.();
|
||||||
|
|
||||||
await this.loadSignals();
|
await this.loadSignals();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user