Phase before consolidation

Forums ProRealTime English forum ProScreener support Phase before consolidation

Viewing 8 posts - 1 through 8 (of 8 total)
  • #205092

    Hello,

    Can somebody help me creating a code for the following

    I would like to see the stocks that meet all the following requirements:
    • Current price is above the 20,50 and 200 day SMA
    • The average daily volume in the last week is above 500k
    • The current price of the stock is above 10 usd
    • In the past 1-3 months there needs to have been a price move from 30-100% within a 2 week timeframe maximal

    Thanks

    gr Marco

    #205119

    There you go:

     

    1 user thanked author for this post.
    #205257

    hello @robertogozzi
    C5 I think is Close > 10 not 100,

    and I understand the “PerCent” it’s just a variable but I don’t understand the C0, what can be the result of C0, it’s a Boolen ?

    Best Reguards

    #205258

    Yes, it’s 10. I used 100 just to filter the output.

    C0 is the number of times the % was in the 50-100 range in a week in the last 13 weeks, you need it to be greater than 0.

     

    1 user thanked author for this post.
    #205265

    tks for your answers, so the AND in the condition C0 it’s like a + (AND = +)

    #205271

    Thanks for all your efforts guys:-)

     

    #207654

    Hi Guys,

    I would like to have an extra requirement in the above code. It is point 5 in the following requirements:

    I would like to see the stocks that meet all the following requirements:

      Current price is above the 20,50 and 200 day SMA
      The average daily volume in the last week is above 500k
      The current price of the stock is above 10 usd
      In the past 1-3 months there needs to have been a price move from 30-100% within a 2 week timeframe maximal
      The current price of the stock needs to be below the highest price in point 4 (but not lower then 10% of that max price)
    #207725

    There you go:

     

Viewing 8 posts - 1 through 8 (of 8 total)

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