Rename strategy customization file
This commit is contained in:
parent
8d8b4a69b7
commit
f93e6ad0f6
@ -103,7 +103,7 @@ If the bot does not find your strategy file, it will display in an error
|
|||||||
message the reason (File not found, or errors in your code).
|
message the reason (File not found, or errors in your code).
|
||||||
|
|
||||||
Learn more about strategy file in
|
Learn more about strategy file in
|
||||||
[optimize your bot](bot-optimization.md).
|
[Strategy Customization](strategy-customization.md).
|
||||||
|
|
||||||
### How to use **--strategy-path**?
|
### How to use **--strategy-path**?
|
||||||
|
|
||||||
@ -296,4 +296,4 @@ in [misc.py](https://github.com/freqtrade/freqtrade/blob/develop/freqtrade/misc.
|
|||||||
## Next step
|
## Next step
|
||||||
|
|
||||||
The optimal strategy of the bot will change with time depending of the market trends. The next step is to
|
The optimal strategy of the bot will change with time depending of the market trends. The next step is to
|
||||||
[optimize your bot](bot-optimization.md).
|
[Strategy Customization](strategy-customization.md).
|
||||||
|
@ -3,7 +3,7 @@ nav:
|
|||||||
- About: index.md
|
- About: index.md
|
||||||
- Installation: installation.md
|
- Installation: installation.md
|
||||||
- Configuration: configuration.md
|
- Configuration: configuration.md
|
||||||
- Custom Strategy: bot-optimization.md
|
- Strategy Customization: strategy-customization.md
|
||||||
- Stoploss: stoploss.md
|
- Stoploss: stoploss.md
|
||||||
- Start the bot: bot-usage.md
|
- Start the bot: bot-usage.md
|
||||||
- Control the bot:
|
- Control the bot:
|
||||||
|
Loading…
Reference in New Issue
Block a user