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
Indicateurs

XBarClearCloseTrend - indicateur pour MetaTrader 5

Vues:
3837
Note:
(14)
Publié:
2018.04.18 17:23
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

A trend state indicator. It is a signal modification of the trend indicator of the same name.

It has only one input parameter:

  • Period - indicator calculation period.

The indicator displays color marks on a chart indicating the trend state. Six types of marks are possible:

  1. Strongly up - a strong uptrend;
  2. Up - an uptrend;
  3. Uncertainly up - an uncertain uptrend (rollback/consolidation after an uptrend);
  4. Strongly down - a strong downtrend;
  5. Down - a downtrend;
  6. Uncertainly down - an uncertain downtrend (rollback/consolidation after an uptrend).

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

LR_Ratio LR_Ratio

The indicator displays the ratio of two LSMAs.

LRL LRL

Linear regression line (LSMA) - a moving average calculated by the linear regression method.

Conqueror Conqueror

A signal indicator for opening/closing positions.

OnChart_Stochastic OnChart_Stochastic

Stochastic on the price chart.