To Do:
======

- create some howto docs for quote plugins
- postgresql quote plugin
- key bindings
- key binding scripting
- trendlines and fibo objects to plot on weekly and monthly charts as well
- make a freshmeat entry
- allow negative displacement for line plots
- create a package of CUS indicators, default CSV plugin import rules to the install process
  so users have a bunch of examples and things to play with
- change Quote behaviour in yahoo plugin to create separate symbols for intraday and daily
  data. also put a timer on yahoo plugin for intraday tick downloads every X minutes. same limitations
  will apply as in the CSV timer
- overhaul CSV plugin to allow URL downloads and clean up code...it's a mess  
- add more crosshairs behaviours to IndicatorPlot
- user defined bar lengths for intraday charts
- add remember last file used for CSV plugin.
- add better icons for add/insert in the edit formula dialog widget, functions not obvious
- create CUS tutorial.
- add stock margins to the tester

- *******before 0.33 put in routine in config to remove old CUS format files:*************
	~/.qtstalker/data0/cusrules 
  	~/.qtstalker/data0/scanner 
	~/.qtstalker/data0/test
	~/.qtstalker/data0/indicator (only remove CUS types and leave the rest)
        add some default indicators to replace the bar/candle/line chart styles

- add ability to not draw sections of plotlines. (vectors)
- save last chart viewed between sessions.
- change absolute path names in the tester rules to relative so files can be moved
- add paper trade mode to portfolio tracker (use last chart value instead of last db value)
- add optimization range testing for the backtester.
- integrate TALIB into the indicator base class and remove the TALIB plugin.
- change quotes plugin gui so that we have to open and close less windows. getting tired of opening dialog,
  changing settings, closing dialog and pressing download button from main quote dialog. download buttons and status
  list should be on same dialog. we should be able to do everything from the quote plugin dialog. construct common 
  quote gui base class in qtstalkerlib.
- fix negative account volume trades in the tester.


Maybe some day:
===============

- I would love to add scripting. This is by far the hardest thing to implement.
  So, fat chance I'm going to get this done soon without any help... help.... help...

- A proper portfolio manager.

- support for options





