mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Merge pull request #4323 from eselskas/patch-2
Fix sample strategy documentation link
This commit is contained in:
commit
4cb67f140a
|
@ -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://www.freqtrade.io/en/latest/strategy-customization/
|
||||
|
||||
You can:
|
||||
:return: a Dataframe with all mandatory indicators for the strategies
|
||||
|
|
Loading…
Reference in New Issue
Block a user