Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 2574
- Valutazioni:
- Pubblicato:
- 2018.06.18 10:26
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.