Read variables from another indicator
Created at 19 Mar 2015, 15:07
Read variables from another indicator
19 Mar 2015, 15:07
Hi,
How could I read a parameter or a variable of one indicator from another indicator?
For example:
- Indicator1 -> X1 = 50
- Indicator2 -> X2 = Indicador1.X1 => X2=50
I would appreciate any suggestions.
Best Regards
Spotware
27 Mar 2015, 16:36
We can recommend you to read Nested Indicators section in our API guide.
@Spotware