Unisciti alla nostra fan page
- Pubblicati da::
- Mladen Rakic
- Visualizzazioni:
- 5956
- Valutazioni:
- Pubblicato:
- 2016.10.06 10:46
- Aggiornato:
- 2016.11.22 07:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
This is the " Middle-High-Low Moving Average" as described by Vitali
Apirin. It is not a single average but rather a correlation of two
averages : one being a regular average and the other is an average of
highest high and lowest low. Their crosses are showing the current
"trend". Used the default parameters proposed by Vitali Apirin — seems
that they are rather OK, except by default he is using SMA while I
decided to set EMA as the default average method, but I do recommend
some experimenting with the parameters..
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/16516

The oscillator based on RSI with adjustable period and color scheme.

The indicator plots the candles based on 4 averages: averages of Open, Close, High, Low.

Another version of the RSI using smoothed prices.

ALMA with floating levels and additional filters.