Merge pull request #3517 from freqtrade/rpc/winlossratio

Show winning vs. losing trades
This commit is contained in:
Matthias
2020-06-30 07:48:18 +02:00
committed by GitHub
3 changed files with 13 additions and 1 deletions

View File

@@ -446,6 +446,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,
}