Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Devin Thakker edited this page Jun 23, 2023 · 8 revisions

Welcome to the Icarus-bt wiki!

Icarus is a Python package designed to facilitate the backtesting of trading strategies. It provides a framework to simulate and evaluate trading decisions based on historical data.

Sections


Installation

Goes through the simple steps of installing Icarus-bt on your system with a virtual environment if wanted

Modules

Explains the different functionality and applications of each module

Historical Data

Explain the process of acquiring Historical Data to run your tests on

Strategy

Goes step by step through what is needed to build your strategy class for Riley

Riley

Walk through the process of setting up the Riley engine for back testing

Graphs

This page shows what sort of graphs you can build with the output from the back test

Contribution

Template showing what information is needed for contributing

Troubleshooting

Shows most common issues when trying to run a back test with possible solutions

Clone this wiki locally