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 DannyP96, 05-18-2026, 02:38 PM
        1 response
        33 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        117 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        70 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        228 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        312 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X