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:
4217
Note:
(18)
Publié:
2018.03.01 09:32
Mise à jour:
2023.03.29 13:48
\MQL5\Include\ \MQL5\Indicators\
ColorSRoC.mq5 (18.73 KB) afficher
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The smoothed S-RoC indicator of the relative price increment by Fred Shutsman.

The indicator is calculated using the next formula:

S-ROC= (EMA [bar] – EMA[bar - Roc]) / EMA[bar - Roc]

where

  • EMA [bar] is the EMA value on the current bar;
  • EMA[bar - Roc] is the value of the same EMA in the past at a distance of Roc period from the current bar.

The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The detailed description of the classes is available in the article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers.

Fig.1. The ColorSRoC indicator

Fig.1. The ColorSRoC indicator

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

Cointegration Cointegration

The indicator calculates and displays a linear relationship between two or more financial symbols.

RMI_Histogram RMI_Histogram

Relative Momentum Index implemented as a color histogram with an indication of overbought and oversold zones.

JS_SISTEM_2 JS_SISTEM_2

The Expert Advisor uses three iMAs (Moving Average, MA), one iOsMA (Moving Average of Oscillator and one iRVI (Relative Vigor Index, RVI). Trailing stop is based on the High/Low of earlier bars.

Martin for small deposits Martin for small deposits

Martingale based Expert Advisor specially designed for small deposits.