HELP- Seeking Screener for Trading warrior strategy

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #244078 quote
    BellCapital
    Participant
    New

    Hi, i have been trying to code my own screener with no luck whatsoever, im a complete novice at coding etc.

    Im trying to create the following rules, or at least expand the basic large GAP screener.

    what i need is very simple for an expert im sure, im using ProRealTime

    In Play Stock Screener needs

    1. the opening gap is at least 10% higher than previous days close.
    2. the relative volume is at least 3x the average
    3. the stock price should be between $2 and $30
    4. the shares outstanding (float) should be less than 30m

    full details of what im trying to do are here

    Watch List of the Best Stocks for Day Trading – Updated Daily | Warrior Trading

    many thanks

    Phil

    #244092 quote
    Iván González
    Moderator
    Master

    for example:

    gapOpen = (open/close[1]-1)*100
    Volavg = average[20](volume)
    
    c1=gapOpen>10
    c2=Volume>3*Volavg
    c3=close>2 and close<30
    c4=volume<30*1000000
    
    screener[c1 and c2 and c3 and c4]
    #244099 quote
    BellCapital
    Participant
    New

    Hi Ivan, thanks for connecting with this code.

    Unfortunately it doesn’t work, i get a blank screen with no list on either USA or UK or any other market,

    does it work for you?

     

    regards

     

    phil

    #244111 quote
    JS
    Participant
    Senior

    I tried the screener and it’s not the code but the conditions…

    For example, when you disable (or reduce) one of the conditions, you do get hits…

    Iván González thanked this post
    Scherm­afbeelding-2025-02-20-om-19.47.08.jpg Scherm­afbeelding-2025-02-20-om-19.47.08.jpg
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.

HELP- Seeking Screener for Trading warrior strategy


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 3 replies,
has 3 voices, and was last updated by JS
1 year ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 02/19/2025
Status: Active
Attachments: 1 files
Logo Logo
Loading...