Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 10/7/2004 Posts: 35
|
Hi
I need a scan for stock trading 40 million dollars a day off a 20 day average. Example a stock is $40 and trades 1 million shares. I would like to have it and all stocks with greater volume.
thanks
cactus
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A Condition Formula for a symbol with Dollar Volume at least $40 million in TC2000 version 12.2 would be:
C * V >= 40000000
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 10/7/2004 Posts: 35
|
Hi Bruce
I changed it to c * v1 >= 40000000. I was thinking that some would be missed in the am because they don't have time to reach their average vol.. Is this correct? and is there a way to do the formula off the 21 day average volume?
thanks
cactus
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
Try this: AVGC21*AVGV21.1 > 40000000
|
|
Registered User Joined: 10/7/2004 Posts: 35
|
thank you stock guy
|
|
Guest-1 |