|
Channel Indicator
I need a Channel indicator that can be used in an EA.
With the following criteria
Adjustable Periods.
Upper, Lower, and Mid Buffers: for each channel
Automatically updates in the EA over specified number of periods
channel need to be calculated as follows. . .
channel 1
Start point = Highest, LOW over "N" bars
to
Previous bars LOW
channel 2
Start Point = Lowest, HIGH over "N" bars
to
Previous bars HIGH
Anyone know of a an indicator that does this? I will share the EA.
Thanks.
KK
|