[gchartman-devel] Re[2]: todo
Status: Inactive
Brought to you by:
markpmc
From: <we...@le...> - 2000-10-10 22:51:05
|
> > > I didn't start a real TODO list yet, because I have all > kinds of ideas flying through my head, but I don't know > in what order I will try to implement them. > > Some of the ideas that I have are: > > Near future: > - add a function do_split to modules, such that a trendline > can rescale itself when a split is done -> automatic > adjustment after split. > - make it possible for modules to be parents of other modules. > What I would like to have is a moving average of an RSI > or Momentum. The list module instances left of the chart > will become a tree, and when adding an instance, one is > asked to select a parent. It might also be possible to > just drag a moving average in that list from the main chart > to another instance which has the 'parent??capability. > > Less near future: > - add a database editor, such that quotes can be entered > or corrected manually, including stuff like cleanly > deleting a stock from the database or adding a new stock. > - add internet quote retrieval, preferably using libstocks > (http://libstocks.sourceforge.net) with adequate grouping > possibilities (download quotes for these stocks from this > site, either "snapshots" or complete historical quotes). > This will have to wait until I get flatrate internet access. > - add a lot of modules (as soon as the interface is stable). > I have some books describing lots of indicators and analysis > techniques like Fibonacci arcs and so on. > > Far future: > - Use gnome-print to print out charts. > - Use gnome-db for compatibility with different databases. > - Change the database format to something saner. > - UI polishing. > - Add esoteric analysis possibilities like cyclical analysis > or neural network based price predictions. > > I probably forgot some things... Anyway, sooner or later a > code cleanup will have to be done. I have some ugly code > because of bad habits (variable and function naming mainly). > Also my spare time left for coding is not very large. I'm > currently studying, and I only have 1 or maybe 2 hours > per day left for coding. > > Anyway, tell me about your ideas! > > Christian > > Christian, thanks for the list.. Some of the things I was looking at , as in modules, look like they are in your short term list. Most of the things I wanted to do centered around the database . Setting gnome-db fto use other databases, even though I mainly use MySQL is something I think I would like to work on, along with the database format. I was thinking about the database format, and I was thinking a flexible formatter or compiled in modules might be better. I know a few people who have access to stock data in SQL format, but with a different format. I think it may be better for gchartman if it were flexible so that a person could run from his Oracle server at work, that has a much more complex data structure. And adding open, high, and low to the database fields. I have some code for a database editor/viewer I can put in, but that might be something to look at after the database stuff is looked at. Greg -- wenzi http://www.igerg.com We are Pentium of Borg. Division is futile. You will be approximated. (seen in someone's .signature) |