if the Primary Data Series is "CME US Index Futures ETH" how can I add a secondary series based on "CME US Index Futures RTH"?
Something like this (Not valid though)
else if (State == State.Configure)
{
AddDataSeries(BarsPeriodType.Minute, 405, Session("CME US Index Futures RTH"))
}
I Have a bunch of stuff built on the 405 Minute RTH series that I would like to reference from a chart based on the ETH Template.

Comment