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