TradingView
BacktestRookies
2019년 2월 15일 오전 6시 20분

Volume Profile: Intra-bar Volume 

CHF/JPYOANDA

설명

This indicator was developed as part of a free blog post tutorial on the Backtest-Rookies website for detailed code commentary, head over there.


Scope

The indicator shall attempt to do the following:

  • Look at a lower time-frame. E.g 5 minutes when on a 1-hour chart.
  • Create a function to loop through through candles and make an assessment.
  • If the candle it closed up, the volume will be categorized as buying volume. Conversely, if it closed down, the volume will be categorized as selling volume
  • The function will then be passed to the security() function to run on a lower timeframe.
  • All buying volume and selling volume from the lower time-frame shall be summed and displayed on the main chart.


Important Note
This indicator will not give you genuine buying or selling volume. It simply follows the assumption that if price closed up, there must have been more buyers than sellers and if it closed down we assume the opposite.

Usage

In order to use this indicator, users will need to calculate how many lower time-frame bars are contained in the time-frame on the main chart. So for example, the default settings are configured for the indicator to be run on the 1H chart. As a result, we need to set the "Bars on Lower Timeframe" input to 12. This is because there are 12 x 5-minute bars in 60 minutes.

코멘트
chrysopoetics
Very, very clever. One use of this could be to check for a dissonance between the candle close and the dominant type of volume. That's probably as close as we'll get to order flow analysis with TradingView at this current time.

But dude, I love you work and I'd love to see more elements and fixes from. Thank you and keep it up.
aswinsraj4u
Hi what settings should i use on 3 mins chart?
corporateaniket
in case of any error please

change to lower_buy_vol = nz(security(tickerid, lower_tf, buying_volume(bars_in_tf)))
TraderX_Unknown
i would like to use your indicator for stock, but for certain stock, it dont have trade for example 1hour. According to your script, you are calculate the bar of lower timeframe. I had write another script, is it able for us to combine it to perform a better indicator?
PATrader001bk
Very nice one
jmiddleton1776
So can this be adapted for a 15 min timeframe?
mater
This is awesome!
DonjonCapital
Pretty clever.. Will try it out! Thank you!
ESSCRS
@Claybowl, trading view doesnt have tick data there is no way of knowing this info its purely a guess, its a good code and idea but TV doesnt provide the proper info
더보기