Is is possible to split a strategy in two parts where one part would run with CalculateOnBarClose = true and the other with CalculateOnBarClose = false?
The reason I'm asking this is because I have two different sets of signals within the same strategy who need to be differentiated with the CalculateOnBarClose method among parameters.
Thanks

Comment