Choppiness Index Indicator For MT5

Choppiness Index Indicator For MT5

Table Of Contents:

  1. Choppiness Index Indicator For MT5
  2. Instaliranje riječi Choppiness Index Indicator For MT5
  3. Parametri Choppiness Index Indicator For MT5
  4. Puferi Choppiness Index Indicator For MT5
  5. Glavni dijelovi kodeksa

Choppiness Index Indicator For MT5 razvio je EW Dreiss, a temelji se na fraktalnoj geometriji u kombinaciji s teorijom haosa. Kao rezultat toga, ovaj indikator crta oscilator na potpornom prozoru koji pokazuje veće vrijednosti ako je tržište bez jasnog smjera i pokazuje nepokretne cijene.

FREE Choppiness Index Indicator

Download the FREE Choppiness Index Indicator for MT5.

To receive my email 100% sure: 
Put my email on your whitelist!

 

Partially Automated Trading Besides Your Day Job

Alerts In Real-Time When Divergences Occur

 

Instaliranje riječi Choppiness Index Indicator For MT5

Nakon što preuzmete indikator preko gornjeg obrasca, morate raspakirati zip datoteku. Tada morate kopirati datoteku Choppiness index.mq5 u mapu MQL5Indicators vaše MT5 instalacije. Nakon toga ponovno pokrenite MT5 i tada ćete indikator moći vidjeti na popisu pokazatelja.

Parametri Choppiness Index Indicator For MT5

Choppiness Index Indicator For MT5 ima 1 parametre za konfiguriranje.

input int inpChoPeriod    = 14;  // Choppiness index period 

Puferi Choppiness Index Indicator For MT5

Choppiness Index Indicator For MT5 osigurava 1 međuspremnike.

SetIndexBuffer(0,csi,INDICATOR_DATA); 

Glavni dijelovi kodeksa

int OnCalculate(const int rates_total,                 const int prev_calculated,                 const datetime& time[],                 const double& open[],                 const double& high[],                 const double& low[],                 const double& close[],                 const long& tick_volume[],                 const long& volume[],                 const int& spread[]) {    double _log = MathLog(inpChoPeriod)/100.00;    for (int i=(int)MathMax(prev_calculated-1,0); i lt rates_total; i++)    {       double atrSum =    0.00;       double maxHig = high[i];       double minLow =  low[i];                          for (int k = 0; k lt inpChoPeriod && (i-k-1) gt =0; k++)          {             atrSum += MathMax(high[i-k],close[i-k-1])-MathMin(low[i-k],close[i-k-1]);             maxHig  = MathMax(maxHig,MathMax(high[i-k],close[i-k-1]));             minLow  = MathMin(minLow,MathMin( low[i-k],close[i-k-1]));          }          csi[i] = (maxHig!=minLow) ? MathLog(atrSum/(maxHig-minLow))/_log : 0;       }          return(rates_total); } 

 

About Me

I'm Mike Semlitsch the owner of PerfectTrendSystem.com. My trading career started in 2007. Since 2013 I have helped thousands of traders to take their trading to the next level. Many of them are now constantly profitable traders. 

The following performance was achieved by me while trading live in front of hundreds of my clients:

Connect With Me:  

Results From 5 Months!
This service starts soon! Be the first who get's notified when it begins!

This FREE Indicator Can Transform
Your Trading!

FREE Indicator + Telegram Group


Request the Ultimate Double Top/Bottom Indicator which is used by 10,000+ traders.