Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Action after enter trade

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

    Action after enter trade

    Hi
    I'm using strategies builder to program simple bot. How do I tell bot to exit a trade 5 bar after it enter trade and not counting bar before that. For example.

    After enter long trade, exit if this bar is greater than 5 bar ago.
    ​​​​​​​Problem I have now is, it counts bar before it enter

    ​​​​​​​Thanks









    #2
    Hello SuperDude123,

    Thanks for your post.

    You could use BarsSinceEntryExecution() to detect if a certain number of bars have passed since your last entry execution and then call something like ExitLong() to exit your position. When a signal name is provided to BarsSinceEntryExecution(), the number of bars that have elapsed since that last specific entry will be returned.

    See the help guide documentation below for more information and sample code.
    BarsSinceEntryExecution: https://ninjatrader.com/support/help...yexecution.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
    624 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    359 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    562 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    567 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X