Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BarsInProgress condition using the strategy builder

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

    BarsInProgress condition using the strategy builder

    Hello,

    Is it possible to create a BarsInProgress condition using the strategy builder?
    Last edited by AdeptistJune; 07-07-2022, 07:03 AM.

    #2
    Hello AdeptistJune,

    Thanks for your note.

    BarsInProgress cannot be used in the Strategy Builder.

    To create a BarsInProgress condition in your script, you would need to unlock the script from the Strategy Builder using the 'Unlock code' button.

    See this help guide page for more information about BarsInProgress: https://ninjatrader.com/support/help...inprogress.htm

    Let me know if I 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


      #3
      Hello, is this feature still not available in StrategyBuilder as I cannot find it anywhere. Thanks!

      Comment


        #4
        Hello bin_aladin,

        The Strategy Builder adds if (BarsInProgress != 0) return; to the script in OnBarUpdate(). All updates will only occur for BarsInProgress 0.
        You can access price data and indicator values from other added data series, but this will accessed while BarsInProgress 0 is updating.
        Because of this, there is BarsInProgress property in the condition builder, as BarsInProgress will always be 0.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        87 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        128 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        65 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        117 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        67 views
        0 likes
        Last Post PaulMohn  
        Working...
        X