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:
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"
To contribute to the repository, please follow the Contribution Guidelines
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.