Daily ATR on 1 hour charts

Forums ProRealTime English forum ProBuilder support Daily ATR on 1 hour charts

Viewing 7 posts - 1 through 7 (of 7 total)
  • #165877

    Hi,

    I am still on PRT 10.3 and I would like to create an indicator on my 1 hour charts that traces two lines from the close at 11pm (“close”:

    a line that is equal to “close”+Daily ATR 14
    a line that is equal to “close”-Daily ATR 14

    Can someone help me build that please?

    Thanks

    #165881

    This will use the  current Daily value at 110000, if you prefer yesterday’s ATR value at close time, use the line in the comment (UpdateOnClose instead of Default):

    you may also want to replace TIME with OPENTIME as suits you best.

    You may also colour the lines with the indicator properties.

     

    #165939

    Hi there, this was helpful to me for what I’m trying to do, but I have a problem.  I get a calculation error I can’t figure out:

    My objective is to draw ATR lines 45 minutes after market open (USA), so 10:15 EST.  I just have 000000 now for testing.  I want to link the ATR lines to either the current low or high of the day at 10:15 and can float like this for the rest of the day.

     

    #165979

    In CET time (Utc +2), 101500 EST (Utc – 4) is 161500.

    In Canada you will have to adjust it to your TZ:

    I replaced DHIGH e DLOW with DayHI and DayLO because I was reported a calculation error.

     

     

    1 user thanked author for this post.
    #165992

    Getting closer thanks. These lines return the median/high/low prices for the day before, but I need them for the live trading day.

    #165996

    Replace UpdateOnClose with Default in line 1.

     

    #165997

    Actually using Default in line 1 makes it useless using the Daily TF.

     

Viewing 7 posts - 1 through 7 (of 7 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login