fixed test?

This commit is contained in:
Gert Wohlgemuth 2018-07-16 21:33:49 -07:00
parent 08c3ff65cd
commit 5a255e1110

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
"""