Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OrderState after order completion?

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

    OrderState after order completion?


    What is the OrderState, after an order has been completed?

    That is, I submit an order. The OrderState then is OrderState.Filled. Then, my order hits the profit target, and concludes. At this point, what is the order state? Or, how would one determine if a filled order has hit its stop loss or profit target? Thanks,



    #2
    Hello timmbbo,

    Thank you for your post.

    I think you're confusing an order with a position. Once an order fills, is rejected, or is cancelled, it would be considered to be in a terminal state. You can use IsTerminalState to check whether the order is completed by one of those. When an order fills and reaches a terminal state of Filled, you now have either a long or a short position. A stop or target would close the position and complete a trade.



    As far as monitoring whether the most recent trade hit a profit target or stop loss order, there's a couple of ways you could determine that. If you're using SetStopLoss, the order will have a signal name of "Stop loss". SetProfitTarget will generate orders with a Signal Name of "Profit target". You can monitor in OnOrderUpdate, and if you get an order update where the OrderState is Filled, and the signal name matches either the target or the stop, you would know the position was closed by one of them, ending the trade.

    You could also use Order variables to keep track of the stop/target orders, and check whether they are filled in either OnOrderUpdate or OnExecutionUpdate. I'd take a look at this example from our help guide that demonstrates tracking stop loss and profit target orders using Order variables:



    Please let us know if we may be of further assistance to you.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    52 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    43 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    47 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X