"fishing" for certain events in the last few days

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #134052 quote
    assafn
    Participant
    Average

    Hello,

    I need your help with a code that scans for 4 conditions that happen all at once within the last 10 days. The conditions are:

    c1 = rsi[14] crosses over 40

    c2 = adx[14] >25

    c3 = volume>100000

    c4=close>5

    Also, what do I need to write at the lowest row if I want the highest volume stocks to show first.

    SCREENER[…….] (……)

    Thank you

    #134054 quote
    robertogozzi
    Moderator
    Master

    There you go:

    c1 = rsi[14] crosses over 40
    c2 = adx[14] >25
    c3 = volume>100000
    c4 = close>5
    cx = c1 and c2 and c3 and c4
    x  = summation[10](cx)
    Screener[x](volume)
    assafn thanked this post
    #134237 quote
    GraHal
    Participant
    Master

    Above entered as Log 219 here …

    Snippet Link Library

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

"fishing" for certain events in the last few days


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
assafn @assafn Participant
Summary

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

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