()
| 52 | }; |
| 53 | |
| 54 | public WaddahExplosion() : |
| 55 | base(true) |
| 56 | { |
| 57 | Panel = IndicatorDataProvider.NewPanel; |
| 58 | DataSeries[0] = _posSeries; |
| 59 | DataSeries.Add(_negSeries); |
| 60 | DataSeries.Add(_negLess); |
| 61 | DataSeries.Add(_posLess); |
| 62 | DataSeries.Add(_s1); |
| 63 | } |
| 64 | |
| 65 | protected override void OnCalculate(int bar, decimal value) |
| 66 | { |
nothing calls this directly
no outgoing calls
no test coverage detected