Hi All,

Apologies if this has been answered before. I couldn't find anything in the search.

I have a strategy across multiple timeframes and I'd like to visualise a Plot of candle stick charts across two TF's (H1 and M5)
so that I can debug.

From the manual :

" When extra charts are opened with NEW, the order of plot calls determines in which chart the curves are plotted.
The order is determined by the first plot call in or after the FIRSTRUN. Subsequent calls can then be in arbitrary order.
When plot order matters and plots depend on if(...) conditions, enforce the right order in the first run f.i. with if(is(FIRSTRUN)).
Candles and bands are only plotted in the main chart."
https://zorro-project.com/manual/en/plot.htm

I'm curious how people are debugging their multi-TF strats if candlestick charts from two different TF's can't be plotted. Perhaps
someone has a workaround or I've misunderstood?

Cheers