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
Indicateurs

Choppy Market Index - indicateur pour MetaTrader 5

Publié par:
Alexey Topounov
Vues:
18046
Note:
(36)
Publié:
2012.08.02 09:56
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Daniel Fernandez

Indicator values are in the range 0-100. The greater is the indicator value, the greater is the market stability, so the more likely we have trend. The smaller is the indicator value - the less probable the trend is.

Calculation formula:

CMI = ((ABS(Close[0]-Close[n]))/(MaxHigh[n]-MinLow[n]))*100


Where:

  • ABS - absolute value
  • Close[0] - last close
  • Close[n] - close N bars ago
  • MaxHigh[n] - maximal value of High for the N bars period
  • MinLow[n] - minimal value of Low for the N bars period

Choppy Market Index

Tips:

Trading on unstable market:

  1. Buy, when moving average (blue line) of the CMI indicator is below 40 and the histogram is red.
  2. Sell when moving average (blue line) of the CMI indicator is below 40 and the histogram is green.
  3. Close positions when CMI histogram is above 50.

Trading on trend market:

  1. Buy when moving average is above 60 and the histogram is green.
  2. Sell when moving average is above 60 and the histogram is red.
  3. Close positions, when CMI histogram is below 50.

This indicator can be used as a filter in trend trading strategies.

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

Monitoring Spread Monitoring Spread

Tools for monitoring spread of currency pairs

Weather Vane Weather Vane

This indicator calculates last average price for a symbol and determines the trend direction, so it can be a signal to commit a trade operation.

Widescreenshooter Widescreenshooter

Script to create wide screenshots.

IncMatrix IncMatrix

Class for working with matrices.