PureBytes Links
Trading Reference Links
|
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
> > >
------------------------ 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/
|