Registered User Joined: 12/26/2009 Posts: 50
|
Can someone help me to build a PCF for stocks having traded at least 50000 shares for each of the last 21 days. Thanks
|
Registered User Joined: 10/7/2004 Posts: 1,006
|
You may be interested in the following PCFs (Daily Time Frame). The first PCF starts to count the volume at the market Open, since the MIN Volume of 50,000 shares are required to pass, this may not happen until the end of the Day, probably best to use the second PCF which starts Yesterday.
MINVx.z Minimum of Volume
Where x is the Period of the Indicator.
Where z is the number of Periods Ago.
MINV21.0 >= 500 Returns stocks with MIN 50,000 share Volume for the last 21 Days, Today
MINV21.1 >= 500 Returns stocks with MIN 50,000 share Volume for the last 21 Days, Yesterday
|