glgene 616 posts msg #140202 - Ignore glgene |
12/18/2017 5:49:17 PM
I may be interested in exploring the “Ichimoku Cloud.” Are there any postings here on that subject?
Gene
|
nibor100 1,031 posts msg #140216 - Ignore nibor100 |
12/19/2017 8:46:37 AM
several postings including some with filters already finished, search for either "cloud" or "ichimoku" in the search bar at the top of the stockfetcher Forums page.
How was Saturday's mtg?
Thanks,
Ed S.
|
glgene 616 posts msg #140221 - Ignore glgene |
12/19/2017 10:32:06 AM
Thanks for the references, Ed. I’ll research them.
Locally (yesterday), I saw someone do an “Ichimoku” presentation. By the time he finished, I said to myself, “This can be done in StockFetcher.” That’s what prompted me to write this original post.
My biggest question — since Ichimoku computes a look-ahead — is what happens if the market does a quick downturn, how is that look-ahead calculation (timely) readjusted? I asked the presenter that question, and he admitted he didn’t have a good answer. You mean there is no Holy Grail?!
Gene
|
SAFeTRADE 644 posts msg #140226 - Ignore SAFeTRADE |
12/19/2017 12:25:26 PM
Gene, don't think you can do the look ahead on SF. I have looked at this before.
I am not an expert just relaying my experience.
safetrade
|
glgene 616 posts msg #140230 - Ignore glgene |
12/19/2017 2:01:10 PM
If Ichimoku doesn’t have a look-ahead feature in SF, what would be the value of Ichimoku in SF?
Can someone confirm SafeTrade’s thoughts re: no look-ahead scripting possibility in SF?
Gene
|
mahkoh 1,065 posts msg #140265 - Ignore mahkoh |
12/20/2017 1:38:42 PM
/*Tenkan-Sen*/
set{diff7TS, high 9 day high + low 9 day low}
set{TS, diff7tS / 2}
draw TS on plot price
/*Kijun-Sen*/
set{diff22KS, high 26 day high + low 26 day low}
set{KS, diff22KS / 2}
draw KS on plot price
/*Chikou Span*/
set{CS, DMA(1,-26)}
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 52 day high + low 52 day low}
set{SSB2, SSB1 / 2}
set{SSB, SSB2 26 days ago}
draw SSB on plot price
|
glgene 616 posts msg #140273 - Ignore glgene |
12/20/2017 7:51:10 PM
Thanks you, mahkoh...
I will study and try out your suggested IchiMoku StockFetcher script. It has the raw numbers (9,26,52) that I saw in a demonstration earlier this week.
Have you ever used it in actual trading?
Gene
|
mahkoh 1,065 posts msg #140294 - Ignore mahkoh |
12/21/2017 2:12:34 PM
I often use it as entry and target points. Mostly for forex, but works for stocks as well. You'll often see price touching the KS line or the cloud before retracing.
|