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 NullPointStrategies, Today, 05:17 AM
        0 responses
        20 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        119 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        63 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        41 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        45 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X