Allow changing the order_type for forcesell

This commit is contained in:
Th0masL
2021-02-25 05:02:08 +02:00
parent 1f30c3d7f1
commit 117f0064ed
3 changed files with 11 additions and 2 deletions

View File

@@ -51,6 +51,10 @@ The bot cannot do these every 5 seconds (at each iteration), otherwise it would
So this parameter will tell the bot how often it should update the stoploss order. The default value is 60 (1 minute).
This same logic will reapply a stoploss order on the exchange should you cancel it accidentally.
### forcesell
`forcesell` is an optional value, which defaults to the same value as `sell` and is used when sending a `/forcesell` command from Telegram or from the Rest API.
### emergencysell
`emergencysell` is an optional value, which defaults to `market` and is used when creating stop loss on exchange orders fails.