highest high in a specific time range and timeframe

Forums ProRealTime English forum ProBuilder support highest high in a specific time range and timeframe

Viewing 6 posts - 1 through 6 (of 6 total)
  • #156809

    hi to all,

    i am new here and start to learn programming to make my own indicators.

    I hope someone can help me with my actual problem.

    • i search the highest high and the lowest low on the 15 minutes chart between 8 and 9 o’clock
    • the problem is that i get all the highs and lows from every candle in this timerange

    thanks for the help in advance

    kind regards

     

    #156819

    At line 3 you should use >= and <=.

    Lines 4-5 must be replaced by:

    but you also need to reset them each day, at the beginning of the code, at line 2:

     

    #156907

    hi thanks for your help, i changed the code but its not working. attached is pictures of the result (chart) there should be only to lines

    one upper and one bottom line.   kind regards

    #156915

    You need to use as first or second line:

     

    #156921

    try replacing max with highest and min with lowest and see how it goes

    #156922

    thanks it works, now i can go on with it

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

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