Create a watchlist of only those symbols that you want to work 
against, then run your exploration over that watchlist.

http://www.amibroker.com/guide/h_watchlist.html

Mike

--- In [email protected], "tradeswelloften" <[EMAIL PROTECTED]> 
wrote:
>
>   That may be a little confusing.
> 
>   I have a piece of exploration code that performs various calcs, 
some
> using looping.  So on 7000 symbols it take a few minutes.
> 
>   It appears the FILTER command can only be invoked once, and I have
> it near the end of the code.  What I would like to do is get the AFL
> to skip over certain symbols before running any of the testing code.
> 
>   I've tried enclosing a large block of the code in an IF structure ,
> but this is problematic (I get var not defined errors).
> 
>   Is there some simple way to tell AFL to SKIP the current symbol and
> move to the next one after testing for some condition(s)?
>


Reply via email to