Basically, I'm seeking a method for my strategy to check the time of day every minute despite Calculating On Bar Close of range bars.
I have added an additional data series based on 1 minute bars, and used that data series within a time series in Builder (see attached screenshot). However, my strategy ignored the additional data series and continues basing it's time of day on the close of the range bars - at which time it closes my positions as intended, albeit late. So I presume that I'm approaching this incorrectly. What's the best solution here? Does this require some coding?

Comment