PureBytes Links
Trading Reference Links
|
I forgot that some of you might like to see the exact
logic equations used in establishing the pattern classifications.
For those that do the following is taken from the program logic.
Maybe a look at the logic equations for the patterns will help us to see
the
relative postions of prices in each pattern. I'm sure that most
everyone is
familiar with the < and > symbols but just in case:
< means that whatever is on the left of the < is less than whatever is
on the right of the < .
> means that whatever is on the left of the < is greater than whatever
is
on the right of the > .
(i.e. C < A means the price at turning point C must be less than
the
price at turning point A).
PTRN# C : A D : B D : A B : A
0 C < A D < B D < A B < A
1 C < A D > B D < A B < A
2 C > A D > B D < A B < A
3 C > A D < B D < A B < A
4 C > A D > B D > A B < A
5 C < A D < B D < A B > A
6 C > A D < B D > A B > A
7 C < A D < B D > A B > A
8 C < A D > B D > A B > A
9 C > A D > B D > A B > A
--
Clyde Lee Chairman/CEO email: <clydelee@xxxxxxx>
SYTECH Corporation Work: (713) 783-9540
7910 Westglen, Suite 105 Fax: (713) 783-1092
Houston, TX 77063
|