Skip to content
Ben Bell edited this page Nov 15, 2024 · 2 revisions

Welcome to pyBacktest

Overview

pyBacktest is a Python library for backtesting trading strategies. It allows you to simulate the execution of trading strategies over historical data, manage portfolios, execute trades, and track performance metrics. The library provides a flexible framework for implementing and testing various trading strategies.

Installation

You can install pyBacktest using pip:

Clone this wiki locally