From 586cbc750c711ccf8b9bcaa6836be5f8b89d91f3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 6 Feb 2020 06:45:11 +0100 Subject: [PATCH] Add considerations for dry-run --- docs/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 4ed8bbd0c..72e12f066 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -608,6 +608,14 @@ Once you will be happy with your bot performance running in the Dry-run mode, yo !!! Note A simulated wallet is available during dry-run mode, and will assume a starting capital of `dry_run_wallet` (defaults to 1000). +### Considerations for dry-run + +* API-Keys may or may not be provided. Only Read-Only operations on the exchange are performed in dry-run mode. +* Wallets (`/balance`) will be simulated. +* Orders will be simulated, and will not be posted to the exchange +* In combination with `stoploss_on_exchange`, the stop_loss price is assumed to be filled. +* Open orders (not Trades!) are reset on bot restart. + ## Switch to production mode In production mode, the bot will engage your money. Be careful, since a wrong