Merge pull request #1758 from freqtrade/fix/rpcheader

Missing /daily header
This commit is contained in:
Misagh
2019-04-12 10:45:56 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -269,7 +269,8 @@ class Telegram(RPC):
headers=[
'Day',
f'Profit {stake_cur}',
f'Profit {fiat_disp_cur}'
f'Profit {fiat_disp_cur}',
f'Trades'
],
tablefmt='simple')
message = f'<b>Daily Profit over the last {timescale} days</b>:\n<pre>{stats_tab}</pre>'