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

Hull Moving Average (HMA) - indicateur pour MetaTrader 5

Vues:
34617
Note:
(48)
Publié:
2011.11.09 16:59
Mise à jour:
2023.03.29 13:43
hma.mq5 (4.96 KB) afficher
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Hull Moving Average (HMA) that can change its color. HMA is used for determining market entries and exits.

The indicator principle is quite simple: when the price moves upwards, the line is colored in violet, when the price goes downwards, the line color changes for red.

The indicator color may change at the current bar, therefore, its main function is not a color but the price location. If the price is lower than the indicator line, there is probably a downtrend, if the price is higher than the indicator line, there is probably an uptrend.

The indicator uses SmoothAlgorithms.mqh library classes (the file must be copied to the terminal_data_folder\MQL5\Include). Working with the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Hull Moving Average

Hull Moving Average

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

CyberCycle CyberCycle

Cyber Cycle high-frequency filter.

AutoTrendLinien AutoTrendLinien

Autotrendlinien generates a channel in the direction of an existing trend.

i-Regression Channel i-Regression Channel

i-Regression Channel generates regression channel.

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.