PROTECTED SOURCE SCRIPT
Funding Rate Signal Table

Description
Funding Rate Signal Table computes a rolling “funding rate” value (simulated here as (close–open)/close), smooths it, and presents both a compact on-chart table and clear LONG/SHORT entry signals. It helps you spot when funding dynamics may favor long or short positions and visualizes the last signal’s price level.
1. Why This Mashup?
Funding Rate Trend: A smoothed funding rate highlights shifts in trader funding costs—extremely negative rates can signal bullish opportunity, while very positive rates can warn of bearish pressure.
Difference Filter: Optional “difference” check prevents signals on noisy small changes, requiring a meaningful move before confirming.
Table & Labels: Side-by-side display of current funding rate, prior value, absolute change and text signal makes interpretation immediate. Simultaneous price-level lines reinforce real-time trade reference.
2. Default Parameters & Data Assumptions
Funding Calculation: (close – open) / close * 100, smoothed by a 14-period SMA plus 3-period SMA.
Thresholds:
LONG if funding_rate < –0.01%
SHORT if funding_rate > 0.01%
Optional “difference” threshold of 0.002 (0.2%)
Visuals:
Table positioned top-right with ticker, timeframe, funding values, difference, and signal.
Labels sized Normal by default, drawn just above/below price with optional price text.
Dashed horizontal lines extend 200 bars to mark last LONG/SHORT price.
Note: Because Pine Script cannot natively access actual exchange funding data, this example simulates funding rate. Replace the raw_funding_rate formula with your real funding-feed series for accurate signals.
3. How to Use
Add to Chart → Select “Rolin Long – Funding Rate & Sinyal Tablosu.”
Adjust Settings → Open the indicator’s Inputs:
Period & Smoothing for your instrument’s data frequency.
Thresholds based on historical funding ranges you observe.
Enable “Difference” filter to reduce false triggers.
Toggle Price Levels if you prefer lines marking entry prices.
Interpret Table →
“Funding Rate”: smoothed value for current bar.
“Previous Funding”: last bar’s value.
“Difference”: absolute change.
“Signal”: “LONG ▲ Şartları” or “SHORT ▼ Şartları” when thresholds are met.
Watch for Labels → On a new bar close, a singular LONG or SHORT label appears at the bar where the condition first became true.
Plan Entries/Exits → Use the price-level lines and your own risk rules to size and time trades.
4. Warnings & Disclaimer
This indicator is for educational purposes only. Simulated funding rate may differ from real exchange fees. Always verify with actual funding data, apply your own risk management, and adjust commissions/slippage to your trading environment. Past indicator signals do not guarantee future performance.
Funding Rate Signal Table computes a rolling “funding rate” value (simulated here as (close–open)/close), smooths it, and presents both a compact on-chart table and clear LONG/SHORT entry signals. It helps you spot when funding dynamics may favor long or short positions and visualizes the last signal’s price level.
1. Why This Mashup?
Funding Rate Trend: A smoothed funding rate highlights shifts in trader funding costs—extremely negative rates can signal bullish opportunity, while very positive rates can warn of bearish pressure.
Difference Filter: Optional “difference” check prevents signals on noisy small changes, requiring a meaningful move before confirming.
Table & Labels: Side-by-side display of current funding rate, prior value, absolute change and text signal makes interpretation immediate. Simultaneous price-level lines reinforce real-time trade reference.
2. Default Parameters & Data Assumptions
Funding Calculation: (close – open) / close * 100, smoothed by a 14-period SMA plus 3-period SMA.
Thresholds:
LONG if funding_rate < –0.01%
SHORT if funding_rate > 0.01%
Optional “difference” threshold of 0.002 (0.2%)
Visuals:
Table positioned top-right with ticker, timeframe, funding values, difference, and signal.
Labels sized Normal by default, drawn just above/below price with optional price text.
Dashed horizontal lines extend 200 bars to mark last LONG/SHORT price.
Note: Because Pine Script cannot natively access actual exchange funding data, this example simulates funding rate. Replace the raw_funding_rate formula with your real funding-feed series for accurate signals.
3. How to Use
Add to Chart → Select “Rolin Long – Funding Rate & Sinyal Tablosu.”
Adjust Settings → Open the indicator’s Inputs:
Period & Smoothing for your instrument’s data frequency.
Thresholds based on historical funding ranges you observe.
Enable “Difference” filter to reduce false triggers.
Toggle Price Levels if you prefer lines marking entry prices.
Interpret Table →
“Funding Rate”: smoothed value for current bar.
“Previous Funding”: last bar’s value.
“Difference”: absolute change.
“Signal”: “LONG ▲ Şartları” or “SHORT ▼ Şartları” when thresholds are met.
Watch for Labels → On a new bar close, a singular LONG or SHORT label appears at the bar where the condition first became true.
Plan Entries/Exits → Use the price-level lines and your own risk rules to size and time trades.
4. Warnings & Disclaimer
This indicator is for educational purposes only. Simulated funding rate may differ from real exchange fees. Always verify with actual funding data, apply your own risk management, and adjust commissions/slippage to your trading environment. Past indicator signals do not guarantee future performance.
Skrip dilindungi
Skrip ini diterbitkan sebagai sumber tertutup. Akan tetapi, anda boleh menggunakannya dengan percuma dan tanpa had – ketahui lebih lanjut di sini.
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.
Skrip dilindungi
Skrip ini diterbitkan sebagai sumber tertutup. Akan tetapi, anda boleh menggunakannya dengan percuma dan tanpa had – ketahui lebih lanjut di sini.
Penafian
Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.