I have a Ninja Trader7 Beta 18 indicator that generates an Alert to the Alert Window when Price Hits(Crosses) the Indicator. I would
also like it to Draw the Text Alert on the Chart, BUT I want to be able to Manually Delete it from the Chart
instead of through the Code. Does anyone have any method or code to do this. Thanks.
Thanks for your response. I have already tried this with AllowRemovalOfDrawObjects = true; and also your way base.AllowRemovalOfDrawObjects = true; both did not work. I used DrawTextFixed() to display the Alert. Any other suggestions?