summaryrefslogtreecommitdiff
path: root/services/strategy-engine/strategies/grid_strategy.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/strategy-engine/strategies/grid_strategy.py')
-rw-r--r--services/strategy-engine/strategies/grid_strategy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/strategy-engine/strategies/grid_strategy.py b/services/strategy-engine/strategies/grid_strategy.py
index b65264c..1244eda 100644
--- a/services/strategy-engine/strategies/grid_strategy.py
+++ b/services/strategy-engine/strategies/grid_strategy.py
@@ -11,6 +11,7 @@ class GridStrategy(BaseStrategy):
name: str = "grid"
def __init__(self) -> None:
+ super().__init__()
self._lower_price: float = 0.0
self._upper_price: float = 0.0
self._grid_count: int = 5