Breadth Indicators
TZv420simplified version of TZ original. With Alert function
Transient Zones (v420)
I drew the trades on the arrow signals so you can see, its not all win, but with good money management and other ways of finding Target points (MA's or Pivots or Fib or Structure etc)
It is profitable. No repaint, No offset
Price relation viewer - add percent change of two symbols (BETA)This script is very much beta!
This is a simple script to visualize how two symbols move in relation to each other. For example if the underlying symbol is a 2x Gold ETF (meaning the ticker moves at 2x the spot price of gold---if gold goes up 3% this ticker should go up 6%) and the comparison symbol is an 2x inverse gold ETF (at gold up 3% this should move down 6%). If these ETFs were 100% accurate at tracking the price of gold then this tool would report a value of zero at all times.
Day 1
Ticker - $10
Comparison - $10
Day 2
Ticker - $12
Comp - $11
This tool value - |20%| + -|10%| = 10%
It uses a short simple moving average to smooth things out a bit (see inputs). It is important to keep your axis scale in mind when using this! Two symbols that are always near zero mean they are offsetting each other very well but the value displayed might range from 0 to 0.005, but the graphed area can make it look extreme if autoscaled.
This is a tool with very specific uses : comparing how one digital currency moves in relation to bitcoin's price, comparing how gold moves in relation to silver, etc.
Blai5 KoncordeEste es uno de los indicadores del genial Blai5, modificado y adaptado para TradingView.
De forma muy resumida, este indicador muestra la velocidad con la que cambia el volumen de negociación de la mano fuerte y la mano débil.
En palabras del autor, " el objetivo de todo este esfuerzo era conseguir, con un golpe de vista y en un sólo gráfico, "CONCORDAR" el movimiento tendencial del indicador con los movimientos significativos del volumen segregado ".
Significado de cada zona:
Área azul: mano fuerte. Si es positiva indica acumulación y si es negativa distribución.
Área verde: mano débil. Si es positiva indica compra y si es negativa venta.
Área marrón: Indica la tendencia y depende de los valores anteriores de mano fuerte y débil.
Línea roja: Es una media exponencial que suaviza la tendencia indicada por el área marrón.
Ejemplo de operativa sencilla:
Comprar: Cuando el área marrón sobrepasa hacia arriba la línea roja.
Vender: Cuando el área marrón sobrepasa hacia abajo la línea roja.
Esto sería para largos. Para entrar cortos sería al revés.
BFXLS - Compare styleDisplays BitFinex longs and shorts on your chart in the same was as if you add them by using TradingView's "compare" function - major advantage is that this works for all pairs that BitFinex supports without having to manually set up your chart each time.
Modulate 40 SymbolsModulates (multiplies) 40 securities
Useful for assessing breadth
Defaults with the Top 40 holdings in SPX
Change symbols to measure breadth in an ETF
Dav-o meter (public)I decided to make this formerly invite only script public (you can find the invite only version here
If you are part of the invite only you don't need to change scripts. I will push improvements first on the invite only script but in time it will come to this version as well.
I would love to know your ideas and thoughts on how this indicator can be improved, so feel free to give any feedback.
Remember to give it a thumbs up if you like it.
On Balance VolumeThe script applies an EMA to OBV . By default, the EMA=13 periods. All calculations are based off the closing price.
Arms Index (TRIN) Backtest The Arms index (TRIN) is a technical analysis indicator that compares advancing
and declining stock issues and trading volume as an indicator of overall market
sentiment. It measures the relationship between market supply and demand and is
used as a predictor of future price movements in the market, primarily on an
intraday basis. The Arms index seeks to provide a more dynamic explanation of
overall movements in the composite value of stock exchanges, such as the NYSE or
NASDAQ, by analyzing the strength and breadth of these movements.
You can change long to short in the Input Settings
Please, use it only for learning or paper trading. Do not for real trading.
Arms Index (TRIN) Strategy The Arms index (TRIN) is a technical analysis indicator that compares advancing
and declining stock issues and trading volume as an indicator of overall market
sentiment. It measures the relationship between market supply and demand and is
used as a predictor of future price movements in the market, primarily on an
intraday basis. The Arms index seeks to provide a more dynamic explanation of
overall movements in the composite value of stock exchanges, such as the NYSE or
NASDAQ, by analyzing the strength and breadth of these movements.
Advance/Decline Volume Line The Advancing-Declining Volume Line (AD Volume Line) is a breadth indicator
based on Net Advancing Volume, which is the volume of advancing stocks less
the volume of declining stocks. Net Advancing Volume is positive when advancing
volume exceeds declining volume and negative when declining volume exceeds
advancing volume. The AD Volume Line is a cumulative measure of Net Advancing
Volume. It rises when Net Advancing Volume is positive and falls when Net
Advancing Volume is negative. Chartists plot the AD Volume Line for a specific
index and compare it to the performance of that index. The AD Volume Line should
confirm an advance or a decline with similar movements. Bullish or bearish
divergences in the AD Volume Line signal a change in buying or selling pressure
that could foreshadow a reversal in the index.
Arms Index (TRIN) The Arms index (TRIN) is a technical analysis indicator that compares advancing
and declining stock issues and trading volume as an indicator of overall market
sentiment. It measures the relationship between market supply and demand and is
used as a predictor of future price movements in the market, primarily on an
intraday basis. The Arms index seeks to provide a more dynamic explanation of
overall movements in the composite value of stock exchanges, such as the NYSE or
NASDAQ, by analyzing the strength and breadth of these movements.
[ST] obv adl combination v4modified equation using sum of volume*hlc3*(close-open)/(high-low) to give more accuracy of distribution within a single candle unlike regular obv.
OBV Accumulation / Distribution combination v2OBV takes difference between old close and new close and multiplies by volume without considering high and low.
This assigns the entire volume into a single direction even tho movement could've been in both.
Accum/dist takes difference between close and high and low without considering previous close or open. This causes huge deviation from OBV when you have close or open far from high or low and price moving in the other direction like in a series of descending hammers.
This is attempt to combine both so relative motion between candles is detected and volume direction is assigned based relative to movement within a candle to account for volume in both directions.
+ and - depends if close is above previous close (+ if above, - if below)
Maximum upward volume counts if close = high and previous close = low, this makes multiplier 1 and thus entire volume is counted upwards
Maximum downward volume counts if close = low and previous close = high, this makes multiplier -1 and thus entire volume is counted downwards.
Zero volume movement occurs when close = previous close.
Half upward volume movement occurs if close-previous_close is half the range from high-low.
Update:
Open used instead of previous close due to issues with grabbing previous close on some charts. This seems more accurate for gaps without volume.
OBV Accumulation/Distribution combinationOBV takes difference between old close and new close and multiplies by volume without considering high and low.
This assigns the entire volume into a single direction even tho movement could've been in both.
Accum/dist takes difference between close and high and low without considering previous close or open. This causes huge deviation from OBV when you have close or open far from high or low and price moving in the other direction like in a series of descending hammers.
This is attempt to combine both so relative motion between candles is detected and volume direction is assigned based relative to movement within a candle to account for volume in both directions.
+ and - depends if close is above previous close (+ if above, - if below)
Maximum upward volume counts if close = high and previous close = low, this makes multiplier 1 and thus entire volume is counted upwards
Maximum downward volume counts if close = low and previous close = high, this makes multiplier -1 and thus entire volume is counted downwards.
Zero volume movement occurs when close = previous close.
Half upward volume movement occurs if close-previous_close is half the range from high-low.