Ok ... I have showed you ( prev post ) how to clear a WL ... this would work for a group, sector etc ...
I have showed you the basics of how to read an external file and load the symbols to the WL ... is that enough for you to make an attempt ( there are examples of all these in the AFL help ) ? I'm sure you already know how to do an ATC as it is a single instruction, right ? i.e. you use the same loop structure as in the clear except instead of clearing tickers you could use a foreign statement to load them one at a time, perform whatever calc's you want on the o/h/l/c/v/oi arrays and then ATC it. As far as saving the ATC itself to another WL, this also can be done by CategoryAddSymbol ... If you are wanting to perform all the above operations multiple times then build a For loop around all of the above. --- In [email protected], "Ken Close" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Fred" <ftonetti@> wrote: > > > > Load it to where ? > > I guess I assumed it was obvious from the 4 step process I described. > But, maybe not. > > I would guess I have to clear a watchlist, load a new set of symbols > into that watchlist, run the ATC on that watchlist and save the > resulting ATC into another watchlist, then clear the original > watchlist, load in a new set of symbols and keep repeating. > > Can you help? You in the past said it was possible but that was all > you said and that is not helpful enough for me...I need specific code, > either where it has been posted before, or a sample set of lines. > > Can you help? Please do so. > 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/ <*> 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: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
