PureBytes Links
Trading Reference Links
|
yes please, I come to upload the box.dll in the 3rd
party right now
<A
href="">http://www.amibroker.net/3rdparty.php
the afl code
GraphXSpace=1<FONT
size=1>;
Title = Name() +
"\n Swing Per" ;
per=Param( <FONT
color=#ff00ff size=1>"n", <FONT color=#ff00ff
size=1>7, 3<FONT
size=1>, 50, <FONT
color=#ff00ff size=1>1 ); <FONT color=#0000ff
size=1>
SetBarsRequired(<FONT color=#ff00ff
size=1>10000,<FONT color=#ff00ff
size=1>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: Friday, July 23, 2004 6:30 PM
Subject: [amibroker] Re: Reverse
engineering eSignal ZigZag code
Stephane,Already got my High-Low ZigZag code
working and it looks correct tome. But will check it against your
code if you want.Aequalsz--- In <A
href="">amibroker@xxxxxxxxxxxxxxx,
"Stephane Carrasset"<<A
href="">s.carrasset@x...> wrote:> OK, but
I'll send it in the 3rd party as soon as I 'll come back home> >
stephane> > > > Nevermind about that request.
:-)> > > > Aequalsz> > > > >
> > > --- In amibroker@xxxxxxxxxxxxxxx, "aequalsz"
<aequalsz@xxxx> wrote:> > > hello stephane,
> > > > > > Could you please re-send your message
because I didn't get the> > > attachment and still want to try
out your Hi-Low Zigzag function > in> > > Box.dll.
Had my email setting set to "daily digest" rather than> > >
"individual emails".> > > > > > Waded through the
eSignal Zigzag.efs file and pretty much disected> > it> >
> completely and actually understand all of the ups and down of the>
> > Zigzag function so am planning on coding this version which >
appears> > > fairly simple. Unless of course your version
is already > essentially> > > the same. TIA.>
> > > > > 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> > >
>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.820 (20040723) 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.
|