Read variables from another indicator

Created at 19 Mar 2015, 15:07
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
mDull's avatar

mDull

Joined 17.09.2013

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


@mDull
Replies

Spotware
27 Mar 2015, 16:36

We can recommend you to read Nested Indicators section in our API guide.


@Spotware