Watch how to download trading robots for free
Find us on Telegram!
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

Pentuple Exponential Moving Average - indicator for MetaTrader 5

Views:
6099
Rating:
(19)
Published:
2017.08.10 10:58
Updated:
2023.03.29 13:48
\MQL5\Include\
PEMA.mq5 (14.01 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author: Bruno Pio

A moving average with the five-fold EMA averaging, with a real period and the possibility to shift the indicator horizontally or vertically.

The indicator uses the CMoving_Average class from the SmoothAlgorithms.mqh library. The class is described in detail in the article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers. The SmoothAlgorithms.zip archive contains the SmoothAlgorithms.mqh file for compiling the indicator in MQL4. In this case the extension of the indicator file should be changed to mq4, i.e. PEMA.mq4).                                       

This indicator was first implemented in MQL5 and published in the Code Base on 13.08.2012.

Fig. 1. The PEMA indicator

Fig. 1. The PEMA indicator


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

XROC2_VG XROC2_VG

Plotting ROC indicators of two arbitrary same types (including Momentum) and periods in a single window.

VLT_TRADER VLT_TRADER

The trading system is based on volatility compression

Quadruple Exponential Moving Average Quadruple Exponential Moving Average

A moving average with the fourfold EMA averaging, with a real period and the possibility to shift the indicator horizontally or vertically.

LifeHack Ticks LifeHack Ticks

An indicator of ticks (Bid and Ask). Displays the last 300 ticks.