0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 19, 2025 — Mar 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected Yahoo date format change and simplified date handling in the download More... almost 19 years ago
Corrected not working byte counter for split downloads. Simplified the date handling due to the new Yahoo download format More... almost 19 years ago
Corrected Yahoo US date format change More... almost 19 years ago
Fixed unused import More... over 19 years ago
Added an options "module" to try and create a centralized location for various options. Added an option to hide charts when running a simulation, for a performance boost. More... over 19 years ago
*** empty log message *** More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
changed IView.show() to IView.setVisible(boolean b) in line with the deprecation of Component.show() in favour of Component.setVisible() More... almost 20 years ago
update jfreechart and jcommon dependency More... almost 20 years ago
removed outdated file More... almost 20 years ago
Updated after packages containing traders being renamed More... about 20 years ago
Moved indicator package to market due to necessary dependencies More... about 20 years ago
moved gui.engine to gui as it is tightly linked to it without an easy way to decouple both More... about 20 years ago
Created engine.model package to avoid cyclic dependencies between engine implementation and the market package More... about 20 years ago
Moved indicator package to market due to necessary dependencies More... about 20 years ago
Moved QuoteMonsterMarketEngine to a test (junit) package as it is only used there. More... about 20 years ago
Moved Translated Action to the more relevant services package More... about 20 years ago
Reworked packages structure to be more coherent between indicators and traders with impl for implementations More... about 20 years ago
REmoved bad dependency to one trader implementation More... about 20 years ago
Changed vector usage to newer arraylist as suggested by PMD code check More... about 20 years ago
Fixed cyclic packages dependencies in lu.base.* packages More... about 20 years ago
Updated jfreechart dependencies to latest version (to replace release candidate) More... about 20 years ago
moved legend to the right needed to rearrange panels More... about 20 years ago
Did not keep current test on speeding performance Updated the way the 3 panels are handled and moved them around More... about 20 years ago
removed cause for deprecated warning More... about 20 years ago
Added logic for fetching small icons in the engine control toolbar. More... about 20 years ago
Added small icons for engine control toolbar. More... about 20 years ago
Added properties specifying the small icons for the engine control toolbar. More... about 20 years ago
Fixed error in getting user option for hiding charts. More... about 20 years ago
Added logic for an option to hide charts while running a simulation, as drawing them may be a performance bottleneck on some systems. I will add an options area to specify this option soon. Also did some small tweaks to code and structure. More... about 20 years ago