Basic Day Trading Screener

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #235839 quote
    Frank Wilson
    Participant
    New

    Hello, Wondering if anyone has screener code they can share that has the below conditions. Have tried to write the code but doesn’t seem to be working, thanks.

    Price – increase of more than 10% since yesterdays close – Daily Timeframe

    Volume – greater than 2 x times 40 day volume average

    Shares outstanding – less than 10 million shares

    yesterdays closing price – between $1 and $25

    sort by highest increase in price since yesterdays close

    #235841 quote
    JS
    Participant
    Senior

    Salut Frank,

    Pour les « actions en circulation », il n’y a pas de données ou d’instructions…

    Dans le tableau des résultats, vous pouvez trier la colonne « PriceIncrease »…

    c1=(close/close[1])>1.1
    c2=volume>2*Average[40](volume)
    c3=close[1]>1 and close[1]<25
    
    Screener[c1 and c2 and c3]((close/close[1]) as "PriceIncrease")
    Iván González thanked this post
    #235869 quote
    Frank Wilson
    Participant
    New
    Thanks mate much appreciated👍
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Basic Day Trading Screener


ProScreener : Scanners de Marché & Détection

New Reply
Author
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by Frank Wilson
1 year, 7 months ago.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 07/27/2024
Status: Active
Attachments: No files
Logo Logo
Loading...