Removes long format + pylint fixes

This commit is contained in:
Sebastien Moreau
2017-11-02 13:25:19 -04:00
parent 361bdd20d3
commit 60249af04c
2 changed files with 23 additions and 50 deletions

View File

@@ -19,7 +19,7 @@ Persistence is achieved through sqlite.
#### Telegram RPC commands:
* /start: Starts the trader
* /stop: Stops the trader
* /status [table [short]]: Lists all open trades
* /status [table]: Lists all open trades
* /count: Displays number of open trades
* /profit: Lists cumulative profit from all finished trades
* /forcesell <trade_id>: Instantly sells the given trade (Ignoring `minimum_roi`).