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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
154 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
306 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
176 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment