The idea is to join the data so it can be shared with any other ninjascript running. I do this through public static variables, and it works fine.
What I would like to do, for one instrument, is to just launch one indicator (parent) and have all the others (child) start up with that indicator, I guess the child indicators would be "attached" or "added"?
Then the parent indicator would run in Market Analyzer and bring all the child indicators with it.....and would it run on the same data series, say 1 minute bars?
This way I only have to launch the parent indicator in Market Analyzer, not all the children....
Is there an easy way to do this?

Comment