Small finetuning

This commit is contained in:
Matthias 2020-11-22 19:59:18 +01:00
parent 8f1d2ff070
commit 0d349cb355
3 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@
{
"method": "RangeStabilityFilter",
"lookback_days": 10,
"min_volatility": 0.01,
"min_rate_of_change": 0.01,
"refresh_period": 1440
}
],

View File

@ -689,7 +689,7 @@ class Exchange:
since_ms: int) -> DataFrame:
"""
Minimal wrapper around get_historic_ohlcv - converting the result into a dataframe
:param pair: Pair to download
:param pair: Pair to download
:param timeframe: Timeframe to get data for
:param since_ms: Timestamp in milliseconds to get history from
:return: OHLCV DataFrame

View File

@ -1,5 +1,5 @@
"""
Minimum age (days listed) pair list filter
Rate of change pairlist filter
"""
import logging
from typing import Any, Dict