Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Why backtesting auto exits on close?

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

    Why backtesting auto exits on close?

    i am backtesting a strategy but it is exiting trades automatically at close of the day. My system is positional. Is it possible to make the system exit only when the exit signal is generated?

    #2
    Under order handling, set EXIT ON CLOSE to false. That way when the session ends, it does not close your positions

    Comment


      #3
      Thanks Richa. It helped

      Comment


        #4
        you can change it in your script
        just find exit on close = true and change it to true and then press F5 to compile it. then by default it will be false - you won't need to change it by hand

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        14 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        119 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        172 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        88 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        131 views
        0 likes
        Last Post cmoran13  
        Working...
        X