OPEN-SOURCE SCRIPT
Actualizado MTF ATR(1H,4H,1D,1W) with ATH and Heat line

# MTF ATR (1H, 4H, 1D, 1W) with ATH and Overheating Line
## Overview
A multi-timeframe ATR-based Supertrend indicator that displays trend lines across four timeframes — 1 Hour, 4 Hour, 1 Day, and 1 Week — on a single chart. Designed for swing traders who use ATR (Average True Range) as the core framework for trend-following and risk management.
This indicator helps you instantly see where the key support/resistance levels are across multiple timeframes, so you can make better decisions about entries, exits, and position sizing without switching between charts.
## Key Features
### Multi-Timeframe Supertrend (1H / 4H / 1D / 1W)
Each timeframe calculates its own Supertrend line based on ATR, providing a layered view of trend structure:
- **1H Supertrend** — Short-term trend, useful for timing entries and exits on intraday charts. Color: Blue.
- **4H Supertrend** — Medium-term trend, bridges intraday and swing timeframes. Color: Purple.
- **1D Supertrend** — Primary swing trading trend. Uses previous day's confirmed data so the line does not shift intraday. Color: Green (up) / Dark Red (down).
- **1W Supertrend** — Macro trend filter. Uses previous week's confirmed data so the line remains fixed throughout the week. Color: Pink.
The 1D and 1W Supertrend lines are calculated using confirmed (closed) data from the prior period. This means the line does not move during the current day/week — the goalpost stays fixed, giving you a stable reference point for decision-making.
### Overheating Line (v2)
A unique profit-taking guide built on top of the daily Supertrend. The Overheating Line marks the level where price has extended significantly beyond the Supertrend — a zone where mean reversion risk increases.
**Formula:** `Current Day Realtime Supertrend + (Previous Day Confirmed ATR × Multiplier)`
This hybrid design gives you the best of both worlds:
- The **starting point** (realtime ST) adapts to gap-ups and intraday price action.
- The **threshold** (previous day's ATR × multiplier) is fixed, so the target does not shift as the day progresses.
The default multiplier is 1.3× ATR, adjustable in settings. The Overheating Line is hidden on daily and higher timeframes by default (designed for intraday chart use), but this can be toggled in settings.
### Overheating Touch Signals (Optional, Default: OFF)
When enabled, the indicator tracks intraday interaction with the Overheating Line:
- 🔥 **Touch Signal** — Price (high) reaches the Overheating Line for the first time that day.
- ❄️ **Break Signal** — After touching, price closes back below the Overheating Line (potential reversal confirmation).
### Overheating Status Table
A real-time dashboard (top-right corner) showing:
- **ST Deviation Ratio** — How far price has traveled from the Supertrend, measured in ATR multiples. Color-coded: green (safe), orange (approaching), red (overheated).
- **Distance to Overheating Line** — Absolute price distance and percentage.
- **Overheating Line Value** — The exact price level.
- **Base ATR (Previous Day)** — The fixed ATR value used for calculation.
- **Current Day ST** — The realtime Supertrend value.
- **Today's Touch Status** — Whether the Overheating Line has been touched today.
- **Post-Touch Tracking** (if touched) — Time elapsed since touch, maximum drawdown from touch price, and whether price has broken back below the line.
The table is hidden on daily and higher timeframes by default.
### Warning & Break Signals
Each timeframe (1H, 4H, 1D, 1W) generates two types of signals:
- **⚠️ Warning** — Price closes below the uptrend Supertrend line (potential trend weakening).
- **⚡ Break** — Price closes above the downtrend Supertrend line (potential trend reversal to upside).
Signals are throttled to avoid noise: minimum 4-hour cooldown for warnings, 1-hour for breaks, with a maximum of 2 signals per period (daily reset for 4H/1D, weekly reset for 1W).
### All-Time High (ATH) Finder
Automatically detects and draws a horizontal line at the all-time high price, extending to the right edge of the chart. Includes a label showing the exact ATH value. Useful for identifying breakout targets and overhead resistance.
### EMA Overlay (Optional)
Toggle EMA 20 / 50 / 200 on the chart for additional trend context. Default: OFF.
## Color Scheme
| Timeframe | Up Trend | Down Trend |
|-----------|----------|------------|
| Current TF | Green | Red |
| 1H | Blue (#1848cc) | Dark Blue (#210ba2) |
| 4H | Purple (#7b1fa2) | Dark Purple (#4e0f60) |
| 1D | Green (#4caf50) | Dark Red (#8c101a) |
| 1W | Pink (#f06292) | Dark Pink (#c2185b) |
| Overheating | Orange (#ff9800) | — |
| ATH | Lime | — |
## Timeframe Visibility
By default, the 1H and 4H Supertrends (along with their signals and labels) are hidden when viewing daily or higher timeframes to keep the chart clean. The 1D and 1W Supertrends are always visible regardless of chart timeframe. This behavior can be changed in the "Timeframe Control" settings.
## Master Controls
Four master toggles let you quickly show/hide elements across all timeframes at once:
- **Master Highlighter** — Background shading between price and Supertrend.
- **Master Signals** — All warning/break signal labels.
- **Master Up Trend** — All uptrend lines and trend-change circles.
- **Master Down Trend** — All downtrend lines and trend-change circles.
## Settings Per Timeframe
Each timeframe (Current TF, 1H, 4H, 1D, 1W) has independent settings:
- ATR Period (default: 10)
- ATR Multiplier (default: 1.0)
- ATR Calculation Method (SMA of TR vs. RMA/Wilder)
- Show/Hide toggle
- Label display
- Warning/Break signals (1H, 4H, 1D, 1W)
- Highlighter fill
## Alerts
The following alert conditions are available:
- Buy/Sell (current timeframe trend change)
- 1H / 4H / 1D / 1W Warning (price breaks below uptrend ST)
- 1H / 4H / 1D / 1W Break (price breaks above downtrend ST)
- 1W Trend Change (up/down)
- Overheating Touch (price reaches the Overheating Line)
- Overheating Break (price falls back below the Overheating Line after touch)
## Recommended Usage
1. **Trend Alignment** — Look for trades where 1D and 1W trends are aligned (both in uptrend). Use 1H and 4H for entry timing.
2. **Profit Taking** — Monitor the Overheating Line and ST Deviation Ratio. When the ratio approaches or exceeds the multiplier (default 1.3×), consider scaling out or tightening stops.
3. **Stop Loss Reference** — The 1D Supertrend provides a natural swing stop level. The 4H or 1H lines can serve as trailing stops for more aggressive management.
4. **Warning as Early Alert** — A 1D ⚠️ warning does not mean the trend is over, but it flags that price has temporarily dipped below the Supertrend — a signal to watch closely rather than panic.
## Notes
- The 1D and 1W Supertrends use previous-period confirmed data (`lookahead_off`), ensuring the line does not repaint or shift during the current period.
- The Overheating Line's realtime component uses `lookahead_on` intentionally, as it needs to reflect intraday price action for the starting point while keeping the ATR threshold fixed.
- This indicator is an overlay and works on any instrument and timeframe, though it is primarily designed for use on 5-minute to 1-hour charts for Japanese and US equities.
## Overview
A multi-timeframe ATR-based Supertrend indicator that displays trend lines across four timeframes — 1 Hour, 4 Hour, 1 Day, and 1 Week — on a single chart. Designed for swing traders who use ATR (Average True Range) as the core framework for trend-following and risk management.
This indicator helps you instantly see where the key support/resistance levels are across multiple timeframes, so you can make better decisions about entries, exits, and position sizing without switching between charts.
## Key Features
### Multi-Timeframe Supertrend (1H / 4H / 1D / 1W)
Each timeframe calculates its own Supertrend line based on ATR, providing a layered view of trend structure:
- **1H Supertrend** — Short-term trend, useful for timing entries and exits on intraday charts. Color: Blue.
- **4H Supertrend** — Medium-term trend, bridges intraday and swing timeframes. Color: Purple.
- **1D Supertrend** — Primary swing trading trend. Uses previous day's confirmed data so the line does not shift intraday. Color: Green (up) / Dark Red (down).
- **1W Supertrend** — Macro trend filter. Uses previous week's confirmed data so the line remains fixed throughout the week. Color: Pink.
The 1D and 1W Supertrend lines are calculated using confirmed (closed) data from the prior period. This means the line does not move during the current day/week — the goalpost stays fixed, giving you a stable reference point for decision-making.
### Overheating Line (v2)
A unique profit-taking guide built on top of the daily Supertrend. The Overheating Line marks the level where price has extended significantly beyond the Supertrend — a zone where mean reversion risk increases.
**Formula:** `Current Day Realtime Supertrend + (Previous Day Confirmed ATR × Multiplier)`
This hybrid design gives you the best of both worlds:
- The **starting point** (realtime ST) adapts to gap-ups and intraday price action.
- The **threshold** (previous day's ATR × multiplier) is fixed, so the target does not shift as the day progresses.
The default multiplier is 1.3× ATR, adjustable in settings. The Overheating Line is hidden on daily and higher timeframes by default (designed for intraday chart use), but this can be toggled in settings.
### Overheating Touch Signals (Optional, Default: OFF)
When enabled, the indicator tracks intraday interaction with the Overheating Line:
- 🔥 **Touch Signal** — Price (high) reaches the Overheating Line for the first time that day.
- ❄️ **Break Signal** — After touching, price closes back below the Overheating Line (potential reversal confirmation).
### Overheating Status Table
A real-time dashboard (top-right corner) showing:
- **ST Deviation Ratio** — How far price has traveled from the Supertrend, measured in ATR multiples. Color-coded: green (safe), orange (approaching), red (overheated).
- **Distance to Overheating Line** — Absolute price distance and percentage.
- **Overheating Line Value** — The exact price level.
- **Base ATR (Previous Day)** — The fixed ATR value used for calculation.
- **Current Day ST** — The realtime Supertrend value.
- **Today's Touch Status** — Whether the Overheating Line has been touched today.
- **Post-Touch Tracking** (if touched) — Time elapsed since touch, maximum drawdown from touch price, and whether price has broken back below the line.
The table is hidden on daily and higher timeframes by default.
### Warning & Break Signals
Each timeframe (1H, 4H, 1D, 1W) generates two types of signals:
- **⚠️ Warning** — Price closes below the uptrend Supertrend line (potential trend weakening).
- **⚡ Break** — Price closes above the downtrend Supertrend line (potential trend reversal to upside).
Signals are throttled to avoid noise: minimum 4-hour cooldown for warnings, 1-hour for breaks, with a maximum of 2 signals per period (daily reset for 4H/1D, weekly reset for 1W).
### All-Time High (ATH) Finder
Automatically detects and draws a horizontal line at the all-time high price, extending to the right edge of the chart. Includes a label showing the exact ATH value. Useful for identifying breakout targets and overhead resistance.
### EMA Overlay (Optional)
Toggle EMA 20 / 50 / 200 on the chart for additional trend context. Default: OFF.
## Color Scheme
| Timeframe | Up Trend | Down Trend |
|-----------|----------|------------|
| Current TF | Green | Red |
| 1H | Blue (#1848cc) | Dark Blue (#210ba2) |
| 4H | Purple (#7b1fa2) | Dark Purple (#4e0f60) |
| 1D | Green (#4caf50) | Dark Red (#8c101a) |
| 1W | Pink (#f06292) | Dark Pink (#c2185b) |
| Overheating | Orange (#ff9800) | — |
| ATH | Lime | — |
## Timeframe Visibility
By default, the 1H and 4H Supertrends (along with their signals and labels) are hidden when viewing daily or higher timeframes to keep the chart clean. The 1D and 1W Supertrends are always visible regardless of chart timeframe. This behavior can be changed in the "Timeframe Control" settings.
## Master Controls
Four master toggles let you quickly show/hide elements across all timeframes at once:
- **Master Highlighter** — Background shading between price and Supertrend.
- **Master Signals** — All warning/break signal labels.
- **Master Up Trend** — All uptrend lines and trend-change circles.
- **Master Down Trend** — All downtrend lines and trend-change circles.
## Settings Per Timeframe
Each timeframe (Current TF, 1H, 4H, 1D, 1W) has independent settings:
- ATR Period (default: 10)
- ATR Multiplier (default: 1.0)
- ATR Calculation Method (SMA of TR vs. RMA/Wilder)
- Show/Hide toggle
- Label display
- Warning/Break signals (1H, 4H, 1D, 1W)
- Highlighter fill
## Alerts
The following alert conditions are available:
- Buy/Sell (current timeframe trend change)
- 1H / 4H / 1D / 1W Warning (price breaks below uptrend ST)
- 1H / 4H / 1D / 1W Break (price breaks above downtrend ST)
- 1W Trend Change (up/down)
- Overheating Touch (price reaches the Overheating Line)
- Overheating Break (price falls back below the Overheating Line after touch)
## Recommended Usage
1. **Trend Alignment** — Look for trades where 1D and 1W trends are aligned (both in uptrend). Use 1H and 4H for entry timing.
2. **Profit Taking** — Monitor the Overheating Line and ST Deviation Ratio. When the ratio approaches or exceeds the multiplier (default 1.3×), consider scaling out or tightening stops.
3. **Stop Loss Reference** — The 1D Supertrend provides a natural swing stop level. The 4H or 1H lines can serve as trailing stops for more aggressive management.
4. **Warning as Early Alert** — A 1D ⚠️ warning does not mean the trend is over, but it flags that price has temporarily dipped below the Supertrend — a signal to watch closely rather than panic.
## Notes
- The 1D and 1W Supertrends use previous-period confirmed data (`lookahead_off`), ensuring the line does not repaint or shift during the current period.
- The Overheating Line's realtime component uses `lookahead_on` intentionally, as it needs to reflect intraday price action for the starting point while keeping the ATR threshold fixed.
- This indicator is an overlay and works on any instrument and timeframe, though it is primarily designed for use on 5-minute to 1-hour charts for Japanese and US equities.
Notas de prensa
# MTF ATR (1H, 4H, 1D, 1W) with ATH and Overheating Line## Overview
A multi-timeframe ATR-based Supertrend indicator that displays trend lines across four timeframes — 1 Hour, 4 Hour, 1 Day, and 1 Week — on a single chart. Designed for swing traders who use ATR (Average True Range) as the core framework for trend-following and risk management.
This indicator helps you instantly see where the key support/resistance levels are across multiple timeframes, so you can make better decisions about entries, exits, and position sizing without switching between charts.
## Key Features
### Multi-Timeframe Supertrend (1H / 4H / 1D / 1W)
Each timeframe calculates its own Supertrend line based on ATR, providing a layered view of trend structure:
- **1H Supertrend** — Short-term trend, useful for timing entries and exits on intraday charts. Color: Blue.
- **4H Supertrend** — Medium-term trend, bridges intraday and swing timeframes. Color: Purple.
- **1D Supertrend** — Primary swing trading trend. Uses previous day's confirmed data so the line does not shift intraday. Color: Green (up) / Dark Red (down).
- **1W Supertrend** — Macro trend filter. Uses previous week's confirmed data so the line remains fixed throughout the week. Color: Pink.
The 1D and 1W Supertrend lines are calculated using confirmed (closed) data from the prior period. This means the line does not move during the current day/week — the goalpost stays fixed, giving you a stable reference point for decision-making.
### Overheating Line (v2)
A unique profit-taking guide built on top of the daily Supertrend. The Overheating Line marks the level where price has extended significantly beyond the Supertrend — a zone where mean reversion risk increases.
**Formula:** `Current Day Realtime Supertrend + (Previous Day Confirmed ATR × Multiplier)`
This hybrid design gives you the best of both worlds:
- The **starting point** (realtime ST) adapts to gap-ups and intraday price action.
- The **threshold** (previous day's ATR × multiplier) is fixed, so the target does not shift as the day progresses.
The default multiplier is 1.3× ATR, adjustable in settings. The Overheating Line is hidden on daily and higher timeframes by default (designed for intraday chart use), but this can be toggled in settings.
### Overheating Touch Signals (Optional, Default: OFF)
When enabled, the indicator tracks intraday interaction with the Overheating Line:
- 🔥 **Touch Signal** — Price (high) reaches the Overheating Line for the first time that day.
- ❄️ **Break Signal** — After touching, price closes back below the Overheating Line (potential reversal confirmation).
### Overheating Status Table
A real-time dashboard (top-right corner) showing:
- **ST Deviation Ratio** — How far price has traveled from the Supertrend, measured in ATR multiples. Color-coded: green (safe), orange (approaching), red (overheated).
- **Distance to Overheating Line** — Absolute price distance and percentage.
- **Overheating Line Value** — The exact price level.
- **Base ATR (Previous Day)** — The fixed ATR value used for calculation.
- **Current Day ST** — The realtime Supertrend value.
- **Today's Touch Status** — Whether the Overheating Line has been touched today.
- **Post-Touch Tracking** (if touched) — Time elapsed since touch, maximum drawdown from touch price, and whether price has broken back below the line.
The table is hidden on daily and higher timeframes by default.
### Warning & Break Signals
Each timeframe (1H, 4H, 1D, 1W) generates two types of signals:
- **⚠️ Warning** — Price closes below the uptrend Supertrend line (potential trend weakening).
- **⚡ Break** — Price closes above the downtrend Supertrend line (potential trend reversal to upside).
Signals are throttled to avoid noise: minimum 4-hour cooldown for warnings, 1-hour for breaks, with a maximum of 2 signals per period (daily reset for 4H/1D, weekly reset for 1W).
### All-Time High (ATH) Finder
Automatically detects and draws a horizontal line at the all-time high price, extending to the right edge of the chart. Includes a label showing the exact ATH value. Useful for identifying breakout targets and overhead resistance.
### EMA Overlay (Optional)
Toggle EMA 20 / 50 / 200 on the chart for additional trend context. Default: OFF.
## Color Scheme
| Timeframe | Up Trend | Down Trend |
|-----------|----------|------------|
| Current TF | Green | Red |
| 1H | Blue (#1848cc) | Dark Blue (#210ba2) |
| 4H | Purple (#7b1fa2) | Dark Purple (#4e0f60) |
| 1D | Green (#4caf50) | Dark Red (#8c101a) |
| 1W | Pink (#f06292) | Dark Pink (#c2185b) |
| Overheating | Orange (#ff9800) | — |
| ATH | Lime | — |
## Timeframe Visibility
By default, the 1H and 4H Supertrends (along with their signals and labels) are hidden when viewing daily or higher timeframes to keep the chart clean. The 1D and 1W Supertrends are always visible regardless of chart timeframe. This behavior can be changed in the "Timeframe Control" settings.
## Master Controls
Four master toggles let you quickly show/hide elements across all timeframes at once:
- **Master Highlighter** — Background shading between price and Supertrend.
- **Master Signals** — All warning/break signal labels.
- **Master Up Trend** — All uptrend lines and trend-change circles.
- **Master Down Trend** — All downtrend lines and trend-change circles.
## Settings Per Timeframe
Each timeframe (Current TF, 1H, 4H, 1D, 1W) has independent settings:
- ATR Period (default: 10)
- ATR Multiplier (default: 1.0)
- ATR Calculation Method (SMA of TR vs. RMA/Wilder)
- Show/Hide toggle
- Label display
- Warning/Break signals (1H, 4H, 1D, 1W)
- Highlighter fill
## Alerts
The following alert conditions are available:
- Buy/Sell (current timeframe trend change)
- 1H / 4H / 1D / 1W Warning (price breaks below uptrend ST)
- 1H / 4H / 1D / 1W Break (price breaks above downtrend ST)
- 1W Trend Change (up/down)
- Overheating Touch (price reaches the Overheating Line)
- Overheating Break (price falls back below the Overheating Line after touch)
## Recommended Usage
1. **Trend Alignment** — Look for trades where 1D and 1W trends are aligned (both in uptrend). Use 1H and 4H for entry timing.
2. **Profit Taking** — Monitor the Overheating Line and ST Deviation Ratio. When the ratio approaches or exceeds the multiplier (default 1.3×), consider scaling out or tightening stops.
3. **Stop Loss Reference** — The 1D Supertrend provides a natural swing stop level. The 4H or 1H lines can serve as trailing stops for more aggressive management.
4. **Warning as Early Alert** — A 1D ⚠️ warning does not mean the trend is over, but it flags that price has temporarily dipped below the Supertrend — a signal to watch closely rather than panic.
Notas de prensa
# MTF ATR (1H, 4H, 1D, 1W) with ATH and Overheating Line## Overview
A multi-timeframe ATR-based Supertrend indicator that displays trend lines across four timeframes — 1 Hour, 4 Hour, 1 Day, and 1 Week — on a single chart. Designed for swing traders who use ATR (Average True Range) as the core framework for trend-following and risk management.
This indicator helps you instantly see where the key support/resistance levels are across multiple timeframes, so you can make better decisions about entries, exits, and position sizing without switching between charts.
## Key Features
### Multi-Timeframe Supertrend (1H / 4H / 1D / 1W)
Each timeframe calculates its own Supertrend line based on ATR, providing a layered view of trend structure:
- **1H Supertrend** — Short-term trend, useful for timing entries and exits on intraday charts. Color: Blue.
- **4H Supertrend** — Medium-term trend, bridges intraday and swing timeframes. Color: Purple.
- **1D Supertrend** — Primary swing trading trend. Uses previous day's confirmed data so the line does not shift intraday. Color: Green (up) / Dark Red (down).
- **1W Supertrend** — Macro trend filter. Uses previous week's confirmed data so the line remains fixed throughout the week. Color: Pink.
The 1D and 1W Supertrend lines are calculated using confirmed (closed) data from the prior period. This means the line does not move during the current day/week — the goalpost stays fixed, giving you a stable reference point for decision-making.
### Overheating Line (v2)
A unique profit-taking guide built on top of the daily Supertrend. The Overheating Line marks the level where price has extended significantly beyond the Supertrend — a zone where mean reversion risk increases.
**Formula:** `Current Day Realtime Supertrend + (Previous Day Confirmed ATR × Multiplier)`
This hybrid design gives you the best of both worlds:
- The **starting point** (realtime ST) adapts to gap-ups and intraday price action.
- The **threshold** (previous day's ATR × multiplier) is fixed, so the target does not shift as the day progresses.
The default multiplier is 1.3× ATR, adjustable in settings. The Overheating Line is hidden on daily and higher timeframes by default (designed for intraday chart use), but this can be toggled in settings.
### Overheating Touch Signals (Optional, Default: OFF)
When enabled, the indicator tracks intraday interaction with the Overheating Line:
- 🔥 **Touch Signal** — Price (high) reaches the Overheating Line for the first time that day.
- ❄️ **Break Signal** — After touching, price closes back below the Overheating Line (potential reversal confirmation).
### Overheating Status Table
A real-time dashboard (top-right corner) showing:
- **ST Deviation Ratio** — How far price has traveled from the Supertrend, measured in ATR multiples. Color-coded: green (safe), orange (approaching), red (overheated).
- **Distance to Overheating Line** — Absolute price distance and percentage.
- **Overheating Line Value** — The exact price level.
- **Base ATR (Previous Day)** — The fixed ATR value used for calculation.
- **Current Day ST** — The realtime Supertrend value.
- **Today's Touch Status** — Whether the Overheating Line has been touched today.
- **Post-Touch Tracking** (if touched) — Time elapsed since touch, maximum drawdown from touch price, and whether price has broken back below the line.
The table is hidden on daily and higher timeframes by default.
### Warning & Break Signals
Each timeframe (1H, 4H, 1D, 1W) generates two types of signals:
- **⚠️ Warning** — Price closes below the uptrend Supertrend line (potential trend weakening).
- **⚡ Break** — Price closes above the downtrend Supertrend line (potential trend reversal to upside).
Signals are throttled to avoid noise: minimum 4-hour cooldown for warnings, 1-hour for breaks, with a maximum of 2 signals per period (daily reset for 4H/1D, weekly reset for 1W).
### All-Time High (ATH) Finder
Automatically detects and draws a horizontal line at the all-time high price, extending to the right edge of the chart. Includes a label showing the exact ATH value. Useful for identifying breakout targets and overhead resistance.
### EMA Overlay (Optional)
Toggle EMA 20 / 50 / 200 on the chart for additional trend context. Default: OFF.
## Color Scheme
| Timeframe | Up Trend | Down Trend |
|-----------|----------|------------|
| Current TF | Green | Red |
| 1H | Blue (#1848cc) | Dark Blue (#210ba2) |
| 4H | Purple (#7b1fa2) | Dark Purple (#4e0f60) |
| 1D | Green (#4caf50) | Dark Red (#8c101a) |
| 1W | Pink (#f06292) | Dark Pink (#c2185b) |
| Overheating | Orange (#ff9800) | — |
| ATH | Lime | — |
## Timeframe Visibility
By default, the 1H and 4H Supertrends (along with their signals and labels) are hidden when viewing daily or higher timeframes to keep the chart clean. The 1D and 1W Supertrends are always visible regardless of chart timeframe. This behavior can be changed in the "Timeframe Control" settings.
## Master Controls
Four master toggles let you quickly show/hide elements across all timeframes at once:
- **Master Highlighter** — Background shading between price and Supertrend.
- **Master Signals** — All warning/break signal labels.
- **Master Up Trend** — All uptrend lines and trend-change circles.
- **Master Down Trend** — All downtrend lines and trend-change circles.
## Settings Per Timeframe
Each timeframe (Current TF, 1H, 4H, 1D, 1W) has independent settings:
- ATR Period (default: 10)
- ATR Multiplier (default: 1.0)
- ATR Calculation Method (SMA of TR vs. RMA/Wilder)
- Show/Hide toggle
- Label display
- Warning/Break signals (1H, 4H, 1D, 1W)
- Highlighter fill
## Alerts
The following alert conditions are available:
- Buy/Sell (current timeframe trend change)
- 1H / 4H / 1D / 1W Warning (price breaks below uptrend ST)
- 1H / 4H / 1D / 1W Break (price breaks above downtrend ST)
- 1W Trend Change (up/down)
- Overheating Touch (price reaches the Overheating Line)
- Overheating Break (price falls back below the Overheating Line after touch)
## Recommended Usage
1. **Trend Alignment** — Look for trades where 1D and 1W trends are aligned (both in uptrend). Use 1H and 4H for entry timing.
2. **Profit Taking** — Monitor the Overheating Line and ST Deviation Ratio. When the ratio approaches or exceeds the multiplier (default 1.3×), consider scaling out or tightening stops.
3. **Stop Loss Reference** — The 1D Supertrend provides a natural swing stop level. The 4H or 1H lines can serve as trailing stops for more aggressive management.
4. **Warning as Early Alert** — A 1D ⚠️ warning does not mean the trend is over, but it flags that price has temporarily dipped below the Supertrend — a signal to watch closely rather than panic.
Script de código abierto
Fiel al espíritu de TradingView, el creador de este script lo ha convertido en código abierto, para que los traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Aunque puede utilizarlo de forma gratuita, recuerde que cualquier republicación del código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.
Script de código abierto
Fiel al espíritu de TradingView, el creador de este script lo ha convertido en código abierto, para que los traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Aunque puede utilizarlo de forma gratuita, recuerde que cualquier republicación del código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.