[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: Dynamic Naming of Composites



PureBytes Links

Trading Reference Links

--- In amibroker@xxxxxxxxxxxxxxx, Ken Close <ken45140@xxx> wrote:
>
>  That is what I figured but there are what, 8000 stocks on TC2005.  
My
> watchlists have 10 to 25 stocks in only 10 watchlists....I keep 
hoping there
> is a way to keep from cycling thru all 8000 to calculate 10.
> 
> Thanks,
> Ken
> 

Then you can write a JScript to loop through the 10 watchlists by 
setting AA.Filter(...) and invoking AA.Scan(). It would be much much 
faster.