Registered User Joined: 1/8/2011 Posts: 1
|
Is there any way of doing a scan for the Ichimoku Clouds. Specifically when the coversion line is above the base line, and the conversion and base lines are above the Span A and B, and Span A is above Span B, and the lagging line is above the candles. Can these conditions be set up?
Lyle
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Welcome to the forums. A very good foundation for learning how to use TeleChart can be gained by reviewing the following:
If you are new to TeleChart READ THIS FIRST!
If you mean the Conversion is above the Base, the Base is above Span A and Span A is above Span B at the current point in time while the Lagging is above the High at its most recently Plotted point then please try using the following Personal Criteria Formula as an EasyScan Condition (Turning Period - 9, Standard Period - 26, Span B - 52):
(MAXH9 + MINL9) / 2 > (MAXH26 + MINL26) / 2 AND (MAXH26 + MINL26) / 2 > (MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 AND (MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 > (MAXH52.26 + MINL52.26) / 2 AND C > H26
How to create a Personal Criteria Forumula (PCF)
Using EasyScan to find stocks that meet your own criteria
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: 6/30/2009 Posts: 57
|
Bruce,
I was doing a search for this very condition - this is awesome - thanks for posting it.
Doug
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|