Esempio n. 1
0
 public TimeframeUnit(TimeframeOption timeframe)
 {
     Unit     = IntervalOption.Timeframe;
     UnitId   = (int)timeframe;
     UnitType = typeof(TimeframeOption);
 }
Esempio n. 2
0
 public AverageTrueRange(int period, TimeframeOption timeframe)
 {
 }