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)