Merge branch 'develop' into strategy_version

This commit is contained in:
Matthias
2019-08-28 19:29:53 +02:00
19 changed files with 55 additions and 58 deletions

View File

@@ -11,10 +11,9 @@ import numpy # noqa
# This class is a sample. Feel free to customize it.
class TestStrategy(IStrategy):
__test__ = False # pytest expects to find tests here because of the name
class SampleStrategy(IStrategy):
"""
This is a test 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
You can: