Watch how to download trading robots for free
Find us on Telegram!
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:
2234
Rating:
(7)
Published:
2018.06.18 10:26
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Indicator ESM (Elsig's Shifting Mean) shows the averaged shift of price over the specified time interval (bars).

It has one input parameter:

  • Period - calculation period.

Calculations:

ESM[i] = (Min + Max)/2

where:

Min, Max are the lowest and the highest prices in the specified range.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20797

Advance_Decline_Line Advance_Decline_Line

Indicator ADL (Advances/Declines Line) shows the ratio of positive and negative price increments over a specified time interval.

Exp_AbsolutelyNoLagLwma Exp_AbsolutelyNoLagLwma

A trading system based on the AbsolutelyNoLagLwma indicator signals.

ERVI ERVI

Oscillator ERVI (Ehlers' Relative Vigor Index) based on the relative vigor index by John F. Ehlers.

GAPO GAPO

GAPO (Gopalakrishnan Range Index Oscillator) assesses quantitatively the volatility of an instrument, based on the trading range logarithm over an N-day period of time.