Hello, Please check Introduction to AddToComposite that Herman wrote to collect information on various ATC applications: http://www.amibroker.org/3rdparty/IntroToAtc.pdf
Page 15 explains what you are after. Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "matrix10014" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, December 25, 2007 1:55 AM Subject: [amibroker] Re: Sector Setup > Hello Tomasz, > > I wasnt making myself very clear.I have Quotes Plus,and do have the > Sectors and respective groups set up.However,I can not click on > Captal Goods and bring up a chart,nor can I click on a sub sector > like Housing and bring up a Graph... > > I vaguely remember having to use the ATC function,in a manner similar > to this > > sym = "~" + SectorID(1); > AddToComposite( L, sym,"L"); > AddToComposite( O, sym,"O"); > AddToComposite( H, sym,"H"); > AddToComposite( C, sym,"C"); > AddToComposite( V, sym, "V"); > Buy=Sell=Short=Cover=0; > > I would like to be able to scroll and view charts of the 10 Quotes > Plus Sectors as well as the 150 or so sub sectors.Unfortunatley,I > know just enough to really screw things up..How would one use ATC to > produce the sectors and subsectors so I can chart them???Can one > drill down to see the sector perormance,the sub sectors and then the > stocks?? > > I will look at the videos > > Thanks everyone and Happy Holidays > > Allan > > > > > Filter=1;--- In [email protected], "Tomasz Janeczko" > <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> There are many videos at >> http://www.amibroker.com/video/ >> >> As for "sector setup" it is data-vendor dependent, as each data >> vendor has it own structure. For most paid EOD vendors >> the structure is automatically created at the database creation >> time (see Tutorial section of the guide). >> >> Best regards, >> Tomasz Janeczko >> amibroker.com >> ----- Original Message ----- >> From: "matrix10014" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Monday, December 24, 2007 8:25 PM >> Subject: [amibroker] Re: Sector Setup >> >> >> > Are there any videos regarding the creation and maintainance of >> > Sectors,industries and stocks pyramid structures..As a non >> > programmer,alot of Amis power would be alot more accesable with > some >> > good instructional videos..Just a thought.. >> > >> > allan >> > >> > --- In [email protected], "Rick" <rickbw@> wrote: >> >> >> >> Is there any know issues with V5 in setting up sectors? I have > been >> >> attempting to create sectors and industries for several hours > and >> > have >> >> had no luck at all. Although when I go to Symbol > Catagories > window >> >> there are named sectors in the sectors tab, they do not show up > in >> > the >> >> symbols tab when in chart view (only 11 sectors show, but there > are >> >> many more in the Symbol > Catagories > Sectors tab. Also, when > on >> > the >> >> Sector tab, on the right the settings tab is blank. >> >> >> >> I have also attempted to rewrite the "broker.sectors" and >> >> the "broker.industries" files (And then delete > the "broker.workspace" >> >> file without any luck. >> >> >> >> Is there an article I can refer to? >> >> >> > >> > >> > >> > >> > 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 >> > >> > >> > >> > >> > >> > > > > > 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 > > > > >
