Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.

    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by bortz, 11-06-2023, 08:04 AM
    47 responses
    1,610 views
    0 likes
    Last Post aligator  
    Started by jaybedreamin, Today, 05:56 PM
    0 responses
    9 views
    0 likes
    Last Post jaybedreamin  
    Started by DJ888, 04-16-2024, 06:09 PM
    6 responses
    19 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Started by Jon17, Today, 04:33 PM
    0 responses
    6 views
    0 likes
    Last Post Jon17
    by Jon17
     
    Started by Javierw.ok, Today, 04:12 PM
    0 responses
    16 views
    0 likes
    Last Post Javierw.ok  
    Working...
    X