This strategy is based EMA of 8 different period and Ichimoku Cloud which works better in 1hr 4hr and daily time frame. #A brief introduction to Ichimoku # The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It does this by taking multiple averages and plotting them on a...
I take the hypothèse that saturday is the most stable day of the week because, no SP500, no fed announcement and no weekly closure. My Strategy is very simple: Take the friday color (Red = Short // Green = Long) Then open at the friday close price Take a small pourcentage (1 or 2 %) then close. What ever close on midnight. Work Well on the 1h chart. The Yellow...
Volatility is cyclical, after a large move up or down the market typically "ranges" during the next session. Directional order flow that enters the market during this subsequent session tends not to persist, this non-persistency of transactions leads to a non-trend day which is when I trade intraday reversionary strategies. This script finds trend days in BTC...
Here is a Dashboard to have an overview of the Alt Season oportunity. Multiple time frame (Month / Week / Daily /4H) How to use it? You have 4 columns TOTAL Crypto / Btc dominance / Btc Price / Alt ? The alt? column is the resulte of the price and dominance of btc + 1 point with the total crypto BTC Dominance UP ? Yes = Négatif for ALTS ...
Here is my interpretation of the "Best Time To Buy" Bitcoin over its lifetime using a logarithmic regression trendline. The upper and lower lines are 10% deviations from the centre line. I calculated the trendline in excel and then coded my results into pine script.
This indicator is taken from the calculations made by Lev Umanov. It predicts the peaks of Bitcoin. The indicator works with most BTCUSD pairings.
This is an Indicator specifically made for BTC/USD ( Index) Zoom out on Daily and Weekly candles as much and you can SEE a trend . A very very important trend and you shall remember this indicator with Years to come . This is a VERY long term type indicator and can help you with long term hodling investor mindset analysis .
This is an accumulation/distribution indicator for BTC/USD (D) based on variations of 1400D and 120D moving averages and logarithmic regression. Yellow plot signals Long Term Accumulation, which is based on 1400D (200W) ALMA, orange plot signals Mid Term Accumulation and is based on 120D ALMA, and finally the red plot signals Long Term Distribution...
This Chanu Delta RSI indicates the strength of the Bitcoin market. The problem with the previous Chanu Delta Indicator was that it was simply based on the price difference between the two Bitcoin markets, so there was no universality. However, this new Chanu Delta RSI solves the problem by introducing an RSI that compares the price difference trend. This...
This strategy is built on the Chanu Delta RSI , which indicates the strength of the Bitcoin market. The problem with the previous Chanu Delta Strategy was that it was simply based on the price difference between the two Bitcoin markets, so there was no universality. However, this new Chanu Delta RSI strategy solves the problem by introducing an RSI that compares...
BTC Cap Dominance RSI indicator is a combination of the RSI of Bitcoin Market Cap and the RSI of Bitcoin Dominance. The concept of this indicator is to get a good grasp of the bitcoin market flow by combining bitcoin dominance as well as bitcoin market cap. BTC Cap Dominance (BCD) RSI is defined as: BCD RSI = (BTC Cap RSI + BTC Dominance RSI) / 2 Case 1 (Bull...
This strategy is based on the BTC Cap Dominance RSI indicator, which is a combination of the RSI of Bitcoin Market Cap and the RSI of Bitcoin Dominance. The concept of this strategy is to get a good grasp of the bitcoin market flow by combining bitcoin dominance as well as bitcoin market cap. BTC Cap Dominance (BCD) RSI is defined as: BCD RSI = (BTC Cap RSI +...
5year breakeven inflation rate fitted for log BTC chart as Support and Resistance
This Indicator plots FTX: BTCPERP predicted funding rates and colours the candlesticks based on it. !!! Since Tradingview always plots new indicators at the back you might have to click: Name of the Indicator ( ) -> More -> Visual Order -> Bring to Front (unfortunately, there is no way for me to do this in pinescript) There is also the possibility to change...
This indicator uses Elliot Wave Oscillator Methodology applied on "BTC Golden Bottom with Adaptive Moving Average" and Relative Strength Index of Resulted EVO to form an Oscillator to detect trend health in Bitcoin price. Ticker is set to "INDEX : BTCUSD" on 1D timeframe. Methodology Oscillator uses Adaptive Moving Average with 1 year of length, Minor...
This is not a crazy strategy like most of the code I write. It's a simple overlay so you can drop BTC on top of whatever chart you are watching. It will track BTC's price on Binance.us (though the exchange is changeable with a few lines of code, maybe I will make it a dropdown on the next iteration of this.) It uses TradingView's scale function to show both...
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.
What are your thoughts on this script? I connected it to Coinbase Pro via AWS lambda for auto-trading. I'm waiting for BTC to start bullish again before turning it on in production. Thoughts? Thank you! John