DESCRIPTION:
This indicator displays a simple marker of the Highest High in the last few periods, and the Lowest Low in the last few periods. Usually this indicator is configured to use 20 periods. Center line displays average between highest high and lowest low. Dochian Channel Indicator is useful because previous highs and lows usually show significant resistance to further currency price movement.
CALCULATION:
UP(N) = MAX(HIGH, N)
DOWN(N) = MIN(LOW, N)
DNC(N) = (UP(N) + DOWN(N)) / 2
This Version will give Audio / Email Alerts on Price/Line Cross.
Dec 14, 2015: Compatibility issue Fixed. _Alert helper is not longer needed.
MT4/MQ4 version
viewtopic.php?f=38&t=20206
Indicator-based strategy.
viewtopic.php?f=31&t=68575
MT4/MQ4 version.
viewtopic.php?f=38&t=68979