fixed test?

This commit is contained in:
Gert Wohlgemuth 2018-07-16 21:33:49 -07:00 committed by Matthias
parent 3dd7d209e9
commit 0dcaa82c3b

View File

@ -230,7 +230,7 @@ class Hyperopt(Backtesting):
Define the buy strategy parameters to be used by hyperopt
"""
def populate_buy_trend(dataframe: DataFrame) -> DataFrame:
def populate_buy_trend(dataframe: DataFrame, pair: str) -> DataFrame:
"""
Buy strategy Hyperopt will build and use
"""