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.

Can some one help with the following

I have the following scan that captures high volume stocks, how ever it captures all stocks with high volume that have gone up AND down in price from previous days. What I want to add is a formula that only gets stocks that have gone UP in price from the previous 1 or 2 days but am having trouble getting it to work. Hope some one can help. Thanks.
Here is the scan that I am working with:

[type = Stock]
and [ volume > SMA (60, volume) * 2 ]
and [exchange is NYSE]

Best Answer

  • markdmarkd mod
    Answer ✓
    [type = Stock]

    and [exchange is NYSE]

    and [close > 1 day ago close]

    and [ volume > SMA (60, volume) * 2 ]

Answers

Sign In or Register to comment.