FrictradeLearning.py add label

This commit is contained in:
Jérôme Delacotte
2025-12-10 18:14:13 +01:00
parent 2fac557edb
commit 94b9845619

View File

@@ -1278,7 +1278,7 @@ class FrictradeLearning(IStrategy):
dispo=dispo,
pair=trade.pair,
rate=current_rate,
trade_type='Gain',
trade_type='Gain ' + str(round(dca_threshold, 4)),
profit=round(profit, 1),
buys=trade.nr_of_successful_entries + 1,
stake=round(stake_amount, 2)