Hi Tomasz, I am fully confident that you will take Amibroker to even greater heights, I have looked far and wide for a product like amibroker. Never found one. Sure I came across products like Tradestation , Metastock and others. For me Amibroker is it. And I only use about a fraction of Amibrokers features.
As far as I am concerned Amibroker is your brainchild, I am quite happy to offer a few suggestions now and than. I am also quite happy that you have a listening ear. Keep up the Good work Guno --- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > Hello, > > Don't worry - over many years I have proved that I am capable of extending > program into many different directions at once. > > There were significant features added in every area even this year, to name a few: > 1. advanced users / programmers got new control flow statements: continue, break, switch/case and gfx low-level functions > 2. discretionary traders got cleaner charts (no thick divider lines between panes), improved real-time quote window > 3. beginners got AFL code wizard > > So as you can see your worries have no reason - AmiBroker progresses quickly in many directions at once. > > Also the wizard should actually decrease number of support questions that we are getting. > Why? Simply because there will be no basic questions like: I need a code that geberates a buy when > volume is higher than its average from last 15 days. > > The wizard is also great *learning* tool. > > If you take a look, you will see that each statement that you build using natural language > is accompanied with > "AFL code equivalent" updated in real-time as you click parts. > What's more the code part responsible for selected part of the sentence is marked with BOLD. > So beginner exactly knows that "5 bars ago" is coded with Ref. > This may not be obvious even for computer programmer coming from C language who is just starting with AFL. > But now the learning process is turbo-charged with the help of the wizard. > > I think that you underestimate the role of the wizard in the learning process even for semi-advanced people. > > > > Best regards, > Tomasz Janeczko > amibroker.com > ----- Original Message ----- > From: "Phsst" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Saturday, May 19, 2007 4:38 AM > Subject: [amibroker] Re: AFL code wizard - preview presentation > > > > Hello TJ, > > > > I know that you are getting 'kudos' for the 'dumbing down' AFL Wizard, > > but I don't mind being the one to argue the case that you may have > > just created the single biggest obstacle to progressive future > > upgrades in AB capability. > > > > You have now created a tool for the 'programming illiterate' group of > > users, who will from this day forward, demand more and more > > enhancements to the wizard to compensate for their inability to > > comprehend AFL's programatic complexities. > > > > I understand your need to draw in the maximum number of customers with > > easy to use 'wizards', but to create a 'wizard' that really uses the > > full capability of AFL, your development time will from now on be > > severely taxed by the 'wizard' crowd. > > > > I wish you luck in your efforts. > > > > Best Regards > > > > > > > > --- In [email protected], "Tomasz Janeczko" <groups@> wrote: > >> > >> Hello, > >> > >> Generally speaking AFL code wizard is written to be extensible. > >> If you download trial version and install it, you will notice "CodeGen" > >> subfolder that consist of Generic.xml file. > >> This text file consist Text-To-Code generation rules. > >> Currently there is only one codegen shipped with AFL code wizard > >> but in the future I plan to ship LOTS of them. The approach is flexible > >> enough to allow adding rules like: > >> "when ..something... forms a double bottom" > >> > >> Also future versions will just read any number of .xml files from > > codegen > >> subfolder and allow switching between them. This will open a way > >> for 3rd party DLLs to be included in the code wizard lists. > >> > >> Best regards, > >> Tomasz Janeczko > >> amibroker.com > >> ----- Original Message ----- > >> From: "John Tierney" <johntierney@> > >> To: <[email protected]> > >> Sent: Friday, May 18, 2007 7:45 PM > >> Subject: RE: [amibroker] Re: AFL code wizard - preview presentation > >> > >> > >> > Tomasz, > >> > > >> > Can third party indicators (via dll) be added so that they show up > > in the > >> > list. > >> > > >> > > >> > > >> > > >> > > >> > 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 > > > > > > > > > > >
