Skip to main content

Introduction

Welcome to the Investing Algorithm Framework documentation!

The framework allows you to leverage python to build complex bots to trade. The framework aims to implement orders, position, trades and portfolio management. Also, the framework aims to support multiple data sources, exchanges and brokers. Next to that backtesting and live trading is supported.

🔧 Core Features​


Getting Started​

The Investing Algorithm Framework is a Python framework for developing and backtesting investing algorithms.

You might also want to check the quick start guide directly which outlines the fundamentals of creating a simple trading bot.

After that, you can read the basics to learn more about the framework.

What you'll need​

Installation​

You can install the framework using the following command:

pip install investing-algorithm-framework

Contributing​

If you want to contribute to the framework, please read the contributing guide.

Issues​

If you find a bug or have a feature request, please create an issue on GitHub.