Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 3/31/2007 Posts: 9
|
Hi Support
I am trying to create a scan as follows.
Doji yesterday
Bull kicker today
Created 2 pcf's
Doji yesterday
(O1 = C1 )
Bull Kicker today
(O1 > C1) AND (O >= O1) AND (C > O)
When I create a scan and use this combination it comes up with no results.
When I use them separatly they work fine.
Doji Yesterday gave 765 results (today)
Bull kicker today gave 116 results. (today)
Could you put me on the right track and possible the correct formula
Thank you.
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
You cannot have a bull kicker today and a doji yesterday as your PCFs above define them.
Look at your logic.
Your doji requires that
O1=C1
Your Bull Kicker requires that
O1>C1
Both of these cannot happen at the same time. Either O1 is equal to C1 or it is greater than it. It cannot be both.
- Craig Here to Help!
|
|
Registered User Joined: 3/31/2007 Posts: 9
|
Hi Craig
Thank you very much for your explanation.
1
How would I formulate a Doji yesterday and todays closing price higher then yesterdays high.
2
How would I formulate a Doji yesterday and todays closing price higher then yesterdays closing.
Thanks
J
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
QUOTE (iplanners) How would I formulate a Doji yesterday and todays closing price higher then yesterdays high.
Please try the following:
O1 = C1 AND C > H1
QUOTE (iplanners) How would I formulate a Doji yesterday and todays closing price higher then yesterdays closing.
Please try the following:
O1 = C1 AND C > C1
You may wish to review the following:
PCF Formula Descriptions
How to create a Personal Criteria Forumula (PCF)
Boolean PCFs for Candlestick Patterns
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |