This indicator takes the price of Bitcoin on Coinbase and the futures price on Mex, and compares it the average price of Bitcoin across other major exchanges. This essentials give us a spread at which Bitcoin is going for. In turn, this could be a possible tool to help determine market sentiment. This indicator was created for experimental purposes. Use at...
A lot of times I don't like my chart crowding with indicators, thus the reason for creating this script for my strategy QuarryLake. This script also comes with alert. Below is the explanation for QuarryLake I have also updated the script in version 4. This strategy consists of 3 indicators that I found works quite well together. Keltner Channel, Waddah...
CME bitcoin futures volume multiplied by 5, as each contract is 5 bitcoin. Days when the exchange are closed shows no volume.
Here we are looking at a trend strength indicator based on the Relative Vigor Index(RVI). The RVI measures trend strength by comparing the open-close and high-low ranges for the current and three most recent periods. As a zero-centered oscillator, the RVI oscillates above and below zero to signal the strength of the trend. As there are different ways to interpret...
I found a simple strategy by Jake Bernstein, modified it a little and created a strategy with Risk Management System (SL+TP); After that I test it on the different cryptocurrency pairs. About the Indicator Basically it's the strategy of 2 indicators: Stochastic Oscillator to define the bias and Average Directional Index to confirm it. One again, It uses...
Here's a modified version of the Elder Ray Index created by the famed Dr.Alexander Elder. This indicator has proven to be especially helpful lately given the crazy state of crypto. Slow Moving Average : The top chart shows the moving average used to filter trends. I recommend using a higher window length(can be adjusted with the 'lenSlowMA' input option). I...
As some of you requested, I will make the code for QuarryLake Open for you all. I have also updated the script in version 4. This strategy consists of 3 indicators that I found works quite well together. Keltner Channel, Waddah Attah Explosion, and Volatility Stop . KC Period = 200 KCATR = 5 Vstop Period = 3 Vstop Mult = 1.5 Long when close > KC, close >...
This is an indicator I have been working on for the past 2 years, developed specifically for cryptocurrency. It is primarily a trend following indicator with great success and it performs the best in 4hrs to the weekly chart. There are two components of this indicator. The baseline from Ichimoku cloud and volatility stop . baseline period = 26 volatility...
This script compares FTX BTC/PERP (BTC perpetual futures contract) price to Binance BTC/USDT spot and colors it red. It also plots Bitmex's BTC perpetual futures compared to Binance spot and colors it blue. FTX = red Bitmex = blue Now you can easily see that you can get a 1% discount on FTX perpetuals when it is tanking. This tells you that you can set your...
Hi all, Base on RSI, I write this script for Bitmext XBTUSD pair, in 15M timeframe. I tested and it gave me many correctly signals so I hope you will love it Note: - this script can use in other timeframe but I wrote it for 15m so, it's best in 15m -you should combine with more indicators for best entry/exit, but, you can easily follow this in 3-5 candles and...
Bitcoin Fat Volume Indicator The script displays aggregate sums of Bitcoin dollar and Tether market volumes separately as follows: USD markets (blue): gemini, coinbase, okcoin, kraken, bitfinex, bitstamp, btce, mtgox Tether markets (orange): huobi, binance, bittrex, poloniex, hitbtc The indicator should work on all time frames on any chart so long as volume...
Hi everyone This in an indicator inspired by Scarrff I added the XBT quarterly and yearly settlement dates Enjoy David
Dear all, Free strategy again. This strategy consists of 2 indicators I think works well with each other as a trend following strategy. The 2 indicators are Renko chart and Relative Vigor Index. This is a long-only breakout strategy that aims to capture the majority of the trend. Works well on BTCUSD XBTUSD, as well as other major liquid Pair. Please...
Similar to my other indicators, but measures XBTUSD Contango in terms of percent. Also, built it so you could change the values that give the red and green signals. Default values are 0% or less (backwardation) indicates green. However, i found that a 0.5% setting worked will finding local bottoms for current contract of XBTH20 (March 2020). The upper value...
Description: meant to be used with BTCUSD (or XBTUSD ) on 3 mins to 1h candles charts. Idea is to provide a tool to detect break-out's from a dead band around an EMA, and to detect back-in's to the dead band. Detection is fundamentally based on how much %, at least, a certain candle body has ruptured the dead band (adjustable). Long and short flags are placed...
Inspired by @SimpeLyfe on both tradingview and twitter Takes BitMex's XBT volume and divides it by a basket of spot exchanges volume to determine a ratio between both of them. Has options like: Smoothing or no smoothing, Showing individual data points or data points summed up over a specified period. Open source so enjoy!