I've downloaded 3 month worth of MR data GBPUSD and EURUSD instruments (from 11/23/2014 to 2/23/2014). I'm running multiple instrument/period strategy and I need min BarsRequired of 31. However, when I connect to MR and go to say 1/11/2015 (which means there should be more than 31 daily bars loaded already) , there seems not enough bars loaded that satisfy minimum BarsRequired condition of my code and hence my strategy will not run.
The daily EURUSD is the third added data series. So I put Print(CurrentBars[3].ToString()) in my code and regardless of what replay date I jump to, it always prints 0.
So I'm pretty confused. What's the problem? It seems some kind of a bug to me.
Thanks in advance.

Comment