TradingView
mickes
Dec 22, 2022 8:57 PM

Volume profile zones 

NVIDIA CorporationNASDAQ

Description

Hi all!

This script calculates and shows the volume profile for the range of a higher timeframe candle. It then shows support or resistance (/supply or demand) zones based on the volume profiles with the most volume. The defaults are just my preferred settings so feel free to play with them! Also feel free to let me know about bugs and features. I already have a list of features to make, e.g.:

  • base on pivots
  • more info zone calculations, e.g. breaks and retests, virgin point of control etc.
  • add alerts
  • get rid of getPriceLevels()
  • get rid of _barVolumeProfile prefix
  • handle realtime

...

Best of trading luck!

Release Notes

- added index display for zones to be able to skip them

Release Notes

- use top index for skip

Release Notes

  • Added touch, retest, breakout and false breakout info

Release Notes

  • Added scoring system (odd enhancers) to sort and show zones by
  • Be more generous for maximum touches and value area part in defaults
  • Change 'active' functionality (needs to be changed to be adaptive to new prices)
  • Added functionality to view a single volume profile, useful for past zones

Release Notes

  • v
  • Fix bug in '_interval' (the bar end time had to be larger than the interval end time)

Release Notes

Major update and I changed a lot of things. The most important and wanted one is the addition of alerts.

  • add alerts
  • info labels are updated and shows info based on all profiles and score
  • change lookback to include last profile
  • possibility to change 'max_bars_back' for label and zones updates if an error about pine being unable to guess history buffer sizes
  • ...

Release Notes

Hi all!

Here's an update with A LOT of changes. Not all will be listed, but I will try to list the most important once below.

  • Default settings are changed to match my trading with daily timeframe and volume profiles/zones per month 1 year back. Feel free to change them to suit you.
  • Volume profiles are now 'live' and will update automatically.
  • The last range will show a volume profile even if it's incomplete.
  • Alerts are only possible to set if 'Last range bar index' is set due to var/varip and unknown pine history error.
  • You can check 'Last range bar index from end' to let the indicator be active from the end, this is really useful when switching between securities and not having to figure out the bar index every time.
  • It is now possible to visualize the current active range
  • Alerts can be set for bull or bear direction (or both).
  • ...


Best of trading!

Release Notes

Hi all!

This update changes nothing major but many minor things, e.g.:

  • Ability to show score rating and relation to higher and lower score
  • Removal of settings
  • The volume score is now only calculated on VA volume
  • Code clean up
  • Don't reset 'live' scores
  • Remove max touches option (zones can be skipped instead)

    Best of trading luck!
Comments
Blueprintsud
Gubben kan du lösa session volume profile ? det finns Lib för det ?? tusen tack
mickes
@Blueprintsud, hmm, inga planer på det, en bra idé som jag kanske ska göra ett skript för!
Raviwadhwani
Signal repaint ??
mickes
@Raviwadhwani, if you have a profile on the last bar, it repaints to draw a new profile, otherwise no.
srta008
@mickes There seem a little weird results in profile when data source lower time frame is different from chart time frame.. e.g. chart TF is 15 min and lower data tf is 5 min. If i select range as week.. selection of lookback makes profile difficult to interpret/erroneous.. Can you please look into the same? Some ratio/adjustment needs to be done on _lookback adjustment if these timeframes are different..
mickes
@srta008, Hmm, don't understand this... Do you mean that the lookback is wrong some times?
srta008
@mickes, if data source time frame is lower than the chart timeframe, it appears to be deviating..
mickes
@srta008, hmm, okay! Will have to have a look when I have the time!
srta008
Awsome work.. Is it possible to call out POC value for the day and previous day if we want to compare the same?
srta008
@mickes another observation.. If the volume profile data source is lower than the chart timeframe (e.g. 5 min & 15 min), the volume profile does not cover entire range of High/Low for the day.. Highest and Lowest values may get left out..
More