rangebar 0.4.1

High-performance non-lookahead bias range bar construction for Binance UM Futures. Processes 137M+ trades/sec with comprehensive Tier-1 cryptocurrency analysis. Non-lookahead algorithm guarantees temporal integrity for financial backtesting.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include README.md
include LICENSE
include pyproject.toml
include Cargo.toml
include Cargo.lock

# Include source files
recursive-include src *.py
recursive-include src *.rs

# Include validation script
include validate_algorithm_parity.py

# Exclude test and build files
exclude test_*.py
recursive-exclude target *
recursive-exclude .venv *
exclude *.csv *.parquet *.json