Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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:
4287
Note:
(12)
Publié:
2018.06.16 11:04
TQ.mq5 (15.11 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Trend Quality oscillator by David Sepiashvili presented in his article Detecting And Determining Trends - Trend-Quality Indicator.

It has six input parameters:

  • Period fast - fast EMA period;
  • Period slow - slow EMA period;
  • Scalar trend period - scalar trend value period;
  • Scalar noise period - scalar noise value period;
  • Scalar correction factor - scalar correction factor;
  • Applied price - price used for calculations.


Usage

When the histogram of the indicator is above zero and above the indicator line and colored in green, the bullish trend can be considered as stable. It is vice versa for the bearish trend (red color).

The signal for entering a position may be when the histogram crosses the indicator line.

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

PC PC

Indicator Price Cycle.

MI MI

Indicator MI (Mass Index).

SL_Calculator SL_Calculator

Indicator StopLoss Calculator.

RSI Bollinger Bands EA RSI Bollinger Bands EA

The EA determines the overbought (OB) and oversold (OS) zones, for which it generates trading signals for selling or buying.