
Futures Indicators in Backtesting: OI, Funding Rate, L/S Ratio
Futures indicators leverage data unique to derivatives markets — open interest, funding rates, long/short ratios, and liquidation volumes — to provide insights that spot market data alone cannot reveal. These indicators measure the positioning and leverage of market participants, offering a structural edge in strategy development.
While traditional indicators like RSI and MACD analyze price and volume, futures indicators examine what traders are doing with their capital. Open interest tells you how much money is committed to positions. Funding rates reveal which side is paying a premium for leverage. Liquidation data shows where forced exits are occurring. Together, these metrics paint a picture of market structure that goes far beyond simple price action.
The 12 Futures Indicators in StratBase.ai
StratBase.ai’s Rust engine includes 12 futures-specific indicators, computed alongside the 71 standard technical indicators and processed at native speed. Here is a complete overview of each indicator and its practical application.
| Indicator | What It Measures | Signal Interpretation |
|---|---|---|
| OI Value | Absolute open interest in USD | High OI = high market participation and conviction |
| OI Change | Percentage change in OI over a period | Rising OI + rising price = bullish trend confirmation |
| Funding Rate | Periodic payment between longs and shorts | Extreme positive = longs overleveraged; extreme negative = shorts crowded |
| Long/Short Ratio | Ratio of long to short positions | Extreme readings suggest potential reversal (contrarian) |
| Liq Long Volume | Volume of long liquidations | Spike in long liqs = forced selling pressure, potential bottom |
| Liq Short Volume | Volume of short liquidations | Spike in short liqs = forced buying, potential top |
| Liq Total Volume | Combined liquidation volume | Extreme total liqs = market stress, volatility expansion ahead |
| Liq Volume Percent | Liquidation volume as percentage of total volume | High percentage = market dominated by forced exits, not organic flow |
| Liq Ratio | Long liquidations divided by short liquidations | Ratio above 1.0 = more long pain; below 1.0 = more short pain |
| OI SMA | Simple moving average of open interest | OI above SMA = expanding participation; below = contracting |
| Funding SMA | Simple moving average of funding rate | Smooths noisy funding data for trend identification |
| LS Ratio SMA | Simple moving average of long/short ratio | Trend in positioning bias over time |
Step-by-Step: Building a Strategy with Futures Indicators
Step 1: Understand the Data Source
Futures indicators require derivatives market data. On StratBase.ai, this data is available for instruments traded on Binance and Bybit futures markets. Select a perpetual futures pair (identifiable by the :USDT suffix, for example BTC/USDT:USDT) to access the full suite of futures indicators. Data is collected every 4 hours and stored in TimescaleDB hypertables.
Step 2: Formulate a Hypothesis
The strongest futures-based strategies are grounded in market microstructure theory. Three proven hypotheses are: (1) extreme funding rates precede mean reversion, (2) rising OI during consolidation precedes breakouts, and (3) liquidation cascades create short-term reversal opportunities. Pick one hypothesis and build your conditions around it.
Step 3: Add Futures Conditions
In the StratBase.ai configurator, add futures indicators as entry conditions alongside standard indicators. For example, a funding rate reversal strategy might use: Funding Rate crosses below −0.03% (entry long), confirmed by RSI below 35. A breakout strategy might use: OI Change above 10% over 24 hours, combined with Bollinger Band squeeze release.
Step 4: Run and Analyze
Run the backtest and examine how futures conditions affected trade selection. The trade list shows which conditions triggered each entry, allowing you to assess whether futures indicators improved signal quality. Compare results with and without futures conditions to isolate their impact.
Practical Strategy Examples
Funding Rate Mean Reversion
When funding rates reach extreme levels (above ±0.1%), the leveraged side is paying heavily to maintain positions. This imbalance tends to correct. A mean-reversion strategy enters against the extreme: long when funding is deeply negative, short when deeply positive. Combine with a volatility filter (ATR above average) to avoid entering during quiet, trending markets where extremes can persist longer.
OI Divergence
When open interest rises but price falls, new shorts are entering the market. When this divergence becomes extreme and price reaches a support level, the setup is ripe for a short squeeze. Configure this as: OI Change positive, price below Bollinger Band lower, and RSI below 30. Exit on funding rate turning positive or price reaching the Bollinger Band middle line.
Important Considerations
- Data granularity — futures metrics are typically available at 4-hour or 8-hour intervals, not per-candle. Using them on a 5-minute chart means many consecutive candles will share the same value.
- Exchange differences — Binance and Bybit may report different OI and funding values for the same asset. Always backtest on the exchange you intend to trade.
- Non-futures instruments — if you accidentally add futures indicators to a spot instrument, StratBase.ai’s engine detects all-zero futures data and skips those conditions (treating them as true), so your strategy still runs but without futures filtering.
- Combining too many indicators — using all 12 futures indicators simultaneously creates an extremely narrow filter that generates almost no trades. Start with one or two and add more only if backtesting validates the improvement.
Futures indicators transform backtesting by adding a dimension of market structure data that price and volume alone cannot provide. StratBase.ai’s native Rust implementation ensures these indicators are computed alongside standard indicators with no performance penalty, making it practical to iterate quickly through hypothesis-driven strategy development.
Further Reading
About the Author
Financial data analyst focused on crypto derivatives and on-chain metrics. Expert in futures market microstructure and funding rate strategies.
FAQ
What are futures indicators?▾
Futures indicators use data unique to derivatives markets: Open Interest (total open positions), Funding Rate (cost of holding positions), and Long/Short Ratio (ratio of longs to shorts). These reveal market POSITIONING — how traders are bet — which standard price-based indicators can't show.
Can you backtest with futures indicators?▾
Yes, on StratBase.AI futures indicators are available for crypto pairs. You can create conditions like: 'enter long when OI is rising AND funding rate is negative (shorts paying longs)' — combining positioning data with traditional technical analysis for more informed entries.
Further reading
Related articles
Comments (0)
Loading comments...

