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

iUSDx (USD index) Multicurrency Indicator - indicator for MetaTrader 5

Views:
15772
Rating:
(31)
Published:
2010.12.24 10:45
Updated:
2016.11.22 07:32
iusdx.zip (3.54 KB)
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The USDx Index measures the performance of the US Dollar against a basket of currencies: EUR, JPY, GBP, CAD, CHF and SEK.

USDx started in March 1973, soon after the dismantling of the Bretton Woods system. At its start, the value of the US Dollar Index was 100.000. It has since traded as high as the mid-160s and as low as 70.698 on March 16, 2008, the lowest since its inception in 1973.

The makeup of the "basket" has been altered only once, when several European currencies were subsumed by the Euro at the start of 1999. USDx is updated whenever US Dollar markets are open, which is from Sunday evening New York time (early Monday morning Asia time) for 24 hours a day to late Friday afternoon New York time.

The USD index is calculated as a geometic average of 6 currency pairs:

USDx = 50,14348112 * EURUSD^(-0,576) * USDJPY^0,136 * GBPUSD^(-0,119) * USDCAD^0,091 * USDSEK^0,042 * USDCHF^0,036


Features of this implementation of USDx index:

  • It uses the "MCM Control Panel".
  • It works in a real multicurrency mode by receiving all ticks on each symbol without delays. The quotes of some symbol may change several times pers second, all of them will be proceed.
  • Full synchronization of currency pairs. For example, if there isn't historical data for some currency pair, it doesn't calculate the value of USD index.

iUSDx (USD index) Multicurrency Indicator

By the way, the indicator line is drawn when the new bars had appeared for all currency pairs.

  • Full control of data synchronization for each currency pair using the "Initialization" event of the "MCM Control Panel". It allows to save time when recalculating the indicator values (for example, in historical data loading). The data will be recalculated only after "Initialization" event.
  • The implementation of the indicator is much more simple than implementation using OnTick() or OnTimer() functions. The benefit is that there isn't delay.
  • You can modify the frequency of the indicator recalculation "on the fly". For example, if you calculate the index on hourly chart, you don't need to recalculate it at every tick, so you can configure the events of "MCM Control Panel"(one minute, 5 minutes or hour). But I recommend to use the "new tick" events because of the CopyXXXX functions, sometimes it's necessary to repeat the requests of historical data.

How to install:

  • Download the "MCM Control Panel" for Multicurrency Expert Advisors and Indicators and compile the "iControl panel MCM.mq5" and "Spy Control panel MCM.mq5".
  • The symbols in Market Watch should be ordered:
    1. EURUSD,
    2. USDJPY,
    3. GBPUSD,
    4. USDCAD,
    5. USDSEK,
    6. USDCHF.
    The order of symbols in Market Watch is important for the calculation of the Index.
  • Unpack the iUSDx.zip to the /MQL5 folder. Next, attach the  iUSDx from /MQL5/Indicators/iUSDx/ to some chart, for example, EURUSD М1.
  • After that it's necessary to configure the MCM Control Panel events: Set "New tick" event for all symbols, as described here.
  • In addition, add "New bar" event for EURUSD M1. This event used for the synchronization when the new bar has appeared on the current timeframe (in our case М1).

The next... enjoy. If you have found some bugs, please send me private message.

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

FAT PANEL FAT PANEL

The Panel Designed for "Best Graphic Panel in MQL5" Contest. This graphic panel allows to automate manual trading. It has many functions, including the visual construction of trading strategies.

"MCM Control Panel" for Multicurrency Expert Advisors and Indicators "MCM Control Panel" for Multicurrency Expert Advisors and Indicators

The MCM Control Panel provides the solution for multicurrency trading in MetaTrader 5.

OptimReport v2.15 OptimReport v2.15

If you want to optimize your Expert Advisor using your own characteristics, you can use "Custom max" mode via OnTester() function. This code provides you many characteristics, which can be used during the optimization of your EA. Also it allows you to save the optimized charateristics in HTML file.

Grr-al Grr-al

The Expert Advisor is profitable only if the "Open prices" only or "1 minute OHLC" modes used in Strategy Tester.