Home
Raydo is a header only C++ framework used for high frequency stocks/options/futures trading. The Raydo classes are also available in Java and PHP where applicable. The C++ version will always be the most complete and up to date version.
For latest information on this project, please check out the blog
The design goals are for low latency algorithmic trading. Algorithmic trading may be used for market making, inter-market spreading, arbitrage, and pure speculation.
Raydo is designed to run remotely, and it can also from running locally as a desktop application. Because it was designed from the ground up as a distributed application, it scales nicely.
For example, the algorithmic trading software runs on servers located in NYC for low latency. The risk manager or operator monitoring the system can be located in any location that has internet access. I this case, Paris.

