It's been talked about recently . . . did you try the search top right of this page ?
https://forum.mql4.com/46550
Hi,
The DIXY is not trade weighted but the indicator mentioned is similar and I did search :)
So if anyone lands here in the future for the DIXY indecator here it is: https://www.mql5.com/en/code/9397
But looking into the maths of this dixy indecator it could be altered for the weighted verision: ExtMapBuffer1[i]=50.14348112 * MathPow(iClose("EURUSD",0,i),-0.576) * MathPow(iClose("USDJPY",0,i),0.136) * MathPow(iClose("GBPUSD",0,i),-0.119) * MathPow(iClose("USDCAD",0,i),0.091) * MathPow(iClose("USDSEK",0,i),0.042) * MathPow(iClose("USDCHF",0,i),0.036);
Is there anyone with the maths skills for this? Also the trade weights change annually so they would need to be configurable.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Is it possible to create a chart based on data from other charts? Im trying to create a "trade weighted us dollar index chart ".
Any ideas on how to achieve this?