Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Builder - Re-Entry Rule

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

    Strategy Builder - Re-Entry Rule

    Want to set a Re-Entry Rule with Strategy Builder, but don´t get the right comparison.

    var = days at least has to be passed to get again into the market. = 3

    Tried the

    Bars since Exit with Exit Executions Ago ( 3 ) equal or bigger var

    nothing happens

    means

    a condition "if" the strategy has exited, then I want to wait at least 3 days

    #2
    Hello pmmkm,

    Thanks for your post.

    With reference to the helpguide on the BarsSinceExitExecution() you would need to test for both a -1 value (when there is no previous exit) as well as the 3 bars when there has been an exit. https://ninjatrader.com/support/help...texecution.htm

    In the strategy builder you would want to build a "group" where you test for the -1 OR the Bars >= 3. You can achieve the OR function by making sure the Group is set to "If any" meaning if any of the conditions in the group are true, to proceed. For your convenience, I've attached an example of the conditions group.
    Attached Files

    Comment


      #3
      Originally posted by pmmkm View Post
      Want to set a Re-Entry Rule with Strategy Builder, but don´t get the right comparison.

      var = days at least has to be passed to get again into the market. = 3

      Tried the

      Bars since Exit with Exit Executions Ago ( 3 ) equal or bigger var

      nothing happens

      means

      a condition "if" the strategy has exited, then I want to wait at least 3 days

      works :-)
      Thank you!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      56 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      133 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      73 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 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