From 7d3c8b48dd856c2812bde4a5bbbb6f278e6e45f0 Mon Sep 17 00:00:00 2001 From: Vaadasch Date: Thu, 30 Jan 2025 14:48:15 +0100 Subject: [PATCH] Add some distinction on the trailing_only_offset_is_reached --- docs/stoploss.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stoploss.md b/docs/stoploss.md index 69c69626f..5f2b5977d 100644 --- a/docs/stoploss.md +++ b/docs/stoploss.md @@ -208,6 +208,7 @@ Before this, `stoploss` is used for the trailing stoploss. You can also keep a static stoploss until the offset is reached, and then trail the trade to take profits once the market turns. +With `trailing_stop_positive_offset`, the stop-loss is still trailing before reaching the offset with the `stoploss` value. If we want to prevent that, `trailing_only_offset_is_reached` can be set to `True` If `trailing_only_offset_is_reached = True` then the trailing stoploss is only activated once the offset is reached. Until then, the stoploss remains at the configured `stoploss`. This option can be used with or without `trailing_stop_positive`, but uses `trailing_stop_positive_offset` as offset.