My code is working and the indicator disappears by using ChartControl.InvalidateVisuals().
However, the position of the other indicators are not recalculated. There is a great space where the disappeared indicator has been.
I have to manually press F5 so that the positions are recalculated.
How to redraw state in NinjaScript?
SendKeys throws an Exception: "sendkeys cannot run inside this application".
I guess because the function is called from an MenuItem?

Comment