Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Daily ATR in 60 min TF

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

    Daily ATR in 60 min TF

    Hello,

    my strategy runs in a 60 min TF. OnBarClose = true

    I need to compare the current Daily ATR(2) every 60 minutes.

    It is difficult to access the actual Daily ATR in a 60 min basis.

    Is there any solution to do this?

    Thanks

    #2
    Hi Ludwig, what you can do here is working the strategy generally on CalculateOnBarClose = false and then accessing any OnBarClose conditions in FirstTickOfBar only, as showh in our sample here - http://www.ninjatrader.com/support/f...ad.php?t=19387

    This means you can work the 60 min chart on bar close, but have access as well to the developing daily ATR value.

    Comment


      #3
      Thanks,

      but how can I access the actual daily ATR(2) If I use FirstTickOfBar?
      Is that the first tick of a 1 minute Bar or of the 60 minute Bar?

      Does this work ATR(CurrentDayOHL,2)?

      Comment


        #4
        Ludwig, you would first of all add the daily series and then access the indicator value in it's context via BarsInProgress - http://www.ninjatrader.com/support/h...inprogress.htm

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        61 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        148 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        162 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        98 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        286 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X