/big-algo-framework

Another trading algo!

Primary LanguagePythonMIT LicenseMIT

BIG Algo Framework (BAF): A product of Brahma Investment Group (BIG)

https://readthedocs.org/projects/big-algo-framework/badge/?version=latest

ABOUT

BAF is a trading algorithm framework that connects to several brokers and creates, places and manages orders/positions automatically.

The framework consists of several broker APIs (or Python wrappers for the broker API). Currently the following brokers are supported:

  1. Interactive Brokers - Using ib_insync python package
  2. TD Ameritrade - Using tda-api python package

INSTALLATION

To use this in your project, you can install it using the following command:

pip install "git+https://github.com/brahma-investment-group/big-algo-framework.git@main"

LINKS

Docs

Issues

Pull Requests

CONTRIBUTION

To contribute to the repository, please follow the Contribution Guidelines

Disclaimer

big-algo-framework is released under the MIT license.

The software is provided "as is". Users are encouraged to test the software on paper account, before risking real money. The author accept no responsibility for any damage that might stem from use of big-algo-framework. See the LICENSE file for more details.