Login Page - Create Account

Support Board


Date/Time: Sun, 14 Sep 2025 02:44:14 +0000



Post From: Help Creating a 4 Currency USD Index

[2021-05-09 23:51:48]
Sawtooth - Posts: 4263
Both -1* and 1/ will invert the candles. The former returns the negative of the price, and the latter returns very small positive numbers.

Dealing with negative prices would not work when trying to create an index including positive priced symbols.
You'll need to use the smaller positive prices.

1/USDJPY will give you JPYUSD.

I think this is the formula you want to use:
{EURUSD}*{GPBUSD}*{AUDUSD}*1/{USDJPY}
Date Time Of Last Edit: 2021-05-10 13:02:37