Show winning vs. losing trades

This commit is contained in:
Matthias
2020-06-24 06:43:19 +02:00
parent 112906458f
commit 0509b9a8fc
3 changed files with 13 additions and 1 deletions

View File

@@ -444,6 +444,8 @@ def test_api_profit(botclient, mocker, ticker, fee, markets, limit_buy_order, li
'profit_closed_percent_sum': 6.2,
'trade_count': 1,
'closed_trade_count': 1,
'winning_trades': 1,
'losing_trades': 0,
}