现在会看到最新的 K 线数据,不会再有一个周期的延迟
This commit is contained in:
parent
2220b04ea4
commit
1875f2e1fb
@ -28,6 +28,7 @@ class Okx(Exchange):
|
|||||||
|
|
||||||
_ft_has: FtHas = {
|
_ft_has: FtHas = {
|
||||||
"ohlcv_candle_limit": 100, # Warning, special case with data prior to X months
|
"ohlcv_candle_limit": 100, # Warning, special case with data prior to X months
|
||||||
|
"ohlcv_partial_candle": False, # 不删除最后一根蜡烛,使用最新数据
|
||||||
"stoploss_order_types": {"limit": "limit"},
|
"stoploss_order_types": {"limit": "limit"},
|
||||||
"stoploss_on_exchange": True,
|
"stoploss_on_exchange": True,
|
||||||
"stoploss_query_requires_stop_flag": True,
|
"stoploss_query_requires_stop_flag": True,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user