[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Re: controlling exploration output



PureBytes Links

Trading Reference Links









Howard: thanks, Yes that seems to work and
was suggested by others.  Obvious, perhaps, but not to me.  Thanks
for the reply.

 

Ken

 

-----Original Message-----
From: Howard Bandy
[mailto:howardbandy@xxxxxxxxx] 
Sent: Sunday, December 07, 2003
10:02 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Re:
controlling exploration output

 

Hi Ken –

 

Is it possible to combine those two
criteria into one?  

 

Perhaps:  1000 * (C1 > threshold)
+ C2

 

Howard

 

 



-----Original Message-----
From: Ken Close
[mailto:closeks@xxxxxxxx] 
Sent: Friday, December 05, 2003
7:35 AM
To: amibroker@xxxxxxxxxxxxxxx
Cc: suggestions@xxxxxxxxxxxxx
Subject: RE: [amibroker] Re:
controlling exploration output

 

<font size=2
face="Courier New">Phsst, DT, Dave:<font
size=2 face="Courier New">

OTOH.....<font size=2
face="Courier New">

I have several applications which
rank by a main parameter and then<span
>
select by a second parameter.<font
size=2 face="Courier New">

I would love to have a way to sort
by "primary" column, next by<font size=2
face="Courier New">
"secondary" column, just
like the Sort command in Excel.  Perhaps a<font size=2
face="Courier New">
right mouse click on the column
header, choose primary or secondary,<span
>
(asc or des is a refinement), then
again on another column.<span
>

Not so trivial when you have 100
tickers, 40 of which all have the same<font size=2
face="Courier New">
primary "score" or rating,
and you want to choose the best by sorting<font size=2
face="Courier New">
also the secondary.<font
size=2 face="Courier New">

Of course!!  Export to Excel
and sort there, or select the top primary<font size=2
face="Courier New">
ones and put them in a temporary
list, then sort there on secondary.<span
>

I would agree there are more
important features to add to Amibroker.<font size=2
face="Courier New">

Ken<font size=2
face="Courier New">

-----Original Message-----<font
size=2 face="Courier New">
From: Phsst [mailto:phsst@xxxxxxxxx]

Sent: Friday, December 05, 2003
12:59 AM
To: amibroker@xxxxxxxxxxxxxxx<font
size=2 face="Courier New">
Subject: [amibroker] Re: controlling
exploration output<span
>

Dimitris,<font size=2
face="Courier New">

Glad to see you up bright and early
this morning!<span
>

I felt the same as you... just how
difficult is it, and how long does<span
>
it take to click on a column heading
to accomplish a sort? And is it<span
>
really important enough to ask
Tomasz to make code changes for<span
>
something so trivial? These are
important questions, are they not?<span
>

Take care.<font size=2
face="Courier New">

Phsst<font size=2
face="Courier New">


--- In amibroker@xxxxxxxxxxxxxxx,
"DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx><font size=2
face="Courier New">
wrote:<font size=2
face="Courier New">
> Dave,<font size=2
face="Courier New">
> How many clicks ? This is the
question.
> If it is important, please
accept one more click, it takes a few <font size=2
face="Courier New">
> seconds.<font
size=2 face="Courier New">
> You may add in the body of the
exploration an<span
>
> <font size=2
face="Courier New">
>
Z=IIf(Name()=="MSFT",1,IIf(Name()=="INTC",2,IIf(Name()<font
size=2 face="Courier New">
> =="IBM",3,100)));<font
size=2 face="Courier New">
> Filter=1;<font
size=2 face="Courier New">
> AddColumn(Z,"My
order");<span
>
> AddColumn(C,"");<font
size=2 face="Courier New">
> and hit "My order"
once.
> Is it enough, or you want
something more automated ?<span
>
> If this click is the problem,
please let me know.<span
>
> Dimitris Tsokakis<font
size=2 face="Courier New">
> --- In
amibroker@xxxxxxxxxxxxxxx, "Dave Merrill" <dmerrill@xxxx> <font
size=2 face="Courier New">
> wrote:<font size=2
face="Courier New">
> > Don't think so. <font
size=2 face="Courier New">
> > <font size=2
face="Courier New">
> > I'd love it if there was
an AFL function SortResults(ColumnNumber) <font size=2
face="Courier New">
> that was<font
size=2 face="Courier New">
> > the equivalent of clicking
on a column header in the result list. <font size=2
face="Courier New">
> Negative<font
size=2 face="Courier New">
> > ColumnNumber would sort
descending. Ideally, multiple ColumnNumbers <font size=2
face="Courier New">
> could be<font
size=2 face="Courier New">
> > passed to sort on multiple
levels.
> > <font size=2
face="Courier New">
> > Maybe some day...<font
size=2 face="Courier New">
> > <font size=2
face="Courier New">
> > Dave<font
size=2 face="Courier New">
> > <font size=2
face="Courier New">
> > <font size=2
face="Courier New">
> > > Is there a way to
force tickers to appear in an order that I <font size=2
face="Courier New">
> specify?<font
size=2 face="Courier New">
> > > <font
size=2 face="Courier New">
> > > For example, if
ticker 8511 is in the report output (passes the<font size=2
face="Courier New">
> > > filter), that ticker
would be the first symbol on the list, and if<font size=2
face="Courier New">
> > > ticker 7944 was in
the output, it would be second symbol.<font size=2
face="Courier New">
> > > <font
size=2 face="Courier New">
> > > I have a preferred
ticker order that I would like to see on some<font size=2
face="Courier New">
> > > outputs, regardless
of any other data one might sort by after the<font size=2
face="Courier New">
> > > output is generated.<font
size=2 face="Courier New">
> > > <font
size=2 face="Courier New">
> > > Yuki<font
size=2 face="Courier New">



Send BUG REPORTS to
bugs@xxxxxxxxxxxxx<span
>
Send SUGGESTIONS to
suggest@xxxxxxxxxxxxx<span
>
-----------------------------------------<font
size=2 face="Courier New">
Post AmiQuote-related messages ONLY
to: amiquote@xxxxxxxxxxxxxxx <span
>
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)<font
size=2 face="Courier New">
--------------------------------------------<font
size=2 face="Courier New">
Check group FAQ at:<font
size=2 face="Courier New">
<a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html


Your use of Yahoo! Groups is subject
to
<a
href="">http://docs.yahoo.com/info/terms/ <font
size=2 face="Courier New">






Send BUG REPORTS to bugs@xxxxxxxxxxxxx<font size=2
face="Courier New">
Send SUGGESTIONS to
suggest@xxxxxxxxxxxxx<span
>
-----------------------------------------<font
size=2 face="Courier New">
Post AmiQuote-related messages ONLY
to: amiquote@xxxxxxxxxxxxxxx <span
>
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)<font
size=2 face="Courier New">
--------------------------------------------<font
size=2 face="Courier New">
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html<font
face="MS PGothic"> 

Your
use of Yahoo! Groups is subject to the <a
href="">Yahoo! Terms of Service.<font
face="MS PGothic"> 









Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<span
>
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html<font
face="MS PGothic"> 

Your use of Yahoo! Groups is subject
to the Yahoo! Terms of Service.<font
face="MS PGothic"> 










Yahoo! Groups Sponsor












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 the Yahoo! Terms of Service.