PureBytes Links
Trading Reference Links
|
hello 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 --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|