Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Place Buy order and Sell order at same time.
Collapse
X
-
Thanks, Ray!
Is it possible to temporarily allow two orders at both sides of the market in NT 6.x until a more robust solution is implemented in NT 7.0? You could demand the startegy must have certain attribute to be able to do so. By doing that you make the feature inaccesible for most casual users, while you expose it to more experienced programmers.
Comment
-
hemlock,
You can already use multiple entry orders. Please see this reference sample: http://www.ninjatrader-support2.com/...ead.php?t=3225Josh P.NinjaTrader Customer Service
Comment
-
Here is an example of what I mean. Within a strategy script I would like to place an entry order 10 ticks above the current price (EnterShortLimit) and also an entry order 10 ticks below the current price (EnterLongLimit). If one gets filled the other gets cancelled.
I didn't think this was possible with the current version (actually I think it had been disabled). My original question was will this be available in NT7.
Thanks.
Comment
-
-
You have a strategy programmed with NinjaScript that has a long and short order working simultaneously?Originally posted by heyligerb View PostI've got a strategy that will do this... email me at [email protected] if you want it.
That isn't possible if you're working entirely within NinjaTrader 6.5.AustinNinjaTrader Customer Service
Comment
-
Yes, it will. From the NT7 announcement page:
New Unmanaged Order Submission
In 6.5 some users were burdened with our "Internal Order Handling" rules. We have introduced unmanaged order submission which bypasses the convenience of our order handling layer. This lower level of programming allows you to do what you want relative to order submission/management without any limitations other than any imposed by your broker. There are only three methods, SubmitOrder(), ChangeOrder() and CancelOrder(). You then get the flexibility of managing your orders how you see fit and optionally handling rejections.AustinNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
637 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 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
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment