Donchian Channel with Fibbed Levels and Alerts – indicator MetaTrader 4

Donchian Channel with Fibbed Levels and Alerts - indicator for MetaTrader 4
I enhanced the original concept of the Donchian channel to include the ability to set additional levels internal or external of the calculated range. This has resulted in a great indi that can run behind any moving average cross strategy or such like so that you have current levels to aim toward or place stops … Read more

Linear Regression Channel – indicator MetaTrader 5

LRChannel (Linear Regression Channel) indicator
The indicator plots a channel using the linear regression model: y=b+a*x. When calculation of regression coefficients (a and b) it uses only completed bars. The number of bars should be greater than 2 (and less than total bars in history-1), it is specified in InChPeriod input parameter. The indicator values for the last (uncompleted) bar … Read more

Keltner Channel – indicator MetaTrader 5

Keltner Channel - indicator for MetaTrader 5
Keltner Channel is volatility-based envelopes set above and below an exponential moving average. The indicator is named after its author Chester Keltner who first described his system based on the 10-period moving average in his 1960 book “How to make money in Commodities”. The indicator consists of price envelopes or bands that are located above … Read more

SHI Channel true (NB-channel) – indicator MetaTrader 5

SHI Channel true (NB-channel)
Real author: Shurka & Kevin SHI_Channel_true automatically shows Barishpolts dynamic moving channels on a chart. The main idea is that the indicator finds the nearest fractal in history, looks for the second one and draws a line between them. On the opposite side the parallel line is drawn along the maximum fractal. The middle line … Read more

i-Regression Channel – indicator MetaTrader 5

Regression Linear Channel (degree = 1)
Real author: kharko i-Regression Channel generates regression channel. Linear regression channel consists of two parallel lines located at the equal distance from the linear regression trend line. The distance between the channel borders and the regression line is equal to the value of the highest close price deviation from the regression line. The indicator is … Read more

ZigZag NK Channel – indicator MetaTrader 5

ZigZag NK Channel
In this indicator the channel is built using three extreme points of ZigZag. The indicator has two versions: with ZigZag indicator on a chart (ZigZag_NK_Channel2) and without (ZigZag_NK_Channel). Input parameters: //+———————————————-+ //| Indicator input parameters                  | //+———————————————-+ input int ExtDepth=12; input int ExtDeviation=5; input int ExtBackstep =3; //+———————————————-+ //| Channel creation input parameters           … Read more

ZigZag on Parabolic + Fibo + Channel – indicator MetaTrader 5

ZigZag On Parabolic + Fibo + Channel
Description: This is an enhanced version of ZigZag based on the Parabolic SAR technical indicator with the added possibility to build Fibo levels on the last two indicator peaks and the channel generated with the use of three successive zigzag peaks with selection of these peaks. Indicator input parameters: //+———————————————-+ //| iSAR indicator input parameters … Read more

Percentage Crossover Channel – indicator MetaTrader 5

Percentage Crossover Channel
Real author: Vic2008 The channel based on the price percentage deviation from the previous value of the channel middle line. The channel width is managed by the percentage deviation. This indicator was first implemented in MQL4 and published in Code Base at mql4.com 07.09.2010. Percentage Crossover Channel – indicator MetaTrader 5