PureBytes Links
Trading Reference Links
|
My pleasure:
http://books.google.be/books?id=GZtlA991lNYC&pg=PT105&lpg=PT105&dq=demark+d-wave&source=bl&ots=GsizxkEprO&sig=W4nDwR5okjqzZXGvugIwH589EKU&hl=fr&ei=eW7DSvCkI83A-Qb04v3uCw&sa=X&oi=book_result&ct=result&resnum=6&ved=0CBwQ6AEwBQ#v=onepage&q=demark%20
Basically, time and sequence constraints are added; something like this TD1 (that is EW1 D-wave) is completed when pre-TD1 conditions are filled; so here we go based on Perl interpretation on the link above:
PreTD1= C==LLV(C,21);
TD1= follows PreTD1 and C== HHV(C,13) ;
TD2= follows TD1 and C==LLV(C,8);
TD3= follows ...and.. C==HHV(C,21);
TD4= follows ...and..C==LLV(C,13);
TD5= follows ...and..C==HHV(C,34);
TDA= follows ...and..C==LLV(C,13);
TDB= follows ...and..C==HHV(C,8);
TDC= follows ...and..C==LLV(C,21);
I have to admit I have some difficulty to code at least a Plotshape thing pointing a Digit1, 2, 3 on the chart to show the d-waves but hopefully someone here will b e able to do this??
Carl
--- In amibroker@xxxxxxxxxxxxxxx, Keith McCombs <kmccombs@xxx> wrote:
>
> Carl --
> Can you summarize those rules and post them here?
> -- Keith
>
> cvanhaesendonck wrote:
> >
> >
> > Tom Demark has made a great job simplifying Elliott wave count and
> > making it more objective thanks to a straight rule set. Those rules
> > can be summarized in few lines. Has anyone ever developed AFL coding
> > on this. AFL library contains some Demark codes (now public domain)
> > but nothing on d-waves.
> >
> > Carl
> >
> >
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|