Mattgo to Display --> Proscreener --> new proscreenerpaste these...

  1. 2,829 Posts.
    Matt

    go to Display --> Proscreener --> new proscreener
    paste these in and try changing the numbers

    This gets you those that are making new closing lows in the last 5 days when compared to the last 150 sessions

    IF lowest[5](close) = lowest[150](close) THEN
    SCREENER
    ENDIF


    there was no turnover function

    so I used typical price by volume as a substitute

    IF ( lowest[5](close) = lowest[150](close) ) AND ( Volume > 1000 ) AND ( TypicalPrice * Volume ) > 1000000 THEN
    SCREENER
    ENDIF


    Ur account is in the mail
 
arrow-down-2 Created with Sketch. arrow-down-2 Created with Sketch.