I really miss the trendline alerts in QT and it seems that it would be a simple addition to PP_ChannelsTool... (for a good programmer)
The logic to know when a line has been breached must already be there because he makes VEs automatically on the LTL. I would like to add an Alert() to the RTL side =
Alert("RTL"+CurrentBar, NinjaTrader.Cbi.Priority.High, "RTL Break!", "Alert4.wav", 60, Color.Yellow , Color.Black);
but I need help from a better programmer than I.... Anyone else interested in trying it?