day/week options for Telegram '/profit' command

format changed to "/profit n"
This commit is contained in:
Eugene Schava
2021-05-28 10:17:26 +03:00
parent 336f4aa6a7
commit a965436cd6
3 changed files with 13 additions and 12 deletions

View File

@@ -123,7 +123,7 @@ Telegram is not mandatory. However, this is a great way to control your bot. Mor
- `/stop`: Stops the trader.
- `/stopbuy`: Stop entering new trades.
- `/status <trade_id>|[table]`: Lists all or specific open trades.
- `/profit [day]|[week]`: Lists cumulative profit from all finished trades
- `/profit [<n>]`: Lists cumulative profit from all finished trades, over the last n days.
- `/forcesell <trade_id>|all`: Instantly sells the given trade (Ignoring `minimum_roi`).
- `/performance`: Show performance of each finished trade grouped by pair
- `/balance`: Show account balance per currency.