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
Vues:
3217
Note:
(17)
Publié:
2016.02.16 15:24
Mise à jour:
2023.03.29 13:46
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Two Envelopes channels, based on one moving average with different deviation values, drawn as a cloud. The first channel is painted in a pale gray color, the top of the second channel, extending beyond the first channel, is painted in a pale green color, and the bottom of the second channel, also extending beyond the first channel, is painted in a pale pink color.

The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Figure 1. The XEnvelopes2 Indicator

Figure 1. The XEnvelopes2 Indicator

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

XEnvelopes_HTF XEnvelopes_HTF

The XEnvelopes with the timeframe selection option available in the input parameters.

XEnvelopes XEnvelopes

The classic Envelopes indicator which uses the algorithms of universal averaging and fills the channel with a colored background.

XEnvelopes2_HTF XEnvelopes2_HTF

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

XEnvelopes3 XEnvelopes3

Three Envelopes channels, based on one moving average with different deviation values, drawn as a cloud.