OPEN-SOURCE SCRIPT
已更新 R-HL-PDW

This script doesn't give buy or sell signals. It gives a reference point to the previous day's high and low as well as the previous week's high/low. This will be helpful for intraday trading decisions.
版本注释
This script doesn't give buy or sell signals. It gives the following references to make intraday trading decisions,
PDH - Previous day high
PDL - Previous day Low
PWH - Previous week High - Only gets printed when the difference between PWH and PDH is 2%
PWL - Previous week Low - Only gets printed when the difference between PWL and PDL is 2%
PMH - Previous month High - Only gets printed when the difference between PMH and PDH is 4%
PML - Previous month Low - Only gets printed when the difference between PML and PDL is 4%
CWH - Current week High - Only gets printed when the difference between CWH and PDH is 2%
CWL - Current week Low - Only gets printed when the difference between CWL and PDL is 2%
CMH - Current Month High - Only gets printed when the difference between CMH and PDH is 4%
CML - Current Month Low - Only gets printed when the difference between CML and PDL is 4%
Strong Zone or High Probability Zone - This is the zone where multiple high/low matches and painted with a different color and it doesn't mark with any text.
版本注释
plotOnlyToday - If it is true then levels will be plotted for the current day. If not true then levels will be plotted for historical values.monthlyPercentage - Difference between PDH/L to monthly falls on the percentage value then respective monthly levels get printed
weeklyPercentage - Difference between PDH/L to weekly falls on the percentage value then respective weekly levels get printed
valuetoCalcStrongZone - We can use atr value of the stock but I prefer a constant value if the levels fall within the range then they will be marked as a strong zone.
strongZoneColor - Color for strong zone
sessRange - your trading session timing
Note - this script works well with default values for Indian indices.
版本注释
lookahead_on - Plot will not be printed in future area版本注释
Corrected few bugs introduced with barmerge.lookahead_on版本注释
Risk Disclosure: This indicator does not provide buy/sell signals and relies on past data, which may not accurately reflect future outcomes. We are not liable for any profits or losses incurred. Please assess and trade at your own risk.开源脚本
本着TradingView的真正精神,此脚本的创建者将其开源,以便交易者可以查看和验证其功能。向作者致敬!虽然您可以免费使用它,但请记住,重新发布代码必须遵守我们的网站规则。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
开源脚本
本着TradingView的真正精神,此脚本的创建者将其开源,以便交易者可以查看和验证其功能。向作者致敬!虽然您可以免费使用它,但请记住,重新发布代码必须遵守我们的网站规则。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。