Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3488
Note:
(11)
Publié:
2018.06.16 11:00
EMV.mq5 (8.65 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator Arms' Ease of Movement Value (EMV) developed by Richard W. Arms Junior. It considers the volume and size of changing the price to evaluate its moving quantitatively for ease or complexity.

It has two input parameters:

  • Period - calculation period;
  • Method - calculation method.

Calculations:

EMV = (((Current High + Current Low)/2) - ((Previous High + Previous Low)/2)) / (Current Volume/(Current High - Current Low))

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20698

EMAVFS EMAVFS

Exponential moving average with a variable smoothing factor.

Coppock Coppock

The Coppock Indicator of Bullish Signals.

MI MI

Indicator MI (Mass Index).

PC PC

Indicator Price Cycle.