From 21480d4219b6d8a81f37a486a77a358e46b658b5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 8 Oct 2018 15:41:07 +0200 Subject: [PATCH] be more expressive on what "this value" is --- docs/stoploss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stoploss.md b/docs/stoploss.md index 014de32f2..f34050a85 100644 --- a/docs/stoploss.md +++ b/docs/stoploss.md @@ -48,4 +48,4 @@ Both values can be configured in the main configuration file and requires `"trai The 0.01 would translate to a 1% stop loss, once you hit 1.1% profit. -You should also make sure to have this value lower than your minimal ROI, otherwise minimal ROI will apply first and sell your trade. +You should also make sure to have this value (`trailing_stop_positive_offset`) lower than your minimal ROI, otherwise minimal ROI will apply first and sell your trade.