Enum CandleType.CandleTypeId
List of ids CandleType.
public enum CandleType.CandleTypeId
Fields
Day = 4Id associated with CandleType.Day.
Hour = 3Id associated with CandleType.Hour.
Minute = 2Id associated with CandleType.Minute.
Month = 6Id associated with CandleType.Month.
OptExp = 7Id associated with CandleType.OptExp.
Price = 10Id associated with CandleType.Price.
PriceMomentum = 11Id associated with CandleType.PriceMomentum.
PriceRenko = 12Id associated with CandleType.PriceRenko.
Second = 1Id associated with CandleType.Second.
Tick = 0Id associated with CandleType.Tick.
Volume = 9Id associated with CandleType.Volume.
Week = 5Id associated with CandleType.Week.
Year = 8Id associated with CandleType.Year.