Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 2/13/2018 Posts: 33
|
Hi,
I'm trying to create a condition using the Ichimoku lag span line, but I'm not able to find it to setup for a condition. can you please help
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
What condition are you trying to create specifically?
Ichimoku Cloud
The last value of Lagging Span (Chikou Span) is just:
C
But keep in mind that the last value of Lagging Span (Chikou Span) was plotted 26 bars ago. So the values of the other lines need to be from 26 bars ago as well if you want to compare them to Lagging Span (Chikou Span).
Conversion (Tenkan-Sen) 26 bars ago:
(MAXH9.26 + MINL9.26) / 2
Base Line (Kijun-Sen) 26 bars ago:
(MAXH26.26 + MINL26.26) / 2
Leading Span A (Senkou Span A) 26 bars ago:
(MAXH9.52 + MINL9.52 + MAXH26.52 + MINL26.52) / 4
Leading Span B (Senkou Span B) 26 bars ago:
(MAXH52.52 + MINL52.52) / 2
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 2/13/2018 Posts: 33
|
Thanks Bruce,
I wanted to create a condition, where the Chikou Span crossing UP the cloud hourly n other time frames.
Can you please help with the pcf.
Thanks
partha
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You can't mix time frames in a Personal Criteria Formula. A condition formula for the lagging span crossing up through the top of the cloud can be written as follows.
XUP(C, GREATEST((MAXH9.52 + MINL9.52 + MAXH26.52 + MINL26.52) / 4, (MAXH52.52 + MINL52.52) / 2))
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 2/13/2018 Posts: 33
|
Thanks Bruce, it worked. I meant i wanted to use in different time frames individually.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |