strategy interface: removed some changes

This commit is contained in:
Sam Germain
2021-08-21 17:06:04 -06:00
parent 314359dd6e
commit a5be535cc9
4 changed files with 5 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ class SampleHyperOpt(IHyperOpt):
"""
@staticmethod
def buy_indicator_space() -> List[Dimension]:
def indicator_space() -> List[Dimension]:
"""
Define your Hyperopt space for searching buy strategy parameters.
"""