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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
476 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
317 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
254 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
305 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment