I want to add a second time series to my chart so it displays in a second panel with "equidistant" spacing (eg. 1min & 5min candles)
How do I do this in my strategy via the code?
When I add a second time series it doesnt display on the chart.
Also I do not know how to set the panel for a time series
This is what I want
NT7 states the following but I can not find the code to do this anywhere

"New Multi-Series Charting
You can now mix multiple series on a single chart without limitations seen in other platforms. We have introduced a new chart level property "Equidistant bar spacing" which is automatically set to false when mixing more than one series. What this does is creates a time axis that is void of any missing bars so that mixed series of any type can all be accurately aligned to time. When this property is set to true, bars have even space between them and missing time bars are excluded.
Click the image to the right to enlarge, it depicts a mixed series chart that plots ES 5 Minute, NQ 1 Minute, YM 1000 Tick and YM 10 point range series."
Many thanks
Damien

Comment