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

Multi-Williams Percent Range trend indicator - indicateur pour MetaTrader 5

Vues:
21708
Note:
(39)
Publié:
2012.05.03 14:07
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

This is the modified version of Position in channel indicator.

The indicator calculates the values, similar to "Williams Percent Range" for 5 different periods. The values are plotted as a histogram. The histogram forms different patterns at different stages of the trend.

Input parameters:

  • TMode – mode: 0 - fast, 1 - normal, 2 - slow;
  • InpXCoord - the horizontal shift relative to the lower left corner;
  • InpYCoord - the vertical shift relative to the lower left corner.

Three sets of periods are used:

  • Fast – 30, 15, 10, 8, 6;
  • Normal – 60, 30, 20, 15, 12;
  • Slow – 120, 60, 40, 30, 24.

VDirection


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

MA mass cloud MA mass cloud

Clouds formed by the masses of moving averages of different periods.

News VLine News VLine

The script adds vertical lines on the chart at the news events.

DCC DCC

The indicator plots the chart of the specified symbol in a separate window.

MultiSignals_PCH MultiSignals_PCH

This is the improved version of Price Channel indicator. Two additional price levels, trade signals and Stop Loss/Take Profit levels were added.