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