Scan on specific date

Forums ProRealTime English forum ProScreener support Scan on specific date

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • #90936

    Hi,

    I have put in a code for the proscreener that gives live data, or results for end of day scan.

    Am I able to specify the scan to stop at a certain date and see scan results for previous days?

    #91036

    Yes of course, you can base your conditions with any of the date&time instructions: https://www.prorealcode.com/documentation/category/dateandtime/

    #91058

    Thank you for there reply. Sorry I am very new to coding and keep getting syntax error adding the date.

    I want to add Date[N] to this scan

    How would I do this?

    #91081

    So you want to know if this condition:

     
    was true at a specific date only?

    #91091

    Yes I would like to search by date, all stocks that had RSI rising for 20 periods 90% of the time.

    Basically scan for January 6th for example which stocks met this condition at the end of day

    Are you able to add a “search by date” code within the scan?

     

    #91300

    I think that it would work correctly with the below code:

    Change “idate” with the date of your choice in YYYYMMDD format.

    #91461

    I think that it would work correctly with the below code:

    Change “idate” with the date of your choice in YYYYMMDD format.

    Yes that’s perfect! Thank you so much!

    #91511

    I think that it would work correctly with the below code:

    Change “idate” with the date of your choice in YYYYMMDD format.

    Nicolas one last thing, are you able to add a volume parameter in this code?

    Such that I can input a minimum volume number to filter out the low volume stocks?

    #91618

    Sure, here it is: (adjust the minVolume setting, default is set to 1M)

     

    1 user thanked author for this post.
    #91621

    Sure, here it is: (adjust the minVolume setting, default is set to 1M)

    Great, thanks so much Nicolas

    #91642

    prevailution – please don’t hit the ‘Quote’ button for every reply – especially if there is code in the post that you are quoting! Quoting is only necessary if you want to highlight one particular part of someone’s reply that you are responding to or if there are several people in a conversation and you want to show exactly who you are answering. Do this by highlighting the section of interest and then click on ‘Quote’. It is rarely necessary to quote someone’s whole post including their own code back to them – especially in a conversation between only two people! 🙂

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

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