Essentially, the two lines would form a channel that draws from the current bar backward. The boundaries of the channel are defined by the Min and Max prices of the previous (n) bars. In the example attached, it uses a value of 8 for (n) bars back. But I also want the lines to extend back past the 8th bar back just so it is more visually appealing.
The idea is to make it apparent when the current bar breaks out of the range of the channel. So an audio alert should be added when price breaks the boundary.
As each new bar closes the channel needs to be redrawn. I'd appreciate ideas from anyone that can help with this indicator.

Comment