Hello Brian...excellent note. I especially like the idea about managing the outcome of the AB forum responses. Especially if you consider that there may be as many as 10,000 eyes monitoring this site on any one day (well maybe a little less than that, but there are ~ 5200 members on this list). This is sobering as I consider writing this, but wanted to build on it by saying that at any one time several of these members will want to help, will spot a challenge and write a snippet, or have an answer that's readily available.
BTW it sounds like you got an archive management tool that lets you readily access TJ posts, and I would appreciate knowing what you use. I use Infoselect (based on Herman's recommendation) but I don't capture all posts and could not tell you how many of Tomasz's posts I'm logged in. Best regards Joe ----- Original Message ----- From: "brian.z123" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, September 12, 2006 7:45 PM Subject: [amibroker] Re: ATC,Sectors and Industries II > Allan, > > The forum is a supplement to the help manual. > It provides diversity of opinion, examples of customised use of > features and personalised answers to users problems amongst other > things. > It's success is partly as a result of the tireless support it > receives from Tomasz (over 7000 posts since 2002). > Where else can you get that? > > You would progress faster with Ami if you used this resource in > better ways: > > - stay on topic e.g. ATC and not help manual deficiencies. > - ask one or two questions at a time instead of ten spread over > several posts > - start at the beginning e.g. "I don't understand how ATC works" is > a good beginning. > - try some simple exercises and make sure you understand the basics > before asking the forum to solve complex problems for you > - wait for the answers and give them careful consideration before > repeating the question e.g. I don't know about you being Chairman of > the Board at BN&N etc but when you start a topic you are definitely > in the chair so manage the posts accordingly. > Ken and I were the first to reply so you would be better to conisder > the points in our posts and report back to the forum what is and is > not working for you from our posts. > - try the answers you are given to see what you can learn e.g. > I stayed up and in the office for an extra half-hour to answer your > question........Message #101109 Tue Sep 12, 2006 11:50 pm ........ > > Do you have all symbols selected and the filter de-selected? > > That was midnight my time. > > Later Tomasz had to answer the question again and the penny > dropped......your reply.....Message #101119 Wed Sep 13, 2006 3:38 > am .... > > You were correct in that I was not scanning upon the whole database. > > - when you resolve the issue come back to the forum and explain > where you were going wrong and how you fixed it up for the benefit > of other new users. > > I don't have a problem with people objectively criticising AB but it > would be better as a separate topic and once is enough. > Start your critical topic, get your arguments out there in a factual > and logical way, allow Tomasz and the forum to respond then move on. > There is nothing to be gained by anyone beyond that. > You could also come up with some specific suggestions as to how to > improve help or support. > > BrianB2 #:-) > > > --- In [email protected], "matrix10014" <[EMAIL PROTECTED]> wrote: >> >> Sorry,one last question.... >> >> From reading the manual it appears as if the ATC sums up prices to >> create an index.My assumption is it is price weighted..What i dont >> understand is,if in the code below we are summing up every stock > in >> its given sector,how could i have a price of 167 for the Energy >> sector?? There must be over 400 stocks in that sector,so how could > the >> sum be 167??? >> >> I dont see a divisor in the code??? Am i missing the > obvious..again!! >> >> 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; >> Filter=1; >> > > > > > > > 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 > > > > > > > > > > > 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/
