Now using resolver for custom hyperopts

This commit is contained in:
Stephen Dade
2018-04-01 21:06:50 +10:00
committed by Matthias
parent e0f420983e
commit 477515c4b5
6 changed files with 112 additions and 164 deletions

View File

@@ -15,10 +15,6 @@ from freqtrade.indicator_helpers import fishers_inverse
from freqtrade.optimize.interface import IHyperOpt
# Update this variable if you change the class name
class_name = 'TestHyperOpt'
# This class is a sample. Feel free to customize it.
class TestHyperOpt(IHyperOpt):
"""