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