Display a histogram of price changes over a given interval. Show change as a percentage or in dollar amount. Highlight changes that exceed a particular value.
發行說明
By default, the histogram shows price change since the previous bar. This update allows you to display price change since any number of bars ago.
發行說明
Separate high and low highlighting.
發行說明
Update study shorttitle.
發行說明
The ratio of highlighted to unhighlighted bars is now shown as the orange number ranging from 0 to 1. It takes into consideration the previous 50 bars by default, but can be changed by the user under settings.
發行說明
- Updated the names of a few settings to be clearer as to what they do. - Included some documentation in the source code to explain each setting.
發行說明
- Add default precision - Improve comments
發行說明
Updated to Pine Script v4
發行說明
- Update to Pine Script v5 - Additional comments - Code cleanup