From 94b9845619e62b6efbe4306a38f99d0c1eeb5be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Delacotte?= Date: Wed, 10 Dec 2025 18:14:13 +0100 Subject: [PATCH] FrictradeLearning.py add label --- FrictradeLearning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrictradeLearning.py b/FrictradeLearning.py index 6223e71..0210128 100644 --- a/FrictradeLearning.py +++ b/FrictradeLearning.py @@ -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)