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 –

Hull Moving Average – indicator for MetaTrader 4

Hull Moving Average - indicator for MetaTrader 4
The Hull Moving Average (HMA), developed by Alan Hull, is an extremely fast and smooth Moving Average that almost eliminates lag altogether and manages to improve smoothing at the same time. For that, Alan wrote an equation for the calculation of this Moving Average like this: LWMA[square root(period), (2*LWMA(period/2, price)-LWMA(period, price)] With this clever equation,

Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously – indicator for MetaTrader 4

Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously - indicator for MetaTrader 4
My first indicator. Maybe it will be useful for somebody. The idea of creation was the following: to see the values of a parameter calculated for different timeframes not to open many charts simultaneously and not to compare the data visually. In this indicator the calculated parameter is the direction of MA moving. The accounting

FRASMA: Fractally Modified Simple Moving Average – indicator for MetaTrader 4

FRASMA: Fractally Modified Simple Moving Average - indicator for MetaTrader 4
The SMA is accelerated during a trend and slowed down during a sideways market, so as to avoid false signals. It’s using the fractal dimension as computed by iliko [arcsin5@netscape.net] in his indicator called fractal_dimension.mq4, and makes use of it to smooth the SMA. I feel it is best used in combination with it, so

Multi Moving Average – indicator for MetaTrader 4

Multi Moving Average - indicator for MetaTrader 4
Author: Alex5757000 Multi Moving Average – is an indicator which shows the information about 4 Moving Averages in a separate window. You can change the input parameters in the Indicator Properties window for any of the moving averages: Averaging Period (period). Averaging Method (ma_method). The price type used for calculation (applied_price). and many options for

Adaptive Moving Average (AMA) – indicator for MetaTrader 5

Adaptive Moving Average (AMA) - indicator for MetaTrader 5
Adaptive Moving Average (AMA) is used for constructing a moving average with low sensitivity to price series noises and is characterized by the minimal lag for trend detection. This indicator was developed and described by Perry Kaufman in his book “Smarter Trading”. One of disadvantages of different smoothing algorithms for price series is that accidental

Moving Average of Oscillator (OsMA) – indicator for MetaTrader 5

Moving Average of Oscillator
Moving Average of Oscillator (OsMA) is the difference between the oscillator and oscillator smoothing. In this case, the base line of Moving Average Convergence/Divergence (MACD) is used as the oscillator, and the signal line is used as the smoothing. Moving Average of Oscillator Calculation: OSMA = MACD – SIGNAL Moving Average of Oscillator (OsMA) –

Fractal Adaptive Moving Average (FrAMA) – indicator for MetaTrader 5

Fractal Adaptive Moving Average Indicator
Fractal Adaptive Moving Average technical Indicator (FRAMA) was developed by John Ehlers. This indicator is constructed based on the algorithm of the Exponential Moving Average, in which the smoothing factor is calculated based on the current fractal dimension of the price series. The advantage of FRAMA is the possibility to follow strong trend movements and