fixed test?
This commit is contained in:
parent
3dd7d209e9
commit
0dcaa82c3b
@ -230,7 +230,7 @@ class Hyperopt(Backtesting):
|
|||||||
Define the buy strategy parameters to be used by hyperopt
|
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
|
Buy strategy Hyperopt will build and use
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user