Fix expectancy calc and tests

This commit is contained in:
froggleston
2023-07-15 16:51:45 +01:00
parent e57bb6bc97
commit d4b282d6f7
3 changed files with 12 additions and 6 deletions

View File

@@ -416,13 +416,13 @@ def test_rpc_trade_statistics(default_conf_usdt, ticker, fee, mocker) -> None:
assert pytest.approx(stats['profit_all_percent_mean']) == -57.86
assert pytest.approx(stats['profit_all_fiat']) == -85.205614098
assert pytest.approx(stats['winrate']) == 66.666666667
assert pytest.approx(stats['expectancy']) == 0.223308883
assert stats['trade_count'] == 7
assert stats['first_trade_humanized'] == '2 days ago'
assert stats['latest_trade_humanized'] == '17 minutes ago'
assert stats['avg_duration'] in ('0:17:40')
assert stats['best_pair'] == 'XRP/USDT'
assert stats['best_rate'] == 10.0
assert stats['expectancy'] == 1.0
assert stats['expectancy_rate'] == 3.64
# Test non-available pair