Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
IB Order Types Access
Collapse
X
-
IB Order Types Access
Is it possible to utilize IB order type like Stop - Adjustable, Stop - Trailing Stop, Conditional with NT8 using script, DLL or other method?
Tags: None
-
Hello garfielalvin,
Thank you for your post.
NinjaTrader 8 would support the Stop Market, Stop Limit, Limit, Market If Touched, and Market orders. Any other order types would not be supported to send to the brokerage technology connected.
Most advanced order types can be created utilizing NinjaScript strategies by recreating the conditions and actions of the order. However, this requires custom development and an understanding of how the desired order type truly functions down to it's base order type (such as a Stop Market breaking down to a Market order at it's base level).
Please let me know if you have any questions.
-
For advanced order types created using NinjaScript strategies
1. Are conditions and actions of order are being monitored and triggered 'locally' on PC running NT8?
2. Upon condition meet, order type sent to IB can only consist of "Stop Market, Stop Limit, Limit, Market If Touched, and Market orders"?
Since IB API has the capability to access most of the advanced order types, is it possible to send these advanced order types to IB using the "Ninjascript - DLL - IB API" mechanism?
For example
1. Conditions programmed in Ninjascript are meet and advanced orders are sent to IB using "Ninjascript - DLL - IB API".
2. Ninjascript registered acknowledgement of orders sent
3a. IB server manages advanced orders sent while;
3b. Ninjascript monitors markets conditions, status of advanced order type, order filled, account equity and make adjustments or cancel orders sent according to programmed conditions in Ninjascript .
Comment
-
Hello garfielalvin,
Thank you for your response.
This is correct. The conditions and actions would be local to the PC running the strategy.1. Are conditions and actions of order are being monitored and triggered 'locally' on PC running NT8?
This is correct as well.2. Upon condition meet, order type sent to IB can only consist of "Stop Market, Stop Limit, Limit, Market If Touched, and Market orders"?
No, there is not an option to send these order types. Only the supported order types in NinjaTrader an be sent.Since IB API has the capability to access most of the advanced order types, is it possible to send these advanced order types to IB using the "Ninjascript - DLL - IB API" mechanism?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
52 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
70 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
48 views
0 likes
|
Last Post
|

Comment