This indicator attempts to use Heiken Ashi calculations to smooth the Volume net histogram indicator by RafaelZioni. Long above zero line, short below zero line.
Some instruments does not provide any volume information, therefore, as a fixed volume profile user, I needed a fixed market profile indicator to use the same principles, regardless of whether the volumes are available or not. This script draws a market profile histogram corresponding to price variations within a specific duration, you only need to specify Start...
Histogram of the difference between On Balance Volume and an EMA of the On Balance Volume (OBV + EMA). Using a 55 EMA, on the daily timeframe of BTC, bull/bear trends occur when the histogram is above/below the zero line respectively. Divergences also have a notable effect. -- Added alert conditions when OBV crosses EMA to signal a possible trend change, for...
USDT dominance charts are rare to find as almost everyone is fixated on BTC dominance. Bitcoin dominance gives us insight into investors' preferences when they have a choice between BTC and thousands of altcoins. This oscillator gives insight into the state of the coin market. When people exchange their digital currencies like BTC and Altcoins for USDT, there is...
This is combo strategies for get a cumulative signal. First strategy This indicator plots 2/20 exponential moving average. For the Mov Avg X 2/20 Indicator, the EMA bar will be painted when the Alert criteria is met. Second strategy This histogram displays (high-low)/close Can be applied to any time frame. WARNING: - For purpose educate only -...
This script plots an histogram calculated this way: Get the previous ATR sample, calculated in the specified timeframe Get the actual open price of the bar in the specified timeframe minus the actual price in the current timeframe and plots the percent change between the the 2 values For example, if you select DAY as timeframe for the ATR: Plots the percent...
This script is an especial request from a user Plots the percent change between: - ATR(daily) from yesterday and - open from today - actual price Due to Tradingview limitations, only shows the plot if the actual timeframe of the graphic is daily or lower. All my published scripts at: es.tradingview.com
Volume Profile (also known as Price by Volume) is an charting study that displays trading activity over a specified time period at specific price levels. It is plotted as a horizontal histogram on the finacial isntrumnet's chart that highlights the trader's interest at specific price levels. The histogram is used by traders to predict areas of support and...
Elliott Wave Principle , developed by Ralph Nelson Elliott, proposes that the seemingly chaotic behaviour of the different financial markets isn’t actually chaotic. In fact the markets moves in predictable, repetitive cycles or waves and can be measured and forecast using Fibonacci numbers. These waves are a result of influence on investors from outside sources...
Oscillators are widely used in technical analysis and can return a large amount of information to the trader depending on their design. It is common to use oscillators to detect divergences with the price, divergences occur when the tops/bottoms made by the oscillator and price are negatively correlated. The following oscillator is based on the momentum of a...
Level: 1 Background A histogram is a special chart that is applied to statistical data that is divided into numerically ordered groups. For example groups with close relationships in the vicinity like "Close-ref(Close ,1)", "Close-ref(Close,2)" and so on. A histogram provides a snapshot of all the data so that you can quickly get an overview of the historical...
The Peak Activity Levels indicator displays support and resistance levels from prices accompanied by significant volume. The indicator includes a histogram returning the frequency of closing prices falling between two parallel levels, each bin shows the number of bullish candles within the levels. 1. Settings Length: Lookback for the detection of volume...
This strategy is inspired by a youtuber called Joel on Crypto. He trades this using Ema, MACD indicators and his own experience. For more information, check out his Best Crypto Scalping Strategy for the 5 Min Time Frame video. I have tried to automate this a little. Long or Short trades are determined with a crossing of the fast Ema over the slow Ema for Long and...
This indicator is inspired by traditional statistical histograms. It will return the number of occurrences of price falling within each interval (bins) of the linear regression channel. This can be useful to highlight zones of interest within a trend. Settings Length: Number of recent closing prices used for the computation of the linear regression. Bins...
COINBASE:BTCUSD This script is an enhanced version of the Relative Strength Index (RSI). Moving average (EMA, SMA, RMA, VWMA) Smoothness (EMA, SMA, RMA, VWMA) Divergences (regular and hidden) RSI SETTINGS This section contains the configuration of the RSI. Length : Number of look-back bars to calculate the RSI Source : Data used to...
The Relative Strength Index (RSI) , developed by J. Welles Wilder, is a momentum oscillator that measures the speed and change of price movements. • Traditionally the RSI is considered overbought when above 70 and may be primed for a trend reversal or corrective pullback in price, and oversold or undervalued condition when below 30. During strong trends, the RSI...
Moving Average Convergence Divergence – MACD The most popular indicator used in technical analysis, the moving average convergence divergence (MACD), created by Gerald Appel. MACD is a trend-following momentum indicator, designed to reveal changes in the strength, direction, momentum, and duration of a trend in a financial instrument’s price Historical...
An interesting implementation of mine to measure an asset changes based on asset price velocity and volume velocity. The indicator acts as asset value calculator. Long and Short. ==Points System Rules== UPTRENDING If Current Close is higher than previous Close and Current Volume is bigger than previous Volume: Adds Close Points and Volume Points Otherwise...