Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 4126
- Valutazioni:
- Pubblicato:
- 2018.06.06 14:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
RSI calculated using the specified smoothing type is displayed in a separate window.
It has five input parameters:
- RSI period - RSI calculation period;
- Step - the range for calculating the positive and the negative components of RSI;
- MA period - smoothing period;
- MA method - smoothing method;
- MA applied price - price used for the calculation of the smoothing MA.
Calculation:
RSI[i] = 100-(100/(1 + Positive/Negative))
where
Positive, Negative - the sum of positive and negative increments (Diff), Diff[i] = MA(Period_MA)[i]-MA(Period_MA)[i-Step]
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20451

Divergences of the Repulse oscillator.

An indicator of possible price "rebounds".

An indicator of trend strength.

A portfolio EA for the MOEX FORTS market.