Update and rename random_strategy.py to defauult_random_strategy.py

This commit is contained in:
MoonGem 2018-03-25 04:49:18 -05:00 committed by GitHub
parent 2b370abc40
commit 43e77e1fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ import numpy # noqa
import random import random
# Update this variable if you change the class name # Update this variable if you change the class name
class_name = 'RandomStrategy' class_name = 'DefaultStrategy'
# This class is a sample. Feel free to customize it. # This class is a sample. Feel free to customize it.
@ -56,7 +56,7 @@ def Select():
class RandomStrategy(IStrategy): class DefaultStrategy(IStrategy):
""" """
This is a test strategy to inspire you. This is a test strategy to inspire you.
More information in https://github.com/gcarq/freqtrade/blob/develop/docs/bot-optimization.md More information in https://github.com/gcarq/freqtrade/blob/develop/docs/bot-optimization.md