Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

im looking to create a simple scan for strong volume gainers today with at least 250,000 shares trad Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
gcm185
Posted : Wednesday, March 2, 2011 7:56:53 PM
Platinum Customer Platinum Customer

Joined: 8/8/2007
Posts: 11
Bruce_L
Posted : Thursday, March 3, 2011 8:25:07 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
The at least 250,000 shares traded portion is straightforward (Volume in TeleChart is reported in blocks of 100 shares):

V >= 2500

The "strong volume gainers" part would depend on your particular unambiguous definition of "strong volume gainers". For example just adding that the Volume increased from the previous Bar would be:

V >= 2500 AND V > V1

While having at least twice the Volume of the previous Bar would be:

V >= 2500 AND V >= 2 * V1

And being at least three times the 20-Bar Average Volume would be:

V >= 2500 AND V >= 3 * AVGV20

How to create a Personal Criteria Forumula (PCF)
Using EasyScan to find stocks that meet your own criteria
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.