StockFetcher Forums · General Discussion · ICHIMOKU PLEASE HELP US<< 1 2 3 >>Post Follow-up
shillllihs
5,975 posts
msg #132584
Ignore shillllihs
11/16/2016 6:10:43 PM

Can someone please code these from top to bottom?
I am an elderly man and my mind does not work so well anymore.

These produce some amazing setups though not all are winners.



Bull run
SSBD KSD TSD SSAD

Bear
SSAD KSD SSBD TSD



four
5,087 posts
msg #132587
Ignore four
11/16/2016 10:11:53 PM

http://www.stockfetcher.com/forums2/Filter-Exchange/Ichimoku-charting/52068/-1/61267

nikoschopen
2,824 posts
msg #61267
- Ignore nikoschopen
modified 4/9/2008 6:52:46 PM

Sorry for taking so long to get this up. Frankly, I forgot about it. Slap, slap. Hopefully the following filter will make up for my misdeed. Let me know what you think.


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
]



shillllihs
5,975 posts
msg #132588
Ignore shillllihs
11/16/2016 10:54:14 PM

Thank you for the effort but is this the set up of from top to bottom,
Bull
SSBD KSD TSD SSAD



And for bear,

SSAD KSD SSBD TSD

four
5,087 posts
msg #132589
Ignore four
11/16/2016 11:07:47 PM

I don't use this technique. I hope it gets you started with your analysis.

push5280
197 posts
msg #132695
Ignore push5280
11/22/2016 9:47:03 AM

Is this what you're looking for?

Submit
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

Close > 1
Average volume(90) > 250,000
TS > SSA
KS > TS
SSB > KS

]



karennma
8,057 posts
msg #132697
Ignore karennma
11/22/2016 10:24:29 AM

FOUR!!!!

That is freggin OUTSTANDING!!!
I am an elderly woman and my mind and eyesight do not work so well anymore.

Do you know how to change the COLORS?

i.e., Leading SpanB line to green
and Leading SpanA line to red



shillllihs
5,975 posts
msg #132707
Ignore shillllihs
modified
11/22/2016 3:47:10 PM

Yeah, that's it push. Thank you very much.
Looking back on it shows it's good.


Can you also do this for the short version, I'd appreciate it.

From top to bottom.
Tsd Ksd Ssad Ssbd

pthomas215
1,251 posts
msg #132709
Ignore pthomas215
11/22/2016 5:25:55 PM

shillihs, how would you use this filter? Ive used Ichimoku a few times, however it seemed to be mostly used for day trading as opposed to swing. thoughts?

shillllihs
5,975 posts
msg #132711
Ignore shillllihs
11/22/2016 5:57:50 PM

Still trying to figure that out. Any filter that hits at 80% seems great but when wrong will hurt you.
I'm using this as an aid to look for setups. Good for 1-20 day plays.
The short version may be better.

I think it's better to look at past performance of ETF sectors as a whole. Look at dust and Dwti, and see how they precede any bear move. I think inverse ETFs are best to study. Having said that, this bear move is taking an awful awful awful long time. It should happen as it's been in the target zone for months.
What will happen is, let's say you are long Tvix at 19, instead of making 300% you will be stuck in it
on the way down & if you have the ballz, you will make 150%. Still not bad.

push5280
197 posts
msg #132713
Ignore push5280
11/22/2016 6:09:08 PM

Short version....

Submit
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

Close > 1
Average volume(90) > 250,000
SSA > SSB
KS > SSA
TS > KA

]



StockFetcher Forums · General Discussion · ICHIMOKU PLEASE HELP US<< 1 2 3 >>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.