Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Global Namespace Error when saving
Collapse
X
-
Global Namespace Error when saving
I tried to save the SlingShot indicator under a different name and got a Global Names Space error (see attached). I am not familiar with the Global namespace.Tags: None
-
To avoid this compiler conflict described by Bertrand, you could put the indicator's name into the enum's name, for example:
public enum SlingShotPB_maType
If you copy your indicator now, then NT substitutes SlingShotPB with the target indicator name and your naming conflict is gone.
Regards
Ralph
Comment
-
Last edited by mountainclimber; 05-07-2010, 10:03 AM.
Comment
-
Thanks for your input. I had finally figured that part out. I also had to make changes in the properties section. At any rate I have it all working now.Originally posted by Ralph View PostTo avoid this compiler conflict described by Bertrand, you could put the indicator's name into the enum's name, for example:
public enum SlingShotPB_maType
If you copy your indicator now, then NT substitutes SlingShotPB with the target indicator name and your naming conflict is gone.
Regards
Ralph
Comment
-
Thank you for the info.Originally posted by mountainclimber View Post
ThatManFromTexas is NOT my real name. My real name is Handsome Stranger. I was named after my father...
Last edited by ThatManFromTexas; 08-07-2010, 11:03 PM.
Comment
-
ha ha! Love it... Yeah, my real name isn't really mountainclimber, its Really Smart Guy.
Edit: and I'm not named after my father
ha ha
Last edited by mountainclimber; 05-07-2010, 10:03 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
589 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
342 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
555 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment