docs: add new document to index
This commit is contained in:
@@ -103,4 +103,4 @@ When a signal is found (a `1` in an entry or exit column), Freqtrade will attemp
|
|||||||
## Conclusion
|
## 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.
|
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
|
- Windows: windows_installation.md
|
||||||
- Freqtrade Basics: bot-basics.md
|
- Freqtrade Basics: bot-basics.md
|
||||||
- Configuration: configuration.md
|
- Configuration: configuration.md
|
||||||
|
- Strategy Quickstart: freqtrade-101.md
|
||||||
- Strategy Customization: strategy-customization.md
|
- Strategy Customization: strategy-customization.md
|
||||||
- Strategy Callbacks: strategy-callbacks.md
|
- Strategy Callbacks: strategy-callbacks.md
|
||||||
- Stoploss: stoploss.md
|
- Stoploss: stoploss.md
|
||||||
|
|||||||
Reference in New Issue
Block a user