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

Traditional Itrend - indicateur pour MetaTrader 4

Vues:
24982
Note:
(11)
Publié:
2016.05.16 09:42
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Author: Andrew & Conversion: Dr. Gaines

Trend indicator with a multitude of settings. Displays the direction (red) and strength (blue) of the trend as a two-colored histogram. The main signals are the crossing of the zero line, reaching a new high/low, divergence.

If the red graph is greater than zero and grows - go bullish (if at the same time the blue graph is less than zero and falls - the uptrend is getting stronger)

If the red graph is less than zero and falls - go bearish (if at the same time the blue graph is greater than zero and grows - the downtrend is getting stronger)






Common parameters - parameters that affect both lines:

  • "Apply to". The basis for the indicator calculation. In this case it is the price - Close, Open etc.
  • Parameters of the trend direction line (red line). The trend direction in the iTrend is calculated based on the Bollinger Bands technical indicator, and therefore the iTrend trend direction has the same settings as Bollinger Bands:
  • "Mode". Specifies the Bollinger Bands line to use in the calculation of the iTrend: Main, Top or Bottom.
  • "Period". The period of the iTrend indicator
  • "Deviation". The deviation of the iTrend indicator
  • Parameters of the trend strength line (blue line). The line of the trend strength in the iTrend is calculated based on the technical indicators by Alexander Elder - Bears Power and Bull Power
  • "Period". The of the iTrend trend line.

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

RSIFilter_v1 RSIFilter_v1

Trend filter. In short, the RSIFilter fails on strong fluctuations, but handles the trend good enough, but if it get improved a bit, it could be able to give clear answers.

EVWMA EVWMA

Elastic Volume Weighted Moving Average (EVWMA), a natural replacement for the standard moving average.

Laguerre_ROC Laguerre_ROC

This is an advanced version of RSI. Laguerre converts the signals, so that low-frequency components lag much more that the high-frequency ones.

MA_In_Color_wAppliedPrice MA_In_Color_wAppliedPrice

Modified LSMA_In_Color indicator. Added: usage of the applied price.