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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
43 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
21 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
30 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
50 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment