| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I don't know it is USD index or not but this indicator was calculated according to the following formula:
USD = (GBP0 - Data1) * 100000 + ((EUR0 - Data2) * 100000) + ((Data3 - CHF0) * 100000 / Data3) + ((Data4 - JPY0) * 100000 / Data4); where Data1 is close bar for GBPUSD (price) Data2 is close bar for EURUSD (price) Data3 is close bar for USDCHF (price) Data4 is close bar for USDJPY (price) and the following parameters are the settings of this indicator: Code:
extern double GBP0=1.9185; extern double EUR0=1.356; extern double CHF0=1.1387; extern double JPY0=102.6; |
|
|||
|
There is the other indicator (attached). The author (Alexey Baranov) made this indicator long time ago according to the following formula:
USD = MathPow(UsdChf[i]*UsdJpy[i]*UsdCad[i]/EurUsd[i]/GbpUsd[i]/AudUsd[i],1./7.) |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JPYX index like USDX index.. | endy | Metatrader 4 | 0 | 04-10-2007 04:57 PM |
| The Volatility Index | newdigital | Documentation | 0 | 10-04-2005 12:07 PM |