This script tracks the premium (default red line) and the funding rate (default yellow area) of the Bitmex XBTUSD pair perpetual contract. The calculations are based on the 8H TWAP of interest rates and premium index from Bitmex.
Simple EMA Crossing strategy, based on crossover Fast exponential moving average = EMA21 and Slow exponential moving average = EMA55. Default stop loss is 3%, but you can change it. Default take profit is 9%, it based on stop loss. Risk to Reward ratio is 1 to 3. Strategy was tested on BTCUSDT 1H timeframe and works fine with these parameters.
Use 3D(3-day candle) as timeframe for best reading. ------ original template for Correlation indicator was created by obaranova. credit goes to her.
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...
Hello traders, I offer you today the BTC halving countdown updated in real-time on your charts I inspired myself greatly from the gentleman @everget's script LTC halving countdown below ( The countdown date is coming from that source www.bitcoinblockhalf.com. The halving date is estimated to be around May 13th, 2020 . That date is hardcoded in the...
Created strategy based on Voss Predictive Filter, implemented by TradingView user e2e4mfck. Voss Predictive Filter This is a relatively new filter from John F. Ehlers’ article, “A Peek Into The Future .” Ehlers describes the calculation of a new filter that could help signal cyclical turning points in markets. But filter has a negative group delay and...
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...
Found success using 50SMA vs 200EMA. 128 EMA also charted for it's BTC relevance.
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...