PureBytes Links
Trading Reference Links
|
Sure ... I want to load a table with a bunch of stocks and scores for
those stocks ... ONE SCORE PER STOCK PER BAR ... I want to be able to
sort on date ascending and score descending simultaneously i.e rank
them by date ... this is something I came up with in the first thing
I'm playing with using ABTool. I can probably think of scenarios
that are signifigantly more demanding than this so if you are going
to enhance this capability I wouldn't stop at two columns.
--- In amibroker@xxxxxxxxxxxxxxx, uenal.mutlu@xxxx wrote:
> Fred, if I got this right, then you mean sorting based
> on more than one field in the table, right? Can you
> please give a practical example?
> Thx
> UM
>
> ----- Original Message -----
> From: "Fred" <fctonetti@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, May 06, 2003 6:02 AM
> Subject: [amibroker] Re: Additions to ABtool v0.0.5 beta
>
>
> > Uenal,
> >
> > I have a question regarding Table Sorting ... Is it possible to
sort
> > tables on multiple tables simultaneously with some of the columns
> > being sorted in ascending sequence and others descending ?
> >
> > If not please consider this to be an enhancement request.
> >
> > Fred
> >
> > PS This is a great add on ...
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, uenal.mutlu@xxxx wrote:
> > > Hi Fred,
> > > after FileWriteNum(...) simply use FileWriteStr(",", fh) to
append
> > > a comma to the data. And yes, line end is done using "\n".
> > > UM
> > >
> > > ----- Original Message -----
> > > From: "Fred" <fctonetti@xxxx>
> > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > Sent: Tuesday, May 06, 2003 2:39 AM
> > > Subject: [amibroker] Re: Additions to ABtool v0.0.5 beta
> > >
> > >
> > > > Thanks for the confidence.
> > > >
> > > > For folks that have done C++ or similar programming, concepts
> > > > like "\n" are probably cake as are the fact that "," can't be
> > added
> > > > behind numbers in FileWriteNum statements and I know this is
> > beta,
> > > > but even for those that have done their share of programming
in
> > > > unrelated languages in the past there isn't enough info to
keep
> > this
> > > > from initially being a semi-painful experience.
> > > >
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs from home.
Over 14,500 titles. Free Shipping
& No Late Fees. Try Netflix for FREE!
http://us.click.yahoo.com/BVVfoB/hP.FAA/uetFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|