From f93e6ad0f6461fee649cfaeeed2f2400ada8d0e1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 19 May 2019 09:07:43 +0200 Subject: [PATCH] Rename strategy customization file --- docs/bot-usage.md | 4 ++-- docs/{bot-optimization.md => strategy-customization.md} | 0 mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/{bot-optimization.md => strategy-customization.md} (100%) diff --git a/docs/bot-usage.md b/docs/bot-usage.md index 2b2fef640..cb98e1ea5 100644 --- a/docs/bot-usage.md +++ b/docs/bot-usage.md @@ -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). Learn more about strategy file in -[optimize your bot](bot-optimization.md). +[Strategy Customization](strategy-customization.md). ### How to use **--strategy-path**? @@ -296,4 +296,4 @@ in [misc.py](https://github.com/freqtrade/freqtrade/blob/develop/freqtrade/misc. ## Next step 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). diff --git a/docs/bot-optimization.md b/docs/strategy-customization.md similarity index 100% rename from docs/bot-optimization.md rename to docs/strategy-customization.md diff --git a/mkdocs.yml b/mkdocs.yml index ecac265c1..9932ff316 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ nav: - About: index.md - Installation: installation.md - Configuration: configuration.md - - Custom Strategy: bot-optimization.md + - Strategy Customization: strategy-customization.md - Stoploss: stoploss.md - Start the bot: bot-usage.md - Control the bot: