List of Stocks below ATR Stop Line

Forums ProRealTime English forum ProScreener support List of Stocks below ATR Stop Line

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

    List of Stocks/Instruments above/below ATR Stop Line

    The code below is the ATR stop line indicator (very similar to “Supertrend”).

    I would like to create a screener which finds stocks which are trading:

    1. Above their ATR stop line
    2. Below their ATR stop line

    Can someone help?

    Many thanks 🙂

     

     

    #76560

    This is the code, but it will return tons of lines, you’ll have to filter them!

     

    #76561

    Excellent thanks Roberto. Is there a way to make the list more than 50 results?  See screenshot.

    Also, is there a way to see the 1 & 2 (Above & Below) results in one window?  I can only separate the results of the screener using the “creation by programming” tab.

    #76582

    That limit cannot be changed, as of this version of PRT.

    You could duplicate the screener and have one of them return only 1’s and the other only 2’s. This way you’ll double the list, but will also double the screeners you’ll have to open.

    If you don’t have problems with the number of screeners open, you can select commodities on one of them, currencies on a duplicate, and so on!

    There’s no workaround.

    You could, for example, only stocks NOT above/below, but those where a crossing over/under is occurring, replacing lines 33-37 with:

    or scan those stocks that are not just above/below now, but have been above/below for at least the last 3 bars, or setting an increasing number to sort them, one screener showing the first 50 lines, another one another 50 lines… I’ll work on that!

    filters are the only chance to get less than 50 lines!

     

    #76595

    This is the version with CROSSOVERs

    #76596

    Thank you very much Roberto! I shall experiment with the new codes 🙂

    #76597

    This is the version scanning for Stocks/Pairs being Above/Below for the latest 40 bars:

    I could not find a way to set a count to limit display to the first 50 lines, or the second 50 lines, and so on…

    I’ll try to find a way, but remind me within, say, 10 days.

     

    #76598

    Excellent. Will do. Thank you !

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