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
Vues:
4779
Note:
(20)
Publié:
2014.01.27 15:00
Mise à jour:
2023.03.29 13:42
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Erdem Sen

An optimized version of the InverseReaction indicator, which operates at a maximum speed in the IREA Expert Advisor.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Originally this indicator has been written in MQL5 and was first published in the Code Base on 10.10.2013.

Figure 1. The InverseReaction indicator

Figure 1. The InverseReaction indicator

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

ExchangePrice ExchangePrice

Shows the relative change of the current price from the price N/M bars ago.

StepMA_NRTR_HTF StepMA_NRTR_HTF

The StepMA_NRTR indicator with the timeframe selection option available in input parameters.

SlopeDirectionLine_HTF SlopeDirectionLine_HTF

The SlopeDirectionLine indicator with the timeframe selection option available in input parameters.

JMASlope_HTF JMASlope_HTF

The JMASlope indicator with the timeframe selection option available in input parameters.