MCPcopy Create free account
hub / github.com/TraderOracle/ATAS / Defibrillator

Method Defibrillator

Defibrillator.cs:139–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected