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

Order - properties

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

    Order - properties

    Hello,

    I am working on strategy where i trade more contracts. sometimes i do not get filled all contracts and i want to handle this in onorderupdate.

    I am looking to https://ninjatrader.com/support/help...html?order.htm

    and i do not understang what exactly mean properties
    Filled - is that number of contracts that are filled when sl or pt hit?
    Quantity - represents how many contracts i want trade?

    And next thing is
    OrderState.Partfilled - it is when i do not get filled all contracts? and position still remains?
    OrderState.Filled - means all contracts where filled?

    #2
    Hello kujista,

    Thanks for your post.

    The Filled property returns the filled amount of an order. For example, if 2 contracts were filled then this property would return a value of 2.

    The Quantity property represents the total quantity of an order. For example, if you submitted an order with a quantity of 100, order.Quantity would return a value of 100.

    Yes, OrderState.PartFilled means that part of the contracts that were submitted was filled.

    OrderState.Filled means that all of the contracts that were submitted were filled.

    Here is a reference sample from the help guide that you could view which demonstrates the use of OnOrderUpdate() and OnExecutionUpdate(): https://ninjatrader.com/support/help...and_onexec.htm
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by mjbatts91, Yesterday, 04:48 PM
    2 responses
    23 views
    0 likes
    Last Post mjbatts91  
    Started by pibrew, Today, 06:10 PM
    1 response
    16 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by actualfacts.2021, 07-25-2021, 03:11 PM
    8 responses
    1,182 views
    0 likes
    Last Post linkcou
    by linkcou
     
    Started by reynoldsn, Today, 07:11 PM
    0 responses
    4 views
    0 likes
    Last Post reynoldsn  
    Started by needsomehelp147, 04-29-2024, 06:43 AM
    2 responses
    20 views
    0 likes
    Last Post needsomehelp147  
    Working...
    X