Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Time for ExitOnClose

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

    Time for ExitOnClose

    is it possible to configure time for ExitOnClose ?
    Is this defined in session template ?

    #2
    Yes, it would be defined by the session template you use.

    You can check the session hours by going to Tools--> Session Manager
    MatthewNinjaTrader Product Management

    Comment


      #3
      great, thank you

      if ExitOnClose occurs in live trading strategy is disabled.
      How to avoid this ?
      I want to avoid overnight margin and close position before market close but want to reentry after market opens again with attached strategy
      Last edited by Klaus Hengher; 09-27-2012, 03:09 PM.

      Comment


        #4
        Just write your own logic for the exit and re-entry time, like

        if (time > endTime) //don't trade, close all open positions

        if (time > startTime) //do trade

        Comment


          #5
          Originally posted by Klaus Hengher View Post
          great, thank you

          if ExitOnClose occurs in live trading strategy is disabled.
          How to avoid this ?
          I want to avoid overnight margin and close position before market close but want to reentry after market opens again with attached strategy

          Please see our Reference Sample on using a Time Filter to limit trading hours:

          MatthewNinjaTrader Product Management

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          647 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          368 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          571 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          573 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X