Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 4028
- Note:
- Publié:
- 2018.06.06 13:59
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.
Traduit du russe par MetaQuotes Ltd.
Code original : 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.