Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4231
- Rating:
- Published:
- 2018.06.06 14:29
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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
Translated from Russian by MetaQuotes Ltd.
Original code: 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.