From 1021c7a7afbf6405fb930e652eb69d8abe776782 Mon Sep 17 00:00:00 2001 From: Robert Davey Date: Sun, 25 May 2025 12:41:31 +0100 Subject: [PATCH] Minor typo --- docs/includes/strategy-exit-comparisons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/includes/strategy-exit-comparisons.md b/docs/includes/strategy-exit-comparisons.md index fb6a3226d..d4d63fa77 100644 --- a/docs/includes/strategy-exit-comparisons.md +++ b/docs/includes/strategy-exit-comparisons.md @@ -1,7 +1,7 @@ ## Exit logic comparisons Freqtrade allows your strategy to implement different exit logic using signal-based or callback-based functions. -This section aims to compare each different section, helping you to choose the one that best fits your needs. +This section aims to compare each different function, helping you to choose the one that best fits your needs. * **`populate_exit_trend()`** - Vectorized signal-based exit logic using indicators in the main dataframe ✅ **Use** to define exit signals based on indicators or other data that can be calculated in a vectorized manner.