if (State == State.SetDefaults)
{
Description = @"Sample strategy demonstrating how to call an exposed BoolSeries object";
Name = "RussellStrategy2019";
Calculate = Calculate.OnEachTick;
How do I ensure my indicator is using the 5 minute data object and the strategy itself which only uses the calculated price level values of the indicator uses OnEachTick?

Comment