Hello zorro newbye here.
I would like to model multiple price movement bar series, for eg short term, medium term, long term movement bars.
I think I understand how to adjust the primary bar series using the bar function and TimeFrame with -ve bar count, but afaik I can only use this to impact the main bar series.
How can I develop multiple custom bar series?
Can I create multiple series of TICK structs, how would I do that using series()?
Or, do I need to create an array of TICK structs for each series, if so how can I know how big the array should be? (ie, #of bar to be used in simulation, potentially realloc'd)

Or, should I use multiple series, eg a high series, low series, close series, etc for each notional bar series?

And How do I cross align my series, ie, is there a primary bar or tick index available, or do I have to use the date?

Assuming I have a series of TICKs or an array of TICKS, how can I use the various indicator functions with it?

Thank you,

Last edited by purpledawn; 01/17/17 20:46.