[v1.1.0] - 07/07/2024
Added
Added input options for Size.auto in Label size settings for enhanced readability of the labels above and below the histogram.
Changed
Refactored the label creation logic for better readability and maintainability.
Included the usage of weekly and monthly time frames by removing the conditions if barstate.islast and timeframe.period != 'W' and timeframe.period != 'M' before core delta logic is executed. This will enable timeframes above Daily including weekly, monthly, and so on.
Fixed
Corrected the logic for summing up volume in the pre-market time range.
Fixed potential issues with variable initialization and usage.