Is there a Ross 123 Screener?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78601 quote
    DreamNEONDreamNEON
    Participant
    New

    Hi guys,

    does anybody knows a Ross 123 screener for prorealtime?

    I want to scan the US stock markets for these formations.

    Thanks in advance

    Dream

    #78602 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    If this is the pattern & indicator you need (https://www.prorealcode.com/topic/1-2-3-high-low/#post-3899) then this is the screener (not tested, not even for syntax):

    uno= high[8] < high[7] AND high[7] < high[6]
    // low croissant
    uno1 = low[8] < low[7] AND low[7] < low[6]
     
    due = high[6] > high[5] AND high[5] > high[4] AND high[4] >= high[3]
    due1 = low[6] > low[5] AND low[5] > low[4] And low[4] > low[3]
     
    tre = high[3] < high[2] AND high[2] < high[1] AND high[1] > high
    tre1 = low[3] < low[2] AND low[2] < low[1] AND low[1] > low
     
    unolow= high[8] > high[7] AND high[7] > high[6]
    unolow1 = low[8] > low[7] AND low[7] > low[6]
     
    duelow = high[6] < high[5] AND high[5] < high[4] AND high[4] <= high[3]
    duelow1 = low[6] < low[5] AND low[5] < low[4] And low[4] < low[3]
     
    trelow = high[3] > high[2] AND high[2] > high[1] AND high[1] < high
    trelow1 = low[3] > low[2] AND low[2] > low[1] AND low[1] < low
     
    IF uno and due and tre and uno1 and due1 and tre and tre1 then
         Ross=1
    Elsif unolow and duelow and trelow and unolow1 and duelow1 and trelow and trelow1 then
         Ross=-1
    ELSE
         Ross = 0
    Endif
     
    SCREENER[Ross]
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Is there a Ross 123 Screener?


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
DreamNEON @dreamneon Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by robertogozzirobertogozzi
8 years, 1 month ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/19/2018
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...