using NinjaTrader.Gui.NinjaScript; namespace NinjaTrader.NinjaScript.Strategies { public class Test : Strategy { [NinjaScriptProperty] [Range(1, int.MaxValue)] [Display(Name = "TestParam")] public int TestParam { get; set; } } }
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can't compile strategy - missing NinjaTrader.Gui.dll?
Collapse
X
-
Can't compile strategy - missing NinjaTrader.Gui.dll?
I am receiving the following errors on my test script
HTML Code:
Tags: None
-
Hello crc863,
You may have removed the necessary default using statements.
Create a new strategy from the NinjaScript Editor.
Copy all of the default using statements from the top of the new script to your custom script.
Let me know if this does not resolve the errors.Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
47 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
23 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
33 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
51 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment