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...
Credit goes to the original writer of the script, Quantadelic, who generously allowed anyone to copy/edit. I adjusted the value of the bottom/top intercept and slope to better fit the March 2020 coronavirus dip. Use Bitstamp BTCUSD for better reading.
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...
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...
UT Bot indicator was initially developer by @Yo_adriiiiaan The idea of original code belongs @HPotter These are v4 alerts for my previously published strategy: Original script:
UT Bot indicator was inially developer by @Yo_adriiiiaan Idea of original code belongs @HPotter I can't update my original UT Bot Strategy so I publishing new strategy with backtesting range included. I just took code of Yo_adriiiiaan, cleaned it, deleted all useless pieces of code, transformet to v4 and created a strategy from it. Also I added an input that...
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...
Personal DMI and ADX script ADX color change from positive vs negative momentum DMI Color fill based on DMI+/- positive momentum No fill color during lack of momentum
UT Bot indicator was inially developer by @Yo_adriiiiaan Idea of original code belongs @HPotter I just took code of Yo_adriiiiaan, cleaned it, deleted all useless pieces of code, transformet to v4 and created a strategy from it. Also I added an input that allows you to swich to signals from Heiking Ashi. I saw that author uses HA for the indicator and on HA it...
Dear all, Free strategy again. I found using 3 volatility stop with different settings could be very helpful when trading an intraday trending market. With the ATR setting or 5, 10, 15, we can weed out many false break. Vstop setting is OHLC4. On the other hand, this strategy also utilize Renko as part of the strategy, so you could say this strategy is...
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 >...
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...
This is an experiment I did a while back ago. I often think On Balance Volume is a great indicator as trend direction and volume cannot lie. However, I bumped into a few problems. It is slow, doesn't show volatility and often time it is prone to chop. That's why I added ATR to the equation. Original OBV calculation src > 0? : +volume : src < 0?...
This is an indicator I created recently, with the mind of spotting where price might reverse and where the price is trending. You can see this as the primary indicator for your system, however, it is recommended you use this in conjunction with other confirmation indicators. This script focus solely on ATR or Average True Range. This indicator is the...
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...
Dear all, you might wonder is there a confirmation indicator that has a high hit rate, is dependable, and could rely on the information it gives you when making a decision? Here I present an indicator I developed specifically for cryptocurrency, in the minds of eliminating fakeouts and traps. Trend is always invalid then there is a lack of volume, so by...
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...
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!