PureBytes Links
Trading Reference Links
|
Yuki,
It is always possible, if you define your order preference, of course.
You will need a line like
z=IIf(Name()=="MSFT",1,IIf(Name()=="INTC",2,IIf(Name()
=="IBM",3,100)));
for the definition and then, ask the Z-bottom3 of the results.
It can be done with one click on the Z column caption, or
automatically [with a few lines in the code].
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, Yuki Taga <yukitaga@xxxx> wrote:
> Is there a way to force tickers to appear in an order that I
specify?
>
> For example, if ticker 8511 is in the report output (passes the
> filter), that ticker would be the first symbol on the list, and if
> ticker 7944 was in the output, it would be second symbol.
>
> I have a preferred ticker order that I would like to see on some
> outputs, regardless of any other data one might sort by after the
> output is generated.
>
> Yuki
------------------------ 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/
|