Registered User Joined: 9/11/2007 Posts: 28
|
Hi, is it possible to write a pcf that shows where price is above your standard ichimoku cloud and also when price is below it. namely when price is above the leading span a and leading span b and when price is below the leading span a and leading span b
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The following topics have numerous formulas related to crossovers and relative positions for Ichimoku charts.
Build the Ichimoku-Indicator
Ichimoku Cloud
Ichimoku Realcode Condition Help
ICHIMOKU CLOUD
Ichimoku Clouds
TC2000/11 Kumo breakout PCF
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 9/11/2007 Posts: 28
|
ok bruce, i found the one that shows price above..
C > ((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 + (MAXH52.26 + MINL52.26) / 2 + ABS((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 - (MAXH52.26 + MINL52.26) / 2)) / 2
but i cant find the one for price being below, I would assume you just reverse the > to < but that does not work, any other suggestions?
thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
C < ((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 + (MAXH52.26 + MINL52.26) / 2 - ABS((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 - (MAXH52.26 + MINL52.26) / 2)) / 2
-Bruce Personal Criteria Formulas TC2000 Support Articles
|