diff --git a/docs/freqtrade-101.md b/docs/freqtrade-101.md index 51cf62f48..fe0da8a13 100644 --- a/docs/freqtrade-101.md +++ b/docs/freqtrade-101.md @@ -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). diff --git a/mkdocs.yml b/mkdocs.yml index 6d51e136b..8c8c507cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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