Daily volume explosion

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #225010 quote
    marco7630
    Participant
    New
    Hi,
    I would like to see all the stocks that meet the following criteria:
    • The volume of the last daily candle is at least 2 times higher then the average daily volume (30)
    • The average daily volume (30) is greater than 200k
    • The price of the stock is above 2

    Thanks a lot

     

    gr Marco

    #225025 quote
    JS
    Participant
    Veteran

    Hi Marco,

    Here’s the screener:

     

    TimeFrame(Daily)
    C1=Volume>2*Average[30](Volume)
    C2=Average[30](Volume)>200000
    C3=Close>2
    Screener[C1 and C2 and C3](Volume as "Volume")
    
    #225273 quote
    marco7630
    Participant
    New

    Hi Js,

     

    Thanks.

     

    What do i need to add to only see stocks that have risen by at least 5% compared to previous day

     

    gr Marco

    #225274 quote
    JS
    Participant
    Veteran

    Hi Marco,

    You can add:

    C4=(Close-Close[1])/Close[1]*100>5

    #225278 quote
    marco7630
    Participant
    New

    Thanks JS

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

Daily volume explosion


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
marco7630 @marco7630 Participant
Summary

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

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