PureBytes Links
Trading Reference Links
|
Does not always work, sometimes the wrong array is used.
--- In amibroker@xxxxxxxxxxxxxxx, "Bob Jagow" <bjagow@xxxx> wrote:
> With an IIf --per Jason?
> -----
> pds=10;
> x=Zig(H,pds);
> up=IIf(x>Ref(x,-1),1,0);
> Line=IIf(up==1,H,L);
> Plot(Zig(line,pds),"",colorGreen,1+4);
> Plot(C,"Close",colorLightBlue,128);
> ----
>
> -----Original Message-----
> From: Berti Fallada [mailto:berti.fallada@x...]
> Sent: Tuesday, May 04, 2004 8:29 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] ZigZag
>
>
> Does anyone know how to plot the ZigZag indicator from High to Low?
> (for Peak use High-array, for Trough use Low-array).
> The ZigZag function allows only one parameter (High or Low):
> zig(ARRAY, change )
>
> Thanks.
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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/
|