Monday, October 15, 2007

Project Done Client signed of. a few more things he wants siad he might contacted me after exams to see about them. the main problem was the basic storing and retreaving of the data now thats done any thing aditional should be quite easy.

Monday, October 8, 2007

The project is pretty much done a few small things to fix up, changing the words on some buttons a bit of formatting. then just gotta compile it and make an exe file and i;m done.
a few extra requirements are in the code but not implemented as it has no gui. if i get board might put it in. probably wont.

Monday, October 1, 2007

Going well. few things i wanna do. fix up the graph a bit more and redo the error messages to give more detail what is wrong.
Might work on the bullish and bearish candel recognistion. should only take an hour to add but that is the lowest prioity as it's not a core functionality.

Saturday, September 22, 2007

I wasnt feeling well last week plus had a few unexpected things on the weekend so didnt get as much work on it as i wanted.

feeling better now spent most of the day on the project and will spend most of 2morrow on it. there is a bug (or several) still in it stuffing up the report generations, trying to find out whats causeing it is very confusing especially with all the loops i have, will hopefully find it 2morrow and have it working well for the meeting on Monday.
Trying to work out the graph is proving to be harder then expected though it's getting there. the library is free but the instructions on how to use it costs over 100. should look for a torrent of the manual or something.

Monday, September 10, 2007

Program basicly done just gotta get the graph funtion going. also the report is not generating correctly recordes too may trades then it should will need to look into that. not fun there is about 7 loops and if statements going to be hard to pinpoit the problem. appart from that just gotta work on valadating the input. atm it crashes if u type in a wring dat letter where a number should be etc.

should finish it nextweek.

The graph libaries look good and can do exactly what i was as it's shown is a demo but inorder to get access to the manuel and sample code they want me to pay. libary free instrutions on how to use are not. have to see if i can find a leaked copy or another tutorial.


Few assignments due for other subjects but should be able to make time

Monday, September 3, 2007

Most of the back end is done it appears to be working. but as there i no gui yet i cant realy test it well as i have to hard code in test values. will start work on the gui next week and have a alpha ready so the rest of the group can start on the documentation. once that is dont just got bug fixing and exception handling. cuz atm it's very temperamental one wrong letter and it will crash so will need to work on that.

things are going well. procrastinating a bit but should be ok.

Monday, August 20, 2007

didnt do much this week went to a Lan was stuff the weekend and monday because of it. though cuz i was a bit ahead i'm only a tiny bit behind now, should be ok. got 2 other assignmets this week so probably fall a bit more behind will try and make it up this weekend.
I have delt with the diffrent CSV files by making a method that will parse a diffrent one change it's format to the right one then import it. not the most elegant or efficant way to do it but it works. if i have excess(unlikly) time later i might do it properly thoough this bandaid solution should work fine.
been looking at the Jfreechart files now in more detail looks like it hasd alot of nice fetures that should be easy to implemet which will make the client able to sort through the data better. though it is hard to navaigate the libary and though the class files are free the documentation costs 60+$ so i'm a try and find a warez of it to help me get the charts working nice.