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