Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
3483
Valutazioni:
(11)
Pubblicato:
2018.06.16 11:00
EMV.mq5 (8.65 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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))

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.