Fix calcs, rename ratio, add docs

This commit is contained in:
froggleston
2023-07-17 14:16:22 +01:00
parent 79f7f82c59
commit 6ccc12f337
7 changed files with 34 additions and 30 deletions
+1 -1
View File
@@ -800,7 +800,7 @@ async def test_telegram_profit_handle(
assert '*Max Drawdown:*' in msg_mock.call_args_list[-1][0][0]
assert '*Profit factor:*' in msg_mock.call_args_list[-1][0][0]
assert '*Winrate:*' in msg_mock.call_args_list[-1][0][0]
assert '*Expectancy (Rate):*' in msg_mock.call_args_list[-1][0][0]
assert '*Expectancy (Ratio):*' in msg_mock.call_args_list[-1][0][0]
assert '*Trading volume:* `126 USDT`' in msg_mock.call_args_list[-1][0][0]