Node reference
Funding Rate
Binance USDT-M perpetual funding rate for a selected pair (default: current pair) — an orthogonal read on leveraged-trader positioning, not a price technical, and not derivable from any OHLCV series. Outputs the rate Binance settled for the interval in effect and nothing else (e.g. 0.0001 = 0.01%/8h; positive = longs pay shorts, meaning the crowd is leveraged long): derive percentile, z-score or cumulative carry yourself by wiring the output into SMA / Stdev / Highest / Lowest, which step once per 8h settlement rather than once per candle. Honest usage: strongest as a CONTRARIAN or carry FILTER on price logic (e.g. block or exit longs when funding sits in the top decile of its recent range), weak as a standalone trigger, and cost-sensitive at short horizons. No repainting — holds the last settled value between 8h settlements. Wire the output into a Condition to gate entries/exits.
Rev. 2026.06
- symbol
- — Trading pair
- default $CURRENT
What happens
Read fresh from each candle as the strategy steps — this is the raw market value the rest of your graph builds on.