Horizontal lines when indicator same value for two candles

Forums ProRealTime English forum ProBuilder support Horizontal lines when indicator same value for two candles

Viewing 5 posts - 1 through 5 (of 5 total)
  • #54657

    Hi

    I would like something that will draw a horizontal line every time an indicator has been at the same value for two candles or more over the last x candles.

    Is this possible please?

    Thanks

    Robert

    #54684

    What indicator please? Do you have an example?

    #54692

    Hi Nicolas,

    fibo3 in this example?

    Thanks

    Rob

    //parameters
    // period = 50

    ll = lowest[period](low)
    hh = highest[period](high)
    //mid = (ll+hh)/2

    fibo3 = (hh-ll)*0.382+ll

    #54695

    It already draws horizontal lines, it’s a Fibonacci level on price. So I’m not sure to understand exactly your query..

    #54696

    You’re right, I’m being daft, long weekend.

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

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