PureBytes Links
Trading Reference Links
|
Thanks Joris, this is what I was looking for - short and simple piece of code.
Regards
Richard
--- In amibroker@xxxxxxxxxxxxxxx, "Joris Schuller" <jschuller@xxx> wrote:
>
> For ZIGHL afl go to (amongst others): Joris Schuller; Sat 11/07/2009 10:25
> AM
>
> pkbars=PeakBars(H,ZigPerc); //if you use the ZIGHL formula, otherwise
> replace H by C when using AB-Zig
>
> trbars=TroughBars(L,ZigPerc); //if you use the ZIGHL formula, otherwise
> replace L by C when using AB-Zig
>
> if pkbars<trbars: peak, otherwise trough
>
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
> Of Richard
> Sent: Tuesday, November 17, 2009 7:12 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] ZIG peak and trough detection
>
>
>
>
>
> Hello, Could someone help me with the AFL code for ZIG function peak and
> trough detection?
> I want to check if the last ZIG value is a Peak or a Trough.
> Do I need to use loop code or is there a way to use LastValue to detect this
> condition?
>
> Regards
> Richard
>
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.425 / Virus Database: 270.14.67/2506 - Release Date: 11/16/09
> 07:43:00
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
amibroker-digest@xxxxxxxxxxxxxxx
amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|