Right now my code only says if there is an open long and condition is met, then close X.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
sync account position
Collapse
X
-
-
werido, yes you can tie for example an exit order to a specific entry signal via the signal names provided in the method overloads - http://www.ninjatrader.com/support/h...tlonglimit.htm
-
Is there a way to code a market order exit for order X that triggers only when order X is open? I could only see limit orders in that link.Originally posted by NinjaTrader_Bertrand View Postwerido, yes you can tie for example an exit order to a specific entry signal via the signal names provided in the method overloads - http://www.ninjatrader.com/support/h...tlonglimit.htm
Comment
-
The problem I'm having is that I have many exit orders for many entry orders but I only want the exit order for the specific entry order that is live to be triggered. Although having all the exit orders triggered will also close the specific entry order, I have an email signal sent out when the exit gets triggered and I'm getting many emails when the one live entry gets closed. So is there away to code a parameter that only if order X is live (or Long) then exit and send email?Originally posted by NinjaTrader_Bertrand View PostThat was just an example, any order type would offer 'listening' to signal name, such as ExitLong / ExitShort Market orders as well.
http://www.ninjatrader.com/support/h...htsub=ExitLong
Comment
-
werido, the SendMail() calls you do would be realtime only, so historical orders / executions would not be 'hit' then. Do you send yourself an email on each incoming execution then? That could be multiple ones for a given order. You could move that to an update in the Position state for example to send only a single confirmation.
If you wanted to check for a specific order and it's properties / state, then the IOrder objects would be needed to reveal this level of detail - http://www.ninjatrader.com/support/h...ightsub=IOrder
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
88 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
30 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
68 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment