Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Psychology_Index - indicatore per MetaTrader 5

Visualizzazioni:
3689
Valutazioni:
(10)
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

Performance_Index Performance_Index

The Performance Index indicator.

JSmooth_MA JSmooth_MA

A Moving Average with the smoothing type by Mark Jurik.

Repulse Repulse

An indicator of possible price "rebounds".

Repulse_Divergence Repulse_Divergence

Divergences of the Repulse oscillator.