OPEN-SOURCE SCRIPT
Aggiornato

Poor man's volume profile

This is an attempt to get something more or less similar to the volume profile for free.

The code is generated using a template. To change the settings, you may need to regenerate the code. The code has a link to the repository with the template.
Note di rilascio
  • Decouple width of history and recent profiles
  • Make profile value independent from profile height
Note di rilascio
More precise profile value calculation
Note di rilascio
Fix width with disabled history/last profiles
Note di rilascio
  • Fix width with disabled history/last profiles
  • Do not clip recent profile
Note di rilascio
  • Fix server study error by adding max_bars_back.
  • Rewrite code to make it simpler but slower.
  • Add option to use custom ticker as volume source.
Note di rilascio
Fix "screenshot"
Note di rilascio
Replace green color by teal
Note di rilascio
Add volume point of control (VPoC) as a line
Note di rilascio
  • Use nz() instead of own nan_to_float()
  • Fix history block offset
Note di rilascio
Volume clusters (those called historical blocks) have been moved to a separate study, see "Poor man's volume clusters".

Study has been significantly optimized. Now you can set the profile size up to 500 bars (limit can be lifted if you change max_bars_back in the source code).
Note di rilascio
Correct way (I'm sure of it) to calculate row value. It could be wrong.
Note di rilascio
Fix preview chart
Note di rilascio
Fix the calculation of the first bar.
Note di rilascio
Highlight peak volume in a profile
Note di rilascio
Maybe fix for profile disappearing
Note di rilascio
Draw a profile using labels
Note di rilascio
* Fix "Invalid symbol" warning when the custom volume source is enabled.

Declinazione di responsabilità