Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Choppiness_Index - indicator for MetaTrader 5

Views:
4186
Rating:
(14)
Published:
2018.07.13 16:06
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Oscillator Choppiness Index is intended for assessing the market situation. It identifies three states:

  1. Trend
  2. Flat
  3. Instable consolidation

Values below 38.2 indicate a trend on the market, while those above 61.8 indicate a flat market. Values close to 100 indicates an instable consolidation.

the lower the oscillator value is, the more expresed the trend component is on the market.

The indicator has four configured parameters:

  • Period - calculation period
  • Trend level - trend boundary level
  • Choppiness level - flat boundary level
  • Consolidation level - consolidation boundary level

Calculations:

CI = 100.0 * log10( SumATR / ( MaxHigh - MinLow)) / log10X

where:

log10X = log10(Period) ATR = ATR(1) SumATR - sum of ATR over the Period MaxHigh - maximum High value within the Period MinLow- minimum Low value within the Period

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21339

ButtMA ButtMA

Indicator Butterworth MA.

AB AB

Indicator Acceleration Bands

Choppiness_IndexH Choppiness_IndexH

Indicator Choppiness Index Histogram

Exp_GStopLoss_Tm Exp_GStopLoss_Tm

An Expert Advisor for closing all positions, in case of the total losses on those positions exceeded the Stop Loss level fixed in inputs, or where it is necessary to close all positions beyond the time interval fixed in the settings.