Add limit parameter to fetch_ohlcv

This commit is contained in:
Matthias
2020-12-20 11:44:50 +01:00
parent b9f3410d8b
commit 7d2395ddb7
3 changed files with 4 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ class Binance(Exchange):
_ft_has: Dict = {
"stoploss_on_exchange": True,
"order_time_in_force": ['gtc', 'fok', 'ioc'],
"ohlcv_candle_limit": 1000,
"trades_pagination": "id",
"trades_pagination_arg": "fromId",
"l2_limit_range": [5, 10, 20, 50, 100, 500, 1000],