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