FrictradeLearning.py add label
This commit is contained in:
@@ -1278,7 +1278,7 @@ class FrictradeLearning(IStrategy):
|
|||||||
dispo=dispo,
|
dispo=dispo,
|
||||||
pair=trade.pair,
|
pair=trade.pair,
|
||||||
rate=current_rate,
|
rate=current_rate,
|
||||||
trade_type='Gain',
|
trade_type='Gain ' + str(round(dca_threshold, 4)),
|
||||||
profit=round(profit, 1),
|
profit=round(profit, 1),
|
||||||
buys=trade.nr_of_successful_entries + 1,
|
buys=trade.nr_of_successful_entries + 1,
|
||||||
stake=round(stake_amount, 2)
|
stake=round(stake_amount, 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user