Moving Averages-14 different types – indicator for MetaTrader 4

Screen
Click here for MT5 version. This is an indicator to calculate 14 types of moving averages based on close price. The calculations are mostly based on pine script libraries.  Types included are:     SMA, EMA, WMA, VWMA,    RMA, DEMA, TEMA, ZLEMA,    HMA, ALMA, LSMA,    SWMA, SMMA, DONCHIAN   Moving Averages-14 different types –

Divergences Template Indicator – indicator for MetaTrader 4

DivEurusd
How template works? This indicator provides a template to be used to plot divergences based on your desired oscillator. Depending on which oscillator you choose(whether it is CCI, RSI or even your custom indicator) you may modify this part of the code:    /////////////////////////////////////////////    //Load indicator data into indicator buffer    //You can easily

Momentum_DiverSign – indicator for MetaTrader 5

Fig. 1. Signal generation algorithm
olegok83 A semaphore signal indicator that uses divergence between two Momentum oscillators based on extreme points of the last five bars. The signal is formed when there is divergence between two oscillators (fast and slow) and an appropriate candlestick combination, as shown below: Fig. 1. Signal generation algorithm Fig. 2. The Momentum_DiverSign indicator Momentum_DiverSign –

ATR_Trailing_HTF – indicator for MetaTrader 5

Fig.1. The ATR_Trailing_HTF indicator
The ATR_Trailing indicator with the timeframe selection option available in the input parameters: input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4;  // Indicator chart period (timeframe) This indicator requires ATR_Trailing.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators. Fig.1. The ATR_Trailing_HTF indicator ATR_Trailing_HTF – indicator for MetaTrader 5