I'm a newbie and am trying to chart a 10 ATR Trailing Stop. I started by using the ATRBands from the Community Visualizer pack. That got me almost there.
CODE:
Please log in to see this code.
How can the lower band series be changed into a trailing indicator, useful for making long exits?
Thanks for any help you can give!
Size:
Color:
See PlotStops() in the QuickRef.
Use lb[bar] as the stop value in the SellAtTralingStop() function. (See QuickRef example again)
Size:
Color:
Quick example:
CODE:
Please log in to see this code.
Size:
Color:
Thank you both for the quick reply.
Size:
Color: