Please edit PreScreener

Forums ProRealTime English forum ProScreener support Please edit PreScreener

Viewing 5 posts - 1 through 5 (of 5 total)
  • #229467

    hi

    see stocks that have risen by at least 5%

    The price of the stock is above 1 less than 10

     

    #229473
    JS

    Hi,

    What exactly do you want?

    Does the screener need to be adjusted or is it good?

    Should the new conditions (least>5%, Close>1 and Close<10) be added to the “old” screener?

    Or does your screener not work at all and needs an update including the new conditions…?

    #229474

    add

    (least>5%, Close>1 and Close<10)

     

    #229481
    JS

    Hi,

    You can add the following conditions…

    C2=(Close-Close[4])/Close[4]*100>5

    You look over the last 4 bars to see if the price has risen more than 5%, you can change the 4 to a number according to your needs…

    C3=Close>1 and Close<10

    See if the price is greater than 1 and less than 10

    SCREENER[C1 and C2 and C3]

    Use all the conditions in your screener

    #229488

    thank you for helping me

    1 user thanked author for this post.
    avatar JS
Viewing 5 posts - 1 through 5 (of 5 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login