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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
333 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment