Fix sample strategy documentation link

Noticed that the current link is dead. I think this would be the most appropriate link in this case.
This commit is contained in:
Edvinas Selskas 2021-02-06 03:02:37 +00:00 committed by GitHub
parent 0806202d47
commit 0a43988f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ import freqtrade.vendor.qtpylib.indicators as qtpylib
class SampleStrategy(IStrategy): class SampleStrategy(IStrategy):
""" """
This is a sample strategy to inspire you. 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: You can:
:return: a Dataframe with all mandatory indicators for the strategies :return: a Dataframe with all mandatory indicators for the strategies