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:
- 4266
- Valutazioni:
- Pubblicato:
- 2018.06.06 14:29
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The overbought/oversold indicator, which was first described in "Futures Magazine" in June 2000, under the name of "Psychological Index".
It has one input parameter:
- Period - indicator calculation period.
Calculation:
PsyIndex[i] = SMA(UpDay)
where
- If Close[i] > Close[i-1]
UpDay[i] = 1, - otherwise
UpDay[i] = 0
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20448

The Performance Index indicator.

A Moving Average with the smoothing type by Mark Jurik.

An indicator of possible price "rebounds".

Divergences of the Repulse oscillator.