(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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
167 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
88 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
128 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
208 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
185 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment