Skip to content

billrisher/OpenAlgoTrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAlgoTrader | OAT

An open-source algorithmic trading platform written in Rust

Intro

OpenAlgoTrader, or OAT, is designed to be an asynchronous platform for algorithmic trading, allowing users to employ multiple strategies at once. By following the Pub/Sub model of messaging, we're able to modularize different aspects of strategies and allow them to be reused by other strategies with very little increase in required computing power.

Installation

OAT is written in Rust, meaning that it uses cargo. Building and running the project is extremely straightforward.

cargo build
cargo run

Usage

Eventually there'll be some robust documentation here.

Contributing

Please see CONTRIBUTING.md for information regarding contribution to OAT.


Icons made by Freepik from www.flaticon.com

About

An open-source algorithmic trading platform written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages