OPEN-SOURCE SCRIPT
已更新 X OHL

designed to plot significant levels—closed higher timeframe High, Low, Open, and an Equilibrium (EQ) level and current Open—on the current chart based on user-defined higher timeframes (HTFs). It helps traders visualize HTF price levels on lower timeframes for confluence, context, or decision-making.
Key Functional Components:
Configurable Inputs:
Visibility Toggles for:
How It Works:
For each selected timeframe:
Draws Horizontal Lines:
Labels:
Anchoring:
Lines and labels are redrawn on the start of each new HTF bar to ensure accuracy and relevance.
Key Functional Components:
Configurable Inputs:
- Four Timeframes: Customizable (default: 1H, 4H, D, W).
Visibility Toggles for:
- Previous High (pHigh)
- Previous Low (pLow)
- EQ (midpoint between high and low)
- Current Open
- Previous Open
How It Works:
For each selected timeframe:
- retrieves OHL Data
- Previous high/low (high[1], low[1])
- Current and previous open
- EQ is calculated as midpoint: (high + low) / 2
Draws Horizontal Lines:
- Lines are drawn from the candle where the HTF bar opens and extended until timeframe switch. Lines extends a few bars beyond current to assist in visualization
Labels:
- On the most recent bar, each level is labeled with a description (pHigh 1H, EQ 6H, etc.).
- Labels are customizable (size, color, background).
Anchoring:
Lines and labels are redrawn on the start of each new HTF bar to ensure accuracy and relevance.
版本注释
clean up版本注释
added fib levels equal to 0.5, 1.0, 1.5 of previous range applied from current Open. 版本注释
Added feature to retain historical open for the third timeframe in the settings. 版本注释
fixed image 版本注释
clean up 版本注释
added option for all historical opens for three of the timeframe options版本注释
clean up and fixed photo开源脚本
本着TradingView的真正精神,此脚本的创建者将其开源,以便交易者可以查看和验证其功能。向作者致敬!虽然您可以免费使用它,但请记住,重新发布代码必须遵守我们的网站规则。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
开源脚本
本着TradingView的真正精神,此脚本的创建者将其开源,以便交易者可以查看和验证其功能。向作者致敬!虽然您可以免费使用它,但请记住,重新发布代码必须遵守我们的网站规则。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。