TradingView
spacetrader
Apr 12, 2017 2:26 PM

[ST] Volume Flow v6 

Bitcoin / U.S. dollarBitstamp

Description

Latest update to the volume flow indicator. It calculates volume fraction up and down based on candle shape: body counts twice one way, wicks count both ways. Total volume (positive + negative) is the regular volume. Additionally, I added breakout detection, oscillator, colored candles for easy trend following, reversal warnings, high and low volume alarms. Every aspect uses volume for calculations.

What some parts mean : i.imgur.com/nZu9rbe.png

Hope this helps someone, I use it myself as signals for confirmations. Tips are cool, but saying thanks is plenty as well :)
Comments
EduardZimmermann
This indicator kicks a**.
peregringlk
Maybe this is more sensefull for lower timeframes but, for Occam's razor, I would say that, for green candles, the natural movement will be open -> low -> high -> close, because it is the shortest path to traverse the candle, and for bear candles, open -> high -> low -> close.

So for green candles, your fraction up will be the full price range, and your fraction down, the wicks.

The complete price_path will be then 2*wicks + body, and for green candles:

fractionup = (high - low) / price_path
fractiondown = ((open - low) + (high - close)) / price_path

For bear candles, just swap the values.
Objredline
So just to clarify, there's no way to get the buy/sell volume into tradingview so this script in a way, reverse engineers it?
Phenix2Financial
Does this repaint?
Phenix2Financial
appface
thanks @spacetrader really good job
D_A_T_A
Thank you for sharing your hard work!
martanFTM
Thank you. Solid work as usual ;-
trdxz
thank you SO much!
Flow-Like-Water
Thank you for sharing this. Very kind of you. Much appreciated.
More