PROTECTED SOURCE SCRIPT
已更新 ATR Levels Trade Plan

Overview
This indicator is a trade management tool designed to help traders visualize volatility-based targets and stop-losses instantly. By anchoring calculations to the Daily Opening Price and the Average True Range (ATR), it projects objective, mathematical support and resistance levels for the current session.
How It Works
The script detects the start of the trading day (or a manually defined period) and draws a vertical marker. From there, it projects horizontal lines representing key multiples of the ATR:
Green Line: Opening Price (The baseline).
Blue Lines (Targets): +0.5 ATR, +1.0 ATR, and +2.0 ATR. These serve as dynamic profit-taking zones based on current market volatility.
Orange Line (Stop Loss): -2.0 ATR. A standard volatility-based stop level.
Red Line (Emergency Exit): -3.0 ATR. A level indicating extreme adverse moves.
Multi-Ticker Database & Date Verification This version includes a built-in configuration menu capable of storing unique trade plans for up to 20 different stocks.
20-Slot Memory: You can pre-load the Ticker Symbol, Planned Open, and ATR for up to 20 individual assets in the settings.
Date/Period of Trade: Each slot includes a "Date" field (YYYYMMDD). This assigns the manual values to a specific trading session.
Default Behavior (Auto-Fallback): The indicator intelligently scans the database when you switch charts.
If the Ticker matches a slot AND the Date matches the current session, it loads your manual values.
If the Ticker is not in the database, or if the Date is expired (from a previous day), the script automatically defaults to the live Daily Open and standard ATR-14.
Key Features
Clean Visuals: Uses the Drawing API to plot lines only on the current/last bar, keeping historical price action clean and uncluttered.
Text Customization: Users can align text to the Right, Left, or Center, adjust the offset distance, and change text size to fit their chart layout.
Flexible Alerts: Includes a dedicated "Alert Configuration" menu. Users can toggle alerts on/off for individual lines (e.g., enable the Stop Loss alert but disable the +0.5 ATR alert). All enabled settings work via a single "Any alert() function call."
Settings
Stock Database: 20 configuration groups to input Ticker, Date, Open, and ATR.
Global/Fallback Values: Input custom Open/ATR prices (leave at 0 for automatic) to be used if the specific stock is not in the database.
Text & Alignment: Adjust label position, offset, and size.
Alert Configuration: Checkboxes to enable/disable alerts for specific price levels.
Methodology The levels are calculated using the standard formula: Level = Opening Price + (Multiplier * ATR)
This indicator is a trade management tool designed to help traders visualize volatility-based targets and stop-losses instantly. By anchoring calculations to the Daily Opening Price and the Average True Range (ATR), it projects objective, mathematical support and resistance levels for the current session.
How It Works
The script detects the start of the trading day (or a manually defined period) and draws a vertical marker. From there, it projects horizontal lines representing key multiples of the ATR:
Green Line: Opening Price (The baseline).
Blue Lines (Targets): +0.5 ATR, +1.0 ATR, and +2.0 ATR. These serve as dynamic profit-taking zones based on current market volatility.
Orange Line (Stop Loss): -2.0 ATR. A standard volatility-based stop level.
Red Line (Emergency Exit): -3.0 ATR. A level indicating extreme adverse moves.
Multi-Ticker Database & Date Verification This version includes a built-in configuration menu capable of storing unique trade plans for up to 20 different stocks.
20-Slot Memory: You can pre-load the Ticker Symbol, Planned Open, and ATR for up to 20 individual assets in the settings.
Date/Period of Trade: Each slot includes a "Date" field (YYYYMMDD). This assigns the manual values to a specific trading session.
Default Behavior (Auto-Fallback): The indicator intelligently scans the database when you switch charts.
If the Ticker matches a slot AND the Date matches the current session, it loads your manual values.
If the Ticker is not in the database, or if the Date is expired (from a previous day), the script automatically defaults to the live Daily Open and standard ATR-14.
Key Features
Clean Visuals: Uses the Drawing API to plot lines only on the current/last bar, keeping historical price action clean and uncluttered.
Text Customization: Users can align text to the Right, Left, or Center, adjust the offset distance, and change text size to fit their chart layout.
Flexible Alerts: Includes a dedicated "Alert Configuration" menu. Users can toggle alerts on/off for individual lines (e.g., enable the Stop Loss alert but disable the +0.5 ATR alert). All enabled settings work via a single "Any alert() function call."
Settings
Stock Database: 20 configuration groups to input Ticker, Date, Open, and ATR.
Global/Fallback Values: Input custom Open/ATR prices (leave at 0 for automatic) to be used if the specific stock is not in the database.
Text & Alignment: Adjust label position, offset, and size.
Alert Configuration: Checkboxes to enable/disable alerts for specific price levels.
Methodology The levels are calculated using the standard formula: Level = Opening Price + (Multiplier * ATR)
版本注释
OverviewThis indicator is a trade management tool designed to help traders visualize volatility-based targets and stop-losses instantly. By anchoring calculations to the Daily Opening Price and the Average True Range (ATR), it projects objective, mathematical support and resistance levels for the current session.
How It Works
The script detects the start of the trading day (or a manually defined period) and draws a vertical marker. From there, it projects horizontal lines representing key multiples of the ATR:
Green Line: Opening Price (The baseline).
Blue Lines (Targets): +0.5 ATR, +1.0 ATR, and +2.0 ATR. These serve as dynamic profit-taking zones based on current market volatility.
Orange Line (Stop Loss): -2.0 ATR. A standard volatility-based stop level.
Red Line (Emergency Exit): -3.0 ATR. A level indicating extreme adverse moves.
Multi-Ticker Database & Date Verification This version includes a built-in configuration menu capable of storing unique trade plans for up to 20 different stocks.
20-Slot Memory: You can pre-load the Ticker Symbol, Planned Open, and ATR for up to 20 individual assets in the settings.
Date/Period of Trade: Each slot includes a "Date" field (YYYYMMDD). This assigns the manual values to a specific trading session.
Default Behavior (Auto-Fallback): The indicator intelligently scans the database when you switch charts.
If the Ticker matches a slot AND the Date matches the current session, it loads your manual values.
If the Ticker is not in the database, or if the Date is expired (from a previous day), the script automatically defaults to the live Daily Open and standard ATR-14.
Key Features
Clean Visuals: Uses the Drawing API to plot lines only on the current/last bar, keeping historical price action clean and uncluttered.
Text Customization: Users can align text to the Right, Left, or Center, adjust the offset distance, and change text size to fit their chart layout.
Flexible Alerts: Includes a dedicated "Alert Configuration" menu. Users can toggle alerts on/off for individual lines (e.g., enable the Stop Loss alert but disable the +0.5 ATR alert). All enabled settings work via a single "Any alert() function call."
Settings
Stock Database: 20 configuration groups to input Ticker, Date, Open, and ATR.
Global/Fallback Values: Input custom Open/ATR prices (leave at 0 for automatic) to be used if the specific stock is not in the database.
Text & Alignment: Adjust label position, offset, and size.
Alert Configuration: Checkboxes to enable/disable alerts for specific price levels.
Methodology The levels are calculated using the standard formula: Level = Opening Price + (Multiplier * ATR)
版本注释
Updated time format in settings input.版本注释
-受保护脚本
此脚本以闭源形式发布。 但是,您可以自由使用,没有任何限制 — 了解更多信息这里。
免责声明
这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。
受保护脚本
此脚本以闭源形式发布。 但是,您可以自由使用,没有任何限制 — 了解更多信息这里。
免责声明
这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。