I simply want to print out the BarsSinceEntry-values of an different TimeFrame than the primary one, but it doesn't work!
I've tried this with following setup:
MarketReplay
Primary Bar object -> 1min
When I changed the code to
I also tried following code:
I was assuming that the BarsSinceEntry-method can also return values for other timeframes than the primary one because it takes an argument "barsinprogressindex".
Is there any possibility to get the BarsSinceEntry-value for the 10sec-Timeframe, if this is not the primary one?
Or ist this parameter reserved for multi-intrument-strategies?
thx

Comment