Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Psychology_Index - indicateur pour MetaTrader 5

Vues:
3652
Note:
(10)
Publié:
2018.06.06 14:29
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : 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.