First Hour Opening Range

Forums ProRealTime English forum ProBuilder support First Hour Opening Range

Viewing 9 posts - 1 through 9 (of 9 total)
  • #212127

    Hi, can someone help to create an indicator showing me th First Hour Opening Range?

    in other word the Initial Balance for the first hour of trading drawing in a box from 0o am to 23 pm like showing in the picture.

     

    #212130

    There you go:

     

    #212133

    Thank you, just one thing

    I want it to stay for the 1 Hour range in every time frame, can you tell me where to add a code for it?

    #212134

    Like in the picture

    #212140

    That will show exactly, for any timeframe equal or less than 1 hour, the HIGH and LOW of the first hour (or whatever time you choose), from 0 to 23.

     

     

    #212144

    i have made this change to get it

     

    timeframe(1 hour)  // I declare the timeframe, if not this will give the high and low of the first candle of the timeframe selected

     

    And thank you.

    #212145

    I just copied and changed your code to apply it for the 15 minutes openning range, i got a scaling scaling down like in the picture here attached, can you tell me where is my error?

    Thank you

     

    #212153

    There is no error, I used DRAWSEGMENT and DEFPARAM DrawOnLastBarOnly = true to prevent this.

    With RETURN you can’t change what has been printed in the prior candles, so you will always see steps when there’a new high or low. It can’t be gotten rid of.

     

    #212157

    Thank you, i have a tradingview that doesnt show steps but it is a close source, so i can’t read it.

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

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