This indicator base on EMA of 8 different period and Ichimoku Cloud. #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 chart. It also uses these figures to compute a...
Based on the work of Ben Cowen on Youtube. I can't link to the video due to TradingView promotion rules.
Adapted from Tim Graham's Code. See Original Inspiring Article from Phillip Swift at: @positivecrypto When looking into BITSTAMP:BTCUSD 1D data in spreadsheet. Historically, BTC Highs Hit (Simple Daily Moving Average 350 Days) DMA350 in reverse Fibonacci Sequence Order 2013 Hit DMA350*8 before All Time High (ATH) 2017 Hit DMA350*5 before ATH I expect 2021 to...
Mafia Candles is a Exhaustion bar count and candle count indicator, Using the Leledc Candles and 1-3 counting candle play gives you a pretty good idea where a so called "top" will be or a so called "bottom" will be! In this example, getting the transparent round circles ( either lime or red ) would mean that the move will be a good size move! EXAMPLE=1 You see a...
A simple script to get an RSI of BTCUSD SHORTS and LONGS on Bitfinex. (Forked from an open sourced script)
The script implements a custom version of the Mayer multiple and it may be useful for analyzing the price of Bitcoin in a historical context. Note n.1: Mayer multiple does not tell whether to buy, sell or hold, but highlights the best long-term area when the bitcoin price is below a threshold value (2.4). Note n.2: the threshold value (2.4) has been determined...
This script tracks the premium/discount of Bitcoin perpetual contracts at various exchanges. The premium/discount is calculated against an index price. The index price is calculated from spot exchange prices and are weighted as follows: Bitstamp:28,81% Bittrex:5,5% Coinbase: 38,07% Gemini: 7,34% Kraken: 20,28 The difference between this script and other...
One of the problems, with bitcoin, is that we miss long term bitcoin data. There is not a single source from which to gather the value of bitcoin in any moment from it's inception. Or at least from when it was first exchanged into exchanges. If you look at coinmarketcap the data go back to the 28 apr 2013. But mtgox started in July 2010. If you go to yahoo,...
Calculate Pearson-correlation-coefficient of selected cryptocurrency with Bitcoin average price of 10 different exchanges. This is helpful in scalping(at least for me), by using this we can find co-relation between a cryptocurrency and Bitcoin . Here we are using Bitcoin average price of 10 different exchanges. It is an oscillator with minimum value -1 and...
This script tells you if GBTC is overvalued or undervalued compared to Bitcoin.
You can only use this for BTC. Bitcoin over time tends to be priced at 7000 times the number of users (in terms of market cap). Calculation: Number of Wallets*7000/(Circulating Supply or 21,000,000) Settings: You can decide whether you want to use the Circulating Supply or 21,000,000 as a reference. The default settings are using 21,000,000 because it...