现在会看到最新的 K 线数据,不会再有一个周期的延迟

This commit is contained in:
zhangkun9038@dingtalk.com 2026-02-26 03:21:20 +08:00
parent 2220b04ea4
commit 1875f2e1fb

View File

@ -28,6 +28,7 @@ class Okx(Exchange):
_ft_has: FtHas = {
"ohlcv_candle_limit": 100, # Warning, special case with data prior to X months
"ohlcv_partial_candle": False, # 不删除最后一根蜡烛,使用最新数据
"stoploss_order_types": {"limit": "limit"},
"stoploss_on_exchange": True,
"stoploss_query_requires_stop_flag": True,