OPEN-SOURCE SCRIPT
更新済 X Feigenbaum

plots forward “projection zones” derived from a user-defined Feigenbaum Deterministic Range (FDR). Starting from two anchor prices (p01a, p01b) that define the initial condition, the tool computes successive expansion zones above and below that range using fixed scale factors. Each zone is rendered as a shaded box with optional edge outlines, an auto-midline, and an optional label—giving you an at-a-glance map of where price may propagate next.
This indicator is a visual framework, not a signal generator. It’s meant to be combined with your existing structure/flow reads (order flow, VWAPs, ORs, HTF levels, etc.) to plan scenarios, targets, and invalidation.
Key ideas (context)
Initial condition → expansions: You define a deterministic base range (FDR) from which the script projects outward “echoes.”
Bidirectional mapping: Zones are drawn symmetrically as +1, +2, +3, +4 (above) and −1, −2, −3, −4 (below) to reflect potential propagation in either direction.
Diminishing confidence with distance: Farther zones are for scenario planning/targets; nearer zones are more actionable for risk placement and management.
How the levels are built
Feigenbaum Deterministic Range (FDR):
Inputs p01a and p01b define the initial range (FDR = p01a − p01b).
Category “F Range” draws that base box.
Projection Zones:
The script computes zone pairs by offsetting from the initial range using fixed multipliers of FDR. In code, these are the pre-set coefficients:
±1: 0.6714 and 1.5029
±2: 2.5699 and 3.6692
±3: 6.1398 and 8.3384
±4: 13.2796 and 17.6768
Each zone is two prices (a, b) forming a band; the same logic mirrors below the range for the negative side.
Rendering & midlines:
Each enabled category draws a filled box from the anchor bar to the right edge (current bar + extend_len).
Optional outlines (solid/dashed/dotted) for top/bottom/left/right edges.
Optional midline (always dashed) bisects each zone for quick reference.
Anchoring & timeframe logic
Anchor refresh: interval1 sets an HTF “clock” (e.g., Daily). On each new HTF bar, all categories re-anchor at that bar’s index so new projections start cleanly with the fresh session/period.
Extend control: extend_len nudges the right boundary beyond the latest bar for label/edge clarity.
Inputs & styling
Settings group:
Anchor 1 Timeframe (e.g., D) defines the refresh cadence.
Label toggles: show/hide, size, text color, and background.
Feigenbaum DR group:
Enable the base F range, set p01a/p01b, choose fill/line colors, outline style, and the mid toggle.
Ranger Factors groups (Zones ±1…±4):
Each zone can be enabled/disabled, inherits its computed prices, and has independent fill/line color, outline style, and mid toggle.
Practical usage
Scenario mapping: Use +/−1 zones for near-term impulse tracking and intraday targets; treat +/−3 and +/−4 as stretch objectives or “if trend persists” waypoints.
Confluence first: Prioritize trades when a Feigenbaum zone aligns with a known liquidity pool, session level (e.g., OR, ETH/RTH AVWAP), HTF pivot, or key option-derived levels.
Risk & invalidation: The base FDR and nearest zone edges provide clean invalidation references and partial-take structures.
Notes & limitations
The coefficients are fixed in this version (you can expose them as inputs if you want to calibrate per market).
Projections are descriptive, not predictive; treat farther zones as lower-confidence context.
Because anchors reset on the selected HTF, choose interval1 consistent with your playbook (e.g., Daily for RTH framing, Weekly for swing maps).
Output summary
Boxes: FDR (base), Zones +1/−1, +2/−2, +3/−3, +4/−4
Edges: Optional top/bottom/left/right per zone (styleable)
Midlines: Optional dashed mid per zone
Labels: Optional, style-controlled, positioned just beyond the right edge
This indicator is a visual framework, not a signal generator. It’s meant to be combined with your existing structure/flow reads (order flow, VWAPs, ORs, HTF levels, etc.) to plan scenarios, targets, and invalidation.
Key ideas (context)
Initial condition → expansions: You define a deterministic base range (FDR) from which the script projects outward “echoes.”
Bidirectional mapping: Zones are drawn symmetrically as +1, +2, +3, +4 (above) and −1, −2, −3, −4 (below) to reflect potential propagation in either direction.
Diminishing confidence with distance: Farther zones are for scenario planning/targets; nearer zones are more actionable for risk placement and management.
How the levels are built
Feigenbaum Deterministic Range (FDR):
Inputs p01a and p01b define the initial range (FDR = p01a − p01b).
Category “F Range” draws that base box.
Projection Zones:
The script computes zone pairs by offsetting from the initial range using fixed multipliers of FDR. In code, these are the pre-set coefficients:
±1: 0.6714 and 1.5029
±2: 2.5699 and 3.6692
±3: 6.1398 and 8.3384
±4: 13.2796 and 17.6768
Each zone is two prices (a, b) forming a band; the same logic mirrors below the range for the negative side.
Rendering & midlines:
Each enabled category draws a filled box from the anchor bar to the right edge (current bar + extend_len).
Optional outlines (solid/dashed/dotted) for top/bottom/left/right edges.
Optional midline (always dashed) bisects each zone for quick reference.
Anchoring & timeframe logic
Anchor refresh: interval1 sets an HTF “clock” (e.g., Daily). On each new HTF bar, all categories re-anchor at that bar’s index so new projections start cleanly with the fresh session/period.
Extend control: extend_len nudges the right boundary beyond the latest bar for label/edge clarity.
Inputs & styling
Settings group:
Anchor 1 Timeframe (e.g., D) defines the refresh cadence.
Label toggles: show/hide, size, text color, and background.
Feigenbaum DR group:
Enable the base F range, set p01a/p01b, choose fill/line colors, outline style, and the mid toggle.
Ranger Factors groups (Zones ±1…±4):
Each zone can be enabled/disabled, inherits its computed prices, and has independent fill/line color, outline style, and mid toggle.
Practical usage
Scenario mapping: Use +/−1 zones for near-term impulse tracking and intraday targets; treat +/−3 and +/−4 as stretch objectives or “if trend persists” waypoints.
Confluence first: Prioritize trades when a Feigenbaum zone aligns with a known liquidity pool, session level (e.g., OR, ETH/RTH AVWAP), HTF pivot, or key option-derived levels.
Risk & invalidation: The base FDR and nearest zone edges provide clean invalidation references and partial-take structures.
Notes & limitations
The coefficients are fixed in this version (you can expose them as inputs if you want to calibrate per market).
Projections are descriptive, not predictive; treat farther zones as lower-confidence context.
Because anchors reset on the selected HTF, choose interval1 consistent with your playbook (e.g., Daily for RTH framing, Weekly for swing maps).
Output summary
Boxes: FDR (base), Zones +1/−1, +2/−2, +3/−3, +4/−4
Edges: Optional top/bottom/left/right per zone (styleable)
Midlines: Optional dashed mid per zone
Labels: Optional, style-controlled, positioned just beyond the right edge
リリースノート
active zone visibility featureリリースノート
clean upリリースノート
clean upリリースノート
clean upリリースノート
code fixリリースノート
clean upオープンソーススクリプト
TradingViewの精神に則り、この作者はスクリプトのソースコードを公開しているので、その内容を理解し検証することができます。作者に感謝です!無料でお使いいただけますが、このコードを投稿に再利用する際にはハウスルールに従うものとします。
免責事項
これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。
オープンソーススクリプト
TradingViewの精神に則り、この作者はスクリプトのソースコードを公開しているので、その内容を理解し検証することができます。作者に感謝です!無料でお使いいただけますが、このコードを投稿に再利用する際にはハウスルールに従うものとします。
免責事項
これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。