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.
    BertrandNinjaTrader Customer Service

    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
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Aviram Y, Today, 05:29 AM
        0 responses
        3 views
        0 likes
        Last Post Aviram Y  
        Started by quantismo, 04-17-2024, 05:13 PM
        3 responses
        27 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by ScottWalsh, 04-16-2024, 04:29 PM
        7 responses
        36 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by cls71, Today, 04:45 AM
        0 responses
        6 views
        0 likes
        Last Post cls71
        by cls71
         
        Started by mjairg, 07-20-2023, 11:57 PM
        3 responses
        218 views
        1 like
        Last Post PaulMohn  
        Working...
        X