From fb90901bb3408555331d24e1f46a0144e3afbb55 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 19 Mar 2021 20:12:12 +0100 Subject: [PATCH] Fix telegram table for both rendered and github markdown --- docs/telegram-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/telegram-usage.md b/docs/telegram-usage.md index 5ecdf8065..377977892 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -146,7 +146,7 @@ official commands. You can ask at any moment for help with `/help`. | `/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. -| `/unlock ` | Remove the lock for this pair (or for this lock id). +| `/unlock ` | Remove the lock for this pair (or for this lock id). | `/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`).