A platform for simulate in history trading strategies using stock price information (EOD) news feed. Platform provide possibility to generate a lot of strategies, select best of them.
Datafeed example that used into platform: yahoo eod.
- also there is a GUI application to define and if possible correct (redownload) broken/not liquid stocks. ZozkaDatafeedChecker. Newsfeed example that used into platform: feedzilla. Mechanisms to distribute calculation: hadoop.
"Fancy" GUI is based on javafx and JFreeChart. Actually you could draw
- charts with stock data (OHLC);
- on stock algorithms results (curves);
- final equity curve;
Also you could observe 'news' feed (currently from feedzilla).
Also code include examples of application with different search algorithms and providing results in the very convinient way.
Please feel free to read some information about modules list
Some information about working Stsc available at: Stsc As Service
To use subprojects please add next to pom file:
<repositories>
<repository>
<id>stsc-bom-repository</id>
<url>https://raw.github.com/sidorovis/stsc/stsc.bom/</url>
</repository>
<repository>
<id>stsc-mvn-repository</id>
<url>https://raw.github.com/sidorovis/stsc/stsc.repository/</url>
</repository>
</repositories>