I have two custom indicators. I'll call the first one REVEAL - it shows some information about the loaded security, in a separate panel (so it is not an overlay).
A second one, I'll call it BOLTON, is essentially an overlay onto REVEAL - BOLTON portrays additional information that supplements what is shown by REVEAL.
According to my own rules, BOLTON should only be shown in the context of a loaded REVEAL indicator.
If neither of my custom indicators is loaded yet in a chart, and if my customer tells NinjaTrader to load the BOLTON indicator, are there Ninjascript API calls I can make, in my BOLTON custom indicator code, to automatically, programmatically load a REVEAL indicator too?

Comment