Relative Strength New Highs Screener

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

    Hey guys,

    I was wondering if you could help me create a relative price strength screener.

    The logic is as follows,

    Price as at close / price of index i.e S&P500 = relative price

    Then scan the market for relative price being at all time highs

    Any help would be appreciated,

    Cheers,

    Brad

    #175378 quote
    robertogozzi
    Moderator
    Master

    Try this one (not tested):

    EQUITYFRAME("Indices - MIB","MIB")
    Index = close
    //
    EQUITYFRAME(default)
    Stock = close
    //
    Ratio = Stock / Index
    Cond  = highest[254](Ratio)
    SCREENER[Cond](Ratio AS "Performance")

    Change the name of Index as best fits you, according to the names coded by PRT in the market list when searching assets.

    BeeRad thanked this post
    #175416 quote
    BeeRad
    Participant
    New

    legend thankyou!

    #191333 quote
    PSIDIO
    Participant
    New

    Hello,

    thanks for the screener.

     

    Is this screener according to Levy (hence relative strength?)

     

    Greetings

    Nikolas

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

Relative Strength New Highs Screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
BeeRad @beerad Participant
Summary

This topic contains 3 replies,
has 3 voices, and was last updated by PSIDIO
3 years, 11 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/15/2021
Status: Active
Attachments: No files
Logo Logo
Loading...