Does NT7 assign a Globally unique ID of sorts (or at least internally unique). What I would like to do is distinguish between instances of each strategy possibly on the same chart with the same strategy name. I am sure I can create one upon Init() but would rather use one already assigned internally. Couldn't find anything in the manual..
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
GUID for each Strategy?
Collapse
X
-
GUID for each Strategy?
Hi,
Does NT7 assign a Globally unique ID of sorts (or at least internally unique). What I would like to do is distinguish between instances of each strategy possibly on the same chart with the same strategy name. I am sure I can create one upon Init() but would rather use one already assigned internally. Couldn't find anything in the manual..Tags: None
-
Hello NJA_MC,
Yes, there is a unique identifier for each strategy instance. This is a C# structure so will not see it documented or supported. MSDN docs for this are available here.
Unfortunately there is no supported way to access the internal GUID from a running strategy instance.
For a quick way to generate unique ID, consider using our built in method:
Ryan M.NinjaTrader Customer Service
-
Hi,Originally posted by NinjaTrader_RyanM View PostHello NJA_MC,
Yes, there is a unique identifier for each strategy instance. This is a C# structure so will not see it documented or supported. MSDN docs for this are available here.
Unfortunately there is no supported way to access the internal GUID from a running strategy instance.
For a quick way to generate unique ID, consider using our built in method:
http://www.ninjatrader.com/support/h...gyuniqueid.htm
Tried the ATM one, can't be called in Init(). I think I may have found one for the Strategies. Looks like the variable "Id" is public. I will use that one, gets reset each run which is great.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
61 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
40 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
21 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
23 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
51 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment