Exclude stocks too young

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #217711 quote
    benkunz
    Participant
    New

    Hi,
    How would you exclude stocks that are 5 years and less old ?
    regards

    #217715 quote
    robertogozzi
    Moderator
    Master

    Try this one:

    Timeframe(Yearly)
    x = ((close + open + high + low) = 0)
    y = (Volume = 0)
    z = summation[5](x[5] AND y[5])
    TimeFrame(default)
    Cond = z
    SCREENER[Cond]
    #217719 quote
    benkunz
    Participant
    New

    this does not return anything… does it work for you ?

    #217721 quote
    robertogozzi
    Moderator
    Master

    Very few sugnals selecting ALL available lists.

    It simply checks, on the yearly timeframe, that there is no price and no volume in years prior to the last 5.

    You can try replacing line 4 with:

    z = (x[5] AND y[5])
    #217852 quote
    benkunz
    Participant
    New

    still nothing

    #218085 quote
    robertogozzi
    Moderator
    Master

    Which assets and timeframe are you scanning?

    Which of those assets are 5 or less years old?

    #220608 quote
    qigley
    Participant
    Junior

    Pretty easy

    
    Timeframe(Yearly)
    SCREENER[ barindex > 5]
    
    robertogozzi and benkunz thanked this post
    #220653 quote
    benkunz
    Participant
    New

    thanks qigley

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.

Exclude stocks too young


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
benkunz @benkunz Participant
Summary

This topic contains 7 replies,
has 3 voices, and was last updated by benkunz
2 years, 6 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 07/16/2023
Status: Active
Attachments: No files
Logo Logo
Loading...