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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
89 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
135 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
119 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
69 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment