I am trying to compile an array mixing 1 min data with the values of indicators on higher time frames (e.g. the real-time value of the 15 min RSI at 8:07 on a still open 15 min bar).
I have added the 1 min data with replaydata
and compression=15
and used an analyzer to store the values. However, it only delivers values every 15 min:
datetime,Stochastic15,RSI15,MACD15
2010-01-04 08:14:00,,,
2010-01-04 08:29:00,,75.0,
2010-01-04 08:44:00,46.666666666666664,58.2028390736719,0.33877015095549723
Any suggestions on how I could do it?