mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Rename cheatsheet header
This commit is contained in:
parent
7b901e180a
commit
fa4c8110e7
|
@ -63,9 +63,14 @@ CREATE TABLE trades (
|
|||
SELECT * FROM trades;
|
||||
```
|
||||
|
||||
## Fix trade still open after a /forcesell
|
||||
## Fix trade still open after a manual sell on the exchange
|
||||
|
||||
Note: This should not be necessary, as forcesell orders are closed automatically by the bot on the next iteration.
|
||||
!!! Warning:
|
||||
Manually selling on the exchange should not be done by default, since the bot does not detect this and will try to sell anyway.
|
||||
/foresell <tradeid> should accomplish the same thing.
|
||||
|
||||
!!! Note:
|
||||
This should not be necessary after /forcesell, as forcesell orders are closed automatically by the bot on the next iteration.
|
||||
|
||||
```sql
|
||||
UPDATE trades
|
||||
|
|
Loading…
Reference in New Issue
Block a user