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 cre8able, Today, 01:16 PM
        1 response
        4 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by chbruno, 04-24-2024, 04:10 PM
        3 responses
        48 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by samish18, Today, 01:01 PM
        1 response
        6 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by WHICKED, Today, 12:56 PM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by WHICKED, Today, 12:45 PM
        1 response
        11 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X