Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 2575
- Rating:
- 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

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

A trading system based on the AbsolutelyNoLagLwma indicator signals.