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

Class days

TripleStochastic.cs:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 #region Fields
17
18 private struct days
19 {
20 public int bar;
21 public string label;
22 public decimal price1;
23 public decimal price2;
24 public Color c;
25 }
26 private List<days> lsDays = new List<days>();
27 private int iBarHigh = 90;
28 private int iBarWidth = 13;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected