After adding a second Bars object.
I would like to get a plots of my indicator with secondary bars, as follows:
//Add first plots using primary bars
Add(Indicator(params1));
Indicator(params1).PanelUI = 2;
//Add second plots with secondary bars
Add(Indicator(BarsArray[1],params2);
Indicator(BarsArray[1],params2).PanelUI = 3;
First plot appears but secondary plot does not appear. Is this expected?
Is there away to do this in NT6.5?
Thanks.
Regards.
EdwardK
Thanks.
Regards.

Comment