Set bittrex limits as returned by the exchange

closes #4181
This commit is contained in:
Matthias 2021-02-14 10:32:55 +01:00
parent 5622bb3247
commit da89838b5c
1 changed files with 6 additions and 0 deletions

View File

@ -19,5 +19,11 @@ class Bittrex(Exchange):
"""
_ft_has: Dict = {
"ohlcv_candle_limit_per_timeframe": {
'1m': 1440,
'5m': 288,
'1h': 744,
'1d': 365,
},
"l2_limit_range": [1, 25, 500],
}