PRT Bands turning green

Forums ProRealTime English forum ProScreener support PRT Bands turning green

Viewing 6 posts - 1 through 6 (of 6 total)
  • #222194

    Hi,
    I’m looking for a screener that would return stocks for which the background color for the PRT bands just turned green over the last 3 days.
    anyone would know how to code this one ?
    thanks

    #222210

    here is one way to do it :

     

    #222211

    Hi,
    I managed to get my screener working for the PRT bands, but I’m struggling with filtering on volumes.
    here is the initial version :

    This does the job and returns 144 results on Nasdaq.
    Then I tried to add a filter on volumes to get rid of less liquid stocks by adding 2 conditions on average and lowest value:

    Now the screener will only return 8 results. Apple will an average of 60.2M is excluded by this filter. Makes no sense to me. What did I do wrong/misundertand ?
    thanks

    #222217
    JS

    Hi,

    C1=Summation[3](Trend=1)=2

    C2=Summation[3](Trend=1)=1

    Screener[C1 or C2]

    If you take the last three days, it is: Trend[0], Trend[1] and Trend[2]

    #222218
    JS

    Hi,

    When I use the “Default Conditions” in your screener, I get almost the same number of shares back as without the “Default Conditions”…

    Be careful with the spelling of “Default Conditions (Conditons)”

    I think you’re at the limit of your historical data usage…

    How much historical data can/may you use 256 or 1024?

    #222225

    256

    yeah, thanks, the issue is coming from that. Really annoyning that no warning is displayed…

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

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