Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Send variables between indicators and strategies
Collapse
X
-
Send variables between indicators and strategies
I am starting to program indicators/strategies and I have seen the need to interact between several indicators/strategies, for example, that one indicator/strategy can send a boolean variable to another indicator/strategy so that this second indicator/strategy acts according to the indicator/strategy of the first and so on between several indicators/strategies. This is possible?Tags: None
-
Thank you very much for your prompt response. I have downloaded the example code and seen how it uses the ExposedVariable declaration but it is not clear to me how I can interact between several indicators with one variable. In the example, the variable exposedVariable it updates with the close of the candle but later I do not see that this variable it uses that data in another indicator to continue performing other calculations. Could you give me other examples in which several indicators act on each other depending on the variables that are sent between them? Thanks a lot.
Comment
-
Hello BIOK.NT,
The other indicators and strategies would call the indicator which would return the value. The included strategy demonstrates.
If you are trying to share the same value, this is not directly supported, but is possible with unsupported static classes.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
548 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment