PureBytes Links
Trading Reference Links
|
I would like to ask what others think about the following
IMHO useful features to be added to AFL:
As you know using AddColumn() and AddTextColumn()
one can add columns to the result table in AA.
It would be good if also the following were added to AFL:
1.) AddTickerColumn(array, "title");
In this column one can add ticker symbols, and it shall
be a clickable field. If it contains a ticker which is in the DB
and user doubleclicks on this field then display shall change
to that ticker. Good for example to link stock with its associated index
using GetBaseIndex(), or any other ticker symbol.
2.) AddRankColumn(array, "title", bAscending=1);
After script is processed this column shall contain
auto assigned ranking numbers referencing an internal
ascendingly or descendingly sorted copy of the given array.
Ranking numbers are simply row numbers of a sorted table.
Here the given array does not need to be part of the table.
Even after resorting the table after clicking on any column hdr,
the ranking numbers shall stay constant.
UM
------------------------ Yahoo! Groups Sponsor ---------------------~-->
DVD Rentals with No Late Fees - Try Netflix for FREE!
http://us.click.yahoo.com/ZKLNcC/pEZFAA/i5gGAA/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/
|