Skip to main content

Trading infrastructure library with backtesting

Project description

tradedesk

CI Build PyPI Version

What tradedesk is

tradedesk is a lightweight Python framework for developing, backtesting, and running systematic trading strategies across multiple data providers and execution environments.

It provides:

  • A consistent strategy lifecycle
  • Explicit separation between market data, strategy logic, and execution
  • Minimal and flexible portfolio management types
  • Deterministic backtesting with identical strategy code
  • Live and DEMO execution via provider-specific clients

It is designed for research, validation, and controlled deployment of trading strategies rather than high-frequency or ultra-low-latency trading.

What tradedesk is not

tradedesk is intentionally not:

  • A signal marketplace
  • A turnkey trading bot
  • A performance-optimised HFT engine

It REQUIRES the user to accept responsibility for strategy design, risk management, and operational controls.

High-level architecture

At a high level, tradedesk consists of four layers:

  1. Providers – Interfaces to external data/execution sources (e.g. IG, historical backtest data)
  2. Clients – Concrete implementations that fetch data and place orders
  3. Strategies – User-defined trading logic responding to market events
  4. Runner – Orchestrates lifecycle, subscriptions, warmup, and shutdown

Market data flows from the provider into the strategy, which emits execution decisions back through the client.

Core concepts

Strategy lifecycle

A strategy progresses through the following phases:

  1. Construction
  2. Subscription registration
  3. Warmup (optional but strongly recommended)
  4. Live or replayed market data handling
  5. Order execution
  6. Graceful shutdown

Subscriptions

Strategies explicitly declare their required data via subscriptions:

  • MarketSubscription – Tick-level price updates (bid/offer)
  • ChartSubscription – Aggregated candle data for a given timeframe

Only subscribed data is delivered to the strategy.

Warmup

Warmup allows a strategy to request historical data before live execution begins in order to initialise indicator state and internal windows.

A strategy that does not warm up must be robust to partially initialised indicators and delayed signal readiness.

Backtest vs live execution

The same strategy code can be run against:

  • A live or DEMO provider
  • A deterministic backtest client that replays historical data

Differences between environments are isolated to the client layer.

Supported providers

  • IG – Live and DEMO trading via REST and streaming APIs
  • BacktestClient – Deterministic replay of historical data

Historical data acquisition is handled by a companion project:

  • tradedesk-dukascopy

Quick start

  1. Install dependencies
  2. Write or select a strategy
  3. Choose a client (backtest or live)
  4. Run via the tradedesk runner

Detailed tutorials are provided in the documentation guides listed below.

Project status and guarantees

  • APIs are evolving as the framework matures
  • Prior to a 1.0 release, there is NO guarantee of backward compatibility between minor versions of the framework
  • The framework prioritises correctness and clarity over performance

Further reading

  • docs/indicators.md – Indicator concepts and mathematical foundations
  • docs/strategy_writing_guide.md – Step-by-step strategy tutorial
  • docs/backtesting_guide.md – Methodology for rigorous backtesting

License

Licensed under the Apache License, Version 2.0. See: https://www.apache.org/licenses/LICENSE-2.0

Copyright 2026 Radius Red Ltd.

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

tradedesk-0.4.0.tar.gz (109.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tradedesk-0.4.0-py3-none-any.whl (64.5 kB view details)

Uploaded Python 3

File details

Details for the file tradedesk-0.4.0.tar.gz.

File metadata

  • Download URL: tradedesk-0.4.0.tar.gz
  • Upload date:
  • Size: 109.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tradedesk-0.4.0.tar.gz
Algorithm Hash digest
SHA256 26d779b3b355823ab14e6932d6ec69f491ca783507a2f66b14cd385b7df03ec2
MD5 365e715f358047d017228b07efabaa49
BLAKE2b-256 d655be744afe6a7c0eac0842d956d818393cd2cdd55b22914242163221fad1b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradedesk-0.4.0.tar.gz:

Publisher: publish.yml on radiusred/tradedesk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tradedesk-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: tradedesk-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 64.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tradedesk-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5b38921282bf6e79d3b61b53210235e12643597f995fc86d506d042f9b30ecf0
MD5 66b95b88840a06d799d27afa0d6a5b69
BLAKE2b-256 d595250058a5184d5056f3335fb188a1ba62ecb7d21ae0d9625d92329c4e5126

See more details on using hashes here.

Provenance

The following attestation bundles were made for tradedesk-0.4.0-py3-none-any.whl:

Publisher: publish.yml on radiusred/tradedesk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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