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 Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        646 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        367 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
        570 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