Watch how to download trading robots for free
Find us on Facebook!
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
Views:
3474
Rating:
(11)
Published:
2018.06.16 11:00
EMV.mq5 (8.65 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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))

Translated from Russian by MetaQuotes Ltd.
Original code: 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.