mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
add missing commands to README
This commit is contained in:
parent
54b15c1556
commit
7e99b13742
|
@ -22,8 +22,11 @@ Persistence is achieved through sqlite.
|
||||||
* /status [table]: Lists all open trades
|
* /status [table]: Lists all open trades
|
||||||
* /count: Displays number of open trades
|
* /count: Displays number of open trades
|
||||||
* /profit: Lists cumulative profit from all finished trades
|
* /profit: Lists cumulative profit from all finished trades
|
||||||
* /forcesell <trade_id>: Instantly sells the given trade (Ignoring `minimum_roi`).
|
* /forcesell <trade_id>|all: Instantly sells the given trade (Ignoring `minimum_roi`).
|
||||||
* /performance: Show performance of each finished trade grouped by pair
|
* /performance: Show performance of each finished trade grouped by pair
|
||||||
|
* /balance: Show account balance per currency
|
||||||
|
* /help: Show help message
|
||||||
|
* /version: Show version
|
||||||
|
|
||||||
### Config
|
### Config
|
||||||
`minimal_roi` is a JSON object where the key is a duration
|
`minimal_roi` is a JSON object where the key is a duration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user