PureBytes Links
Trading Reference Links
|
I expect your close price is different for each line. A secondary sort
only sorts secondary values for identical primary values.
For example, it works nice if you have Buys and Sells in a column, your
first sort is on Buy or Sell, second sort on Price or some technical
value or the Symbol name.
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of areehoi
Sent: Saturday, March 25, 2006 18:26
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Sort by columns
Terry,
Thanks for your prompt answser. I'm sorting an exploration (basic
performance). First column of sort is Close (price) then I do shift on
second column which is the % difference between yesterdays close and
todays close. It won't sort? Shouldn't this work by your definition?
Dick H.
--- In amibroker@xxxxxxxxxxxxxxx, "Terry" <MagicTH@xxx> wrote:
>
> It works fine for me. Be sure your first sort "allows" a 2nd sort.
> E.G., if you sort on % Profit first, then a 2nd sort will not change
> anything since each % Profit is likely unique.
> --
> Terry
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
> Behalf Of areehoi
> Sent: Saturday, March 25, 2006 16:43
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Sort by columns
>
> Hi all,
> The new feature in 4.78 permits sorting of the AA columns (mutiple
> column sort) but I can't seem to get it to sort as explained in the
> "read me" doc. According to the doc you sort the first column then
> hold down the SHIFT to sort additional columns (keeping it held down
> and clicking with do ascending/decending .. according to doc). It
> just doesn't work for me. Anyone else having this problem? Or do I
> need to do something else?? Thanks for any help as this is an
> excellent feature if it works.
>
> Dick H.
>
>
>
>
>
>
>
>
>
> 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
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/
<*> 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/
|