Initializes StrategyAnalyzer class
(self)
| 17 | """ |
| 18 | |
| 19 | def __init__(self): |
| 20 | """Initializes StrategyAnalyzer class """ |
| 21 | self.logger = structlog.get_logger() |
| 22 | |
| 23 | |
| 24 | def indicator_dispatcher(self): |
nothing calls this directly
no outgoing calls
no test coverage detected