mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
Add some distinction on the trailing_only_offset_is_reached
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user