PureBytes Links
Trading Reference Links
|
He wanted to have the numbers auto-generated as a result of the
exploration, before the manual sorting step.
Jitu
--- In amibroker@xxxxxxxxxxxxxxx, "Chuck Rademacher"
<chuck_rademacher@x> wrote:
> Isn't doing this in an exploration dead easy? Just AddColumn the
ROC and
> sort by that column. Sorry if I have somehow missed the point.
Doing it
> in backtesting is a different story, but you did say "exploration".
> -----Original Message-----
> From: jtelang [mailto:jtelang@x...]
> Sent: Friday, October 03, 2003 12:44 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Setting a RANK number
>
>
> I don't know of a way to compare numbers in an exploration. Next
beta
> is supposed to add access to a rank (based on score, ROC, in your
> case) in Portfolio Trade mode, but not sure if it'll be available
in
> Exploration too. May be it will be.
>
> Until then, perhaps the best way is to sort by clicking on the
header
> and then export it to excel...
>
> Jitu
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Rick Parsons"
<RickParsons@xxxx>
> wrote:
> > No, that just numbers the stocks from 1 to 999. I want the
rank to
> reflect the ROC. The highest ROC is #1, the next highest ROC is
#2
> etc.
> >
> > Rick
> > -----Original Message-----
> > From: jtelang [mailto:jtelang@x...]
> > Sent: Friday, October 03, 2003 11:42 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Re: Setting a RANK number
> >
> >
> > AddColumn(Status("stocknum") + 1, "RANK");
> >
> > Jitu
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Rick Parsons"
> <RickParsons@xxxx>
> > wrote:
> > > If I do an Explore in AA for example using ROC(c,7), I want
to
> rank
> > each stock by it's place from first to last. For example:
> > >
> > > ROC RANK
> > > IBM 9.27 1
> > > AA 9.25 2
> > > BBH 8.74 3
> > > DSG 7.24 4 etc.
> > >
> > > How do I assign a RANK number?
> > >
> > > Thanks,
> > > Rick
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > 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.
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/
|