From 0a43988f3f9c61e82680f4166a04047acac3b626 Mon Sep 17 00:00:00 2001 From: Edvinas Selskas Date: Sat, 6 Feb 2021 03:02:37 +0000 Subject: [PATCH] Fix sample strategy documentation link Noticed that the current link is dead. I think this would be the most appropriate link in this case. --- freqtrade/templates/sample_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/templates/sample_strategy.py b/freqtrade/templates/sample_strategy.py index b3f9fef07..b1a1bb0ea 100644 --- a/freqtrade/templates/sample_strategy.py +++ b/freqtrade/templates/sample_strategy.py @@ -17,7 +17,7 @@ import freqtrade.vendor.qtpylib.indicators as qtpylib class SampleStrategy(IStrategy): """ This is a sample strategy to inspire you. - More information in https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md + More information in https://github.com/freqtrade/freqtrade/blob/develop/docs/strategy-customization.md You can: :return: a Dataframe with all mandatory indicators for the strategies