Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

dimfeld/brokerage_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brokerage_server

HTTP-based interface to stock brokers

This is currently an early work in progress. My plan is to eventually add support for Websockets, and probably NATS as well for more efficient communication with multiple clients.

Currently this is only slated to operate with Interactive Brokers. But the server is built around a plugin-based architecture, and I would like to add support for ThinkOrSwim and possibly others in the future.

The intention here is to provide a component that has the minimum necessary intelligence to enable higher-level applications to do their jobs. It will not include algorithms for scanning the market, picking stocks, or executing trading algorithms, as it is designed to be a support component for these sorts of applications. It may gain simpler features though, such as price adjustment for unfilled limit orders.

Supported Broker Plugins

About

HTTP-based interface to stock brokers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages