Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 3/16/2005 Posts: 9
|
My PCF is (C1 > C2 * 1.1) AND C > C1 * 1.02) How do I scan for these conditions? The formula seeks two consecutive uptics the first by 10% and the second by 2%
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
This should do it:
C1 > (C2 * 1.1) AND C > (C1 * 1.02)
- Craig Here to Help!
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The mis-matched parentheses are creating a Syntax Error (and are not required). Please try the following instead:
C1 > C2 * 1.1 AND C > C1 * 1.02
Once you have the Personal Criteria Formula, you can just use it as an EasyScan Condition.
You may wish to review the following:
Using EasyScan to find stocks that meet your own criteria How to create a Personal Criteria Forumula (PCF) Handy PCF example formulas to help you learn the syntax of PCFs! PCF Formula Descriptions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 3/16/2005 Posts: 9
|
Craig, Thank you for your last. I was close. Simple question. How do I now use this formula: C1 > C2 * 1.1 AND C > C1 * 1.02 using easy scan to select the applicable stocks?
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Check out the videos Bruce linked above.
Create and calculate your PCF then put it in an EasyScan.
- Craig Here to Help!
|
|
Registered User Joined: 3/16/2005 Posts: 9
|
Bruce, Apparntly I was doing the right thing when I tried to get the stocks per my PCF but my machine reverted back to my original list of stocks which is not the PCF selection. This may be a machine problem regarding security issues. I will be checking it unless you have a suggestion. Thanks again
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Did you create and calculate the PCF?
Did you add the PCF to an EasyScan?
Did your EasyScan create a WatchList of the same name?
If the answer us YES to all of the above you should have a WatchList that contains all the stocks that meet your conditions.
- Craig Here to Help!
|
|
Guest-1 |