fix: UTC+8 market chart times and archive full history K-line load
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -605,7 +605,10 @@
|
||||
chart.timeScale().setVisibleLogicalRange({ from: candles.length - 120, to: candles.length + 5 });
|
||||
}
|
||||
const markHint = markAuto && trades.length > 1 ? " · 自动标注 " + trades.length + " 笔" : tr ? " · 已标注开/平" : "";
|
||||
const histHint = openMs && closeMs ? " · 可拖动/滚轮缩放查看建仓前走势" : "";
|
||||
const histHint =
|
||||
openMs && closeMs
|
||||
? " · 建档30天历史 · 可拖动/滚轮缩放查看建仓前走势"
|
||||
: "";
|
||||
setStatus("K 线 " + candles.length + " 根 · " + timeframe + markHint + histHint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user