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
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by r68cervera, Today, 05:29 AM
    0 responses
    2 views
    0 likes
    Last Post r68cervera  
    Started by geddyisodin, Today, 05:20 AM
    0 responses
    3 views
    0 likes
    Last Post geddyisodin  
    Started by JonesJoker, 04-22-2024, 12:23 PM
    6 responses
    35 views
    0 likes
    Last Post JonesJoker  
    Started by GussJ, 03-04-2020, 03:11 PM
    12 responses
    3,239 views
    0 likes
    Last Post Leafcutter  
    Started by AveryFlynn, Today, 04:57 AM
    0 responses
    6 views
    0 likes
    Last Post AveryFlynn  
    Working...
    X