Frictrade
This commit is contained in:
@@ -160,7 +160,7 @@ class Genetic(IStrategy):
|
||||
}
|
||||
|
||||
# Stoploss:
|
||||
stoploss = -0.07693
|
||||
stoploss = -1
|
||||
|
||||
# Optimal ticker interval for the strategy
|
||||
ticker_interval = '2h'
|
||||
@@ -359,4 +359,5 @@ class Genetic(IStrategy):
|
||||
|
||||
def populate_sell_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
|
||||
|
||||
return dataframe
|
||||
return dataframe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user