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が提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。