alt volume detectorv1 so this diffrent version of alt volume detector ,
on bitcooin its work nice on 1 day charts ' on alts trade against BTC 4H and bellow
when you loock on it think on accordion:)
Cerca negli script per "volume"
alt volume detector this symple indicator will show you volume break on allts (only alts against BTC and graph 4 hours)
great indicator to find volume break up or down
i made the script open for you to have fun or to improve it
put any alts on 4 hours graph and have fun
make your own alerts and get all alts when thery break
i did not set alerts for it
but it easy to do it:)
Separate Volume IndicatorFor those that want the volume indicator in a separate view, this is for you. Now you can apply drawing tools, scale, hide, whatever you wish to the volume graph.
This is very similar to "Unmerge down" when applying the volume graph, but the idea being you can add more customization to the pine script rather than applying separate indicators.
Aggregated BTC Exchange VolumeAggregated raw volume from 7 exchanges:
Bitfinex
Binance
Bitstamp
Kraken
Coinbase
bitFlyer
Bithumb
Aggregate BTC Volume for VSAIt adds volume from most popular BTC/USD exchanges to reduce the noise in data.
BTC Volume IndexBTC volume index for all BFX, GDAX, Stamp, Kraken, and Bitflyer. Also includes an overlay of the volume of the underlying asset (assumed to be BTC at whichever exchange you're viewing.
Happii Trades
LTC Volume AggregatorThis script aggregates LTC volume from 7 major (with highest trading volume) LTC tickers available on tradingview.
NIFTY IT volumeKEY TAKEAWAYS
-Uses NIFTY IT Index Stocks Volume .
-NIFTY IT Volume Indicator is created by adding all 10 NIFTY IT Stocks Volume together.
-NIFTY IT Volume will be an important indicator in NIFTY IT Index technical analysis because it is used to measure the relative significance of a market move.
-The higher the volume during a NIFTY IT index price move, the more significant the move and the lower the volume during a NIFTY IT index price move, the less significant the move.
-Moving Average is also added.
Cumulative Volume v3The script, for Pine Script version 3, shows how to accumulate volume values during a defined session/period.
The input is the period to use for accumulation. "D" is the default value, useful to view data for each session.
This is slower than version 4 because there is no "var" and you need to use a loop. Also, you can't use "sum( volume , cnt_new_day)" with a variable length argument instead of "for".
Average Volume at Time (AVAT)Calculation of average volume at current time for a number of previous sessions, known as Average Volume at Time (AVAT).
Inputs:
* period to use for accumulation. "D" is the default value, useful to view data for each session.
* number of previous sessions to average
TODO: more intelligent accumulation of number of bars in a session, since there may be sessions with different values
TODO: interpolate volume according to current time, inside of the last bar
Slow Volume Oscillator Indicator - Just a Better Way To TradeThis script is nothing new. However, I feel that traders do not know the full potential it can provide if they just increase the lookback periods.
Tradingview's default Vol Osc uses a fast setting of 5 and a slow setting of 10. It just paints pointless scribbling. Slow all your indicators down and wake up to a whole new world of Technical Analysis.
To create consistency with variables I typically use Fib numbers for lookback periods. (3,5,8,13,21,34,55,89,144,233,377,610,987)
As noted in chart. An increase in volume can be either bullish or bearish. It's up to you to decide which way price action will move.
If you use with other indicators you can create more confirmations.
More confirmations = peace of mind
My favorite indicators are (Detrended Price Oscillator, Momentum, MACD, Chaikin Money Flow, Ultimate Oscillator, and this Volume Oscillator)
Here is just one example of MACD strategy indicator that can be used with this Vol Oscillator
[ST] BTC Volume Flow v4Update to volume flow script
optional colored candles, volume oscillator, strategy shapes
[ST] BTC Volume FlowEstimates volume up and down, colors separately. Units are in whatever price is in. I made it so I can get volume in btc for all pairs with btc.
Cumulative VolumeThe script shows how to accumulate volume values during a defined session/period.
The input is the period to use for accumulation. "D" is the default value, useful to view data for each session.