Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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

CandleSizes - indicateur pour MetaTrader 5

Vues:
8618
Note:
(16)
Publié:
2015.07.29 14:56
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

The indicator shows the size of candlestick elements. One histogram bar corresponds to a certain element size on a current candlestick, the histogram line indicates the daily average value of selected elements. A histogram bar changes its color to the color of the line if the element size exceeds the daily average.

Input Parameters:

  • inpType — display type (show the size of upper shadows, lower shadows or bodies);
  • inpClr — histogram color (if the element size exceeds the daily average);
  • inpNeutralClr — neutral color, if the element size doesn't exceed the daily average.

Tips:

  • Analyze the values of upper shadows after an uptrend movement, and the values of lower shadows — after a downtrend movement (trend reversal).
  • It can be used as a confirming signal to determine important price levels (instead of a candlestick patterns indicator).
  • It can be used as a basis for developing candlestick indicators.
  • The indicator can work on timeframes up to Н2.

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

ColorZerolagMomentumOSMACandle ColorZerolagMomentumOSMACandle

The ColorZerolagMomentumOSMA indicator implemented as a sequence of candlesticks.

ColorZerolagMomentumOSMA_HTF ColorZerolagMomentumOSMA_HTF

The ColorZerolagMomentumOSMA indicator with the timeframe selection option available in the input parameters.

FractalsNoRedraw FractalsNoRedraw

Bill Williams' fractals indicator based on the built-in Fractals indicator. The distinctive feature of this indicator is that it doesn't repaint.

Exp_ColorZerolagMomentumOSMA Exp_ColorZerolagMomentumOSMA

The Exp_ColorZerolagMomentumOSMA Expert Advisor is based on the ColorZerolagMomentumOSMA histogram's change of direction.