Hello, Is there a way to plot a shape or something similar when the ApplyStop function is triggered? The following code plots a shape at every bar because the ApplyStop always returns a "1".
Stop=ApplyStop(stopTypeNBar,stopModeBars,Barstop,0,False,0); PlotShapes(IIf(Stop,shapeHollowDownArrow,shapeNone),colorBlue,5,H,-12); With thanks, Pavel.
