davewhiiite

Funding Rate for FTX:BTCPERP (estimated) v0.1

davewhiiite 업데이트됨   
Original credits goes to @HayeTrading, and @NeoButane for the TWAP portions of this script

By @davewhiiite, 2021-03-27
Version 0.1

Summary: The funding rate is the interest charged / credited to a perpetual futures trader for taking a long or short position. The direction of the funding rate is used as an indicator of trader sentiment (+ve = bullish; -ve = bearish), and therefore useful to plot in real time.

The FTX exchange has published the calculation of their funding rate as follows:
TWAP((future - index) / index) / 24

The formula here is the same, but expresses it in the more common % per 8hr duration:
funding = TWAP((future / index) - 1) * (8 / 24) * 100

For reference: future refers to the FTX bitcoin futures contract price (FTX:BTCPERP) and index is the spot price of bitcoin on the exchange (FTX:BTCUSD)

Additional notes:
  • Probably best to add to the indicator to a new pane, or as secondary axis
  • Plot this in combination with FTX:BTCPERP or FTX:BTCUSD, or chart of your choice to complement your bitcoin dashboard
  • Compare to funding rates published on ViewBase
  • questions? Ask me!
릴리즈 노트:
This is my official set of updates to the funding script. I hope it proves much more visually appealing, and useful. Updates:
- Used step plot to show that funding changes each hour
- Added a zero line for reference. You can actually add alert now for when zero-crossing occurs (use at own risk!)
- Default values updated for better accuracy; funding should now be viewed on hourly timeframe, with 1m/1hr resolution setting.
릴리즈 노트:
2021-04-19 UPDATE: Now you can change ticker symbols to use with other exchanges. CAUTION(!): I HAVE NOT TESTED ANY OF THESE PAIRS FOR CORRECTNESS. Please also note that this will calculate funding using FTX's formula--so it's not guaranteed to be a "true" or even good measurement of the actual funding rate at your respective exchange. Please compare, and use your own discretion--this is just a jumping off point for your own creativity and analysis!

Add'l exchange pairs (exchange / perp symbol / spot symbol):
FTX / FTX:BTCPERP / FTX:BTCUSD
BINANCE / BINANCE:BTCUSDTPERP / BINANCE:BTCUSDT
OKEX / OKEX:BTCUSDTPERP / OKEX:BTCUSDT
HUOBI / HUOBI:BTCPERP / HUOBI:BTCUSDT (! This pair seems visibly *incorrect*)
릴리즈 노트:
Added a tickbox to select between displaying a 1hr funding plot and/or an 8hr plot.
릴리즈 노트:
Small fix to ensure that precision is set to 4 by default. Before, it had low precision and the values/axes just looked like zeros.
오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?