Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4017
- Rating:
- Published:
- 2018.06.06 13:59
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Regularized EMA by Cris Satchwell.
It has two parameters:
- Period - period;
- Applied price - price used for calculations.
Calculation:
REMA[i] = (REMA[i-1]*(1 + 2*Lambda) + Alpha*(Price[i] - REMA[i-1]) - Lambda*REMA[i-2])/(1 + Lambda)
where
Alpha=2/(Period + 1), Lambda=0.5.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20433

Smoothed Positive Volume Index

Universal trailing of positions and pending orders.

The tend indicator: Rahul Mohindar Oscillator

An indicator of current support/resistance levels.