I have a simple strategy:
if (Close[0] > Open[0])
{BackColor = Color.Aquamarine;}
However, what I would like to have - if this is possible - is to have two panels on the same chart, each with the same instrument and timeframe, but with one panel with a strategy (as above) and the other with the same strategy but with the colors displaced by 1 minute (say) using I would think bars ago in the condition builder.
The problem is that if I try to put the same instrument with the same timeframe in another panel, the system won't allow this.
Is there any way round this?
Thanks for any advice on this.

Comment