Update dry-run considerations

This commit is contained in:
Matthias 2022-05-19 19:42:00 +02:00
parent 56a73575a1
commit 46ea135b6b
2 changed files with 1 additions and 2 deletions

View File

@ -583,7 +583,7 @@ Once you will be happy with your bot performance running in the Dry-run mode, yo
* Market orders fill based on orderbook volume the moment the order is placed.
* Limit orders fill once the price reaches the defined level - or time out based on `unfilledtimeout` settings.
* In combination with `stoploss_on_exchange`, the stop_loss price is assumed to be filled.
* Open orders (not trades, which are stored in the database) are reset on bot restart.
* Open orders (not trades, which are stored in the database) are kept open after bot restarts, with the assumption that they were not filled while being offline.
## Switch to production mode

View File

@ -69,4 +69,3 @@ def cleanup_db() -> None:
:return: None
"""
Trade.commit()