Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

XMA_Divergence_HTF - indicator for MetaTrader 5

Views:
3341
Rating:
(16)
Published:
2018.01.22 09:36
Updated:
2023.03.29 13:48
\MQL5\Include\ \MQL5\Indicators\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The XMA_Divergence indicator with the possibility to change the indicator timeframe from input parameters:

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

The indicator requires the XMA_Divergence.mq5 indicator file for operation. Add it to <terminal_data_folder>\MQL5\Indicators.

Fig.1. The XMA_Divergence_HTF indicator

Fig.1. The XMA_Divergence_HTF indicator.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19363

CCIValues CCIValues

The indicator shows a text block with the values ​​of the user defined CCI oscillator period for each timeframe

XMA_Divergence XMA_Divergence

A trend indicator displaying divergence areas on the price chart.

Jims Close Positions Jims Close Positions

Closing positions: all, only profitable or only losing positions.

KI_signals_v2 KI_signals_v2

A trend indicator, which receives trade signals from the XMACD histogram.