Hi all,
I have searched the library with no luck.
I’m looking for a screener to identify daily Kijun crossing the cloud.
Any help would be appreciated.
Thanks.
Hi Rob,
Thanks for the reply, I’d viewed them but not what I’m after…. What I need is a screener which identifies the 26 day kijun (red line in pic) crossing above the cloud.
Thanks again.
I tested it on a Daily TF
Tenkansen = (highest[9](high) + lowest[9](low))/2
Kijunsen = (highest[26](high)+lowest[26](low))/2
SSpanA = (tenkansen[26]+kijunsen[26])/2
SSpanB = (highest[52](high[26])+lowest[52](low[26]))/2
//Chikou = close[26]
x = Kijunsen CROSSES OVER max(SSpanA,SSpanB)
SCREENER [x]
That’s brilliant mate….Thanks for your time and effort 😉