Dollar Index Indicator For MT5

Dollar Index Indicator For MT5

Table Of Contents:

  1. Dollar Index Indicator For MT5
  2. تثبيت Dollar Index Indicator For MT5
  3. معلمات Dollar Index Indicator For MT5
  4. مخازن Dollar Index Indicator For MT5
  5. الأجزاء الرئيسية من المدونة

يحسب Dollar Index Indicator For MT5 المؤشر الذي يسمى أيضًا USDX و DXY و DX. يتم احتسابها بناءً على القيمة الموزونة لمختلف عمليات التبادل. هذه العقود هي: EURUSD ، USDJPY ، GBPUSD ، USDCAD ، USDSEK و USDCHF

FREE Dollar Index Indicator

Download the FREE Dollar 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

 

تثبيت Dollar Index Indicator For MT5

بعد تنزيل المؤشر عبر النموذج أعلاه ، ستحتاج إلى فك ضغط ملف zip. ثم تحتاج إلى نسخ الملف Dollar index.mq5 في المجلد MQL5Indicators تثبيت MT5 . بعد ذلك ، يرجى إعادة تشغيل MT5 وبعد ذلك ستتمكن من رؤية المؤشر في قائمة المؤشرات.

معلمات Dollar Index Indicator For MT5

و Dollar Index Indicator For MT5 ديه 3 المعلمات إلى تكوين.

input int    inpBarsToCalculate = 500; // Bars to calculate input string inpSymbolsPrefix   = "";  // Symbols prefix input string inpSymbolsSuffix   = "";  // Symbols suffix 

مخازن Dollar Index Indicator For MT5

و Dollar Index Indicator For MT5 يوفر 2 مخازن.

SetIndexBuffer(0,ic); SetIndexBuffer(1,icolor,INDICATOR_COLOR_INDEX); 

الأجزاء الرئيسية من المدونة

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[] ) {     int _bars = (int)MathMax(inpBarsToCalculate,ChartGetInteger(0,CHART_VISIBLE_BARS));    int i=(int)MathMax(prev_calculated-_bars+1,0); for (; i lt rates_total && !_StopFlag; i++)    {       if (i lt rates_total-_bars) { ic[i] = EMPTY_VALUE; icolor[i] = 0; continue; }       double dxyClose = 50.14348112;       for (int k=0; k lt 6; k++)       {          MqlRates _rates[];                int _ratesCopied = CopyRates(symbols[k],0,time[i],1,_rates);               if (_ratesCopied == 1)                   dxyClose *= MathPow(_rates[0].close,pows[k]);       }                      ic[i] = dxyClose;       icolor[i] = (i gt 0) ? (ic[i] gt ic[i-1]) ? 1 : (ic[i] lt ic[i-1]) ? 2 : 0 : 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.