Symbol VolumeUnlike the built-in Volume indicator and other custom scripts, this one allows to configure the volume symbol and preserves the known look and feel.
Cerca negli script per "volume"
Koalafied Volume Extension Bar colours based on extensions from volume Z-Score. Large volume candles can often signal exhaustion or show market strength in reversals or breakouts. Candles not supported by rising volume are coloured black while those that are retain their colouring.
Plot Other Symbol VolumeThis script plots the volume of another specified symbol.
The standard TradingView 'compare' functionality already covers plotting the various price types.
Delta Volume/Cumulative deltaThis is a slightly modified version of the Delta Volume v2.1 indicator from kernel_phi.
You can read the documentation here:
Price Weighted VolumeReally simple: VWAP idea applied to volume, to see how much actual value is moving around. Great for assets pegged to fiat like USD, as it then shows how many dollars moved.
It's fun to pair with a long-term VWAP.
Time and sales volume final 1 hello, this is a volume script that depicts the basics of time and sales onto an accurate volume scale. what this can be used for is finding reversal to enter shorts, or puts and strong bullish movement to enter longs or calls. The green indicates buying and red indicates selling inside a candlestick. obviously when securities are exchanged there is an equal amount but this works off relative to the candle close and open to help determine a certain direction.
Altcoin Volume StatsShows how much BTC volume an alt has done in the past 24 hours as a label, with a comparison of that volume versus ETHBTC on Binance, as a percentage. Something I have been hoping the good people at Tradingview would add to the interface for years. It also shows some other stats in the data window on the right: i.imgur.com
Big thanks to the talented @Daveatt who helped unbake my noodle with some label code I couldn't figure out.
Hancock - VolumeEstimates the buy and sell volume of each candle by using a configurable lower time-frame and displays the volume in a colored histogram.
Happy trading
Hancock
Logarithmic VolumeIn volatile markets, normal indicator suffer from volume spikes that make the rest of plot seem non-existent.
Using logarithmic exponent, this indicator normalizes the volume, so this makes it easier to read.
The obvious drawback is that it does not display the actual volume amount, only a relative value.
[PX] Volume Peak LevelsThe indicator identifies peaks in volume and plots horizontal level accordingly.
If you are looking for someone to develop your own indicator or trading strategy, don't hesitate to get in touch with me here on TradingView or below.
Contact:
www.pascal-simon.de
info@pascal-simon.de
ETH World Volume (Multi-Exchange) [v2019-07-20]This is a fork of but applied to Ethereum instead of BTC
Dukhan 24 Hours rolling volume similar to exchanges Shows 24 hour rolling volume similar to the exchange - Done for BTC but works on anything
input is number of candle to calculate back
usage:
1m candle : 24h * 60 = 1440
5m candle: (24h * 60) / 5 = 288
etc
NAVcoin Aggregated Volume// Script is pretty self-explanatory. Take all volume in NAVcoin pairs across all exchanges that TradingView monitors.
// Combine them, show the result.
// Enjoy!
real (colored) volumeThis script plots the volume in terms of the underlying base (e.g. USD or btc) not number of coins traded. It plots volume*mid price.
In addition, the volume color density depends on the candle body divided to high-low. Very green for long up candle body, grey means short candle body compared to high-low, very red for long down candle body. It may provide some indications of the strength of bulls versus bears.
C Volume BarsOk do not take this one as serious as I made it as a joke .Its a volume bar that give you such great results and you can call it with fancy names and even hide the code . as there is no signals no one will pay attention that its repaint . And folks can even pay you money for it as its look so good. I even give you the script to show you how generous I am :)
its even better then the fancy name one as it actually give you time frames to choose from.
but on the other hand who said that repainting is bad?
mine look better:)))
XBT-volume detectorThis is XBT volume detector . it working on bitmex for XBT detection of volume changes, I suggest to play between 30 min to 1 hour graph candle
it will give you a very nice look on potential breakout or downfall ..
I normalize it so you can make alerts if you wish
have fun
Another symbol volumepull another symbol volume
dafult:BF(blue)/MEX(red)/FINEX(lime)
*need MEX's volume devided XBTUSD
if you input another symbol as sym2, please comment out line 11 and remove "/mext" on line 12
mext=security(sym2,period,close)
plot(sym2v/mext,color=red)
//mext=security(sym2,period,close)
plot(sym2v,color=red)