PureBytes Links
Trading Reference Links
|
To all,
Thanks for the excellent and thoughtful comments, especially the wise
counsel from the 'elders' - there wasn't a bad one amongst them.
Unfortunately I mailed replies privately by mistake.
For the forums benefit - a short recap.
I agree that it is part of Tomasz's successful (in the past) chosen
business plan/vision and also part of his personal style.
The help manual is lagging behind the program and the AFL reference
doesn't do justice.
Tomasz's teaching style is very unusual and doesn't suit all - it is
a kind of cryptic language all of of its own - perhaps considered
perhaps not.
It doesn't have to be a book (that is my bias) electronic is easier
to disseminate and maintain.
Herman - you are a unique individual - most of the rest of us are not
ready for you but that doesn't make you wrong (I'll try to keep up
with you).
I'm very grateful for what Howard is doing for us - perhaps he will
save the day in the end.
If I knew half as much as Tomasz about AB and programming I would
love to write an AB/AFL book.
Graham is a natural teacher but I dont think he wants the job
(formally).
Tomasz is free to do what he wants (as we all are).
Anyone who takes on a leadership role in any field (sport, family,
business) soon finds that their responsibilities grow exponentially
especially with regard to the least amongst them.
The UKB has made a good start - I can't personally do justice to AFL -
the site does depend on a variety of authors to provide balance -
imagine what it would look like if every long term AB user posted one
article on their favorite AB/trading subject?
Tomasz has actually provided us with 4 maintained user databases (AFL
library, AB forum, third party site and the UKB). The UKB is the only
fully structured user site.
Our lives are not our own - we all have duties that we try to
complete so that we can get some time to ourselves.
We all have to quietly balance personal with our public lives.
We all have to priortize - I am just wondering if AB has overbalanced
and put development to far ahead of delivery.
The kids are our future but the future is here now.
Have a look at their sites and you will see how they prefer to
exchange information.
I WON'T COMMENT ANY FURTHER.
THE TOPIC HAS BEEN VERY WELL CANVASSED.
THNKS FOR HEARING MY OPINION.
brian_z
--- In amibroker@xxxxxxxxxxxxxxx, Ronald Davis <xokie7@xxx> wrote:
>
> Lloyd>>>I, also would like to see a presentation using first
principles. My
> understanding is that Howard will be completing an entry level book
> this spring as soon as he completes some obligations this month.
>
> It might be a better book if Howard and Graham were to agree to
JOINTLY
> write the book. The best and most understandable explanations
that have
> been given to me have been those from Graham. Graham seems to
have an
> outstanding ability to describe things in a very understandable
way. Here
> is his description of SUM from the user manual. Ron D
>
======================================================================
=====
> Sum adds up the last "n" number of bars. It sums whatever you put
into the
> first part of the sum formula.
>
> Cum(1) adds 1 to the previous value of Cum, so the first bar is 1
and it
> just keeps adding one to the last bar value of cum(1).
> You can use Cum to add anything, like how many times you get rising
days in
> the entire chart:
>
> Rise = C>O; //this gives results of 0 or 1
> TotalRise = Cum(Rise);
>
> You could limit this as well to time periods, or any other
condition Example
> would be one for total rise days since 1995:
>
> RecentRise = C>O and Year()>=1995; //this gives results of 0 or 1
> TotalRise = Cum(RecentRise);
>
>
> If you wanted to know how many rising days in the last 12 bars you
would
> use:
>
> LastRises = Sum(Rise,12);
>
>
> ===================================================================
>
> ----- Original Message -----
> From: "Thomas Ludwig" <Thomas.Ludwig@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, February 08, 2008 1:14 PM
> Subject: Re: [amibroker] Re: no amibroker book?
>
>
> > brian_z111 wrote:
> >
> >> However, I also agree with the others that we need a good AFL
book
> >> and IMO Tomasz is the man to write it - yes, even if he has to
stop
> >> development to do it - take a sabbatical and get out the
feathered
> >> pen Tomasz
>
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
<*> 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:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|