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 cmoran13, 04-16-2026, 01:02 PM
|
0 responses
42 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
25 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
||
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
162 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
98 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
157 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|

Comment