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 |

help with a scan Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
foxbat426
Posted : Friday, August 22, 2008 10:51:26 AM
Registered User
Joined: 6/24/2008
Posts: 17

hi, can someone help me? i'm trying to write a scan that would identify stocks in a trading range - stocks trading in a 5% range over the last two weeks etc. with a specific volume etc. - could this be done with an easyscan? i am really starting to appreciate the power of this program - thanks in advance

Craig_S
Posted : Friday, August 22, 2008 11:06:18 AM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
This can be done with PCFs.

Can you specify the range?  Do you want the highest high for the period to be no more than 5% above the lowest low for the same period?

- Craig
Here to Help!
foxbat426
Posted : Friday, August 22, 2008 11:13:39 AM
Registered User
Joined: 6/24/2008
Posts: 17
thanks craig! yes something like that - also with a specific vol. lets say all all stocks over 2 million shares per day - trading between 5 and 15 dollars or something like that. i want to get a hang on how to use the personal criteria  formula variables. thanks again, john
Craig_S
Posted : Friday, August 22, 2008 11:46:42 AM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
A few questions:

1. How many days should the period be for this trading range?
2. Do you want a minimum or average of 2 million shares?
3. Over what period (in days) do you want to check for this volume requirement?
4. Should the price per share now be 5 to 15 or for the entire trading range (it stayed between 5 and 15 for all the days)?


- Craig
Here to Help!
foxbat426
Posted : Friday, August 22, 2008 11:52:06 AM
Registered User
Joined: 6/24/2008
Posts: 17

1. 30 days
2. average 2 millions shares
3. 60 days
4. no - stocks trading between 5 - 15 dollars with a trading range of lets say 10% 

thanks again craig - 

john

Craig_S
Posted : Friday, August 22, 2008 12:22:03 PM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
You seemed to of changed from 5% to 10%.  I will use your 10% number.  Below are a series of separate PCFs.  Create each and then combine them into the same EasyScan, if you like.

In a 10% range
MAXH30<=MINL30*1.1

Average Volume over 2mil
AVGV60>=20000

Price between 5 and 15
C>=5 AND C<=15

Be sure to check these out:
How to create a Personal Criteria Forumula (PCF)
Using EasyScan to find stocks that meet your own criteria
Handy PCF example formulas to help you learn the syntax of PCFs!

- Craig
Here to Help!
foxbat426
Posted : Friday, August 22, 2008 1:29:52 PM
Registered User
Joined: 6/24/2008
Posts: 17
thanks - can i enter all three into a pcf and then into the 1 easy scan - or do i have to do each pcf seperately and then enter them into 1 easyscan seperately?
Tal_E
Posted : Friday, August 22, 2008 1:34:42 PM


Worden Trainer

Joined: 7/11/2006
Posts: 332

foxbat426,

You will want to create the PCF's separately.  You can then create the EasyScan.  

Thanks for your post!

Tal_E

foxbat426
Posted : Friday, August 22, 2008 1:34:43 PM
Registered User
Joined: 6/24/2008
Posts: 17
also craig, do i even have to enter them into an easyscan? - can i put all three variables into one PCF and then run that or do pcf's contain only one test condition (i.e. MAXH30<=MINL30*1.1)

foxbat426
Posted : Friday, August 22, 2008 1:39:06 PM
Registered User
Joined: 6/24/2008
Posts: 17
thanks tal! also how does vol. work in telechart? for instance 2,000,000 (two million shares) is represented how? are the last two digits knocked off to represent volume in telechart?
Bruce_L
Posted : Friday, August 22, 2008 1:43:59 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
foxbat426,
Yes, you can AND the Personal Criteria Formulas together into a single PCF if desired (but this means you can't use them indivdually in other EasyScans):

MAXH30 <= MINL30 * 1.1 AND AVGV60 >= 20000 AND C >= 5 AND C <= 15

Volume in TeleChart is reported in blocks of 100 shares. So, you need to add two zeros to get the Volume in Shares or knock two zeros off the desired number of shares when writing a PCF. You way wish to review the following:

PCF Formula Descriptions
Definitions of all built in scanning and sorting criteria

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Craig_S
Posted : Friday, August 22, 2008 1:44:11 PM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
Volume in TC is in hundreds.

I think you best bet is to create the PCFs as separate conditions then combine them into EasyScan.

- Craig
Here to Help!
foxbat426
Posted : Friday, August 22, 2008 1:51:06 PM
Registered User
Joined: 6/24/2008
Posts: 17

ok - i made each a pcf and then put them in an easy scan - the easyscan is coming back with only one stock! i'll try it again, but i think i have it right as i copied and pasted your formulas write into the pcf's

Craig_S
Posted : Friday, August 22, 2008 2:21:28 PM


Worden Trainer

Joined: 10/1/2004
Posts: 18,819
Your conditions are pretty restrictive.  One hit does not surprise me.

- Craig
Here to Help!
foxbat426
Posted : Friday, August 22, 2008 3:59:11 PM
Registered User
Joined: 6/24/2008
Posts: 17
craig,
 
in this PCF that you wrote MAXH30<=MINL30*1.1, does the 1.1 represent the 10% trading range? - if i made it 1.3 would that be 30% - please be patient i am getting the hang of this and thanks again in advance.  john
Bruce_L
Posted : Friday, August 22, 2008 4:04:06 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
foxbat426,
You have it exactly right. The 1 is the equal to 100% and the .1 is equal to 10%. So 1.1 equals 110% and 1.3 would be 130%.

-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.