CDOI ProfileCumulative Delta of Open Interest Profile
This script lets you visualize where there were Open Interest build-ups and discharges on a price basis.
It only supports pairs where TradingView added the appropriate Open Interest data (at the time of posting that is only Binance and Kraken perpetual contracts)
The script uses my own functions to poll lower timeframe data and compile it into a higher timeframe profile. And as such, it needs some tweaking to adjust it to your timeframe until Tradingview lets me do it codewise (hopefully one day)
The instructions for using the Indicators are as follows:
Condition: How often a new profile should be generated
Sampling Rate and 1/Nth of the TF: These have to be calculated together to have a product that should correspond to the current timeframe in minutes. A few examples below
----------- Sampling - 1Nth of the TF
5 min ------- 5 --------------- 1
10 min ------ 10 ------------- 1
15 min ------ 5 --------------- 3
20 min ------ 10 ------------- 2
30 min ------ 10 -------------- 3
45 min ------- 9 -------------- 5
1 hour ------- 10 ------------- 6
4 hours ----- 10 -------------- 24
1 day -------- 10 ------------- 144
Transparency: This one is pretty self-explanatory but only applies to the Profile bars
% change for a bar: This one indicates how precise each bar will be, but if you go too low the script becomes too heavy and stop running
Bar limit: Limits the amounts of bars the script is run for (ae for the last 1000 bars). Lower = faster loading, too high will stop running
UI color: Color and transparency of the center line and the box surrounding the whole profile
Kraken
Detethered Price - Removing Tether FluctuationsAutodetects if a ticker is on a USDT dominated exchange and whether or not the pairing is in USDT value or BTC value.
Candles are then plotted to show the true value.
ZEC/ETH/XMR/DASH PORTFOLIO KRAKENPortfolio chart with total value.
I will try to optimize it, maybe add % option if I findout how ;p
Or maybe a normalization would be good, idk.
Cheers!
Exchange Price ComparisonCompare the BTC price at your preferred exchange against 7 other exchanges. Avoid trades at poor market value, target trades at good market value.
Average price across 8 exchanges is the 0 line, with your selected exchange displayed green if it's below the average price, red if it's above the average price. Values are displayed as distance from the average, positive or negative.
Useful for evaluating your exchange price vs average market price, to avoid poor market value trades, target good value trades, shop around exchanges for best value, potential to be adapted for arbitrage opportunities.
8 Exchanges used:
Bitfinex
Bitmex
Poloniex
Binance
Coinbase
Bitstamp
Bittrex
Kraken
Requested by Mister_Pocketlint on discord. Inspired by anise.
Kraken Altcoin IndexIndex based upon the valuation of LTC, ETH, ETC, XMR and ZEC in XBT, USD and EUR
Options:
- choose which of the above alt coins are part of the index
- choose whether you want to see the valuation in XBT, USD or EUR
Note that because of the high valuation of ZEC during the launch period and the months thereafter it has a significant effect on the index. This is true as well for XMR, though to lesser extend.
Because of these effect, ZEC and XMR are not taken part of the index by default.
Please like it, if you find it useful.
If you'd like me to improve the indicator, the by all means leave a comment or PM me.
Cheers!