mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Fix /help from telegram
This commit is contained in:
parent
007cc94474
commit
86592c3ba1
|
@ -561,8 +561,8 @@ class Telegram(RPC):
|
|||
"*/stop:* `Stops the trader`\n" \
|
||||
"*/status [table]:* `Lists all open trades`\n" \
|
||||
" *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" \
|
||||
" `pending buy orders are marked with an asterisk (*)`\n" \
|
||||
" `pending sell orders are marked with a double asterisk (**)`\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" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user