• WHAT: This indicator plots the aggregated net volume delta of BTC spot pairs from 8 exchanges over the last 60 periods (default settings). Tracks the following pairs: "BINANCE:BTCUSDT" "BITFINEX:BTCUSD" "POLONIEX:BTCUSDT" "BITTREX:BTCUSDT" "COINBASE:BTCUSD" "BITSTAMP:BTCUSD" "KRAKEN:XBTUSD" "BITGET:BTCUSDT" "GEMINI:BTCUSD" • HOW TO USE: Used for...
The average mining costs of one bitcoin equals to the true intrinsic value Globally, the Bitcoin network uses around 0.5% of the world’s electrical power supply. The sheer amount of electrical power and complex hardware required to operate a mining farm has intrinsic value. This gives bitcoin a fundamental cost to create, and thus intrinsic value.
This study plots the ratio between current price and the price N days ago. With N input that is configurable, users can find optimal long/short entries when price is in an established trend and price has diverge far from a given local peak or all time high. With many years of stock trading the analysis indicates a connection between the distance of price and...
This is a Trend Following strategy based on the Trend Confidence indicator. The goal of this strategy is to be a simple Trend Following strategy, but also to be as precise as possible when it comes to the question 'how confident are we that a linear trend is ongoing?'. For this we calculate the 'confidence' of a linear trend in the past number of closing prices....
These Bollinger bands feature Fibonacci retracements to very clearly show areas of support and resistance. The basis is calculate off of the Volume Weighted Moving Average. The Bands are 3 standard deviations away from the mean. 99.73% of observations should be in this range.
This is my Super Trend Daily strategy but with one important difference. You can now adjust settings for long or short signals individually and separately. For example, the condition for a long signal may require a different parameter setting than the condition for a short signal. Each parameter in the signal generation can be tuned. You can also decide what kind...
This tool is simple yet very effective. It creates new candles on the chart based on the MACD. Candles are green when MACD is increasing and red when it is decreasing. All lengths can be adjusted in the input menu and there is an option to plot the signal line. The rules for using it are pretty simple: 1.Buy on Green 2.Sell on red ~Happy Trading~
Logarithmic regression is used to model data where growth or decay accelerates rapidly at first and then slows over time. This model is for the long term series data (such as 10 years time span). The user can consider entering the market when the price below 25% or 5% confidence and consider take profit when the price goes above 75% or 95% confidence line. This...
The Puell Multiple examines the fundamentals of mining profitability and the way they shape market cycles. It is calculated by taking a ratio of daily coin issuance (in USD) and the 365 moving average of daily coin issuance (in USD). Interpretation of the Puell Multiple can generally be considered in the following framework: high values indicate that current...
Bitcoin is the most well known digital currency, and allow two parties to make a transaction without the need of a central entity, this is why cryptocurrencies are said to be decentralized, there is no central unit in the transaction network, this can be achieved thanks to cryptography. Bitcoin is also the most traded cryptocurrency and has the largest market...
The Coppock Curve is a zero-centered momentum oscillator that relies primarily on rate of change calculations. The Coppock Curve in its most basic form is already a great indicator, especially for spotting shifts in momentum. But, we wanted to see how we could modify it to get some better performance out of it. As the ‘cop’ function demonstrates, the Coppock...
This strategy is based on the slope of the EMA130. Over that slope, the script calculates two EMAs (9,21) which are used to generate the main entry and exit signal. In particular, the strategy enters a LONG position when EMA9 > EMA21. On the contrary, it closes the LONG and opens a SHORT when EMA9 < EMA21. When the slope of the EMA130 is rising, it means that...
Ichimoku Clouds Strong Bullish/Bearish signals with allerts The Ichimoku cloud was developed by Goichi Hosoda, a Japanese journalist, and published in the late 1960s. It provides more data points than the standard candlestick chart. While it seems complicated at first glance, those familiar with how to read the charts often find it easy to understand with...
INTRODUCTION: Compared to all the Pivot Indicators available on Trading View Public Library, this Floor Pivots Indicator differentiates itself in two major original ways: Dilates the Pivot Support/Resistance Levels into Support/Resistance Bands based on volatility Displays the S/R Levels Dynamically , that is, only those levels will be shown that are...
This indicator compares four different values : -Fast Simple Moving Average(SMA) -Fast Volume Weighted Moving Average(VWMA) -Slow SMA -Slow VWMA Comparing SMA's and VWMA's of the same length is a common trading tactic. Since volume is not taken into consideration when calculating Simple Moving Averages, we can gain valuable insights from the...
Though it may sound complex, the Vortex Indicator is essentially an uptrend line and a downtrend line. The vortex indicator can be used for a variety of purposes, including tracking the strength of trends, identifying/anticipating reversals, and generating entry/exit signals. It’s calculation is shown in the open-source code below. To reduce the number of...
This is a crypto bot designed for lower time frames. Its made of 2 EMA, one fast and one slower . They are combined together with Stochastic, MACD and price action patterns. For entries we have multiple conditions : First we check if one of our last 4 closed candles crossed above or below the faster EMA. After that for long, we check that last close is above...
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?...