From 361bdd20d35e2823e0cc10e63f807f342f8df614 Mon Sep 17 00:00:00 2001 From: Sebastien Moreau Date: Sun, 29 Oct 2017 20:55:14 -0400 Subject: [PATCH] Updates README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4388f00e3..edc21a9b5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Persistence is achieved through sqlite. #### Telegram RPC commands: * /start: Starts the trader * /stop: Stops the trader -* /status: Lists all open trades +* /status [table [short]]: Lists all open trades +* /count: Displays number of open trades * /profit: Lists cumulative profit from all finished trades * /forcesell : Instantly sells the given trade (Ignoring `minimum_roi`). * /performance: Show performance of each finished trade grouped by pair