Anyone know what's up, or advice short of cutting and pasting my code into a blank strategy file?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
"The namespace Ninjatrader.Indicator already contains a definition for '<indicator>'"
Collapse
X
-
"The namespace Ninjatrader.Indicator already contains a definition for '<indicator>'"
So, I went to recompile a strategy I've been working on and all of the sudden got the following error (see screenshot below). Basically the strategy name is crossed out in red, and the built in NT indicator file beginning with @ in green. At the moment, I can't compile or export my strategy.
Anyone know what's up, or advice short of cutting and pasting my code into a blank strategy file?
Last edited by eeisen; 09-02-2007, 11:49 AM.Tags: None
-
Where would I be doing this? As I haven't touched that part of the code in the .cs file. I basically just exited out of the wizard as soon as I the blank strategy template was generated, then changed something in the OnBarUpdate() method, and then these errors jumped out.Originally posted by Josh View PostYou are probably defining a method twice in either using the same indicator/strategy name as an already existing indicator/strategy. Please check your declarations for two instances and remove one of them.
As far as the second error that references the name of the strategy class, I have been saving over it and compiling with each revision and not had a problem thus far. Forgive my ignorance of where this code is that got modified somehow.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment