TEMA SCREENER PROBLEM

Forums ProRealTime English forum ProScreener support TEMA SCREENER PROBLEM

Viewing 4 posts - 1 through 4 (of 4 total)
  • #180829

    Hi I tried to make a simple screener with indicator TEMA and there seems to be an issue with TEMA only able to return data up to 85 day length on Daily chart and NOT ANYTHING LONGER such as 86 day length and so on.

    So the  Screener like the one below works and does the correct search but if I substitute TEMA [85] for TEMA[200] or anything over 85 day length, it returns NO Tickers.
    Can you please let me know how to fix this?

    TEMA1= TEMA[3](close)
    TEMA2 =TEMA[85](close)
    c1 =TEMA1 > TEMA2
    d = RSI[2](close)
    c2 = d > 1
    SCREENER[c1 AND c2]

    I would like the screener that is below to WORK AND RETUN TICKERS because right now ITS NOT RETURNING ANY TICKERS WITH TEMA2  set at 200 day length.

    TEMA1= TEMA[3](close)
    TEMA2 =TEMA[200](close)
    c1 =TEMA1 > TEMA2
    d = RSI[2](close)
    c2 = d > 1
    SCREENER[c1 AND c2]

     

    Please let me know,
    Thank you.
    Mary

    #180831

    ProScreener supported by IG still has a 254-bar limit (1024 with PRT’s Premium version).

    You can use up to that limit for a SMA, but EMAs (and TEMAs, as well, being exponential) need far more bars than their periods to be calculated, so 85 is the usual limit for them.

     

    #180832

    I see, thank you. So If I got premium version of PRT, TEMA would be returned at 200 length? Just  double checking.

    #180854

    Yes, even a little more than that.

    ProRealTime, differently from IG, operates on FUTURES, not CFDs.

     

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

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