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

Class days

ATASVolImb.cs:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 private const String sVersion = "1.4";
37
38 private struct days
39 {
40 public int idx;
41 public string label;
42 public string ticker;
43 public decimal price;
44 public decimal price2;
45 public Color c;
46 public string source;
47 }
48 private List<days> lsS = new List<days>();
49 private bool bFirstDisplay = false;
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected