Implement merge_informative_pairs helper

This commit is contained in:
Matthias
2020-09-04 19:44:35 +02:00
parent 79ea8cf771
commit bd4f3d838a
3 changed files with 101 additions and 0 deletions

View File

@@ -2,3 +2,4 @@
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
from freqtrade.strategy.strategy_helper import merge_informative_pairs