Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to compile VS Form.cs&LINQ Dataclasses into strategy
Collapse
X
-
How to compile VS Form.cs&LINQ Dataclasses into strategy
I created a form in the Windows Form Designer in Visual Studio. The form will display in the Initialize() method and then be closed before the actual strategy starts running. Plus, I created Language Integrated Query(LINQ) DataClasses for accessing a SQL Server Database from my custom strategy. How do I go about compiling/including the source code files along with the NinjaTrader assembly/files for the form and dataclasses? I'd prefer to copy and paste files and adding the necessary "using directives" as opposed to copy and pasting actual source code into my custom strategy file. I tried copy&pasting the actual files into the NinjaTrader/Custom/Strategy folder but it's not compiling successfully from the NinjaTrader script editor. The files compile successfully from within Visual Studio 2008 Professional.Tags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
633 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
567 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment