Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Variable Target and Stop Prices in OnExecutionUpdate

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #2
    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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    23 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    17 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    182 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    335 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    259 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X