전략평가 매매시그널 표시안되는 문제 수정
This commit is contained in:
@@ -531,6 +531,11 @@ export class ChartManager {
|
||||
if (this._auxIndicatorOnlyLayout) {
|
||||
this.syncChartOverlayVisibility();
|
||||
}
|
||||
|
||||
// setData 시 마커 플러그인만 dispose 되고 backtestMarkers 배열은 유지됨 — 재적용
|
||||
if (this.backtestMarkers.length > 0 || this.liveStrategyMarkers.length > 0) {
|
||||
this._reapplyAllPatternMarkers();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user