PureBytes Links
Trading Reference Links
|
hello,
try an old dll
copy the box.dll in plugin folder
and
try this code
GraphXSpace=1<FONT
size=1>;
Title = Name() +
"\n Swing Per" ;
per=Param( <FONT
color=#ff00ff size=1>"n", <FONT face="Courier New"
color=#ff00ff size=1>7, <FONT color=#ff00ff
size=1>3, 50<FONT
size=1>, 1 );
//SetBarsRequired(10000,10000);
Plot(Close,<FONT color=#ff00ff
size=1>"close",<FONT color=#ff00ff
size=1>1,64<FONT
size=1>);
Plot(<FONT color=#0000ff
size=1>scZigHiLo(per),<FONT color=#ff00ff
size=1>"",2<FONT
size=1>,1);
stephane
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
aequalsz
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, July 22, 2004 3:16
PM
Subject: [amibroker] Reverse engineering
eSignal ZigZag code
Havn't really found a satisfactory ZigZag indicator in
Amibroker whichwill traverse from low to high to low, etc. Just the
usual low tolow, high to high, close to close, etc. Several High-Low
ZigZag codesequences presented, relevant to Amibroker, seem to have flaws
of somesort or another. The eSignal ZigZag indicator, which I
seemto remember from using eSignal a couple of years ago, handles the
highto low to high case very accurately. (To find this code do a
Googlesearch for eSignal Zigzag.efs.) So I've decided to
reverse engineer the eSignal code for the ZigZag -which I'd present here
except it might be copyrighted. I believe it'swritten in Java or
_javascript_ and uses some eSignal peculiar functionsthat I'm not totally
familiar with. Not really familar with_javascript_ either, although
the syntax is fairly similar to C++ so noproblem there. Just
currently unraveling the basic flow sequences tounderstand how to code a
similar ZigZag in AB. So far doesn't appearto be that complex so
would guess I could have a similar codeavailable in AB in a few
days.Being somewhat practical (and lazy) I'm wondering if anyone has
alreaydone this and would be willing to share this code with others.
Actually don't believe this ZigZag code would make that much of
adifference as compared to the version found currently in AB
sowouldn't consider sharing this as much of a loss of a "trade"
secret.So anyone wish to share this code? Or does anyone know of
anaccurate, current High-Low ZigZag code already developed in AB?
Aequalsz Check
AmiBroker web page at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
__________
NOD32 1.818 (20040720) Information __________This message was checked
by NOD32 antivirus system.<A
href="">http://www.nod32.com
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Attachment:
Box.dll
Attachment:
Description: "Description: application/msdownload"
|