Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

i-Regression Channel - indicateur pour MetaTrader 5

Publié par:
Nikolay Kositsin
Vues:
29478
Note:
(42)
Publié:
2011.11.09 16:59
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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 implemented in two versions:

  • i-Regr_Channel_Time.mq5 - this indicator calculates the channel from the date fixed in the input parameters;
  • i-Regr_Channel_Bars.mq5 - this indicator calculates the channel from the number of bars fixed in the input parameters.
Indicators input parameters:
  • degree - degree of regression, changes from 1 to 61;
  • kstd - regression channel width;
  • data - channel calculation start date;
  • CountBars - the number of bars for the channel calculation;
  • Applied_price - applied price;
  • shift - the channel horizontal shift in bars.

This indicator was first implemented in MQL4 and published in Code Base at mql4.com 27.02.2009.

Linear Regression Channel (degree = 1):

Regression Linear Channel (degree = 1)

Square (Parabolic) Regression Channel (degree = 2):

Square (Parabolic) Regression Channel (degree = 2)

Cubic Regression Channel (degree = 3):

Cubic Regression Channel (degree = 3)

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/547

Hull Moving Average (HMA) Hull Moving Average (HMA)

Hull Moving Average (HMA) that can change its color.

CyberCycle CyberCycle

Cyber Cycle high-frequency filter.

Mikahekin Mikahekin

Mikahekin can be called a complete analytical block rather than just an indicator. The color of bars shows a trend direction and their height indicates a trend power. Blue and magenta dots show trailing-stop levels for long and short positions, respectively.

CG Oscillator CG Oscillator

CG Oscillator basic and signal lines crossing generates buy and sell signals.