Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

position close on close of bar

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

    position close on close of bar

    Im developing a strategy that enters an position intrabar based on certain conditions. How would I close the position on the close of the bar, for example if its a 30 min bar?

    #2
    If you're already working intrabar with CalculateOnBarClose = false, then just submit the exit via if (FirstTickOfBar) ... to exit on the open tick of the following bar.

    Comment


      #3
      bar exit

      Yes I realised that could use this to exit on the first tick of the next bar but is there a way I can exit on the close of the current bar?

      Maybe one way of doing this is to calculate the time from trade entry to the close of the bar and exit just prior to the close of the bar?

      Comment


        #4
        Yes, this would also be possible with custom coding - either the way you have outlined it or with a custom event trigger - http://www.ninjatrader-support2.com/...ead.php?t=5965

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        114 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        61 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        40 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        43 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        82 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X