(please see attached screenshot)
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How do I fix this ambiguous reference error?
Collapse
X
-
How do I fix this ambiguous reference error?
I am attempting to import a strategy file that has full source code and do some revisions from our team. So, each time I import it, it gives me this error (Iattached screenshot of the issue) It's error CS0104. What does this mean and how exactly do I fix it before adding anyting to the script? I can't get past this.
(please see attached screenshot)1 PhotoTags: None
-
Hello traderty,
It looks like you have a drawing tool named Position which will cause strategies to have this error due to the conflict in naming. If you don't use the drawing object named Position the most simple fix is to remove that drawing object. You will otherwise need to manually edit strategies anytime the Position property is used and change the use to NinjaTrader.Cbi.Position wherever you use Position in the strategy.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
88 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
134 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
119 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
67 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment