For example, I have Microsoft weekly and SPY weekly and I want to take the ratio: Value[0] = Close[0] / SPY[0];
I figured out that I had to skip the first bars. MSFT has 1546 bars and SPY has 1482. I would think that they'd both be accessible after skipping the first 64 bars. However, if I skip bars 0-92 I get

Comment