The chart button isn't a problem, but I can't seem to accomplish the rest. I'm not particularly confident it's doable as this would involve an OnBarUpdate of an int value and only order info seems to find it's way to OnExecutionUpdate. I figured it won't hurt to ask.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Variable Target and Stop Prices in OnExecutionUpdate
Collapse
X
-
Variable Target and Stop Prices in OnExecutionUpdate
I'd like to be able to adjust the OnExecutionUpdate Target and Stop Prices with a chart button.
The chart button isn't a problem, but I can't seem to accomplish the rest. I'm not particularly confident it's doable as this would involve an OnBarUpdate of an int value and only order info seems to find it's way to OnExecutionUpdate. I figured it won't hurt to ask.Tags: None
-
Hi Doctor JR, thanks for posting. The most straight forward way of doing this would be to add the button within a strategy script. That way you can get an order handle for each resting order and search through it. E.g. you can use a List<Order> object and add the orders seen from OnOrderUpdate. To do it from an addon or indicator, you would need to get all orders from an Account object. and use Account.Submit to place orders.
We have a helpful example here that demonstrates this more advanced order handling technique:
Kind regards,
-ChrisL
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
110 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
59 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
37 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
41 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
78 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment