Announcement

Collapse
No announcement yet.

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
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    53 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
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X