Add(MyIndex(MyIndex2)); MyIndex(MyIndex2).Panel=3; MyIndex(MyIndex2).ScaleJustification=ScaleJustification.Right;
Add(UPmDW(MyIndex(MyIndex2))); UPmDW(MyIndex(MyIndex2)).Panel=3; UPmDW(MyIndex(MyIndex2)).ScaleJustification=ScaleJustification.Left;
BUT! When I used something like this BarColor = Color.Green; UPmDW colors main instrument chart bars, but I need it change colors of MyIndex(MyIndex2)). Even adding DrawOnPricePanel = false; didn't help.
Comment