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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
36 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
14 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment