Up on Big Volume

Category: Screeners By: Nicolas Created: January 16, 2016, 6:11 PM
January 16, 2016, 6:11 PM
Screeners
0 Comments

This stock screener returns stocks where the close is more than 10% above the close of 1 day ago and volume is more than 200% above the average volume over its 30 recent periods.

Quiet effective to retrieve possible big move on bullish side.

You can find the same screener for bearish side in the library.

 

avgv = average[30](volume)

condition = variation(close)>10 AND volume>avgv*2

SCREENER [condition](variation(close))

 

Download
Filename: Up-on-Big-Volume.itf
Downloads: 306
Nicolas Legend
I created ProRealCode because I believe in the power of shared knowledge. I spend my time coding new tools and helping members solve complex problems. If you are stuck on a code or need a fresh perspective on a strategy, I am always willing to help. Welcome to the community!
Author’s Profile

Comments

Logo Logo
Loading...