Expose helpermethods thorugh freqtrade.strategy
This commit is contained in:
parent
10c5b230b4
commit
f54fecaeba
@ -1 +1,4 @@
|
||||
from freqtrade.strategy.interface import IStrategy # noqa: F401
|
||||
# flake8: noqa: F401
|
||||
from freqtrade.exchange import (timeframe_to_minutes, timeframe_to_prev_date,
|
||||
timeframe_to_seconds, timeframe_to_next_date, timeframe_to_msecs)
|
||||
from freqtrade.strategy.interface import IStrategy
|
||||
|
Loading…
Reference in New Issue
Block a user