Hi, I have my system code set up to drag & drop & show various trend indicators. Does anyone know if I can also call within the code to plot an indicator or trigger I want to show but in a new window (ie like inserting a new indicator).
The plot I am trying to call is Plot(IIf(LongTrigger,1,IIf(ShortTrigger,-1,0)),"Triggers",styleHistogram, colorWhite, styleLeftAxisScale); Thanks, David
