Update and rename random_strategy.py to defauult_random_strategy.py
This commit is contained in:
parent
2b370abc40
commit
43e77e1fee
@ -15,7 +15,7 @@ import numpy # noqa
|
||||
import random
|
||||
|
||||
# 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.
|
||||
@ -56,7 +56,7 @@ def Select():
|
||||
|
||||
|
||||
|
||||
class RandomStrategy(IStrategy):
|
||||
class DefaultStrategy(IStrategy):
|
||||
"""
|
||||
This is a test strategy to inspire you.
|
||||
More information in https://github.com/gcarq/freqtrade/blob/develop/docs/bot-optimization.md
|
Loading…
Reference in New Issue
Block a user