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 SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        47 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        22 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        15 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        21 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        23 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X