docs: add new document to index

pull/10779/head
Matthias 2 years ago
parent 35b81a2f38
commit 48740f5032

@ -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).

@ -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

Loading…
Cancel
Save