Aslo, after-hours/pre-market scans would be unbeatable. I belive that it would make TC2000 the perfect software.
Is it something that we might see in a future?
|
I need a bit of time to sit down and absobe all of this.
Im trying to follow your guide, but I cant figure ot why my formula doesn't work.
Im trying to make a scan where price sits inside of the cloud or between Span A and B at the last point where price is plotted
((MAXH18.52 + MINL18.52 + MAXH52.52 + MINL52.52) / 4 < C < (MAXH104.52 + MINL104.52) / 2) OR ((MAXH18.52 + MINL18.52 + MAXH52.52 + MINL52.52) / 4 > C > (MAXH104.52 + MINL104.52) / 2)
It is honestly the last question for another week or so. I need time figure it all out
|
Bruce,
Im trying to undertand formulas so i dont have to bother you with them ever again.
This is what i got so far
Tenkan-sen (Conversion Line): (18-period high + 18-period low)/2))
(MAXH18 + MINL18) / 2
Kijun-sen (Base Line): (52-period high + 52-period low)/2))
(MAXH52 + MINL52) / 2
Senkou Span A (Leading Span A): (Conversion Line + Base Line)/2))
((MAXH18 + MINL18) / 2 / 2 + (MAXH52 + MINL52) / 2) /2 OR
(MAXH18 + MINL18 + MAXH52 + MINL52) / 4
Senkou Span B (Leading Span B): (104-period high + 104-period low)/2))
(MAXH104 + MINL104) / 2
Chikou Span (Lagging Span): Close plotted 52 days in the past
C
in a PAST C52
And for .104 and when to use .52.
So price is plotted 26 bars back from the cloud so if we divide formula by 2 we have to multiplay .26 by 2 so it gives us .56?
And Lagging Span is plotted 52 bars back from the cloud so if we divide formula by 2 we have to multiplay .52 by 2 so it gives us .104?
I just want to know if understand this correctly. I want to be able to write formulas
|
Once again thank you so much Bruce!
|
My bad, may be one more thing too please. Same as above but it crossed it today.
|
Good Day,
I need help with one more formula please - The Lagging Span is above the Cloud @ the Lagging Span which is 52 bars back. So like C > LeadingSpan52 (same setting, 9-18-52)
|
Wow, thank you so much Bruce! Each formula works beautifully!
|
I know this was asked and answered in the past. However, I'm using different Ichimoku preset setting/values; mine are 18-52-104 (instead of default 9-18-52). I tried to double formula’s values from previous posts, but I’m getting inconstancies.
Could someone help me to write custom EasyScan formulas for the following:
1. The Price is above the Cloud at the furthest point to the right
2. The Price has crossed above the Cloud today. (It was under and now it’s above)
3. The Lagging Span is above the Cloud.
4. The Leading Span A is above the Leading Span B at the furthest point to the right
5. The Tenkansen is above the Kijunsen at the furthest point to the right
Thank you
|