行情区图表:成交量、十字线 OHLCV、可视高低点、日线满 500 根

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-02 11:12:10 +08:00
parent ba681c7a58
commit 113d8c1669
7 changed files with 223 additions and 84 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ def api_chart_meta():
def api_chart_ohlcv(
exchange_key: str = "",
symbol: str = "",
timeframe: str = "5m",
timeframe: str = "1d",
refresh: str = "",
):
ex = _find_exchange_by_key(exchange_key)