🔥 Scalping Long Alert - RSI + Volume + Bullish Candle//@version=5
indicator("🔥 Scalping Long Alert - RSI + Volume + Bullish Candle", overlay=true)
// === Inputs ===
rsiLength = input.int(14, title="RSI Length")
rsiThreshold = input.int(50, title="RSI Max")
volumeMultiplier = input.float(2.0, title="Volume Spike Multiplier")
volAvgLength = input.int(20, title="Volume MA Length")
// === RSI Logic ===
rsi = ta.rsi(close, rsiLength)
rsiCondition = rsi < rsiThreshold
// === Volume Spike Logic ===
volMA = ta.sma(volume, volAvgLength)
volumeCondition = volume > volMA * volumeMultiplier
// === Bullish Engulfing Candle Logic ===
bullishEngulfing = close < open and close > open and close > open and open < close
// === Final Signal ===
longCondition = rsiCondition and volumeCondition and bullishEngulfing
// === Plot Signal ===
plotshape(longCondition, title="Long Entry Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="LONG")
// === Alert Condition ===
alertcondition(longCondition, title="Scalping Long Alert", message="🔥 Scalping Setup: RSI < 50, Volume Spike, Bullish Engulfing")
Indikatoren und Strategien
S/R Breakout/Reversal + Volume with 2% SLstrategy with 2% stop loss, and suort resistance breakout reversal
OTC Forecasting toolThe Seasonality Foracsting Tool, Bernd Skorupinski
If you're following the Bernd Skorupinski strategy or learning through the Online Trading Campus, then mastering the Seasonality Forecasting Tool is essential. It's one of the four core indicators Bernd uses in his institutional trading approach — and when used correctly, it helps you time trades with incredible precision.
In this post, I’ll show you exactly:
👉 Get LIFETIME access to ALL of Bernds indicators for just 99 EUR (limited time offer) – available here: linktr.ee
✅ What the seasonality tool does
✅ How it works
✅ And how I used it in a real crude oil backtest trade — alongside demand zones and structure — to capture a high-risk-reward move.
🌾 What Is the OTC Seasonality Forecasting Tool?
The OTC Forecasting Tool, also known as the Seasonality Indicator, helps traders identify recurring market patterns that happen around the same time every year.
Markets like crude oil, gold, corn, and wheat are driven by seasonal factors like:
Supply/demand cycles
Economic activity
Weather conditions
Institutional flow and positioning
The Seasonality Tool analyzes how an asset performed historically during each part of the year — using data from the last 5, 10, or 15 years — and generates a smooth curve of average seasonal performance.
What Makes It Powerful?
This is not about guessing or repeating last year’s moves. This tool gives you:
Statistical seasonality based on long-term data
A clean forecast of when an asset tends to rise or fall
A way to add time-based confluence to your trades
And that’s exactly how Bernd Skorupinski teaches it — not as a trigger, but a filter for precision.
🧪 Real Example: Crude Oil Seasonality + Demand Zone = Winning Setup
Let’s walk through a backtest trade I executed on Light Crude Oil Futures (CL1!) using the Seasonality Tool.
📉 Step 1: Price Approaches a Demand Zone
As you can see in the chart, price dropped sharply into a clear institutional demand zone — an area of previous buying interest.
This told me we might be getting close to a potential reversal.
📈 Step 2: Forecasting Tool Shows Bullish Seasonality
Now, this is where the Seasonality Tool confirmed the setup.
I applied the OTC Forecasting Tool with three different lookback periods:
✅ 5-year average (green line) 🟢
✅ 10-year average (red line) 🔴
✅ 15-year average (blue line) 🔵
All three curves were:
Trending upward
Aligning in the same seasonal time window
Showing that crude oil tends to rally between late December and February
This was powerful confirmation that institutions historically accumulate oil around this time of year.
📊 Step 3: Trade Execution and Result
With both:
✅ Price at demand
✅ Seasonality aligned across multiple timeframes
…I placed the trade with a target back to the most recent supply zone.
📈 Result: The price reversed exactly as expected, hitting the target with a Risk-to-Reward ratio of 1:5.8
This is a textbook example of what Bernd Skorupinski calls a “full confluence setup” — and why he emphasizes that seasonality is a timing tool, not a signal.
How to Use the Seasonality Tool
To use the Seasonality Forecasting Tool like a pro:
🔍 Wait for price to approach structure (demand/supply)
📅 Check if seasonal data supports a reversal
⚠️ Only trade if at least 2 of 3 curves (5, 10, 15 years) agree
🎯 Combine with the other Bernd indicators (Valuation Tool, COT, Smart Money Index)
🔧 Tools Used in This Strategy
This trade setup was done using two of Bernd Skorupinski’s 4 signature trading indicators, taught at Online Trading Campus:
🧭 Seasonality Forecasting Tool (for timing)
💵 Valuation Tool (for relative price strength)
The full suite includes:
Smart Money Index
COT Net Position
Valuation Tool
Seasonality Forecasting Tool
🛒 Want Access to These Tools?
📩 Get LIFETIME access to all 4 institutional trading indicators for just 99 EUR
(Only available through trusted OTC affiliates)
👉 Click here to get started: linktr.ee
Bernd Skorupinski strategy, Online Trading Campus, seasonality forecasting tool, OTC indicators, crude oil trading setup, institutional trading strategy, Bernd Skorupinski trading system, how to use seasonality in trading
UT BOT ALERTS W % PT + ATRThis scrip was made from a friend to a friends. share good vibes.
The %, default is 1, but you can start w 0.5 ........
FX Rotation Dashboard – FX vs DXYFX Rotation Dashboard
This FX Rotation Dashboard indicator offers a clear, at-a-glance overview of the relative strength and momentum of major FX pairs when measured against the US Dollar Index (DXY). It helps identify which currency pairs are leading or lagging in performance and how their relative positioning is evolving over time.
🔎 Structure
Each row in the table represents a currency pair and provides the following data:
Symbol: The FX pair (e.g., EURJPY, GBPUSD, AUDNZD)
RS: The current relative strength ratio vs. DXY
MOM: The momentum of the RS – showing whether strength is accelerating or decelerating
Quadrant:
🔴 Lagging: Underperforming and losing momentum
🔵 Improving: Underperforming but gaining momentum
🟢 Leading: Outperforming with rising momentum
🟡 Weakening (not visible in current table): Outperforming but slowing down
Meaning: A descriptive label summarizing the quadrant status
🧭 Interpretation
Currency pairs in the Leading quadrant (e.g., EURJPY, GBPJPY, CHFJPY, CADJPY) are currently outperforming the USD with rising momentum – often indicating strength across both RS and MOM dimensions.
Pairs in the Improving quadrant (e.g., GBPUSD, EURUSD, AUDUSD) are showing positive momentum but still lagging in relative strength – potential early signs of rotation into leadership.
Pairs in the Lagging quadrant (e.g., USDCHF, USDJPY, AUDCHF) are underperforming and continue to weaken – often considered the least attractive at the current stage of the cycle.
🧠 Purpose
This FX Rotation visualization is particularly useful for:
Macro-level FX rotation analysis
Spotting emerging trends before they are fully priced in
Tracking performance of G10 and cross pairs against USD
It provides context for currency strength beyond individual price movements by placing them in a relative performance framework.
⚠️ Disclaimer: This indicator is for informational and analytical purposes only. It does not constitute investment advice or a recommendation to buy or sell any financial instrument. Always conduct your own research before making trading decisions.
VWAP with Smart Bands v4## VWAP with Smart Bands v4
**Overview:**
This indicator provides a comprehensive Volume Weighted Average Price (VWAP) analysis tool, enhanced with multiple standard deviation bands, adaptive percentage-based tolerance zones, and optional stop-loss visualization lines. It's designed for intraday analysis, helping traders identify potential areas of support, resistance, mean reversion, and manage risk visually.
**Core Components:**
* **VWAP (Volume Weighted Average Price):** The core line, calculated fresh each day (or selected period), representing the average price weighted by volume. It acts as a benchmark for the current session's price action.
* **Standard Deviation Bands:** Plotted above and below the VWAP, these bands measure volatility and the expected range of price movement based on standard deviation calculations from the VWAP.
**Features & Options:**
* **VWAP Line:**
* `Color VWAP based on Close`: (Default: ON) Toggles dynamic coloring. When ON, the VWAP line turns bullish (green) if the closing price is above it and bearish (red) if below. When OFF, it uses a single default color (yellow).
Trade bounce and reclaim setup of the VWAP line.
* **Deviation Bands:**
* **Band 1:** (Default: ON, Dev 1.0) Typically represents 1 standard deviation (~68% of price action).
* **Band 2:** (Default: ON, Dev 2.0) Typically represents 2 standard deviations (~95% of price action).
* **Band 3:** (Default: OFF, Dev 3.0) Typically represents 3 standard deviations (~99.7% of price action), but can be set to any custom value (e.g., 1.5, 2.5) for flexibility.
* Each band can be toggled on/off independently.
Trade bounce and reclaim setup of these bands.
* **Tolerance Bands:** (Adaptive Percentage Based)
* Provides finer zones around the VWAP and Deviation Bands (1 & 2).
* Instead of fixed point values, the tolerance is set as a *percentage* of the line it surrounds (VWAP, Upper/Lower Band 1, Upper/Lower Band 2). This makes the tolerance zones automatically adapt to market volatility and price levels.
* `Tolerance % VWAP`: (Default: 0.1%, OFF) Adds +/- tolerance lines around the VWAP.
* `Tolerance % 1`: (Default: 0.1%, ON) Adds +/- tolerance lines around Band 1.
* `Tolerance % 2`: (Default: 0.1%, OFF) Adds +/- tolerance lines around Band 2.
These will help to make consistent decisions if trade setup is valid or not.
* **Stop-Loss (SL) Visualization Bands:** (Default: OFF)
* Optional step-lines to help visualize potential stop-loss placement areas relative to VWAP, Band 1, or Band 2.
* `SL % VWAP`: Defines SL lines as a percentage +/- from the VWAP value.
* `SL % Band 1 / Band 2`: Defines SL lines based on a percentage modification of the band's *deviation* from VWAP.
* `SL Position Band 1 / Band 2`: Choose whether the SL lines appear "Inside" (closer to VWAP), "Outside" (further from VWAP), or "Both" relative to the original deviation band.
* Plotted as dim yellow step-lines by default.
This will help to define stoploss distance and keeping it consistent.
* **Visual Settings:**
* `Fill between Price and VWAP`: (Default: OFF) Optionally fills the area between the closing price and the VWAP line with bullish/bearish colors.
Core Bollinger Band Strategies# 📈 3 Core Bollinger Band Strategies —
This script implements **three of the most powerful Bollinger Band trading strategies** into a single indicator with automatic detection and visual signals:
---
### 🔍 Strategy 1: **Mean Reversion**
- **Setup**: When price closes **outside** of the Bollinger Bands and then **closes back inside**, it often signals a short-term **reversion to the mean** (the middle band).
- **Logic**:
- If price closes **above** the upper band and then closes **back inside**, it's a **bearish reversion signal**.
- If price closes **below** the lower band and then closes **back inside**, it's a **bullish reversion signal**.
- **Visual Cue**:
- Green background = Bullish reversion setup
- Red background = Bearish reversion setup
---
### 🔍 Strategy 2: **Band Riding / Trend Continuation**
- **Setup**: When price **closes outside** the Bollinger Band and **continues in that direction**, it signals potential **trend continuation**.
- **Logic**:
- If price closes **above the upper band** and moves higher → bullish momentum.
- If price closes **below the lower band** and moves lower → bearish momentum.
- **Visual Cue**:
- Green triangle below candle = Upward trend continuation
- Red triangle above candle = Downward trend continuation
---
### 🔍 Strategy 3: **Volatility Squeeze Breakout**
- **Setup**: A Bollinger Band "Squeeze" occurs when the bands **narrow**, signaling low volatility and the potential for an explosive breakout.
- **Logic**:
- Squeeze is defined when the Bollinger Band **width falls below a user-defined threshold** (default 5% of basis).
- If a breakout occurs after a squeeze — above the upper or below the lower band — it's a strong **momentum breakout signal**.
- **Visual Cue**:
- Lime "Squeeze ↑" label = Squeeze breakout upward
- Orange "Squeeze ↓" label = Squeeze breakout downward
---
### ⚙️ Settings & Customization
- **BB Period** (default 20): Number of bars used for SMA and standard deviation
- **Standard Deviation Multiplier** (default 2): Controls band width
- **Squeeze Threshold %** (default 5): Controls the definition of a "squeeze" (relative to basis)
---
### 🔔 Alerts Included
- Mean reversion (bullish & bearish)
- Squeeze breakout (upward & downward)
---
### 📚 How to Use
- Use **mean reversion** setups to fade extreme moves back to the average during range-bound markets.
- Use **band riding** and **squeeze breakouts** to follow momentum and trend continuation in trending markets.
- Combine with other confirmation tools like **volume**, **RSI**, or **candlestick reversal patterns** for higher probability setups.
Smart Multi-Signal System PROThis custom TradingView indicator is designed to improve trade accuracy by combining multiple strong signals:
1. 200 EMA – Filters trades by trend (only buys above EMA, sells below).
2. RSI (14) – Spots overbought/oversold momentum for reversal opportunities.
3. Volume Spike – Confirms strong interest by checking if volume is 1.5× above average.
4. Impulse Candle – Looks for strong price moves (body > 1.5% of price).
When all these conditions align, it plots a BUY or SELL label directly on the chart.
Macro Liquidity Index & Canadian OverlayTradingView Pine Script strategy-style indicator that synthesizes the macro signals (e.g. DXY trend, real yields, oil prices, ISM trend, and financial conditions) into a visual macro sentiment index ranging from -5 (max bearish) to +5 (max bullish). It also includes a “Canadian Exposure Overlay” that adjusts the macro score based on Canada’s specific economic positioning (e.g., oil exporter, rate-sensitive sectors, CAD/USD trend).
OTC valuation tool 2.0Bernd Skorupinski (inspired) Valuation Indicator| Online Trading Campus
If you’re studying the Bernd Skorupinski strategy or diving deep into Online Trading Campus trading indicators, the Valuation Tool is one of the four cornerstone indicators used in Bernd's professional trading system — and arguably one of the most powerful.
👉 Get LIFETIME access to ALL of Bernds indicators for just 99 EUR (limited time offer) – available here: linktr.ee
This post will show you how I personally used the OTC Valuation Tool (developed by Bernd Skorupinski) to catch a high-probability buy setup on Gold Futures (GC1!) by leveraging undervaluation in the Dollar Index (DXY) — and how you can do the same.
What Is the OTC Valuation Tool?
The OTC Valuation Tool 2.0 is one of Bernd Skorupinski’s 4 signature trading indicators taught at the Online Trading Campus:
✅ Smart Money Index
✅ COT Net Position
✅ Valuation Tool
✅ Seasonality Forecasting Tool
The Valuation Tool compares the relative valuation between multiple assets to detect when a market is overvalued, undervalued, or in a neutral range — helping you time entries with extreme precision.
📊 How It Works (Gold Example)
Here’s how I used the indicator in a Gold trade setup by analyzing Gold vs Dollar Index undervaluation — exactly the way Bernd Skorupinski teaches in his proprietary strategy.
Gold Buy Setup (Undervaluation + Demand Zone) 🏆
I’ve backtested this setup and found incredible precision in catching major gold rallies when the following conditions align:
📌 Condition 1: Gold enters a key demand zone
📌 Condition 2: OTC Valuation Tool drops below the -75 level → This signals strong undervaluation
In both October 2022 and October 2023, the valuation index dropped well below -75, and Gold was sitting at major demand zones. The result?
📈 Massive moves to the upside, with Risk-Reward ratios hitting 1:4 or more.
This is a textbook Bernd Skorupinski strategy setup, combining macro fundamentals (valuation) with technical structure (demand zones).
This is not just theory — the same conditions repeated multiple times, delivering repeatable, high-probability trades.
📌 Why It Works: The Macro Logic
When the Dollar Index (DXY) is overvalued and Gold is undervalued, money typically rotates out of the dollar and into commodities like gold.
The Valuation Tool visualizes this relationship with a normalized indicator — so you’re not guessing. You’re seeing when macro mispricing occurs in real time.
🔔 Tips for Using the Valuation Tool Effectively
✅ Use it on the weekly timeframe (as Bernd teaches)
✅ Combine it with support/resistance zones or demand areas
✅ Wait for a confirmed bounce after undervaluation
✅ Use the other 3 OTC indicators (Smart Money, COT, Seasonality) for full confluence
🛒 Want the OTC Valuation Tool with all other indicators?
The Valuation Tool and the other 3 indicators are only available through students and affiliates of Online Trading Campus. If you're interested in getting access to this tool or the complete suite of Bernd Skorupinski trading indicators, I offer private access and support for serious traders.
📩 Get LIFETIME access to ALL of them for just 99 EUR (limited time offer) – available here: linktr.ee
Sessions OHLC - NY TimeThis Pine Script indicator, "Session OHLC Rays & Boxes - NY Time (Current Day)," visualizes trading sessions on a chart by marking the Open, High, Low, and Close (OHLC) levels for four predefined sessions—Asia, London, NY AM, and NY PM—based on New York time (EDT, UTC-4).
It draws the following for the current day:
Colored Boxes: Each session is enclosed in a semi-transparent box (e.g., green for Asia, blue for London) spanning the session’s duration, with the top and bottom at the session’s High and Low.
Horizontal Rays: Dashed lines extend rightward from the OHLC levels of each session, color-coded to match the session, if enabled via user inputs (e.g., "Show Asia Open").
OHLC Labels: Yellow labels display the OHLC prices at the start of each session box, updated dynamically: Open at session start, High and Low during the session, and Close at session end or during the session if active.
Additionally, users can display up to four previous days’ sessions (boxes and labels) by adjusting the "Show Previous Days" input. The indicator is customizable, allowing users to toggle OHLC labels and rays for each session and adjust session times and colors.
MACD Bullish Crossover (WORKING)📘 Indicator Description – MACD Bullish Cross Alert
This indicator is designed to detect bullish momentum shifts using the classic MACD (Moving Average Convergence Divergence) crossover strategy.
Key Features:
Calculates the MACD Line and Signal Line using customizable inputs (default: 12, 26, 9).
Triggers an alert when the MACD Line (blue) crosses above the Signal Line (orange).
Helps identify early bullish trend reversals or momentum entry points.
Ideal for swing traders, position traders, and crypto investors using the weekly timeframe.
How to Use:
Add to any chart and set the timeframe to 1W (weekly).
Create an alert using the built-in MACD Bullish Crossover condition.
Combine with price action, volume, or RSI for higher conviction entries.
Use Cases:
Spotting early entry points after long downtrends.
Confirming a trend reversal in high timeframes.
Generating high-probability entries in trend-following systems.
UT Bot Alert W ATR TPThis script is from a friend to friends. I hope you can used and share good vibes
MACD Bullish Cross Alert📘 Indicator Description – MACD Bullish Cross Alert
This indicator is designed to detect bullish momentum shifts using the classic MACD (Moving Average Convergence Divergence) crossover strategy.
Key Features:
Calculates the MACD Line and Signal Line using customizable inputs (default: 12, 26, 9).
Triggers an alert when the MACD Line (blue) crosses above the Signal Line (orange).
Helps identify early bullish trend reversals or momentum entry points.
Ideal for swing traders, position traders, and crypto investors using the weekly timeframe.
How to Use:
Add to any chart and set the timeframe to 1W (weekly).
Create an alert using the built-in MACD Bullish Crossover condition.
Combine with price action, volume, or RSI for higher conviction entries.
Use Cases:
Spotting early entry points after long downtrends.
Confirming a trend reversal in high timeframes.
Generating high-probability entries in trend-following systems.
Cumulative Volume Delta (CVD) Divergence - Non-Repainting v2Okay, here is the Pine Script code for the Cumulative Volume Delta (CVD) Divergence indicator. This script calculates CVD using an HLCV approximation, identifies potential regular and hidden divergences based on confirmed pivot points, and includes alert conditions. It is designed to be non-repainting for historical signals.
Goldbach PO3 Size Detector
🧠 Concept:
This indicator visualizes key price structures based on PO3 numerical sizes such as 3, 9, 27, 81, 243. It focuses on candle sizes, Fair Value Gaps (FVGs), and Order Blocks (OBs), matching their size to one of the PO3 values. A configurable tolerance range allows for flexible matching.
⚙️ Settings:
1. Asset Type
Choose between forex, crypto, or stocks
This affects the calculation of "ticks per pip" and PO3 size conversion.
2. PO3 Sizes
Comma-separated list of values (e.g., 3,9,27,81)
All measurements are compared to these sizes.
3. Tolerance
Defines the allowed deviation from a PO3 size.
For example, a PO3 size of 3 with a 0.3 tolerance allows matching candles between 2.7 and 3.3 pips.
4. Measurement Mode
Determines what part of the candle to measure:
Wick – measures top or bottom wick
Body – measures candle body (open to close)
Full Candle – measures high to low
5. Display Options
Toggle visibility for labels, FVGs, OBs
Option to remove FVGs and OBs once price crosses them
Customize label placement distance (offset)
Full control over colors and opacities for each visual element
🔍 Functionalities:
✅ PO3 Wick & Body Detector
Detects candles whose wick, body, or full size matches any of the configured PO3 sizes.
✅ Fair Value Gaps (FVG)
Only FVGs whose size matches a PO3 value are drawn
Automatically stops rendering an FVG when price fills the gap
FVGs are removed or marked inactive based on user settings
✅ Order Blocks (OB)
OBs are only drawn if the candle size matches a PO3 value
Binanace Liquidation LevelsIt shows you the liquidity levels for Binance at specific set levels. These levels can be seen as magnets for price action. The indicator only works for Crypto!!!
Futures Circuit Breaker Halt DetectorFutures Circuit Breaker Halt Levels. Set at 7/13/20% Can Be Adjusted For Prop Firm Levels.
MJ's Short Engine - SOL (30m Optimized)This script is a short-only strategy optimized for Solana (SOL) on the 30-minute time frame. It combines a 9/30 EMA crossover system with ADX confirmation and a higher-timeframe EMA filter (65 EMA from 15m) for added trend confidence.
🔧 Strategy Logic:
Entry: Short when EMA9 crosses below EMA30, after EMA9 was recently above EMA30, and ADX is above threshold.
Exit: When EMA9 crosses back above EMA30 and ADX remains strong.
TP/SL: Dynamic stop loss and take profit based on fixed % and risk-reward ratio.
Additional Logic: Avoids duplicate exit signals. Tracks in-trade state visually with on-chart tags.
🧠 Optimized for:
Time Frames: Best tested on 30-minute charts.
Markets: Tailored for SOL/USDT, but adaptable to other assets with proper tuning.
SaiNetra Bot v2.0 – Universal AI ML StrategySaiNetra v2.0 – Universal AI + ML Trading Bot
This invite-only script is a sacred fusion of AI logic and divine inspiration, guided by the blessings of Bhagawan Sri Sathya Sai Baba.
SaiNetra is designed for precision entries using adaptive AI, Renko logic, and multi-timeframe analysis.
Built for Nifty, BankNifty, Silver, and XAUUSD — this bot identifies institutional-grade trade zones while integrating Swamy’s dharmic protection at every step.
🛡️ Designed by Dr. Ravindranath G as part of the Sai Sankalpam project.
🌍 Available only to seekers ready to walk the spiritual path of conscious trading.
— With Love & Surrender, Dr. Ravindranath G 🌺
ATR & Session & Pivot & Note – MultiTF Utility**ATR & Session & Pivot – MultiTF Utility**
**Description**:This versatile indicator is designed for technical analysis in Forex, Crypto, Gold, and Silver markets. It displays ATR (Average True Range) values across multiple timeframes (Current, 1m, 5m, 15m, 1H, 4H, 1D, 1W) with TP/SL levels, alongside Pivot Point analysis (minor and major), Structure Lines, and Trading Session Boxes.
**Features:**
- **Multi-Timeframe ATR Table:** Shows ATR values for various timeframes with customizable table position (top/middle/bottom, left/center/right) and decimal precision.
- **Custom Text Colors:** Distinct colors for 5m (red), 1H (blue), My ATR (green), and LQ Close (purple).
- **Pivot Points:** Identifies minor pivots (HH, LH, LL, HL) with 9 left and 4 right bars, and major pivots with 18 left and 9 right bars.
- **Structure Lines:** Displays lines connecting pivots with adjustable style and width.
- **Session Boxes:** Highlights New York, London, Tokyo, and Sydney sessions (Tehran timezone +3:30) with customizable background transparency and day-of-week labels.
- **Special Calculations:** Includes My ATR, ATI, SCEP, LQ Close, Min LQ, Max LQ, My CL, and Min Reward.
**How to Use:**
1. Add the indicator to your chart.
2. Customize table position, colors, decimal precision, and enable/disable sessions or pivots via settings.
3. Use ATR values for setting TP/SL levels and leverage pivots and session boxes to identify key market levels.
**Settings:**
- **Table Position & Style:** Adjust table placement and font size.
- **ATR Options:** Enable/disable specific timeframes or special calculations.
- **Sessions:** Toggle visibility of trading sessions and adjust transparency.
- **Pivots:** Enable/disable minor/major pivots and set bar counts.
- **Structure Lines:** Activate lines and customize color, width, and style.
**Ideal For**:Traders seeking a comprehensive tool for ATR analysis, pivot identification, and session-based trading across multiple timeframes.
**Note:** Tailor the settings to align with your trading strategy and market for optimal results.
Essential EMAs (50/100/200) — Clean & Focused by Koenigsegg⚡ Essential EMAs (50/100/200) — Clean & Focused by Koenigsegg
A no-noise, high-impact EMA trio designed for clarity and precision. This script lays down the 50, 100, and 200 EMAs in a sleek, focused format — perfect for traders who rely on structure, trend, and execution without chart clutter.
Simple. Effective. Intentional.
🔑 Key Features
📏 Plots 50, 100, and 200 EMAs with distinct colors
🧼 Designed for clean, distraction-free charts
🧠 Uses ta.ema() for efficient calculations
ta.ema()
🎨 Thoughtfully styled: green (50), purple (100), red (200)
⚙️ Lightweight and fast — optimized for all timeframes
🎯 Purpose
This script delivers the three most respected EMAs in trading — the 50, 100, and 200 — for structural awareness, trend confirmation, and entry/exit precision.
Whether you’re swing trading, day trading, or simply tracking price relative to long-term moving averages, this tool keeps your perspective grounded and your charts clean.
⚠️ Disclaimer
This script is for educational and informational purposes only. It does not constitute financial advice. Always perform your own analysis and trade responsibly.
Pro Overbought/Oversold IndicatorThis indicator provides:
Visual signals when the market is overbought or oversold.
Customizable thresholds.
Clear plots and background coloring for easier chart reading.
📌 Features:
Uses dual confirmation from both RSI and Stochastic to improve signal quality.
Alerts can be set when the market enters OB/OS zones.
Customizable lengths and levels for flexibility.
Background shading helps visually identify critical zones.