Update docs and tests for new daily command

This commit is contained in:
Matthias
2022-06-11 11:26:49 +02:00
parent 76827b31a9
commit 9ba11f7bcc
3 changed files with 34 additions and 34 deletions

View File

@@ -611,9 +611,9 @@ class Telegram(RPCHandler):
f"{period['rel_profit']:.2%}",
] for period in stats['data']],
headers=[
f"{val.header} (trades)",
f'Prof {stake_cur}',
f'Prof {fiat_disp_cur}',
f"{val.header} (count)",
f'{stake_cur}',
f'{fiat_disp_cur}',
'Profit %',
'Trades',
],