Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
two opposing entry limit orders?
Collapse
X
-
Doh! Of course. Sometimes when I start delving into the details, I forget the obvious. Thanks Bertrand and the rest of your team for all the help.
jon
Originally posted by NinjaTrader_Bertrand View PostJon, yes the NT7 docs and helpguide is still work in progress at this point in time. For monitoring price / last tick, just use Close[0] with CalculateOnBarClose = false.
Comment
-
Unmanaged = true
How do i do this?
I guess I have run into a similar issue which is hopefully fixed in Ninja 7.
I had started building the strategy in Ninja 7, however I have run into CHarting and rollover issues in 7.
So, assuming I can get charting issue fixed in Ninja 7, I definitely need the option to fire orders in multiple directions. Hence I am asking
1. How to set Unmanaged to true and
2. If I have to manage stop orders myself and the Ninja internal stop losses are not being managed, how do i maintain references to these orders
Thanks very much in advance
Comment
-
ariliveitup, set Unmanaged to true in the Initialize() of your strategy. This will deactivate the Internal Order Handling Rules, answered your other post as well, believe you're running into those on 65.
Correct, there's then no signal tracking by NT, you could use IOrder objects to track and manage your orders then by collecting their tokens.
Comment
-
-
Do I understand you correctly that I need to use:
EnterLongStop(int barsInProgressIndex, bool liveUntilCancelled, int quantity, double stopPrice, signalNameOCO)
EnterShortStop(....., signalNameOCO)
So the string signalName = signalNameOCO needs to be the same?
Comment
-
Yes, you can link orders through this string - http://www.ninjatrader.com/support/h...ub=SubmitOrder
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
65 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
35 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
59 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
62 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
51 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment