StockFetcher Forums · General Discussion · Ichimoku help<< >>Post Follow-up
shillllihs
5,963 posts
msg #118612
Ignore shillllihs
3/13/2014 11:55:19 AM

I am looking for a setup of from top to bottom,

tsd, ksd, ssbd, ssad.

Can anyone help?

shillllihs
5,963 posts
msg #118633
Ignore shillllihs
3/17/2014 1:25:50 PM

Looking for a mature intelligent martyr who will ignore their bruised ego to help out.

You may learn a thing or 2.

Kevin_in_GA
4,599 posts
msg #118639
Ignore Kevin_in_GA
3/17/2014 2:26:19 PM

Using the search function here, you might learn a thing or two as well.

from nikoschopen (3/6/2008):

Constructing an Ichimoku Chart
(Source: Investopedia)

1. Tenkan-Sen, or conversion line:
(Highest high + lowest low) / 2, calculated over the past seven to eight time periods.

2. Kijun-Sen, or base line:
(Highest high + lowest low) / 2, calculated over the past 22 time periods.

3. Chikou Span, or lagging span :
The most current closing price plotted 22 time periods behind (optional).

4. Senkou Span A:
(Tenkan-Sen + Kijun-Sen) / 2, plotted 26 time periods ahead.

5. Senkou Span B:
(Highest high + lowest low) / 2, calculated over the past 44 time periods. Plot 22 periods ahead.



Fetcher[
/*Tenkan-Sen*/
set{diff7TS, high 7 day high + low 7 day low}
set{TS, diff7tS / 2}
draw TS on plot price

/*Kijun-Sen*/
set{diff22KS, high 22 day high + low 22 day low}
set{KS, diff22KS / 2}
draw KS on plot price

/*Chikou Span*/
set{CS, DMA(1,-22)}
draw CS on plot price

/*Senkou Span A*/
set{SSA1, TS + KS}
set{SSA2, SSA1 / 2}
set{SSA, SSA2 26 days ago}
draw SSA on plot price

/*Senkou Span B*/
set{SSB1, high 44 day high + low 44 day low}
set{SSB2, SSB1 / 2}
set{SSB, SSB2 22 days ago}
draw SSB on plot price
]




You have all of the components of the Ichimoku cloud here - I think that like many indicators this has its followers, who swear it works even when the trades are losers.

Kevin




StockFetcher Forums · General Discussion · Ichimoku help<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.