Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Newbie Question - How do I prevent more than one entry per candle?

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

    Newbie Question - How do I prevent more than one entry per candle?

    I'm working on a strategy that sometimes reaches its profit target on the entry candle. As soon as the profits are taken the strategy initiates another position (the entry conditions are still true). How do I limit the strategy to one position per bar?
    Thanks.

    #2
    Hello Cliffg26,

    You can use BarsSinceEntryExecution for that purpose.



    This reports -1 if no entry had been placed yet, after the first entry it will report a number of bars since the last entry. The condition shown in the help guide would be the requirement to check for both -1 and then the number of bars you wanted to wait for another entry. That allows it to take an initial entry to start working.

    Comment


      #3
      That should help. Thanks very much.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      89 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      135 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      119 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      69 views
      0 likes
      Last Post PaulMohn  
      Working...
      X