Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
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

ATR_Normalize_Histogram_HTF - indicatore per MetaTrader 5

Visualizzazioni:
2320
Valutazioni:
(7)
Pubblicato:
2018.06.18 10:53
Aggiornato:
2023.03.29 13:48
\MQL5\Include\ \MQL5\Indicators\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Indicator ATR_Normalize_Histogram with the timeframe selection option available in input parameters, alerting when the overbought/oversold zones are broken through.

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // The indicator chart period (timeframe)

For the indicator to operate, the ATR_Normalize_Histogram.ex5 indicator must be added to the <terminal_data_directory>\MQL5\Indicators folder.

Fig.1. Indicator ATR_Normalize_Histogram_HTF

Fig.1. Indicator ATR_Normalize_Histogram_HTF

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20829

ATR_Normalize_Histogram ATR_Normalize_Histogram

A typical oscillator using Average True Range in form of a multicolor histogram.

MACD and SAR MACD and SAR

A trading system based on indicators MACD and SAR. The signal receiving formula is completely optimizable.

Exp_ATR_Normalize_Histogram Exp_ATR_Normalize_Histogram

A trading system based on the signales of indicator ATR_Normalize_Histogram

AnchoredMomentum_x10 AnchoredMomentum_x10

Indicator AnchoredMomentum_x10 shows the location of indicator AnchoredMomentum from ten different timeframes.