PC UpdatedThis indicator identifies a high-probability breakout setup using a simple but powerful 3-candle formation. It works on lower timeframes (like 5m) and is ideal for scalping or short-term intraday setups.
Indicators and strategies
VMA (Variable Moving Average)AI-generated Native NinjaTrader 8 VMA (Variable Moving Average) Indicator for TradingView's PINE language.
RSI(2) - Estratégia com 3 filtros e 3 saídas
Entry: RSI(2) < 20 + EMA80 + above-average volume + reversal candle
Exit: Profit at close OR RSI > 70 OR 7th candle
QMC + QM + AO Divergence Strategy | 1:3 RR | H4-H1📊 QMC + QM Signal Alert
📍 Pair: {{ticker}}
🕐 Timeframe: {{interval}}
📈 Direction: {{strategy.order.action}}
🎯 Strategy: QMC + QM + AO Divergence | 1:3 RR
⚠️ Note: AO divergence and QM pattern confirmed. A potential trade setup is detected!
📩 Join the signal group for real-time updates:
👉 t.me/ErgunFX_SignalGroup
GOLD Auto-Alert Strategy [Enhanced+Signals]1M scalping Indicator , Always take trade above adx 25 and take trades after signal only after the crossing lies. use RSI for over bought and over sold confirmation
Turtle Trading System + ATR Trailing StopIndicator Description: Turtle ATR Trailing Stop
The **Turtle ATR Trailing Stop** is a technical indicator designed to enhance the classic Turtle Trading System by incorporating a dynamic trailing stop based on the Average True Range (ATR). This indicator is ideal for traders seeking to manage risk and lock in profits on both long and short positions in trending markets.
Key Features:
- Turtle Trading Levels: Calculates the 20-day highest high and lowest low to identify potential breakout points, a core principle of the Turtle Trading System.
- ATR-Based Trailing Stop: Utilizes a trailing stop that adjusts dynamically based on a multiple of the ATR (default multiplier: 2.0), providing a volatility-adjusted exit mechanism.
- Position Flexibility: Supports both long and short positions, with the trailing stop positioned below the highest price for long trades and above the lowest price for short trades.
- Smooth Updates: The trailing stop updates on each bar, ensuring a more responsive adjustment to price movements, rather than only on new highs or lows.
- Reset Mechanism: Automatically resets the trailing stop when the price deviates significantly (configurable threshold, default 0.1%), adapting to major trend reversals.
- Alerts: Includes customizable alerts that trigger when the price reaches the trailing stop level, notifying traders of potential exit points.
- Debugging Tools: Features an on-chart debug table displaying ATR, Close, Highest Price, Lowest Price, Potential Stop, and Trailing Stop values for real-time analysis.
How It Works:
- For **Long Positions**: The trailing stop starts below the initial close price (minus 2*ATR) and moves up as the highest price increases, locking in profits while trailing at a fixed ATR distance.
- For **Short Positions**: The trailing stop starts above the initial close price (plus 2*ATR) and moves down as the lowest price decreases, protecting against upward price movements.
- The stop resets if the price falls (for long) or rises (for short) beyond the set threshold, ensuring adaptability to new market conditions.
Customization:
- Period Settings: Adjust the length for highs/lows (default 20) and ATR period (default 14).
- ATR Multiplier: Modify the distance of the trailing stop (default 2.0).
- Reset Threshold: Fine-tune the percentage at which the stop resets (default 0.1%).
- Position Type: Switch between "Long" and "Short" modes via input settings.
Usage:
Apply this indicator to any chart in TradingView, set your preferred parameters, and monitor the trailing stop line (yellow) alongside the Turtle highs (red) and lows (blue). Use the debug table to validate calculations and set alerts to stay informed of stop triggers.
This indicator combines the trend-following strength of the Turtle System with a flexible, ATR-based stop-loss strategy, making it a powerful tool for both manual and automated trading strategies.
Up/Down Volume Delta %this script is based on FractalTrade_'s rendition of the up/down volume bars.
the shortcomings of that chart were that large volume bars caused the auto-scaling to shrink smaller volume bar displays to the point where much of the data was too small to see.
in this chart, the bars are displaying the percent delta out of the total bar volume. this way, large overall volume bars do not cause visual compression to everything else in the chart.
I've used color modulation to indicate relation to a relative volume point, so users can still tell when overall volume is large or small. when volume is under a moving average, the bars will display at a basis transparency. when the volume is over the average, the brightness will increase up to a specific ratio of volume defined by the user.
for example, if basis transparency is at 20, and the full opacity ratio is at 3, and the volume average is at 1M, a volume of 750k will display the delta bar at the basis transparency. a volume of 3M will achieve full brightness. a volume of 2M will display with moderate brightness (about 60%), but still stand out against other bars with basis transparency.
areas of the chart that are either increasing bar sizes or increasing in brightness can indicate directional force. when volume delta direction contradicts the candle direction, this can indicate support / resistance.
Open Interest Screener
Open Interest Screener
Traders often wonder: how do you enter a trend before it takes off — not at the very peak? Most classic technical indicators lag behind price. So what could you add to your system to catch a move earlier?
🔍 Enter the Open Interest Screener!
I've personally relied on this metric for years while trading crypto. It helps detect abnormal spikes in open interest — sudden increases in the number of outstanding derivative contracts — which often signal that something big is about to happen. These moments can mark the very start of a major trend.
🧠 How to use it:
Go long if price is rising and there's a spike in open interest on the way up.
Go short if price is falling and open interest rises during the decline.
Exit positions when open interest sharply drops — this may indicate the move is losing momentum.
⚙️ Settings & Customization:
Bars to look back — defines how far back the script looks to detect % changes in open interest.
OI % Change Threshold — adjust this to control sensitivity; higher = fewer, stronger signals.
Exchange source toggles — choose between BitMEX (USD/USDT) and Kraken data feeds.
Show Spike Zones — enable or disable visual highlights for detected spikes.
📌 Tips:
Configure the indicator for your preferred cryptocurrency pair and timeframe.
Visually validate that the OI spikes look meaningful and are not cluttering the chart.
Optimal settings vary by asset — take time to test and tune them for each coin.
With this tool, you're no longer guessing where the trend might begin — you're tracking the intent of market participants as it unfolds. Use it as part of a broader system and stay ahead of the herd.
Exponential-Decay Cumulative Spread (Cycle-Tuned)## Indicator Overview
**Exponential-Decay Cumulative Spread (Cycle-Tuned)** – short title **LambdaCumDelta** – tracks the percentage spread between CEXs BTC spot prices.
By clipping outliers, applying an exponential-decay running sum, and comparing that sum to rolling percentile bands, the script flags potential **cycle bottoms** and **cycle tops** whenever the cumulative spread stays beyond extreme thresholds for three consecutive bars.
---
### Core Logic
1. **Price Spread**
`spread_pct = (cexA – cexB) / cexB × 100`.
2. **Outlier Suppression**
* Calculates the **90-day standard deviation σ** of `spread_pct`.
* Uses a **clip coefficient `k_clip`** (0.5–5.0) to cap the spread at `±k_clip × σ`, damping single-day anomalies.
3. **Exponential-Decay Sum**
* Applies a decay factor **λ** (0.50–0.999):
```
CumΔₜ = spread_clipₜ + λ × CumΔₜ₋₁
```
* Larger λ → longer memory half-life.
4. **Rolling Percentile Bands**
* Uses a **365-bar window** to derive dynamic percentile thresholds.
* Upper / Lower bands are set by **perc\_hi** and **perc\_lo** (e.g., 85 % and 15 %).
5. **Signal Definition**
* **Bullish** (cycle bottom): `CumΔ` above the upper band for **3 straight bars**.
* **Bearish** (cycle top): `CumΔ` below the lower band for **3 straight bars**.
---
### Chart Elements
| Plot | Style | Meaning |
| --------------- | ----------------- | ----------------------------------- |
| **CumΔ** | Teal thick line | Exponential-decay cumulative spread |
| Upper Threshold | Green thin line | Rolling upper percentile |
| Lower Threshold | Red thin line | Rolling lower percentile |
| Background | Faded green / red | Bullish / bearish signal zone |
---
### Key Inputs
| Input | Default | Purpose |
| -------------------- | ------- | ------------------------------- |
| **Decay factor λ** | 0.95 | Memory length of CumΔ |
| **Clip coefficient** | 2.0 | Multiple of σ for outlier cap |
| **Upper percentile** | 85 | Cycle-bottom trigger percentile |
| **Lower percentile** | 15 | Cycle-top trigger percentile |
---
### Practical Tips
1. **Timing bias**
* Green background often precedes mean-reversion of the spread – consider scaling into longs or covering shorts.
* Red background suggests stretched positive spread – consider trimming longs or lightening exposure.
2. **Combine with volume, trend filters (MA, MACD, etc.)** to weed out false extremes.
3. Designed for **daily charts**; ensure both exchange feeds are synchronized.
---
### Alerts
Two built-in `alertcondition`s fire when bullish or bearish criteria are met, enabling push / email / webhook notifications.
---
### Disclaimer
This script is for educational and research purposes only and is **not** financial advice. Test thoroughly and trade at your own risk.
BTST Top Gainer ScannerBTST Stock identifier- BETA
scanner configuration based on the validated BTST checklist. This scans for stocks likely to gain 5-10% intraday tomorrow when bought at today's close:
Execution Tips:
Run scanner at 3:20 PM IST daily
Filter stocks with:
FII/DII net buying (check moneycontrol)
Pre-market futures premium > 0.4%
No pending corporate actions
Position sizing formula: Qty = (1% Account Risk) / (1.5 * ta.atr(14))
Cross-verify with FII/DII activity (moneycontrol.com) - stocks with FII net buys have 23% higher success rate.
SuperPerformance_V1.24SuperPerformance V1.24 - Advanced Performance Analysis Indicator
🎯 CORE FEATURES
📊 Performance Analysis
• Stock vs Index comparison across 6 timeframes (1D to 200D)
• Conviction scoring system (Perfect/Solid/Good/Ok/Weak/Poor)
• Real-time outperformance tracking with ✓/✗ indicators
🏢 Sector Analysis
• Top 5 sector ranking with live performance data
• 10 Indian market sectors tracking (PHARMA, TECH, FINANCE, etc.)
• Automatic sector identification for current stock
📈 Technical Tools
• Triple Moving Averages (SMA/EMA/WMA/HMA)
• Distance from MA analysis with percentage/spread calculations
• Enhanced hover tooltips showing distance info
🔔 Smart Alerts
• Dynamic Circuit Breakers (20%/10%/5%/2%) that adapt to volatility
• Extreme distance alerts when price deviates significantly from MA
🎨 Visual Interface
• 4 customizable tables: Stock Performance, Sector Performance, Distance Analysis, Sector Display
• Dark/Light themes with professional styling
• Flexible positioning - place tables anywhere on chart
• Mini mode for compact display
⚡ Advanced Features
• Real-time data from 10+ Indian indices
• Granular controls - show/hide any columns or rows
• Multiple tooltip methods (Labels/Data Window)
• Professional color coding for quick analysis
🎯 PERFECT FOR:
Indian stock traders, sector rotation analysis, performance monitoring, and technical analysis with institutional-grade features.
📌 KEY BENEFITS:
✅ Multi-timeframe performance tracking
✅ Sector rotation insights
✅ Advanced moving average analysis
✅ Professional-grade visualization
✅ Customizable alerts and notifications
✅ Indian market focus with NSE data integration
🔧 TECHNICAL SPECIFICATIONS:
• Pine Script v5 compatible
• Overlay indicator
• Real-time data processing
• Memory optimized
• Multi-security data support
• Professional color schemes
MACD EMA + Time FilterStrategy Description: MACD EMA + Time Filter
This strategy combines MACD momentum, EMA trend filtering, and an optional time-based session filter (GMT+7) to generate high-probability trading signals. It is designed for intraday or short-term trading on small timeframes, and allows both Buy and Sell setups with fixed Risk-Reward (RR) control.
✅ Key Components:
EMA Filter: Uses a 21-period Exponential Moving Average (EMA) to determine the trend direction.
MACD Confirmation: Entries are confirmed using MACD crossover signals with customizable fast, slow, and signal periods.
Time Filter: Trades are only taken during a defined session (e.g., 19:00–22:00 GMT+7), ideal for high-liquidity trading hours.
RR Management: Entry signals include automatic Stop Loss (SL) and Take Profit (TP) levels, based on a pip buffer and RR multiplier.
Custom Options:
Enable/disable Buy or Sell signals
Show/hide SL/TP labels
Optionally display EMA on chart
Tagesbeginn Linie# Daily Lines Indicator
**Simple vertical line indicator for marking daily sessions**
This Pine Script indicator draws vertical lines at the beginning of each trading day (0:00 CET/MEZ) to help visualize daily session boundaries on your chart.
## Features
- **Daily Session Markers**: Automatic vertical lines at midnight (0:00 CET)
- **Monday Highlighting**: Different color for Monday lines to mark the beginning of the trading week
- **Customizable Colors**: Separate color settings for regular days and Mondays
- **Adjustable Line Width**: Line thickness from 1-3 pixels
- **Full Extension**: Lines extend both above and below the chart for clear visibility
## Settings
- **Normal Line Color**: Color for regular daily lines (default: gray)
- **Monday Line Color**: Color for Monday/week beginning lines (default: blue)
- **Line Width**: Thickness of the vertical lines (1-3)
## Usage
Perfect for traders who want to:
- Clearly identify daily session boundaries
- Mark the beginning of each trading week
- Improve chart readability with clean session divisions
- Analyze price action around daily opens
Simply add to your chart and customize the colors to match your trading style.
Session VWAPsThis indicator plots volume-weighted average price (VWAP) lines for three major trading sessions: Tokyo, London, and New York. Each VWAP resets at the start of its session and tracks the average price weighted by volume during that window. You can choose the exact session times, turn individual sessions on or off, and optionally extend each VWAP line until the end of the trading day.
It’s designed to give you a clear view of how price is behaving relative to session-specific value areas. This can help in identifying session overlaps, shifts in price control, or whether price is holding above or below a particular session’s average. The indicator supports futures-style day rollovers and works across markets.
Overlay: Candles + EMAs + SignalsOverlay Candles + EMA Signals is a Pine Script v6 indicator featuring:
• Main panel (overlay):
– Candlesticks with EMA(7), EMA(14), EMA(25), and EMA(99)
– Bold green upward arrow + “BUY” label below a candle when a bullish EMA crossover occurs
– Bold orange downward arrow + “SELL” label above a candle when a bearish EMA crossover occurs
• Lower panel (overlay = false):
– MACD histogram (12, 26, 9)
– On-Balance Volume (OBV) with OBV EMA6 and EMA24
BUY/SELL signals are triggered on EMA fast-to-mid vs EMA long crossovers, designed for early detection and clear visualization (to help avoid FOMO).
This script is clean, uncluttered, and optimized for TradingView Premium usage.
Optimal Trend Change & Volume Divergence Entries
This TradingView Pine Script combines two technical analysis elements: trend change detection via EMA and volume divergence. The core of the script is the Exponential Moving Average (EMA) with a length of 21, which is plotted on the price chart. When the closing price crosses above the EMA21, a possible bullish trend change is identified. Conversely, when the closing price crosses below the EMA21, a bearish trend change is signaled. To avoid false entries, the script introduces a candlestick confirmation, requiring a green candle for bullish signals and a red one for bearish signals.
Volume divergence is integrated to provide additional context to the trend change. Bullish volume divergence occurs when the price registers a lower close than the previous bar, but the volume increases, suggesting waning selling pressure and a potential reversal. Bearish volume divergence is recognized when the price closes higher than the previous bar, but the volume declines, indicating possible exhaustion of buying strength. Only when both a trend change and the appropriate volume divergence signal occur on the same candle is a main entry generated.
The script visualizes these optimal buy entries with a large aqua upward arrow and optimal sell entries with a large fuchsia downward arrow. These arrows make it easy for traders to spot high-probability setups on the chart. When only a trend change is detected without volume divergence, the script plots smaller green or red arrows as additional context but marks them as less optimal entries.
The background color of the chart subtly changes to green for trending up and red for trending down, which helps the user quickly assess the prevailing market bias. Alerts can be set for the optimal entries, so traders do not need to monitor the chart constantly. The volume divergence logic in this version is kept classic and straightforward for reliability and speed. This approach looks for immediate (bar-to-bar) divergences instead of more complex, multi-bar patterns.
By requiring both a trend change and volume divergence, the script aims to reduce false signals and highlight stronger opportunities. The EMA21 offers a dynamic support/resistance level, enhancing decision-making for both scalpers and short-term traders. Volume divergence confirms whether a trend change is likely genuine or just a pullback.
Even in ranging conditions, the extra confirmation of volume trends helps filter out mediocre trades. With easily customizable inputs such as EMA length, traders can adapt the script to different instruments and timeframes. Placing visual markers and background changes directly on the price chart aids fast, intuitive trading decisions.
The script is lightweight and runs smoothly on most TradingView accounts. The customizable alerts give traders flexibility in their strategy execution. Advanced users can extend the script with more complex divergence conditions if needed. Overall, this script helps traders to identify and act on high-probability trend reversal setups, especially valuable for gold (XAUUSD) scalping.
XT-VOL✅ Key Benefits of Using a Volume Indicator
1. Confirms Price Trends
Volume increases confirm the strength of a price move.
📌 Example: If price is rising with high volume, it's more likely to be a strong uptrend.
⚠️ Low volume during a move may signal weakness or potential reversal.
2. Identifies Reversals Early
Sudden spikes in volume can signal a change in sentiment.
🔄 Volume divergences (price rising, but volume falling) can indicate a trend is losing momentum.
3. Supports Breakout Validation
High volume breakouts from consolidation or key levels (support/resistance) are more reliable.
If a breakout happens without volume, it could be a false breakout.
4. Helps Spot Accumulation or Distribution
Volume helps detect when smart money is buying or selling in phases before price reacts.
🔁 Patterns of steady volume with price holding a range = accumulation/distribution.
5. Improves Entry & Exit Timing
Combining volume spikes with price patterns (like engulfing candles, breakouts, or reversals) increases entry confidence.
Use volume crossovers or exhaustion for exit signals.
6. Volume + Price = Stronger Signals
Using volume alongside price action, support/resistance, or indicators like RSI, MACD, gives more complete context.
✅ Use Case Scenarios
Spot volume surges aligned with buy/sell dominance
Watch for fast/slow crossover signals (momentum change in volume)
Filter high activity zones vs low activity zones using volume trends
🧱 Customization Potential
This indicator is modular and allows traders to:
Enable or disable specific layers of volume insight
Use crossover signals for entries/exits or confirmation
Adjust sensitivity using the fast/slow MA settings
Would you like me to add labels or a summary table to show:
Current buy/sell volume?
Volume dominance (e.g. Buy > Sell)?
📊 What Gets Plotted on Chart
Depending on the toggles:
Visual Element Description Color
🔴 Total Volume Standard volume bars (all volume) Red-ish
🟢 Buy Volume Only estimated buying pressure Teal-green
🔻 Sell Volume Only estimated selling pressure Faded red
🟡 Fast Volume Avg SMA over volavg period Light yellow
⚪ Slow Volume Avg SMA over volavg2 period Grey-blue
✅ Triangle Up Fast crosses above slow (bullish) Green
❌ Triangle Down Fast crosses below slow (bearish) Red
ICT All in One by GtraderICT All-in-One by GTrader – Description
This indicator is designed for traders who follow ICT or Smart Money Concepts. It helps you visualize key market sessions, time-based price levels, and structured macro behaviors in one clean and customizable tool.
The Killzone feature automatically draws session boxes for Asia, London, and New York (including AM, Lunch, and PM sessions). Each box can show the session name, high and low pivots, and can be customized with different colors, transparency levels, and labels.
You can also add horizontal lines at important times like the daily open or New York open. Up to five session open lines can be defined, each with customizable styles, colors, and optional text labels.
In addition, the indicator lets you display vertical time markers. These lines help you track key intraday moments such as killzone entries or important session changes. You can enable up to four of these, each with its own settings.
One of the most powerful features is the macro session tracker. This creates boxes during specific time windows where price action is monitored. It automatically draws the top and bottom price levels during that session and updates them live. It supports up to five macros and works best on lower timeframes like 1-minute, 3-minute, and 5-minute charts.
The entire script respects your selected timezone, so all sessions and times are adjusted accordingly. Everything is customizable—from label sizes and colors to how many days of drawings are shown on your chart.
This script is ideal for traders who rely on time-of-day behavior, structured price action, and ICT methodologies.