Skip to content

C++ Library for Stochastic Optimal Control in Trading

License

Notifications You must be signed in to change notification settings

jialuechen/libstoch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibStoch: C++ Library for Stochastic Optimization in Algo Trading and Market Making

LibStoch provides tools for stochastic optimization in market making and algo trading. It implements DP based on Monte Carlo with regressions, semi Lagrangian for HJB equations and stochastic dual DP to deal with optimal liquidation, LO placement and order management problems. With parallelization from OpenMP, it is also able to solve high dimensional problems on clusters.

Dependent Libraries

  • Boost
  • Eigen
  • OpenMP

License

MIT