Skip to content

ezhulenev/orderbook-dynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages