Merge pull request #1758 from freqtrade/fix/rpcheader
Missing /daily header
This commit is contained in:
@@ -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>'
|
||||
|
Reference in New Issue
Block a user