Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Hull Moving Average (HMA) - indicatore per MetaTrader 5

Visualizzazioni:
34550
Valutazioni:
(48)
Pubblicato:
2011.11.09 16:59
Aggiornato:
2023.03.29 13:43
hma.mq5 (4.96 KB) visualizza
\MQL5\Include\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.