From 739acaa47502d63dbe24cd89b7dfd7b1babdcbd9 Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Thu, 6 Feb 2020 13:54:51 +0300 Subject: [PATCH] Wordings improved --- docs/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 72e12f066..c0404d647 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -610,11 +610,11 @@ Once you will be happy with your bot performance running in the Dry-run mode, yo ### 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 +* API-keys may or may not be provided. Only Read-Only operations (i.e. operations that do not alter account state) on the exchange are performed in the dry-run mode. +* Wallets (`/balance`) are simulated. +* Orders are 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. +* Open orders (not trades, which are stored in the database) are reset on bot restart. ## Switch to production mode