New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.

Recent New High /Low

Can you please help me SCAN for a new 60 day High or Low that occurred within the last 10 days Thank you very much

Best Answer

  • markdmarkd mod
    Answer ✓
    This gets 60 day highs in the last 10 days:

    and [max(10, high) > 10 days ago max(60, high)]

    You can play around with it for the 60 day lows (use min( ) instead of max( ) ).

    Right now it gets ALOT of hits because the market is making new highs.

Answers

  • Exactly what I was looking for, saves me from using 10 separate lines to get the same results.
    I know there are a lot of hits now but I use it in conjunction with other conditions i.e. diverging MACD's, increased Volume, customized list etc.
    Thanks a lot it was very helpful
Sign In or Register to comment.