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:
- 8102
- Valutazioni:
- Pubblicato:
- 2018.06.18 10:25
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Indicator ADL (Advances/Declines Line) shows the ratio of positive and negative price increments over a specified time interval.
It has two input parameters:
- Period - calculation period;
- Use Cumulative mode - use the "cumulative" algorithm of calculations (Yes/No).
Calculations:
ADL = (Up - Dn)
If Use Cumulative mode = Yes, then:
ADL = (Up - Dn) + ADL of the previous day
where:
Up = Up(Period) Dn = Dn(Period)
- Up - number of bullish candlesticks over the period;
- Dn - number of bearish candlesticks over the period.
Fig.1 Use Cumulative mode = Yes
Fig.2 Use Cumulative mode = No
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20796

A trading system based on the AbsolutelyNoLagLwma indicator signals.

Indicator AnchoredMomentum with the timeframe selection option available in input parameters.