Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Check orders

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

    Check orders

    Hi,

    I want to know if I have an opened position.

    If Position.MarketPosition != MarketPosition.Flat ----- this would mean I have an opened position, right?

    If Position.MarketPosition = MarketPosition.Flat -------- this would mean I don't have any opened position, right?

    Is there another way to know it?



    Is posible to check if there is an order waiting to be filled with the strategy builder?
    Can we know if its a buying or selling order?
    How?

    I was trying with bars since exit execution but is not working

    Thanks

    #2
    Hello aprendiz,

    Thank you for the post.

    The two samples you have provided and their descriptions match and that is correct. You can also compare specific positions similar to what you have:

    If Position.MarketPosition == MarketPosition.Long
    If Position.MarketPosition == MarketPosition.Short


    In the builder it is not possible to store order objects so it would not be possible to work with the state such as awaiting a fill. Depending on the goal you may be able to use the Position or variables.

    To know if it was a buy/sell order depends on what you are asking to do with that information. Do you mean how to execute logic only when an order was long? If so you would use the MarketPosition.Long for that use case and the logic would only be executed if you entered a long position.


    I look forward to being of further assistance.

    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