Screen to find stocks up 10% in past week

Forums ProRealTime English forum ProScreener support Screen to find stocks up 10% in past week

Viewing 13 posts - 1 through 13 (of 13 total)
  • #51012

    Hello

    I’m having trouble figuring how to write code or use the simple creation method for these scans..

    I wanted to make the following simple scans, and would be very appreciative if someone could help me:

    1. Stocks up >10% in the past week
    2. Stocks up >20% in the past month
    3. Stocks up> 30% in the past quarter
    4. Stocks up >40% in the past 6 months

    I want to use these scans to get a feel for trending industries.

    Thanks for any help in advance

    #53883

    To be clear do you want a scan for stocks 10% above the 5 day lows  or stocks 10% above 5ma  or stocks 10% above the close 5 days ago  . If you get more specific i might be able to help you otherwise id just be guessing . 

    #53924

    Hi Brisvegas

    Cheers for the reply, and sorry for not being specific!

    I think the closing price would be the most appropriate, so the scans would be:

    1. stocks =>10% up from the close 5 days ago 
    2. stocks =>20% up from the close 1 month ago
    3. stocks =>30% up from the close 1 quarter ago
    4. stocks =>40% up from the close 6 months ago

    It would be awesome if you could help me out with these scans, thanks in advance!

    Kind Regards

    #53972

    OK pretty simple   , firstly ive written an indicator which is fairly handy in itself to base scan on  , you will need to add a variable labelled ‘p’  . ive set the default value to 5

    Now we do the scanner using indicator above 

    change the ‘x’ = to the days lookback you require … 5 ,10 etcetc and ive used ‘y’ to give some flexibility to the percentage numbers you scan    Enjoy 

    #53976

    Hey Brisvegas I’m having a little trouble making the scanner work.

    Firstly I added the indicator in to my PRT, and changed the p value to 5.

    Then I added the screener and left everything as is (x = 5, y = 10)

    and then i got an error message (I have attached it).

    #53978

    the error message doesnt help , post your codes for both    Oh and dont bother saying thanks for the work i just did for you and no-one but you  

    #53979

    delete ‘ your ‘ version of indicator and install this  

    #54310

    Hey Brisvegas,

    I managed to figure it out!

    Thanks a bunch for taking the time to create the scanner for me, it is much appreciated.

    Happy Trading

    Kind Regards

    #57328

    Hey Brisvegas

    Cheers again, the screener has been working a treat!

    Is there any possible way to add additional code to weed out stocks that are priced under a dollar or any amount I specify?

    Kind Regards

     

    #57461

    Hey Brisvegas Cheers again, the screener has been working a treat! Is there any possible way to add additional code to weed out stocks that are priced under a dollar or any amount I specify? Kind Regards

    Sure is just to insert a condition close > (insert price here )

    Have any issues working that out and i will write it for you  . Would do it now but otherwise occupied ..

    1 user thanked author for this post.
    #57475

    Hey Bris Vegas

    I’m not too sure how to use the simplified creation option to existing code?

     

    #57478

    Hello Aduro. I don’t normally do screeners so it was a nice little exercise for me. It does not use a separate indicator like Brisvegas’s. Hopefully it works and does what you want. Just set the Period, Percentage and Minprice needed in the code. ITF file attached that you can import. Let me know if it is wrong in anyway!

    ITF file also attached.

     

    1 user thanked author for this post.
    #57560

    Cheers Vonasi!

    Works perfectly, your a champion

     

     

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

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