OPEN-SOURCE SCRIPT

Volume Analysis - Heatmap and Volume Profile

Actualizado
Hello All!

I have a new toy for you! Volume Analysis - Heatmap and Volume Profile. Honestly I started to work to develop Volume Heatmap then I decided to improve it and add more features such Volume profile, volume, difference in Buy/Sell volumes etc. I tried to put my abilities into this script and tried to use some new Pine Language™ features (method, force_overlay, enum etc features). I hope the usage of these new features would be an example for Pine Programmers.

Lets talk about how it works:
- It gets number of Rows/Columns from the user for each candle to create heatmap
- It calculates the number of the candles to analyze. Number of the candles may change by number of Rows/columns or if any volume / difference in volumes / volume profile is enabled
- It gets Closing/Opening price, Volume and Time info from lower time frame for each candle (it can be up to 100K for each candle)
- After getting the data it calculates lower time frame to analyze
- Then it calculates how closing price moves, how much volume on each move and create boxes by the volume/move in each box
- The colors for each box calculated by volume info and closing price movements in the lower time frame
- It shows the boxes on Absolute places or Zero Line optionally
- it shows Volume, Cumulative volume, Difference between Buy/Sell volume for each column
- it changes empty box color by Chart background color, also you can change transparency
- At this time it creates Volume Profile with up to 25 rows
- As a new Pine Language™ feature, it can show Volume Profile in the indicator window or in Main chart, shows Value Area, Value Area High (VAH), Value Area Low (VAL), and draw it and POC (Point Of Control) in the indicator window and/or in the main chart
- Honestly the feature I like is that: For the markets that are not open 24/7, it combines the data from the lower time period without any gaps. For example, if you work for a market that is closed on Saturdays and Sundays, it ensures data integrity by omitting weekends and holidays. so for example if the data is like "ABC---DEF-X---YL-Z" then it makes this data like "ABCDEFXYLZ". In this way, there will be no data breaks in the displayed boxes, there will be no empty colons, and it will appear as if data is coming in at any time.
- Finally it shows Info Panel to give info, its background color automatically changes by the Chart background color
- Important! You should set your "Plan" accordingly, your plan is "Premium or Higher" or "Lower tier". so the script can understand the minimum time frame it can get data!!

I tried to share many screenshots below to explain it much better

How it looks?
imagen

it shows Highest Buy/Sell volumes brighter, move volume -> brighter
imagen

Volume Profile (up to 25 rows) (number of contained candles should be more than 1)
imagen

Volume Profile can be shown in the main chart optionally
imagen

How the main chart looks:
imagen

Closing price shown and you can enable it, change colors & line width
imagen

Can include many candles according to Row&Column number you set
imagen

Optionally it can show cumulative volume for each candle
imagen

Closing prices from lower time frame
imagen

Shows Candle Body by changing background colors
imagen

It can shows all included candles on Zero line
imagen

You can change the colors of many things
imagen

You can set Empty box and border transparency
imagen

Table, Empty box Colors adjustment done automatically by chart background color
imagen
imagen

Sometimes we can not get data from some historical candles if time frame is high such 2days, 1 week etc, and it looks like:
imagen

It also checks if Chart time frame and Chart type is suitable
imagen
imagen

Enjoy!
Notas de prensa
Unnecessary part removed
Notas de prensa
A few optimization, more explanation.
boxescumulativevolumeeducationalheatmaplonesomethebluelowertimeframelowertimeframeanalysisPOCtablevolumeanalysisVolume ProfileVolume

Script de código abierto

Siguiendo fielmente el espíritu de TradingView, el autor de este script lo ha publicado en código abierto, permitiendo que otros traders puedan entenderlo y verificarlo. ¡Olé por el autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la reutilización de este código en la publicación se rige por las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

¿Quiere utilizar este script en un gráfico?

Exención de responsabilidad