From 2787ba080907092bc517e9cbdc9b7e5f0f1ffc30 Mon Sep 17 00:00:00 2001 From: Christof Date: Mon, 21 Dec 2020 10:03:27 +0100 Subject: [PATCH] added /locks to command list --- docs/telegram-usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/telegram-usage.md b/docs/telegram-usage.md index c940f59ac..965d16d87 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -106,6 +106,7 @@ official commands. You can ask at any moment for help with `/help`. | `/trades [limit]` | List all recently closed trades in a table format. | `/delete ` | Delete a specific trade from the Database. Tries to close open orders. Requires manual handling of this trade on the exchange. | `/count` | Displays number of trades used and available +| `/locks` | Show currently locked pairs. | `/profit` | Display a summary of your profit/loss from close trades and some stats about your performance | `/forcesell ` | Instantly sells the given trade (Ignoring `minimum_roi`). | `/forcesell all` | Instantly sells all open trades (Ignoring `minimum_roi`).