Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to auto exit in Renko bar chart?

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

    How to auto exit in Renko bar chart?

    Hi,
    My strategy uses renko bar for entries and calculateonbarclose set to true is a necessary requirement for the strategy to work, I want my strategy to start entering trades at 9:15 AM and exit all open positions at 3:15 PM, trade entries are working flawlessly but since renko bars can take any amount of time to complete, my exits are exceeding the time limit if current bar does not closes prior to 3:15 PM. Any body have any suggestions??

    Thanks in advance!!!

    #2
    Hello RC007,

    This would mean you are wanting to trigger actions intra-bar before the bar closes.

    For this I would recommend adding a 1 tick series to the script. Then trigger the action on the first tick received after 9:15 AM.

    Below is a link to a forum post with details about intra-bar granularity.


    As well as an example of a time filter.


    With the time filter, the tick received may not have an exact time 9:15:00. I would recommend triggering on only the first tick received with a time stamp greater than 9:15:00.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks

      Thanks ChelseaB,

      I added a 5 minute bar series and wrote the exit all trade strategy under that context and during backtest its working fine, I will have to check it once the market opens today and verify it works in real time or not?

      I followed these to figure it out:
      1: https://ninjatrader.com/support/foru...d.php?t=107044
      2: https://ninjatrader.com/support/foru...ead.php?t=5787

      Thanks again for your help!!!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      87 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      151 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      80 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      53 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      62 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X