Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CalculateOnBarClose = true. dumb question

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

    CalculateOnBarClose = true. dumb question

    Scenario: With CalculateOnBarClose and a market order is submitted (EnterLong or EnterShort) it will be filled immediately by the exchange correct?
    Question: I think this is true as you submitted a live market order to the exchange and it doesn't know of bar close. I am pretty sure I am right sure but thought I would ask
    to be positive.

    Cheers

    #2
    Hello ct,

    Thanks for your post.

    Yes, if the strategy uses Calculate.OnBarClose and you call EnterLong/EnterShort, then at the close of the bar when the order entry condition becomes true the strategy will submit an order and that order will be filled. This is because the OnBarUpdate() method will process at the close of each bar when Calculate.OnBarClose is used.

    For example, if you are using Calculate.OnBarClose and call EnterLong and your order entry condition become true, a market order will be submitted and filled when the bar closes.

    See this help guide documentation for more information about Calculate: https://ninjatrader.com/support/help.../calculate.htm

    Let us know if we may assist further.
    <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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    553 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    100 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    543 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    546 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X