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

Method MetroPlex

MetroPlex.cs:63–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 private readonly T3 _t3 = new T3() { Period = 10, Multiplier = 1 };
62
63 public MetroPlex()
64 {
65 EnableCustomDrawing = true;
66
67 Add(_ft);
68 Add(_psar);
69 Add(_st);
70 Add(_kama9);
71 Add(_adx);
72 Add(_hma);
73 }
74
75 protected override void OnRender(RenderContext context, DrawingLayouts layout)
76 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected