sidorovis / stsc

Simulated Trading Strategies Creator
3 stars 2 forks source link

Travis

Simulated Trading Strategies Creator

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.

"Fancy" GUI is based on javafx and JFreeChart. Actually you could draw

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>