protected override void Initialize() { _diff = CreateDataSeries(); _typicalPrice = Indicators.TypicalPrice(); _adxVma = Indicators.GetIndicator <AdxVma>(_typicalPrice.Result, Period); _offset = Indicators.GetIndicator <AdxVma>(_diff, Period); }
protected override void Initialize() { _diff = CreateDataSeries(); _typicalPrice = Indicators.TypicalPrice(); _adxVma = Indicators.GetIndicator<AdxVma>(_typicalPrice.Result, Period); _offset = Indicators.GetIndicator<AdxVma>(_diff, Period); }