I am new to QuantConnect and I am trying to determine how to write an algorithm that deploys two indicators on two different bars. In my case I would like to use 15 minute bars, where the stochastic indicator is applied to the most recently completed 15 minute bar (let's call it bar -1), while the RSI indicator should be calculated from the currently developing 15 minute bar (bar 0). Is there a way to accomplish this?

Author