Who can help me with this Screener

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #229961 quote
    osnxp7
    Participant
    New

    Who can help me with this Screener

    GI5fJg-W0AAJYBB.jpeg GI5fJg-W0AAJYBB.jpeg
    #229965 quote
    JS
    Participant
    Veteran

    Hi,

    Maybe you can fill in the missing data?

    Relative Volume: over how many days do you want to calculate this?

    AvgVolume=Average[?](Close)

    RelativeVolume=Volume / AvgVolume (>2)

    PerfWeek=(Close-Close[5]) / Close[5] * 100 (>20)

    Average[20](Close) > Average[50](Close)

    Average[50](Close) > Average[200](Close)

    Volume > 300000

    Float is not possible.

    Close > 1 and Close < 10

    osnxp7 thanked this post
    #229966 quote
    osnxp7
    Participant
    New
    Thank you I want Relative Volume: 3 months
    #229967 quote
    JS
    Participant
    Veteran
    Hi, Hereby the screener:  
    TimeFrame(1 Day)
    AvgVolume=Average[60](Close)
    C1=Volume/AvgVolume>2
    C2=(Close-Close[5])/Close[5]*100>20
    C3=Average[20](Close)>Average[50](Close)
    C4=Average[50](Close)>Average[200](Close)
    C5=Volume>300000
    C6=Close>1 and Close<10
    
    Screener[C1 and C2 and C3 and C4 and C5 and C6]
    osnxp7 thanked this post
    #229968 quote
    osnxp7
    Participant
    New
    thank you my friend
    JS thanked this post
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

Who can help me with this Screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
osnxp7 @osnxp7 Participant
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by osnxp7
1 year, 11 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 03/18/2024
Status: Active
Attachments: 1 files
Logo Logo
Loading...