Skip to main content

fast / extensible library for backtesting quantitative strategies

Project description

Introduction

The pyqstrat package is designed for backtesting quantitative strategies. It was originally built for my own use as a quant trader / researcher, after I could not find a python based framework that was fast, extensible and transparent enough for use in my work.

This framework is designed for capable programmers who are comfortable with numpy and reasonably advanced Python techniques.

The goals are:

  • Speed - Performance sensitive components are written at the numpy level, or in C++, which can lead to performance improvement of several orders of magnitude over regular Python code. Where possible, we parrallelize work so you can take advantage of all the cores available on your machine.

  • Transparency - If you are going to commit money to a strategy, you want to know exactly what assumptions you are making. The code is written and documented so these are as clear as possible.

  • Extensibility - It would be impossible to think of all requirements for backtesting strategies that traders could come up with. In addition, its important to measure custom metrics relevant to the strategy being traded.

Using this framework, you can:

  • Create indicators, trading signals, trading rules and market simulators and add them to a strategy

  • Create contract groups for PNL grouping. For example, for futures and options, you may create a “front-month future” and “delta hedge” where the actual instruments change over time but you still want to analyze PNL at the contract group level.

  • Reuse existing market simulation or add your own assumptions to simulate how and when orders are filled

  • Measure returns, drawdowns, common return metrics such as sharpe, calmar and also add your own metrics.

  • Optimize your strategy’s parameters using all the CPU cores on your machine.

Installation

I would strongly recommend installing mamba and creating a mamba environment. See https://github.com/conda-forge/miniforge for installation instructions.

pyqstrat relies on numpy, scipy and pandas which in turn use Fortran and C code that needs to be compiled. pyqstrat also includes C++ code that will need to be compiled

mamba install pyqstrat

Requirements:

  • Python version 3.10 or higher;

Documentation

The best way to get started is to go through the getting started Jupyter notebook: Getting Started

Jupyter Notebooks

API docs

Discussion

The pyqstrat user group is the group used for pyqstrat discussions. You can also add code issues via github

Disclaimer

The software is provided on the conditions of the simplified BSD license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyqstrat-1.0.1.tar.gz (7.2 MB view details)

Uploaded Source

File details

Details for the file pyqstrat-1.0.1.tar.gz.

File metadata

  • Download URL: pyqstrat-1.0.1.tar.gz
  • Upload date:
  • Size: 7.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pyqstrat-1.0.1.tar.gz
Algorithm Hash digest
SHA256 c938b09ca0138825021f732888cfa5492c0649278bc23b0bb91f7d6d6140159f
MD5 6245ee1c9ac37a71d5d5af8af21ca4ff
BLAKE2b-256 e06335545666cbd4baa6ecd5d4bb706c3faeaecd67a1d3857b0431b128b74118

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page