add missing var

This commit is contained in:
Stefano Ariestasia
2023-09-12 16:14:25 +09:00
parent 008f621211
commit 40695a39d5

View File

@@ -36,6 +36,7 @@ class BaseAnalysis:
def __init__(self, config: Dict[str, Any], strategy_obj: Dict):
self.failed_bias_check = True
self.full_varHolder = VarHolder()
self.exchange: Optional[Any] = None
self._fee = None
# pull variables the scope of the lookahead_analysis-instance