TradingSimulation is a modular framework designed for back-testing trading strategies. The components are built on top of akka Actors.
Detailed documentation can be found on the dedicated wiki.
-
Install the SBT build tool.
-
sbt compileto compile the source files -
sbt "project ts" rundisplays a list of examples that can be run in the TradingSimulater backend -
sbt "project frontend" runstarts the frontend. The server is listening for HTTP on http://localhost:9000/
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0