protected override void Initialize() { sma = Indicators.GetIndicator <SampleSMA>(Source, SmaPeriod); }
protected override void OnStart() { sma = Indicators.GetIndicator <SampleSMA>(Source, SmaPeriod); }
protected override void OnStart() { sma = Indicators.GetIndicator<SampleSMA>(Source, SmaPeriod); }
protected override void Initialize() { sma = Indicators.GetIndicator<SampleSMA>(Source, SmaPeriod); }