Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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
Vues:
15613
Note:
(16)
Publié:
2018.07.13 15:36
Rex.mq5 (10.55 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

TVB (True Value of Bar) gives an idea of how healthy the market is. Rex Oscillator is the moving average of the TVB values.

The oscillator Rex line becoming positive on the bearish market indicates the up-reversal.

Similarly, the negative value of the line on the bullish market indicates its down-reversal.

Moreover, the oscillator Rex and Signal lines can be used as warning signal.

The indicator has four configured parameters:

  • Rex period - oscillator line calculation period;
  • Rex method - oscillator line calculation method;
  • Signal period - signal line calculation period;
  • Signal method - signal line calculations method.

Calculations:

Rex = MA(TVB, Rex period, Rex method)
Signal = MA(Rex, Signal period, Signal method)

where:

TVB = 3*Close - (Low + Open + High)

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21247

PDI PDI

PDI (Price Difference) is a simple signal indicator of the price difference between the previous and the current bars. It displays as signal marks the candlesticks, on which the previous Applied price is higher than the current one by the pre-defined Price difference.

Rj_SlidingRange_Cloud Rj_SlidingRange_Cloud

Indicator Rj_SlidingRange made in the DRAW_FILLING style as a color background, which makes it more illustrative in many situations.

Rj_SlidingRangeRj_Digit Rj_SlidingRangeRj_Digit

Channel indicator Rj_SlidingRangeRj with the possibility to round the indicator levels to the required number of digits.

Slingshot Slingshot

Oscillator Slingshot displays in the chart the price momentum histogram and signal line. The probable direction of the fitire price movement is marked in the histogram with different colors.