changed trades_space to max_open_trades_space

This commit is contained in:
Antonio Della Fortuna
2023-01-15 11:50:40 +01:00
parent 5e64980319
commit ab12aace5f
6 changed files with 11 additions and 10 deletions

View File

@@ -191,7 +191,7 @@ class IHyperOpt(ABC):
Categorical([True, False], name='trailing_only_offset_is_reached'),
]
def trades_space(self) -> List[Dimension]:
def max_open_trades_space(self) -> List[Dimension]:
"""
Create a max open trades space.