From b55994cb71d07bb8d0cc952050dfeca0dd6fbe3f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 1 Jan 2019 16:33:02 +0100 Subject: [PATCH] Clarify documentation --- docs/bot-optimization.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/bot-optimization.md b/docs/bot-optimization.md index 4ff0c6f24..1cfae1bc4 100644 --- a/docs/bot-optimization.md +++ b/docs/bot-optimization.md @@ -179,10 +179,9 @@ minimal_roi = { The above configuration would therefore mean: - Sell whenever 4% profit was reached -- Sell after 20 minutes when 2% profit was reached -- Sell after 20 minutes when 2% profit was reached -- Sell after 30 minutes when 1% profit was reached -- Sell after 40 minutes when the trade is non-loosing (no profit) +- Sell when 2% profit was reached (in effect after 20 minutes) +- Sell when 1% profit was reached (in effect after 30 minutes) +- Sell when trade is non-loosing (in effect after 40 minutes) The calculation does include fees.