mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix wrong typehint
This commit is contained in:
parent
866ff55d84
commit
88a2995b4c
|
@ -148,7 +148,7 @@ class VolatilityFilter(IPairList):
|
|||
"""
|
||||
Validate trading range
|
||||
:param pair: Pair that's currently validated
|
||||
:param daily_candles: Downloaded daily candles
|
||||
:param volatility_avg: Average volatility
|
||||
:return: True if the pair can stay, false if it should be removed
|
||||
"""
|
||||
# Check symbol in cache
|
||||
|
|
Loading…
Reference in New Issue
Block a user