Download RLX Backtester

Get the fastest trading backtester for your platform

v0.1.0|Released 2024-11-29

Select Your Platform

Installation Instructions

Method 1: pip install (Recommended)

pip install rlxbt --index-url https://YOUR_LICENSE_KEY:@api.rlxbt.com/simple/

Method 2: Manual Installation

# Download the wheel file above, then:

pip install ./rlxbt-0.1.0-*.whl

Method 3: CLI Only

# Download CLI binary, make executable, and run:

chmod +x rlx-cli
./rlx-cli rules-backtest --data data.csv --rules strategy.json

System Requirements

Python Package

  • • Python 3.9 or higher
  • • NumPy, Pandas (auto-installed)
  • • 64-bit operating system
  • • ~50MB disk space

CLI Binary

  • • No Python required
  • • 64-bit operating system
  • • ~10MB disk space
  • • Internet for license verification