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

Method candleColor

BuySell.cs:106–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 private class candleColor : Collection<Entity>
105 {
106 public candleColor()
107 : base(new[]
108 {
109 new Entity { Value = 1, Name = "None" },
110 new Entity { Value = 2, Name = "Waddah Explosion" },
111 new Entity { Value = 3, Name = "Squeeze" },
112 new Entity { Value = 4, Name = "Delta" },
113 new Entity { Value = 5, Name = "MACD" }
114 })
115 { }
116 }
117 [Display(Name = "Main", GroupName = "Colored Candles")]
118 [ComboBoxEditor(typeof(candleColor), DisplayMember = nameof(Entity.Name), ValueMember = nameof(Entity.Value))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected