TEMA SCREENER PROBLEM

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #180829 quote
    Mary
    Participant
    Average

    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 quote
    robertogozzi
    Moderator
    Master

    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 quote
    Mary
    Participant
    Average

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

    #180854 quote
    robertogozzi
    Moderator
    Master

    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)
  • You must be logged in to reply to this topic.

TEMA SCREENER PROBLEM


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Mary @mila Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by robertogozzi
4 years, 4 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 11/03/2021
Status: Active
Attachments: No files
Logo Logo
Loading...