()
| 137 | } |
| 138 | |
| 139 | public Defibrillator() : |
| 140 | base(true) |
| 141 | { |
| 142 | Panel = IndicatorDataProvider.CandlesPanel; |
| 143 | DenyToChangePanel = true; |
| 144 | EnableCustomDrawing = true; |
| 145 | SubscribeToDrawingEvents(DrawingLayouts.Final); |
| 146 | } |
| 147 | |
| 148 | private void MarkEuroSession(int bar) |
| 149 | { |
nothing calls this directly
no outgoing calls
no test coverage detected