Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Global Variable...
Collapse
X
-
If you're tricky (and good with writing to/reading from files), you may be able to do this...but just maybe.
In a different way, I have been using bar color to communicate between indicators on the same chart. (set barcolor in one indicator and read it in another indicator), my end goal is to use bar color as inputs to strategies (indicator to strategy communication)...but I haven't tested that aspect yet. Any risk takers out there???
Ben
Comment
-
Just add "static" to your variable definition and put it in the "#region variables" section of your indicator/strategy.
For instance:
I've added things like this to both indicators and strategies, and found that it can be read/written from either one.Code:static double common_value = 5;
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
60 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
145 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
161 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
97 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
283 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment