Hi Z community,

I vote for Artificial assets as very high priority.

Meanwhile, it would be nice if any guru can give a script example, (based on current Zoro version) of e.g USDX (dollar index) to be calculated on the fly

( example of weighted formula from MQ4:

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);

)

and use some series transformation functions or an example of a peak/ valey or crossover example.

As this would be an artificial value on some brokers, there will be no bars or price series, but can be constructed on the fly.