Beispiel #1
0
 public DI(int n) : base(n)
 {
     subIndicators.Add("DIP", new GenericContainer(n));
     subIndicators.Add("DIM", new GenericContainer(n));
     EMA_DMN = new EMA(n);
     EMA_DMP = new EMA(n);
     ATR     = new ATR(n);
 }
Beispiel #2
0
 public DI(int n) :base(n)
 {
     subIndicators.Add("DIP", new GenericContainer(n));
     subIndicators.Add("DIM", new GenericContainer(n));
     EMA_DMN = new EMA(n);
     EMA_DMP = new EMA(n);
     ATR = new ATR(n);
 }