Screener query 52weeks high and relative strength

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #22661 quote
    luckyhaa
    Participant
    Junior

    Hi Nicolas,

    please guide me how can  I scan following conditions in pro real time

    1.  Stock trading within the range 15% of 52 week high
    2. how to write code for finding high Relative strength(RS) stocks ( All UK Stocks)  compare to FTSE100 index

    I appreciate your response

    #22714 quote
    Nicolas
    Keymaster
    Master

    1/ yes of course it’s possible.

    2/ It will not be possible, because the index and the stocks must be in the same list, and this is not the case in ProScreener (IG). Maybe creating a customised/personal list would do the trick though, I’ll have a look and let you know.

    #22737 quote
    Nicolas
    Keymaster
    Master

    I’m sorry but I can’t do anything for you .. Since UKX (FTSE index) is not in the same list as the UK stocks, it is not possible to compare these instruments and build a relative strength formula with them. Even with a personal list, created specifically for this purpose (with index and UK stocks), ProScreener tell me that they do not share the same list …

    Now I remember having the same issue some time ago for someone else, because shares lists are populated by IG, PRT can’t handle this “problem”.

    #22895 quote
    luckyhaa
    Participant
    Junior

    Thanks Nicolas,

    I appreciate if you provide the code for first query ( stocks trading within the range 15% of 52 week high)

    Thanks

    #22898 quote
    Nicolas
    Keymaster
    Master

    Depends of the screened timeframe, but on a weekly basis, this is the code that should do what you request:

    hh = highest[52](high)
    c = Close>=0.85*hh
    
    screener[c]
    #23883 quote
    luckyhaa
    Participant
    Junior

    Hi Nicolas,

    Please help me to scan  these conditions in pro real time. I copying my other scanning software code for your reference

    Weekly Pullback Setup- two Week( weekly chart)

    List symbols where Vol > 2*AvgVol(52) in the last 2 weeks
    and pattern is BlackCandle a bar ago
    and Close is within 20% of HighestValue(High,52,W)
    Add Column CHG%
    Add Column CLOSE

    Apply to LSE
    Set periodicity to Weekly

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

Screener query 52weeks high and relative strength


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
luckyhaa @cjdevasia Participant
Summary

This topic contains 5 replies,
has 2 voices, and was last updated by luckyhaa
9 years, 1 month ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 01/26/2017
Status: Active
Attachments: No files
Logo Logo
Loading...