ZLEMA screener doesnt work

Forums ProRealTime English forum ProScreener support ZLEMA screener doesnt work

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

    Hi Im new here. Nice place 🙂 I have a question. I have a simple screener in which I want to filter out (close) < ZLEMA [233] However it gives results the outcome is not correct. Any thoughts please? Best, G.

    #158925

    Which TF are you using?

     

    #158927

    The issue is duer to the fact that it is calculated as:

    n = 116   //(233 – 1) / 2

    zlema = exponentialaverage[233](close – close[116])

    So it exceeds the 254-bar limit of ProScreener.

    Max. allowed for ZLEMA are 169 periods (169 + ((169 – 1) / 2) = 169 + 84 = 253.

     

    #159077

    Hi Roberto, thanks for your answer. In the mean time I also discovered the max period of 254 and the implications because of the E of  ZLEMA. So thanks for your confirmation. Now this, I thought to change the EMA part into a SMA of WMA so that the problem doesnt occur. Do you think this can work? Thanks for your reply beforehand. Best, Gökhan.

    #159093

    The limit isn’t due mainly to using an EXPONENTIAL average (it is indeed, slightly), but mostly because of calculations since it multiplies periods by 1.5.

    But you can try making it ZLSMA or ZLWMA to see what you can do.

     

    #159109

    Ah of course understood its the 254 limit that doesnt change much with other methods. What does it comprise this rule, can you elaborate please?

    #159116

    I can’t understand what you mean.

     

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