OpenBroker is a Python library built by AlgoTest to provide a simple scriptable interface to the OMS at AlgoTest platform, enabling every user to code their own trading strategy and manage orders easily in a broker-agnostic manner.
Installing the library is as simple as running the following command:
pip install openbrokerThe library is designed to be as simple as possible to use. Take a look at the examples.
The documentation for the library can be found here.
Contributions are welcome! Please read CONTRIBUTING.md for more information.
This project is licensed under the terms of the MIT License.
This project is not affiliated with AlgoTest in any way.