Skip to content

Commit 1021c7a

Browse files
authored
Minor typo
1 parent 5306fb3 commit 1021c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/includes/strategy-exit-comparisons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Exit logic comparisons
22

33
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.
4+
This section aims to compare each different function, helping you to choose the one that best fits your needs.
55

66
* **`populate_exit_trend()`** - Vectorized signal-based exit logic using indicators in the main dataframe
77
**Use** to define exit signals based on indicators or other data that can be calculated in a vectorized manner.

0 commit comments

Comments
 (0)