Funding rate as a usable condition

I can see funding but I can't use it in a strategy condition. Since it's both a cost and a crowding signal, I'd like to gate on it — skip an entry when funding is extreme in the direction I'd be taking, for instance. Right now I check it manually and then override my own strategy, which is exactly the behavior everyone here tells me not to do. Making it a condition would move that judgment into the rules where it can be tested.
CryptoKarl
30 posts · 0 followers
+ Follow

Related reading

6 replies

DataDrivenDee· Jul 2026 ago
"Moving the judgment into the rules where it can be tested" is the best argument anyone has made for a feature on this board.
N
NightOwl_Yuki· Jul 2026 ago
Supporting. And it would let us settle whether it's actually predictive instead of arguing about it.
TraderWeTraderWe Team· Jul 2026 ago
Logged. Being straight about the state of it: funding is display-only right now, it isn't in the condition builder, and I don't have a date. Two things that would help when we scope it — which funding value you'd want (current, predicted/next, or an average over the last N periods), and whether you'd gate on an absolute threshold or a percentile of recent history. Those are different amounts of work and people ask for both.
BacktestBetty· Aug 2026 ago
A few cautions before this turns into a threshold-fitting exercise: 1. Funding is regime-heavy. Tune a cutoff on a long directional stretch and you've mostly fit that stretch. 2. Percentile-of-trailing-window generalizes better than a fixed number, in my experience with similar gates. 3. Whatever you build, log the trades it SKIPS too. A gate that only shows you what it let through can't be evaluated. 4. Expect a small sample. Extreme funding isn't common, so you'll have few blocked entries and wide error bars on the result.
CryptoKarl· Aug 2026 ago· edited Aug 2026 ago
ha, yeah, currently my process is "check funding, feel a chill, take the trade anyway with less size" which is not a process. Re: TraderWe's question, I'd want predicted/next plus a trailing percentile if I had to pick, absolute numbers age badly. And honestly I'd take an ugly version. Doesn't need to be pretty, just needs to be testable so I stop being the discretionary layer.
MLcurious· Aug 2026 ago
Genuinely curious — if funding is extreme because everyone's long, does that mean price is more likely to reverse, or just that the trade costs more to hold? I keep seeing both explanations and I can't tell if people mean the same thing. Feels like the answer changes what you'd even build the condition for.
Sign in to reply →
← All feature requests