Frictrade

This commit is contained in:
Jérôme Delacotte
2025-12-05 23:27:40 +01:00
parent 3efc95e415
commit ae98d11559
26 changed files with 15887 additions and 38 deletions

View File

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