I just wanted to update the year-end bounce candidates that I posted earlier. Looks like we got the best bounce out of ETH, while the other have held steady.
Posted by Paul Stiles at 12/28/2007 12:06:00 AM
Dim i,j,k,last As Integer
Dim swing As Single = Me.CodeBlock.ParameterValue
Dim curhigh,curlow,swhigh,swlow,lowp,highp As Single
Dim pcswing As Single
Dim highbar, lowbar, chighbar, clowbar As Integer
pcswing = swing/100
For i = 1 To InputCount-1
If i = 1
curhigh = inputlast(0)
curlow = inputlast(0)
End If
If last <> 1
If inputlow(i) < (curhigh-curhigh*pcswing)
last = 1
swhigh=curhigh
highbar = chighbar
curlow = inputlow(i)
clowbar = i
lowp = inputlow(i)
addtooutput(inputdate(chighbar),swhigh)
ElseIf inputhigh(i) > curhigh
curhigh = inputhigh(i)
chighbar = i
End If
End If
If last <> -1
If inputhigh(i) > curlow+(curlow*pcswing)
last = -1
swlow = curlow
curhigh = inputhigh(i)
chighbar = i
addtooutput(inputdate(clowbar),swlow)
ElseIf inputlow(i) < curlow
curlow = inputlow(i)
clowbar = i
End If
End If
Next
Dim j,k As Integer
Dim x As Integer = 0
Dim m As Integer = 0
Dim n As Integer = 0
Dim p As Integer = 0
Dim ar1(50000), ar2(50000) As Integer
Dim Period As Integer = Me.CodeBlock.ParameterValue
For i As Integer = 4 To InputCount-1
Dim CurDate As Date = InputDate(i)
If inputlast(i) > Inputlast(i-4) And InputLast(i-1) > InputLast(i-5) _
And InputLast(i-2) > InputLast(i-6) And InputLast(i-3) > InputLast(i-7) _
And InputLast(i-4) > InputLast(i-8) And InputLast(i-5) > InputLast(i-9) _
And InputLast(i-6) > InputLast(i-10) And InputLast(i-7) > InputLast(i-11) _
And InputLast(i-8) > InputLast(i-12) And InputLast(i-9) < InputLast(i-13)
m = m+1
ar1(i) = m
End If
Next
For j = 4 To InputCount-1
If ar1(j) > 0 And ar1(j) > ar1(j-1)
n = n + 1
ar2(n) = j
End If
Next
addtooutput(inputdate(ar2(n-(Period-1))-8),inputlow(ar2(n-(Period-1))-8))
3 comments:
I come up with the same sequential buy setup (i mean to say the entire process of setup, intersection, & countdown), if I believe that the sell setup generated, starting on Oct. 26, is of no particular significance.
http://i202.photobucket.com/albums/aa161/icaughtyoulookin/CSCO.jpg
I used green to show proper 'flip' days. I use orange to show buy setup days. I use the black for intersection. Note that the intersection is also a flip day for the subsequent sell setup. Also note that I made an error, and I start the sell setup on the same day as the intersection. The proper sell setup should start one day after, as, again, the intersection is also the requisite flip day, and should extend one day further, where the large red candle is.
If I disregard the sell setup, then, yes, I come to the same conclusion. The countdown is complete on the 27th.
However, and I am not too certain, but I believe the previous buy setup becomes meaningless as there was a proper sell setup that appeared in its wake.
I mean to ask and not tell, as I am interested in what you have to say. I hope my picture worked.
Also, check out FRPT for a sequential buy setup. It should be on day 11 of the countdown.
Of course I would click the wrong link. I intended to comment on CSCO, not this.
Hello Astrowillie,
There are a couple reasons why I ignored the sell-setup ending on Nov 7th.
It probably requires another post so look for my answer later tonight.
Cheers,
Paul
Post a Comment