[gchartman-devel] Re[6]: todo
Status: Inactive
Brought to you by:
markpmc
From: <we...@we...> - 2000-10-17 20:39:50
|
> > Supporting streaming data would require a change in QuoteV to suppot a > > time marker ( as opposed to end of day ). Other than that everything > > else is the same. Instead of the date, followed by price, it would be > > time+date followed by price. > > Or maybe one could have multiple threads and some sort of inter-process > communication > to signal that new data has arrived and that a new quote_vector is ready for > display. > Here is an idea, one process justs collects data and places it in the data base. gchartman updates once a min. I am not even sure if we need IPC ( inter process communication ) if it just updates once a min. Wasteful yes, but easy. > I don`t know Tradestation, guess it`s some piece of professional software. > Yeah, it is a real popular/well known PC software. They are ( FreeMarket ) seem to be writing a clone of their backtesting language. [snip] > > > > > Yes, one should really think about things before coding away. Wish I had known > that 1 year ago :) Actually I knew it but I didn`t care :) > But it won`t be long until I will be brainwashed into not knowing any other way, > because I now have lots of courses on these things. > Most of the time, I write the first one to throw away. Not really to throw away. Sometime you need to write something just to help you get ideas on what you want to design. So I build, see what I like , and then rebuild after I became more familiar with what I want. Still using most of the code I wrote from the first one. > > Currently I`m working on the tree-of-chart-items-stuff, which means quite a few > changes, > and on the xml stuff. It will take 1-2 weeks at least until the next release, > because I`d > like to have *all* configuration data out of the database for it. But I can > upload > an intermediate version in a few days if you want it, or I can mail it to you. > > Christian > I am going on vaccation for a couple of weeks, so I will be on my laptop instead of my development machine. I will be on email , but not compiling, etc. wenzi |