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

Class maType

LindaMACD.cs:13–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 {
12 private int imaType = 1;
13 private class maType : Collection<Entity>
14 {
15 public maType()
16 : base(new[]
17 {
18 new Entity { Value = 1, Name = "SMA" },
19 new Entity { Value = 2, Name = "EMA" },
20 new Entity { Value = 3, Name = "WMA" },
21 new Entity { Value = 4, Name = "HMA" },
22 })
23 { }
24 }
25 public int Short { get; set; } = 3;
26 public int Long { get; set; } = 10;
27 public int Signal { get; set; } = 16;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected