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