• Stars
    star
    718
  • Rank 63,070 (Top 2 %)
  • Language
    Scala
  • License
    MIT License
  • Created about 10 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Modeling high-frequency limit order book dynamics with support vector machines

Modeling high-frequency limit order book dynamics with support vector machines

Based on paper Modeling high-frequency limit order book dynamics with support vector machines

Source code for blog post:

Testing

By default tests are running with Spark in local mode

sbt test

Building

In the root directory run:

sbt assembly

The application fat jars will be placed in:

  • target/scala-2.10/order-book-dynamics.jar

Running

First you need to run assembly in sbt and then run java cmd

java -Dspark.master=spark://spark-host:7777 order-book-dynamics.jar