Hello,
m=i+1
a=iCCI(USDJPY,....,m)
b=iCCI(USDCHF,...,m)
I need to know how i can work with the pair of the maximum of a and b.
For example:
CCI USDJPY = 150
CCI USDCHF = 50
---> the maximum in period m is the CCI of USDJPY
Having determined that, i need to work with USDJPY (for example determine the ATR in the current period i)
How can i do that?
many thanks!
m=i+1
a=iCCI(USDJPY,....,m)
b=iCCI(USDCHF,...,m)
I need to know how i can work with the pair of the maximum of a and b.
For example:
CCI USDJPY = 150
CCI USDCHF = 50
---> the maximum in period m is the CCI of USDJPY
Having determined that, i need to work with USDJPY (for example determine the ATR in the current period i)
How can i do that?
many thanks!