I have a chart that loads the current month of NQ 100 tick as the first instrument [0]
Then I add NQ 1000 tick and make the candlesticks wider. I have both of these justifies as "right" so they are on the same scale.
I want my additional panels (for indicators) to be interrogating the [0] index.
Is there a way to move the second loaded instrument index [1] behind the index [0] instrument?
For now, I am working with index [1] being on top and I made the candlesticks transparent.
Ideally, they will be filled with an up/down color, but they will have to be behind the shorter time frame or they will blot out index [0].
I understand that I can load the longer timeframe first, then the shorter time frame, then add indicator panels and specify they are to use the close of the shorter term instrument. Some of my indicators are custom coded to use the [0] index, and I also have strategies that are working off the [0] index. So all of those will need to be recoded too.
Is there a simple way to change the layering?
Thanks,

Comment