This indicator offers real-time updates for daily high and low prices, addressing the issue of expanding plots in traditional daily high-low indicators.
It plots daily high, low, 1/2, and 1/4 price levels as horizontal lines.
It adds a vertical line at the center of the daily candle.
You can customize the indicator's background color for bullish and bearish days.
It extends horizontal lines until the daily candle switches.
This indicator is not compatible with second-by-second data.
Due to Pine Script's object drawing limitations, there is a restriction on how many days back the price lines can be drawn.
Pine Scriptのオブジェクト描画数の制限により、価格ラインの描画が遡れる日数に制限があります。
版本注释
The issue of vertical lines appearing in daily chart display has been fixed.
版本注释
Have made an update to the indicator, adding background colors based on bullish and bearish days even within the intraday boxes.
版本注释
I forgot to update the script page's chart, so I am updating it now.
版本注释
I've updated the script with the following changes:
Added a verification mode. In verification mode, price lines are drawn back to past candles for validation purposes.
In verification mode, real-time plotting expands as the daily high and low are updated.
Default background color transparency is set to 90.
There are currently a couple of known issues:
Sometimes, when the daily candle updates, horizontal lines extend beyond the chart.
In verification mode, a vertical line for the current day is drawn.
版本注释
Update Summary
Added weekly price level lines.
Current Identified Issues and Solutions:
When drawing objects using Pine Script, we can only draw up to 500 bars into the future. This limitation may lead to errors when using short-term timeframes like 1-minute charts.
If you are using a lower timeframe, please turn off the weekly price level lines checkbox.
Currently, 1-minute charts are not supported for both daily and weekly lines.