Here's my issue,
I'm attempting to add multiple time frames to my strategy, using the Add() method. I want to add multiple range bar time frames.
I'm typing Add (PeriodType.Range, 15);
I then get an error message stating NinjaTrader.Data.PeriodType does not contain a definition for 'range.' Error type CS0117
I checked the error code but didn't find much help when it came to range bars.
Any help would be greatly appreciated.

Comment