Add okx broker id

This commit is contained in:
Matthias
2022-08-22 20:23:19 +02:00
parent 5ce1c69803
commit 5f38a574ce
3 changed files with 9 additions and 7 deletions

View File

@@ -39,6 +39,8 @@ class Okx(Exchange):
net_only = True
_ccxt_params: Dict = {'options': {'brokerId': 'ffb5405ad327SUDE'}}
def ohlcv_candle_limit(
self, timeframe: str, candle_type: CandleType, since_ms: Optional[int] = None) -> int:
"""