Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Send signals through API
Collapse
X
-
Hello U0000999,
Thank you for the post.
There are several ways to place orders to your broker through NinjaTrader automatically. You can write a NinjaScript strategy and run it on your live account if you are connected to a supported broker.
All the following links are publicly available.
Please see this help guide page on running NinjaScript strategies:
We have a fully documented help guide which will help you get started with Ninja Script. You will find language references to all of the methods and functions you will be using.
A link to our NinjaScript documentation help guide can be found below:
Below are helpful reference samples that demonstrate what NinjaScript strategies are capable of:
There are also example strategies in the platform by default, they can be viewed through the Strategies folder of the NinjaScript editor.
Another option is to trade through the .dll interface that we provide. You can write an application external to NinjaTrader and interface with NinjaTrader through this dll:
Lastly, you can use Order Instruction Files (OIF) interface and place specially formatted files within the ..\Documents\NinjaTrader 8\incoming folder to place orders to your connected broker in NinjaTrader.
Please let me know if I can assist further.
-
Hello U0000999,
Thank you for the reply.
It is certainly possible to call any API asynchronously in a NinjaScript file. I would not be able to assist with any external API calls though. I recommend reviewing the multithreading considerations of NinjaTrader 8 and reviewing the public doc Microsoft has on Asynchronous programming.
The following links are publicly available.
Explore an overview of the C# language support for asynchronous programming by using async, await, Task, and Task.
Please let me know if you have any questions.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
116 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
61 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
40 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
43 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
82 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment