Screener: Stock range lower value

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

    Hello,

    Is it possible to have a screener searching for stocks that is in the lower daily range.

    Lets say the screener should screen for all stocks that is in the lower 50% or daily range. And in the screener show where in the range the stock is?

    Br

    #156913 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    There you go (not tested):

    DailyRange = Dhigh(0) - Dlow(0)
    MidPos     = Dlow(0) + (DailyRange / 2)
    CurPrice   = close - Dlow(0)
    PerCent    = CurPrice * 100 / DailyRange
    Cond       = (close <= MidPos)
    Screener[Cond](PerCent AS “ % “)
    #157005 quote
    MeroxTraderMeroxTrader
    Participant
    New

    Thank you. when I manual calculate it should be okey but my screener don’t show the correct number.

    Any suggestions why? Have had it with another indicator I made as well. But that just showed wrong for one stock.

    #157028 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    I will test it asap.

Viewing 4 posts - 1 through 4 (of 4 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

Screener: Stock range lower value


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
MeroxTrader @jheinmert Participant
Summary

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

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