Add /trades to help (so users know about it)

This commit is contained in:
Matthias
2020-07-23 07:54:45 +02:00
parent fdc84eef59
commit e0c14e6214
2 changed files with 2 additions and 0 deletions

View File

@@ -646,6 +646,7 @@ class Telegram(RPC):
" *table :* `will display trades in a table`\n"
" `pending buy orders are marked with an asterisk (*)`\n"
" `pending sell orders are marked with a double asterisk (**)`\n"
"*/trades [limit]:* `Lists last closed trades (limited to 10 by default)`\n"
"*/profit:* `Lists cumulative profit from all finished trades`\n"
"*/forcesell <trade_id>|all:* `Instantly sells the given trade or all trades, "
"regardless of profit`\n"