Help Please... MT5 Synthetic Instruments Formula Rewriting

 

On Recent updates Metatrader 5 allow us to create custom symbols (Synthetic Instruments Formula )

I ve already created USDX and EURX myself but GBPX and JPX are little tricky I guess Since I dont have any programing background could some one tell me how to rewrite the formulas accordingly on MT5 Thanks

$DXY FORMULA

50.14348112 × EURUSD-0.576 × USDJPY0.136 × GBPUSD-0.119 × USDCAD0.091 × USDSEK0.042 × USDCHF0.036


$DXY FOR MT5

50.14348112*pow(ask(EURUSD),-0.576)*pow(USDJPY,0.136)*pow(ask(GBPUSD),-0.119)*pow(USDCAD,0.091)*pow(USDSEK,0.042)*pow(USDCHF,0.036)



GBPX = 46.2807334033003 x EURGBP-0.3134 x GBPUSD0.2274 x GBPJPY0.0479 x GBPCHF0.0439 x (GBPUSD*USDSEK)0.0252

?

JPX:  [¥80,000 – (81.15USD/JPY × $123) – (108.63EUR/JPY × €92) – (63.13NZD/JPY x NZ$ 158) – (82.95AUD/JPY × AU$121)] / Divisor


choose Divisor = 80000. Then added 100 to the formula.

?

 
are1971:

On Recent updates Metatrader 5 allow us to create custom symbols (Synthetic Instruments Formula )

I ve already created USDX and EURX myself but GBPX and JPX are little tricky I guess Since I dont have any programing background could some one tell me how to rewrite the formulas accordingly on MT5 Thanks

$DXY FORMULA

50.14348112 × EURUSD-0.576 × USDJPY0.136 × GBPUSD-0.119 × USDCAD0.091 × USDSEK0.042 × USDCHF0.036


$DXY FOR MT5

50.14348112*pow(ask(EURUSD),-0.576)*pow(USDJPY,0.136)*pow(ask(GBPUSD),-0.119)*pow(USDCAD,0.091)*pow(USDSEK,0.042)*pow(USDCHF,0.036)



GBPX = 46.2807334033003 x EURGBP-0.3134 x GBPUSD0.2274 x GBPJPY0.0479 x GBPCHF0.0439 x (GBPUSD*USDSEK)0.0252

?

JPX:  [¥80,000 – (81.15USD/JPY × $123) – (108.63EUR/JPY × €92) – (63.13NZD/JPY x NZ$ 158) – (82.95AUD/JPY × AU$121)] / Divisor


choose Divisor = 80000. Then added 100 to the formula.

?

Nobody?

 
Hi!

Do you know how can I load more than 2 months history of synthetic symbol?