New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Options

ICHIMOKU SCAN

Hi!

I have a favorite list of 33 stocks and I want to shrink the size of the list using the following parameters:

(1) I want the Ichimoku Cloud to be bullish. That is, the Senkou Span A to be above the Senkou Span B.

(2) I want the Kijun-Sen Line (i.e., the Base Line) to be above the Cloud. That is, above the Senkou Span A.

(3) I want the Tenkan-Sen Line (i.e., the Conversion Line) to be above the Kijun-Sen Line (i.e., the Base Line).

(4) And, I want the Current Price to be above the Tenkan-Sen Line (i.e., the Conversion Line).

For that purpose, I wrote the following scan.

[favorites list is 2]

AND [Ichimoku Span A(9, 26, 52) > Ichimoku Span B(9, 26, 52)]

AND [Ichimoku Base Line(9, 26, 52) > Ichimoku Span A(9, 26, 52)]

AND [Ichimoku Conversion Line(9, 26, 52) > Ichimoku Base Line(9, 26, 52)]

AND [Close > Ichimoku Conversion Line(9, 26, 52)]

Is it right?

Thank you!

Dr. T

Comments

  • Options
    I hope someone else can take this one. I don't use Ichimoku.
Sign In or Register to comment.