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 morrnel, 05-12-2024, 06:07 PM
        4 responses
        52 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by xepher101, 05-10-2024, 12:19 PM
        6 responses
        68 views
        0 likes
        Last Post xepher101  
        Started by gbourque, Today, 04:11 PM
        0 responses
        1 view
        0 likes
        Last Post gbourque  
        Started by James650, 05-07-2024, 08:25 AM
        3 responses
        14 views
        0 likes
        Last Post NinjaTrader_ChristopherJ  
        Started by Vitamite, Yesterday, 12:48 PM
        3 responses
        19 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X