PureBytes Links
Trading Reference Links
|
it was attached to the email...
ron
-----Original Message-----
From: aequalsz [mailto:aequalsz@xxxxxxxxx]
Sent: Thursday, July 22, 2004 9:16 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Reverse engineering eSignal ZigZag code
Hello,
Couldn't find the box.dll in the 3rd party Amibroker submissions.
Would it be in another area?
Aequalsz
--- In amibroker@xxxxxxxxxxxxxxx, "Stephane Carrasset"
<s.carrasset@xxxx> wrote:
> hello,
>
> try an old dll
> copy the box.dll in plugin folder
> and
> try this code
>
> GraphXSpace=1;
>
> Title = Name() + "\n Swing Per" ;
>
> per=Param( "n", 7, 3, 50, 1 );
>
> //SetBarsRequired(10000,10000);
>
> Plot(Close,"close",1,64);
>
> Plot(scZigHiLo(per),"",2,1);
>
>
>
>
>
> stephane
>
> ----- Original Message -----
> From: aequalsz
> To: 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 which
> will traverse from low to high to low, etc. Just the usual low to
> low, high to high, close to close, etc. Several High-Low ZigZag code
> sequences presented, relevant to Amibroker, seem to have flaws of some
> sort or another. The eSignal ZigZag indicator, which I seem
> to remember from using eSignal a couple of years ago, handles the high
> to low to high case very accurately. (To find this code do a Google
> search 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's
> written in Java or JavaScript and uses some eSignal peculiar functions
> that I'm not totally familiar with. Not really familar with
> JavaScript either, although the syntax is fairly similar to C++ so no
> problem there. Just currently unraveling the basic flow sequences to
> understand how to code a similar ZigZag in AB. So far doesn't appear
> to be that complex so would guess I could have a similar code
> available in AB in a few days.
>
> Being somewhat practical (and lazy) I'm wondering if anyone has alreay
> done this and would be willing to share this code with others.
> Actually don't believe this ZigZag code would make that much of a
> difference as compared to the version found currently in AB so
> wouldn'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 an
> accurate, current High-Low ZigZag code already developed in AB?
>
> Aequalsz
>
>
>
>
>
> 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
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
> __________ NOD32 1.818 (20040720) Information __________
>
> This message was checked by NOD32 antivirus system.
> 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 Links
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.725 / Virus Database: 480 - Release Date: 7/19/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.725 / Virus Database: 480 - Release Date: 7/19/2004
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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:
http://docs.yahoo.com/info/terms/
|