cyniu / orderbook-dynamics

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Scala 100.0%