Rename indicator_space to buy_indicator_space

This commit is contained in:
Matthias
2021-09-15 20:20:31 +02:00
parent f7bae81d96
commit 57ea0c322f
3 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ class HyperOptAuto(IHyperOpt):
else:
_format_exception_message(category)
def indicator_space(self) -> List['Dimension']:
def buy_indicator_space(self) -> List['Dimension']:
return self._get_indicator_space('buy')
def sell_indicator_space(self) -> List['Dimension']: