Current wishlist:
=================
* rewrite in C++

* mailing list

* cvs directory

* Read from tty loop.
        - arrow keys move up and down, highlighting a stocks line.
        - (d) removes the stock from the list
        - (a) prompts for the addition of a stock to the list (done)
        - arrow keys and page up/down keys scroll list of stocks

* Alerts.
        - have it page me
        - run arbitrary command in other words.

* Trading........... but the perl script is best for this.
        - have it "system(perl.script)" to execute a trade.

* Logging
	- log streamer data to a file
	- browse or graph the data (volume/time at price)

* Bug fixes
	- make the connect call non-blocking and catch it on errors
	to try again.
	- handle display as a scrollable set of lines which are
	implemented as a linked list for easy addition and removal
	of ticker symbols - currently it is assumed you are 80 columns
	and no attempt is made to prevent you from adding more symbols
	than lines on your screen.

* Status Window
	- make the last line show time and keystroke command interaction
	- also show current value of portfolio
	- ability to mark which stocks are part of your portfolio

* Other stuff
	- lots .. news, profile, alerts, most actives... etc.

Is there a better way to discover the actual volume traded for a given
price interval ?  A better source of data ?
Not necessary to be real time here.

Peter 2000-07-17
