I am writing a program in C code that can open ninjatrader and export data from it without my having to do anything but open the program and enter what stocks I want. The problem I'm having is that when I try to open "C:/Program Files (x86)/NinjaTrader 7/bin64/NinjaTrader.exe" in my code, I get an fopen error: Permission Denied. My question is if there is a way for my code to open and navigate ninjatrader, or will I have to do that all manually. Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Opening charting software (ninjatrader) through personal source code
Collapse
X
-
Opening charting software (ninjatrader) through personal source code
I am writing a program in C code that can open ninjatrader and export data from it without my having to do anything but open the program and enter what stocks I want. The problem I'm having is that when I try to open "C:/Program Files (x86)/NinjaTrader 7/bin64/NinjaTrader.exe" in my code, I get an fopen error: Permission Denied. My question is if there is a way for my code to open and navigate ninjatrader, or will I have to do that all manually. Thanks. -
Welcome to the forums iamkajal!
We will leave this thread open for any community feedback, but this would not be a topic our Customer Service team could assist with.
As far as programming support goes, we support our product and documented NinjaScript code for building Indicators Strategies and other Addons. Using external C# code or programming your application to interact with NinjaTrader would fall outside of our scope of support.
If you are building an application to extract data from NinjaTrader, you can consider accessing the Documents\NinjaTrader 8\db\ folder, however, we also could not elaborate on how the raw data is formatted in this folder as it is not something we document.
If there are any other topics we can assist with, please do not hesitate to open a new ticket.
-
To launch exe in c++ you can use this
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment