Ichimoku screen : Lagging span crossing over the cloud

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #68544 quote
    OlivierLarueOlivierLarue
    Participant
    Average

    I’m trying to make an Ichimoku screener of the chikou (lagging span) crossing over the kumo (cloud).

    I’m having difficulties with the fact that what I’m looking for “is happening 26 periods ago.”

    So far I came up with this :

    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
    
    c1 = close[0] > SSpanA[26]
    c2 = close[0] > SSpanB[26]
    c3 = (close[0] < SSpanA[27]) or(close[0] < SSpanB[27])
    
    screener[c1 and c2 and c3]

    I’m surprised as this only returns me 4 results on a NASDAQ screen…

    Does this screen look right to you ?

    Thank you.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Ichimoku screen : Lagging span crossing over the cloud


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
OlivierLarue @olivier7 Participant
Summary

This topic contains 1 voice and has 0 replies.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 04/16/2018
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...