Registered User Joined: 3/28/2016 Posts: 41
|
Hello Bruce,
Is there a way for a intraday scan to show me stocks that have at least 100,000 volume in each volume bar?
thanks,
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You can check for minimum volume for volume bars over the most recent say 10 bars.
MINV10 >= 100000
Or for minimum volume over say the previous 5 bars.
MINV5.1 >= 100000
But there isn't a way to check for all of the intraday bars during the current trading day to have at least 100,000 shares in volume.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 3/28/2016 Posts: 41
|
thanks!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|