We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5306fb3 commit 1021c7aCopy full SHA for 1021c7a
docs/includes/strategy-exit-comparisons.md
@@ -1,7 +1,7 @@
1
## Exit logic comparisons
2
3
Freqtrade allows your strategy to implement different exit logic using signal-based or callback-based functions.
4
-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.
5
6
* **`populate_exit_trend()`** - Vectorized signal-based exit logic using indicators in the main dataframe
7
✅ **Use** to define exit signals based on indicators or other data that can be calculated in a vectorized manner.
0 commit comments