if you are only considering the lastvalue of the chart then this
should work, almost straight example from help file

if( lastvalue( Open < MyCond ) ) CategoryRemoveSymbol( "",
categoryWatchlist, 1 );

-- 
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://www.aflwriting.com



On 17/01/07, Yuki Taga <[EMAIL PROTECTED]> wrote:
> If I start the morning with X number of symbols in a particular
> watchlist, can I have one or more of them conditionally removed from
> the watchlist via code?
>
> For example (in plain language):
>
> IIF(Open < [MyCond], remove symbol from watchlist, no nothing);
>
> Yuki
>
>
>
> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
> Yahoo! Groups Links
>
>
>
>

Reply via email to