|
Class Summary |
| Checker |
Generic implementation of some checks for : config file content (datatypes, mandatory etc...), current situation (result of last calculation), arguments given to the main method. |
| DateTime |
Dummy class to manage date and time and their formats |
| Line |
Represent line/rows of the quote file. |
| Model |
This is a implementation of the financial model. |
| MttChart |
The MttChart rely on JFreeChart to quickly plot the calculated data onto a
chart. |
| MyTrendTimer |
The MyTrendTimer main class implement a mathematical model to provide Buy and Sell signals for major indexes. |
| Operation |
Represent the buy/sell operations created. |
| OutFileWritter |
Technical class just to write the various result files (csv, xml etc...) |
| PeriodicPerf |
Represent the Periodic (months/years) performance calculation |
| Plateform |
We manage what is plateform dependant or linked to the environment. |
| QuoteSourceFile |
The quote file used as arg0. |
| SAX2Handler |
Technical class just to handle the xml configuration file with SAX2. |
| Statistic |
Some static methods to calculate various statistical indicators on a float array. |