Instrument High/Low Screener

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #146649 quote
    Jozo
    Participant
    Junior

    Hi, I would value your assistance.

    I have not been able to configure a screener to identify;

    FOR EXAMPLE

    1. Stocks/etfs reached (variable) 13 week high; within (variable) last 7 days; and close is below (variable) 3 (variable) EMA within last (variable) 3 days.

    “Variable” here means can choose any instrument, period or indicator

    Any assistance will be much appreciated

    #146658 quote
    robertogozzi
    Moderator
    Master

    There you go:

    Timeframe(Weekly)
    Whigh = highest[13](high)
    Timeframe(Daily)
    c1 = summation[7](close >= Whigh)
    c2 = summation[3](close < average[3,0](close))
    Timeframe(default)
    Result = c1 AND c2
    SCREENER[Result]
    #146668 quote
    Jozo
    Participant
    Junior

    Thank you so much for being so prompt!

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

Instrument High/Low Screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Jozo @jozo Participant
Summary

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

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