Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

Choppy Market Index - MetaTrader 5 için gösterge

Yayınlayan:
Alexey Topounov
Görüntülemeler:
18047
Derecelendirme:
(36)
Yayınlandı:
2012.08.02 09:56
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.