PureBytes Links
Trading Reference Links
|
How about:
wantedpeak = iif(conda, peak(c, 10, n), peak(c, 10, n+1);
wantedpeak = iif(conda, peak(c, 10, n), iif(cond2, peak(c, 10, n+1), null));
----- Original Message -----
From: "low_hanming" <low_hanming@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, December 17, 2005 10:06 PM
Subject: [amibroker] Peak in a loop
> Hi,
>
> I'm having some difficulty with the following and appreciate any help.
>
> I would like to find the nth peak if cond a is met, otherwise, look for
> the nth + 1 peak.
>
> sort of
> if (peak(c, 10, n) < 10) {
> peak(c, 10, n+1);
> }
>
> Any suggestion to get around the "Condition in IF cannot be array"
> problem?
>
> Thanks.
>
>
> Han Ming
>
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|