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

Method WaddahExplosion

WAEAtas.cs:54–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected