docs: add new document to index

This commit is contained in:
Matthias 2024-10-12 08:41:03 +02:00
parent 35b81a2f38
commit 48740f5032
2 changed files with 2 additions and 1 deletions

View File

@ -103,4 +103,4 @@ When a signal is found (a `1` in an entry or exit column), Freqtrade will attemp
## Conclusion
Developing a strategy in Freqtrade involves defining entry and exit signals based on technical indicators. By following the structure and methods outlined above, you can create and test your own trading strategies.
To continue, refer to the more in-depth [Freqtrade Strategy Documentation](https://www.freqtrade.io/en/latest/strategy-customization/).
To continue, refer to the more in-depth [Freqtrade Strategy Documentation](strategy-customization.md).

View File

@ -12,6 +12,7 @@ nav:
- Windows: windows_installation.md
- Freqtrade Basics: bot-basics.md
- Configuration: configuration.md
- Strategy Quickstart: freqtrade-101.md
- Strategy Customization: strategy-customization.md
- Strategy Callbacks: strategy-callbacks.md
- Stoploss: stoploss.md