I am building an AI integrated trading companion for NinjaTrader 8 Desktop platform on Windows 11 Pro. In the early stages, but I'm using VisualStudio 2022 Class Library .NET 4.8 framework, searching for dll references. I found the .gui (ninjatrader.gui.dll) and .core (ninjatrader.core.dll) dlls, but not the ninjascript (ninjatrader.ninjascript.dll) nor the data (ninjatrader.data.dll) dlls. Am I going about this correctly? Are there missing dlls from my installation of NinjaTrader 8? Thanks and cheers!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
.dlls missing?
Collapse
X
-
.dlls missing?
Hello!
I am building an AI integrated trading companion for NinjaTrader 8 Desktop platform on Windows 11 Pro. In the early stages, but I'm using VisualStudio 2022 Class Library .NET 4.8 framework, searching for dll references. I found the .gui (ninjatrader.gui.dll) and .core (ninjatrader.core.dll) dlls, but not the ninjascript (ninjatrader.ninjascript.dll) nor the data (ninjatrader.data.dll) dlls. Am I going about this correctly? Are there missing dlls from my installation of NinjaTrader 8? Thanks and cheers! -
Hello Pope_Finance_II,
it sounds like the ai is giving the wrong information, there are no ninjatrader.ninjascript.dll or data ninjatrader.data.dll files.
Everything you need to use NinjaScript is already referenced and included when you install NinjaTrader. You can optionally use C# DLL references and namespaces but the overall platform has everything needed to make tools or scripts in the platform.
You can see the following sample for a visual studio addon sample: https://developer.ninjatrader.com/do...pment_overview
- Likes 1
-
Ok, I think I got my information from outdated info on the internet. I expected there to be dlls like that. Thanks!
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
55 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
37 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
17 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
17 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
49 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment