Skip to content

TradingSimulation is a modular framework designed for back-testing trading strategies.

Notifications You must be signed in to change notification settings

merlinND/TradingSimulation

 
 

Repository files navigation

TradingSimulation

TradingSimulation is a modular framework designed for back-testing trading strategies. The components are built on top of akka Actors.

Documentation

Detailed documentation can be found on the dedicated wiki.

Build:

  • Install the SBT build tool.

  • sbt compile to compile the source files

  • sbt "project ts" run displays a list of examples that can be run in the TradingSimulater backend

  • sbt "project frontend" run starts the frontend. The server is listening for HTTP on http://localhost:9000/

License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

TradingSimulation is a modular framework designed for back-testing trading strategies.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 88.3%
  • JavaScript 5.9%
  • C 1.9%
  • HTML 1.6%
  • Shell 1.1%
  • Python 1.0%
  • CSS 0.2%