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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
144 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
71 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
125 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
79 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment