Heikin-Ashi Mean Reversion Oscillator [Alpha Extract]The Heikin-Ashi Mean Reversion Oscillator combines the smoothing characteristics of Heikin-Ashi candlesticks with mean reversion analysis to create a powerful momentum oscillator. This indicator applies Heikin-Ashi transformation twice - first to price data and then to the oscillator itself - resulting in smoother signals while maintaining sensitivity to trend changes and potential reversal points.
🔶 CALCULATION
Heikin-Ashi Transformation: Converts regular OHLC data to smoothed Heikin-Ashi values
Component Analysis: Calculates trend strength, body deviation, and price deviation from mean
Oscillator Construction: Combines components with weighted formula (40% trend strength, 30% body deviation, 30% price deviation)
Double Smoothing: Applies EMA smoothing and second Heikin-Ashi transformation to oscillator values
Signal Generation: Identifies trend changes and crossover points with overbought/oversold levels
Formula:
HA Close = (Open + High + Low + Close) / 4
HA Open = (Previous HA Open + Previous HA Close) / 2
Trend Strength = Normalized consecutive HA candle direction
Body Deviation = (HA Body - Mean Body) / Mean Body * 100
Price Deviation = ((HA Close - Price Mean) / Price Mean * 100) / Standard Deviation * 25
Raw Oscillator = (Trend Strength * 0.4) + (Body Deviation * 0.3) + (Price Deviation * 0.3)
Final Oscillator = 50 + (EMA(Raw Oscillator) / 2)
🔶 DETAILS Visual Features:
Heikin-Ashi Candlesticks: Smoothed oscillator representation using HA transformation with vibrant teal/red coloring
Overbought/Oversold Zones: Horizontal lines at customizable levels (default 70/30) with background highlighting in extreme zones
Moving Averages: Optional fast and slow EMA overlays for additional trend confirmation
Signal Dashboard: Real-time table showing current oscillator status (Overbought/Oversold/Bullish/Bearish) and buy/sell signals
Reference Lines: Middle line at 50 (neutral), with 0 and 100 boundaries for range visualization
Interpretation:
Above 70: Overbought conditions, potential selling opportunity
Below 30: Oversold conditions, potential buying opportunity
Bullish HA Candles: Green/teal candles indicate upward momentum
Bearish HA Candles: Red candles indicate downward momentum
MA Crossovers: Fast EMA above slow EMA suggests bullish momentum, below suggests bearish momentum
Zone Exits: Price moving out of extreme zones (above 70 or below 30) often signals trend continuation
🔶 EXAMPLES
Mean Reversion Signals: When the oscillator reaches extreme levels (above 70 or below 30), it identifies potential reversal points where price may revert to the mean.
Example: Oscillator reaching 80+ levels during strong uptrends often precedes short-term pullbacks, providing profit-taking opportunities.
Trend Change Detection: The double Heikin-Ashi smoothing helps identify genuine trend changes while filtering out market noise.
Example: When oscillator HA candles change from red to teal after oversold readings, this confirms potential trend reversal from bearish to bullish.
Moving Average Confirmation: Fast and slow EMA crossovers on the oscillator provide additional confirmation of momentum shifts.
Example: Fast EMA crossing above slow EMA while oscillator is rising from oversold levels provides strong bullish confirmation signal.
Dashboard Signal Integration: The real-time dashboard combines oscillator status with directional signals for quick decision-making.
Example: Dashboard showing "Oversold" status with "BUY" signal when HA candles turn bullish provides clear entry timing.
🔶 SETTINGS
Customization Options:
Calculation: Oscillator period (default 14), smoothing factor (1-50, default 2)
Levels: Overbought threshold (50-100, default 70), oversold threshold (0-50, default 30)
Moving Averages: Toggle display, fast EMA length (default 9), slow EMA length (default 21)
Visual Enhancements: Show/hide signal dashboard, customizable table position
Alert Conditions: Oversold bounce, overbought reversal, bullish/bearish MA crossovers
The Heikin-Ashi Mean Reversion Oscillator provides traders with a sophisticated momentum tool that combines the smoothing benefits of Heikin-Ashi analysis with mean reversion principles. The double transformation process creates cleaner signals while the integrated dashboard and multiple confirmation methods help traders identify high-probability entry and exit points during both trending and ranging market conditions.
Indicadores e estratégias
MACD INSANE SCALP 2.0 Description:
This integrated system for TradingView represents a multifaceted analytical architecture designed for decoding market dynamics and identifying operational confluences. Its conception is oriented to offer the trader an enriched decision-making paradigm, particularly in high-frequency and scalping scenarios, through the quantification and visualization of multiple vectors of technical information.
Fundamental Analytical Modules and Advanced Features:
1. Momentum and Dynamic Trend Analysis Engine (Based on MACD):
· Optimized MACD Visualization: 📊 Displays the Moving Average Convergence Divergence (MACD), its signal line, and the oscillation histogram. The MACD line is chromatically modulated in real-time by the RSI component (close, period 14), where RSI > 50 (fixed neutral threshold rsi_neutral_level_input = 50.0 in the code) induces a bullish coloring and RSI < 50 a bearish one, providing an immediate visual heuristic of the underlying momentum.
· Adaptive MACD Thresholding: 📈 Operates by default with dynamic MACD levels (derived from a 200-period lookback on MACD extremes; use_dynamic_macd_levels = true and dynamic_level_lookback_hl = 200 set in the code). The option to use fixed thresholds (+200/-200, also set) would require code modification. Visualization of 'R'/'S' markers at these levels is available (configurable via input).
· Heuristic Logic for Role Reversal of S/R at MACD Levels: 🔄 The 'R' and 'S' markers (if enabled) incorporate logic for transmutation: if the market price exceeds the projection necessary for MACD to reach a preidentified resistance level, said level is requalified as potential support (and vice versa), reflecting a dynamic adaptation to price action.
· Algorithmic Divergence Detection: 📉 The system automatically identifies and overlays (enabled by default with show_bull_div = true and show_bear_div = true; pivot parameters 5/5 and lookback 60 fixed in code) bullish and bearish divergences between the price structure and the MACD histogram. The colors of these indications are configurable.
· MACD Event Categorization: 📊 Crossover events (MACD line vs. signal; MACD line vs. zero) are classified (e.g., "Bullish (Signal Crossover)", "Pullback (Bearish > 0)") and accessible through the "Current Timeframe" info panel in the Main Summary Table.
2. Trend Strength Quantifier and Directional Bias Module (ADX Module):
· Integral Directional Analysis: 🧭 Uses the Average Directional Index (ADX) with its DI+ and DI- components (length 14, smoothing 14; fixed in code) for a quantitative assessment of the strength and directional vector of the prevailing trend.
Interpretation of ADX Status in Interface: 💬 A persistent textual label (adxMainTextLabel) in the indicator panel communicates the inferred ADX state for the chart's current timeframe (e.g., "Strong BULLISH trend", "Movement without strength"), based on predefined thresholds (range <=20, trend >=35; fixed in code).
3. Oscillatory Dynamics and Extremes Analysis (Stochastic Module – Tooltip Information in Table):
· Identification of Critical Zones and Intraday Trend: 🎯 The "Current Timeframe" panel in the Main Summary Table details the state of %K (Overbought, Oversold, Upper/Lower Zone or Middle) and its relative disposition to level 50.
· Generation of Qualified Crossover Signals (B/S): ✅ Crossovers of %K over %D from extreme oversold zones (signal 'B') or overbought zones (signal 'S') are detected.
4. Volatility Compression/Expansion Detection (Squeeze Module):
· Band Interaction Logic (BB vs. KC): ⛓️ Identifies the sqzOff_condition when Bollinger Bands (length 20, mult. 2.0; fixed) expand externally beyond both sides of the Keltner Channels (length 20, mult. 1.5; fixed. Use of TrueRange configurable). Note that the BB deviation calculation for this specific logic uses the KC multiplier sqz_kc_mult = 1.5 to replicate a particular variant instead of the BB's own multiplier.
· Visual Indicators of "Squeeze Off": ✨ Activation of sqzOff_condition] (BB outside KC) is signaled by crosses (color configurable via input sqz_star_color, default gray) on the zero line of the oscillator, if the sqz_show_stars option is enabled.
· Squeeze Momentum Vector: 🔥 A Squeeze Momentum value is computed by linear regression, whose interpretation (e.g., "Strong and Rising Bullish") is provided in the "Current Timeframe" panel.
5. Estimation of Implied Liquidity Levels (via MACD Histogram Pivots – Tooltip Information in Table):
· Heuristic Identification: 💧 An internal algorithm analyzes structural points (pivots) of the MACD histogram to infer price levels where liquidity zones may concentrate (detection parameters and lookback fixed in code).
· Discrete Presentation in Tooltip: 💡 These levels (nearest short and long liquidation points) are exposed exclusively in the "Other Data" section of the Main Summary Table.
6. Integration of Global Market Sessions (NEW):
· Key Session Identification: 🌎 The indicator now visually highlights major market sessions (Tokyo, London, New York), using their official GMT open and close times (customizable via inputs).
· Interactive Session Table (NEW): ⏰ A dedicated on-screen table (customizable position) shows the currently active session (with its icon and name). If no session is active, it indicates the next to open. Crucially, the countdown updates at the start of each new bar, accurately showing time remaining until the current session closes or the next opens.
7. Main Summary Table – Your MTF and Current Information Hub:🚀
This indicator presents a configurable on-screen table (position, background, border, text color) that centralizes critical information, accessible via tooltips when hovering over each section:
· "Current Timeframe" Section (Detailed Tooltip): 📊 Offers a comprehensive panel for the chart's current timeframe, including: Detailed ADX status; MACD crossover states; Complete Stochastic interpretation (%K, %D values, OB/OS states, trend vs level 50, crossover B/S signals with ADX strength); RSI value (with OB/OS levels 70/30 and fixed neutral 50) and its interpretation; Squeeze Momentum interpretation; and "Squeeze Off" Cross states (indicating if BB are outside KC and visible crosses).
· "Multitimeframe Summary" Section (Detailed Tooltip): 🌐 Provides an exhaustive MTF analysis. For each hierarchical timeframe (Higher, Medium, Lower; determined automatically): MACD, RSI, ADX, Squeeze (band state and momentum), and Stochastic, all with status and icons. BB calculation for MTF Squeeze also uses sqz_kc_mult as deviation multiplier.
· "General Summary" Section (Detailed Tooltip): 🧠 Activates a complete dynamically generated market scenario, including: suggested type of operation, overall weighted MTF sentiment (conclusion with icon, based on fixed weights: Higher 3.0, Medium 2.0, Lower 1.0), comparative TM analysis, confluence, and a tactical heuristic (Probability, Action, SL/TP notes).
· "Other Data" Section (Detailed Tooltip)📈: ℹ️ Provides MACD target prices (with S/R Flip logic) and inferred liquidation levels.
· Dominance Point and Total Point: 📈 These levels represent key zones where the highest volume or institutional interest concentrates. The dominance point indicates the level where the greatest price control was exerted during a prior move, while the total point refers to the most significant accumulation within a complete structure. Identifying them allows anticipation of possible reversals, institutional defense zones, or areas where price is more likely to stall or react.
8. Additional MTF Percentage Table:
Quick Global Sentiment Visualization: 📈 A second, smaller table (position, background, etc. configurable) shows concisely the consolidated percentages of Bullish (🟢), Neutral (🟡 with bias tint), and Bearish (🔴) sentiment derived from MTF analysis with fixed weights.
OpenAI Signal Generator - Enhanced Accuracy# AI-Powered Trading Signal Generator Guide
## Overview
This is an advanced trading signal generator that combines multiple technical indicators using AI-enhanced logic to generate high-accuracy trading signals. The indicator uses a sophisticated combination of RSI, MACD, Bollinger Bands, EMAs, ADX, and volume analysis to provide reliable buy/sell signals with comprehensive market analysis.
## Key Features
### 1. Multi-Indicator Analysis
- **RSI (Relative Strength Index)**
- Length: 14 periods (default)
- Overbought: 70 (default)
- Oversold: 30 (default)
- Used for identifying overbought/oversold conditions
- **MACD (Moving Average Convergence Divergence)**
- Fast Length: 12 (default)
- Slow Length: 26 (default)
- Signal Length: 9 (default)
- Identifies trend direction and momentum
- **Bollinger Bands**
- Length: 20 periods (default)
- Multiplier: 2.0 (default)
- Measures volatility and potential reversal points
- **EMAs (Exponential Moving Averages)**
- Fast EMA: 9 periods (default)
- Slow EMA: 21 periods (default)
- Used for trend confirmation
- **ADX (Average Directional Index)**
- Length: 14 periods (default)
- Threshold: 25 (default)
- Measures trend strength
- **Volume Analysis**
- MA Length: 20 periods (default)
- Threshold: 1.5x average (default)
- Confirms signal strength
### 2. Advanced Features
- **Customizable Signal Frequency**
- Daily
- Weekly
- 4-Hour
- Hourly
- On Every Close
- **Enhanced Filtering**
- EMA crossover confirmation
- ADX trend strength filter
- Volume confirmation
- ATR-based volatility filter
- **Comprehensive Alert System**
- JSON-formatted alerts
- Detailed technical analysis
- Multiple timeframe analysis
- Customizable alert frequency
## How to Use
### 1. Initial Setup
1. Open TradingView and create a new chart
2. Select your preferred trading pair
3. Choose an appropriate timeframe
4. Apply the indicator to your chart
### 2. Configuration
#### Basic Settings
- **Signal Frequency**: Choose how often signals are generated
- Daily: Signals at the start of each day
- Weekly: Signals at the start of each week
- 4-Hour: Signals every 4 hours
- Hourly: Signals every hour
- On Every Close: Signals on every candle close
- **Enable Signals**: Toggle signal generation on/off
- **Include Volume**: Toggle volume analysis on/off
#### Technical Parameters
##### RSI Settings
- Adjust `rsi_length` (default: 14)
- Modify `rsi_overbought` (default: 70)
- Modify `rsi_oversold` (default: 30)
##### EMA Settings
- Fast EMA Length (default: 9)
- Slow EMA Length (default: 21)
##### MACD Settings
- Fast Length (default: 12)
- Slow Length (default: 26)
- Signal Length (default: 9)
##### Bollinger Bands
- Length (default: 20)
- Multiplier (default: 2.0)
##### Enhanced Filters
- ADX Length (default: 14)
- ADX Threshold (default: 25)
- Volume MA Length (default: 20)
- Volume Threshold (default: 1.5)
- ATR Length (default: 14)
- ATR Multiplier (default: 1.5)
### 3. Signal Interpretation
#### Buy Signal Requirements
1. RSI crosses above oversold level (30)
2. Price below lower Bollinger Band
3. MACD histogram increasing
4. Fast EMA above Slow EMA
5. ADX above threshold (25)
6. Volume above threshold (if enabled)
7. Market volatility check (if enabled)
#### Sell Signal Requirements
1. RSI crosses below overbought level (70)
2. Price above upper Bollinger Band
3. MACD histogram decreasing
4. Fast EMA below Slow EMA
5. ADX above threshold (25)
6. Volume above threshold (if enabled)
7. Market volatility check (if enabled)
### 4. Visual Indicators
#### Chart Elements
- **Moving Averages**
- SMA (Blue line)
- Fast EMA (Yellow line)
- Slow EMA (Purple line)
- **Bollinger Bands**
- Upper Band (Green line)
- Middle Band (Orange line)
- Lower Band (Green line)
- **Signal Markers**
- Buy Signals: Green triangles below bars
- Sell Signals: Red triangles above bars
- **Background Colors**
- Light green: Buy signal period
- Light red: Sell signal period
### 5. Alert System
#### Alert Types
1. **Signal Alerts**
- Generated when buy/sell conditions are met
- Includes comprehensive technical analysis
- JSON-formatted for easy integration
2. **Frequency-Based Alerts**
- Daily/Weekly/4-Hour/Hourly/Every Close
- Includes current market conditions
- Technical indicator values
#### Alert Message Format
```json
{
"symbol": "TICKER",
"side": "BUY/SELL/NONE",
"rsi": "value",
"macd": "value",
"signal": "value",
"adx": "value",
"bb_upper": "value",
"bb_middle": "value",
"bb_lower": "value",
"ema_fast": "value",
"ema_slow": "value",
"volume": "value",
"vol_ma": "value",
"atr": "value",
"leverage": 10,
"stop_loss_percent": 2,
"take_profit_percent": 5
}
```
## Best Practices
### 1. Signal Confirmation
- Wait for multiple confirmations
- Consider market conditions
- Check volume confirmation
- Verify trend strength with ADX
### 2. Risk Management
- Use appropriate position sizing
- Implement stop losses (default 2%)
- Set take profit levels (default 5%)
- Monitor market volatility
### 3. Optimization
- Adjust parameters based on:
- Trading pair volatility
- Market conditions
- Timeframe
- Trading style
### 4. Common Mistakes to Avoid
1. Trading without volume confirmation
2. Ignoring ADX trend strength
3. Trading against the trend
4. Not considering market volatility
5. Overtrading on weak signals
## Performance Monitoring
Regularly review:
1. Signal accuracy
2. Win rate
3. Average profit per trade
4. False signal frequency
5. Performance in different market conditions
## Disclaimer
This indicator is for educational purposes only. Past performance is not indicative of future results. Always use proper risk management and trade responsibly. Trading involves significant risk of loss and is not suitable for all investors.
ETH Master Institutional IndicatorETH Master Institutional Indicator (1H)
Summary:
This strategy is a high-precision, professional-grade trading indicator for Ethereum (ETH), optimized specifically for the 1-hour timeframe. It is built to mirror the decision logic of institutional traders by combining multiple forms of market confirmation to filter out weak or false signals.
How It Works:
1. **Trend Confirmation**:
- Uses three Exponential Moving Averages (9, 21, 50) to confirm trend direction.
- Buy signals require price to be above all three EMAs (strong uptrend), sell signals below all three (strong downtrend).
2. **Momentum Confirmation**:
- MACD Line must be above Signal Line for buy signals (bullish momentum).
- MACD Line must be below Signal Line for sell signals (bearish momentum).
- Histogram must be positive for buys, negative for sells.
3. **RSI Filter**:
- Buy signals require RSI > 55 (indicating upward strength).
- Sell signals require RSI < 45 (indicating downward pressure).
4. **Volume Confirmation**:
- Requires volume to be at least 10% greater than the 20-bar average, signaling institutional activity.
5. **Price Breakout/Breakdown**:
- Buy signals only occur when price breaks above recent resistance.
- Sell signals only occur when price breaks below recent support.
6. **Visuals**:
- Smart Buy and Smart Sell markers are plotted on the chart when all conditions align.
- EMA trend guides are also plotted (9 in yellow, 21 in orange, 50 in blue).
7. **Alerts**:
- Alerts trigger when a qualified Smart Buy or Smart Sell signal appears, giving traders automated notifications.
This strategy is designed for clarity, professional use, and adaptability, with a strong emphasis on confluence across multiple indicators before acting.
Dilio Spartan V1.1DILIO SPARTAN V1.1 is a multi-strategy technical indicator designed to support trend detection, market reversals, and broader market context analysis.
It integrates several key components:
• Customizable EMAs (8, 25, 100, 200) with trend-based color fill
• Two core entry setups: Three-Candle Setup (TCS) and EMA100 Retest (EHS)
• Automated detection of support and resistance zones, as well as trendlines (ascending and descending)
• Regression channels with standard deviation and Auto Fibonacci levels
• Recent demand and supply zone detection
• Order Block identification with mitigation validation
• Flag and pennant pattern scanner using the Trendoscope library
• Multi-timeframe trend and RSI table (from 15m to 1W)
• Optional overlays: Bollinger Bands and Reverse RSI levels
This indicator also incorporates elements inspired by open-source scripts available on the TradingView platform and serves as a tribute to the Sparta UniBTC BR trading community.
Session Status Table📌 Session Status Table
Session Status Table is an indicator that displays the real-time status of the four major trading sessions:
* 🇯🇵 Asia (Tokyo)
* 🇬🇧 London
* 🇺🇸 New York AM
* 🇺🇸 New York PM
It shows which sessions are currently open, how much time remains until they open or close, and optionally sends alerts in advance.
🧩 Features:
* Real-time session table — shows the status of each session on the chart.
* Color-coded statuses:
* 🟢 Green – Session is open
* 🔴 Red – Session is closed
* ⚪ Gray – Weekend
* Countdown timers until session open or close.
* User alerts — receive a notification a custom number of minutes before a session starts.
⚙️ Customization:
* Table position — fully configurable.
* Session colors — customizable for open, closed, and weekend states.
* Session labels — customizable with icons.
* Notifications:
* Enabled through TradingView's Alerts panel.
* User-defined lead time before session opens.
🕒 Time Zones:
All times are calculated in UTC to ensure consistency across different markets and regions, avoiding discrepancies from time zones and daylight saving time.
🚨 How to enable alerts:
1. Open the "Alerts" panel in TradingView.
2. Click "Create Alert".
3. In the condition dropdown, choose "Session Status Table".
4. Set to any alert() trigger.
5. Save — you'll be notified a set number of minutes before each session begins.
ℹ️ Technical Notes:
* Built with Pine Script version 6.
* Logically divided into clear sections: inputs, session calculations, table rendering, and alerts.
* Optimized for performance and reliability on all timeframes.
Ideal for traders who use session activity in their strategies — especially in Forex, crypto, and futures markets.
Wick Theory ChecklistA simple check list for Powell's Wick Theory with the following:
🔹 1. Liquidity Sweep
Has price taken out recent highs/lows (previous liquidity)?
Is the wick longer than usual, indicating a stop hunt?
Did the sweep occur during a key session (e.g., London, New York open)?
🔹 2. Imbalance
Is there a clear fair value gap (FVG) or imbalanced candle near the wick area?
Is price rejecting from the imbalance, not just sitting inside it?
Is the imbalance aligned with higher timeframe structure?
🔹 3. Rejection Block
Has a strong candle body rejected from the wick zone?
Is the rejection block respected on a retest?
Are there multiple rejections or confirmations at this block?
🔹 4. Engineered Liquidity
Was liquidity built up intentionally (e.g., equal highs/lows, tight consolidation)?
Did price fake out in one direction first before sweeping the opposite side?
Are retail traps evident (e.g., false breakouts, trendlines)?
🔹 5. SMT Divergence (Optional)
Are correlated instruments showing divergent liquidity grabs?
Is one instrument making a higher high while another makes a lower high?
Does this divergence happen at or near key zones (POI, FVG, OB)?
MATIC Institutional Buy/Sell Zones📈 Purpose
To identify areas on the chart where institutional-level buying (accumulation) or selling (distribution) may be occurring — based on key technical and volume-based filters — and to help reduce false signals using smart logic.
✅ Smart Buy Signal (Accumulation Zone)
Triggered when:
RSI < 65 – Price is not overbought; leaves room to rise.
MACD line > Signal line – Momentum is positive.
Price is above both EMA 50 and BB midline – Price structure is bullish.
EMA 10 is below EMA 50 – Early stage of a trend shift.
Volume spike above 1.3x average – Sign of strong buyer interest.
📍 Visual Output:
Green background highlights zone.
Green “Smart Buy” label below bar.
❌ Smart Sell Signal (Distribution Zone)
Triggered when:
RSI > 55 – Price is mildly overbought, vulnerable to reversal.
MACD line < Signal line – Momentum turning bearish.
Price is below EMA 50 or BB midline – Weakening trend.
EMA 10 is above EMA 50 – Potential early shift downward.
Volume spike above 1.3x average – Distribution volume present.
📍 Visual Output:
Red background highlights zone.
Red “Smart Sell” label above bar.
🧠 Key Features
Designed for professional-level clarity.
Filters out most retail-level noise by requiring volume confirmation and trend confluence.
Combines momentum, structure, and volume into a multi-factor signal system.
🔔 Alerts
You can set TradingView alerts for:
When a Smart Buy or Smart Sell signal appears — ideal for non-screen time entry/exit alerts.
Market Maker Zones [VWAP + Liquidity + Stop Hunts]This is a Pine Script indicator for TradingView that identifies market maker zones through VWAP, liquidity zones, and stop hunt levels. Here's what each component does:
VWAP Component:
Calculates Volume Weighted Average Price from a specified anchor time
Uses cumulative volume and price-volume to track institutional interest
Plotted as an orange line that market makers often use as a reference
Liquidity Zones:
Identifies bars with volume exceeding 1.5x the average (configurable)
Highlights these high-volume areas with blue background
These represent zones where large orders were executed
Stop Hunt Zones:
Tracks recent highs and lows over a 20-bar window
Plots horizontal lines at these levels with labels
These are areas where stop losses typically cluster
Key Market Maker Concepts:
The indicator assumes market makers hunt stops at obvious levels (recent highs/lows), accumulate positions in high-volume zones, and use VWAP as a fair value reference. When price approaches these zones, it often indicates potential reversal or continuation points.
Usage Tips:
Watch for price reactions near VWAP line
High-volume zones often act as support/resistance
Stop hunt levels frequently get tested before significant moves
Combine all three elements to identify high-probability trade setups
The script is well-structured with clear input parameters and visual elements that make it easy to spot these institutional footprints on your charts.
time NYThis TradingView Pine Script plots vertical lines at specific key times throughout the trading day based on the New York timezone (Eastern Time), which aligns with Colombian time during Daylight Saving Time (UTC-4). It also highlights the opening price of the 00:00 candle and shades a specific time range on the chart.
Key Features:
Timezone Configuration:
Uses "America/New_York" to define the trading session times.
Opening Price at 00:00:
Captures and stores the opening price of the candle at exactly 00:00.
Optionally stores the bar index (although it's not used visually here).
Vertical Lines at Key Times:
Draws vertical dashed lines at these specific times each day:
00:00
07:30
08:30
09:45
10:00
10:15
10:30
10:45
11:00
13:30
16:30
These lines extend above and below the chart range, from the highest to the lowest price over the last 500 bars.
Background Highlight:
Shades the time interval between 11:00 and 13:30 with a semi-transparent gray background, but only for the current day.
Relative Volume (RVOL)// This script calculates and plots the Relative Volume (RVOL) indicator.
// RVOL compares the current bar's volume to the average volume over a specified number of past bars (default is 20).
//
// How it works:
// - RVOL = Current Volume / Average Volume (SMA of volume over 'length' bars)
// - If RVOL > 1: Current volume is above average.
// - If RVOL > 2: High relative volume — can signal momentum or interest.
//
// Visuals:
// - Orange RVOL line is plotted in a separate indicator panel.
// - Gray dashed line marks RVOL = 1 (baseline).
// - Red dashed line marks RVOL threshold (default 2.0).
// - Green background highlights bars where RVOL exceeds the threshold.
// - Green triangle marks those high-RVOL bars for visual alerts.
//
// Use cases:
// - Spot unusual volume spikes early.
// - Combine with price action or other indicators (MACD, VWAP, SMA, etc.).
// - Filter for strong momentum setups or breakout candidates.
//
// Timeframe: Works on all timeframes (10s, 1m, 5m, etc.).
Kappa Weighted IndexI have created an indicator with options to select if you invested in separate stocks to get one price index I hope you will find helpful.
Any questions on that please give me a shout
Previous Two Days HL + Asia H/L + 4H Vertical Lines📊 Indicator Overview
This custom TradingView indicator visually marks key market structure levels and session data on your chart using lines, labels, boxes, and vertical guides. It is designed for traders who analyze intraday and multi-session behavior — especially around the New York and Asia sessions — with a focus on 4-hour price ranges.
🔍 What the Indicator Tracks
1. Previous Two Days' Ranges (6PM–5PM NY Time)
PDH/PDL (Day 1 & Day 2): Draws horizontal lines marking the previous two trading days’ highs and lows.
Midlines: Calculates and displays the midpoint between each day’s high and low.
Color-Coded: Uses strong colors for Day 1 and more transparent versions for Day 2, to help differentiate them.
2. Asia Session High/Low (6 PM – 2 AM NY Time)
Automatically tracks the high and low during the Asia session.
Extends these levels until the following day’s NY close (4 PM).
Shows a midline of the Asia session (optional dotted line).
Highlights the Asia session background in gray.
Labels Asia High and Low on the chart for easy reference.
3. Last Closed 4-Hour Candle Range
At the start of every new 4H candle, it:
Draws a box from the last closed 4H candle.
Box spans horizontally across a set number of bars (adjustable).
Top and bottom lines indicate the high and low of that 4H candle.
Midline, 25% (Q1) and 75% (Q3) levels are also drawn inside the box using dotted lines.
Helps traders identify premium/discount zones within the previous 4H range.
4. Vertical 4H Time Markers
Draws vertical dashed lines to mark the start and end of the last 4H candle range.
Based on the standard 4H bar timing in NY (e.g. 5:00, 9:00, 13:00, 17:00).
⚙️ Inputs & Options
Line thickness, color customization for all levels.
Option to place labels on the right or left side of the chart.
Toggle for enabling/disabling the 4H box.
Adjustable box extension length (how far to extend the range visually).
✅ Ideal Use Cases
Identifying reaction zones from prior highs/lows.
Spotting reversals during Asia or NY session opens.
Trading intraday setups based on 4H structure.
Anchoring scalping or swing entries off major session levels.
MATIC Accumulation Strategy - Buy/Sell ArrowsThis is a technical indicator-based strategy designed to:
✅ Identify optimal accumulation (buy) zones
🚫 Close positions when conditions weaken (conservative exit)
📊 Visually guide trader with clear arrows and trend overlays
MA Crossover with Support & Resistance📘 How to Use the MA Crossover with Support & Resistance Indicator
This indicator is designed to make your trading more structured and confident by combining three powerful tools: moving average crossovers, buy/sell signals, and automatic support and resistance zones. Here's how you can use each part of this indicator, step by step:
1️⃣ Understand the Moving Averages
The indicator uses two Simple Moving Averages (SMAs):
Short MA (default: 9 periods) – reacts quickly to price.
Long MA (default: 21 periods) – gives a broader view of trend.
When the short MA crosses above the long MA, it signals a potential bullish trend (Buy).
When the short MA crosses below the long MA, it signals a bearish trend (Sell).
These crossovers are plotted directly on the chart with clear green “Buy” and red “Sell” labels so you won’t miss them.
2️⃣ Support and Resistance Zones
The script automatically detects key price levels from the recent candles:
Resistance is the highest price reached over the past N bars.
Support is the lowest price in the same range.
These zones help you:
Confirm if a breakout has occurred.
Avoid chasing trades directly into resistance.
Look for reversal setups near support.
They are plotted as horizontal lines, with the background shaded when price breaks through.
3️⃣ Putting It All Together
When to Buy: A Buy signal (green label) appears above support and the trend turns up. Ideal entry.
When to Sell: A Sell signal (red label) shows below resistance and the trend weakens.
Avoid False Signals: Be cautious when crossovers happen inside choppy ranges or directly at resistance/support.
4️⃣ Alerts
You can enable alerts for Buy and Sell signals, so you're notified instantly when a crossover happens — even if you're away from the screen.
✅ Summary
This indicator is built for traders who want clarity, not clutter. It works on any timeframe, across stocks, forex, crypto, or indices. Use it to:
Spot trends early
Avoid bad entries
Trade with structure
Whether you're a beginner or experienced trader, this tool will help you make more confident, informed decisions.
COT Bias-Zone Doppel-Divergenz AUDUSD EXPORTThe COT (Commitment of Traders) indicator tracks the weekly positioning of major trader groups reported by the U.S.
Commodity Futures Trading Commission. By charting how Commercials, Large Speculators, and Small Traders increase or reduce their net long or short futures positions,
it reveals shifts in market sentiment and potential trend reversals. Traders use the COT indicator to spot extremes—when commercials are heavily long and speculators are heavily short,
for example—to anticipate price turning points and gauge the strength or weakness of ongoing trends.
jsonSignalBuilderV2🧩 jsonSignalBuilder – Pine Script JSON Alert Builder
Create structured JSON payloads for Pine Script alerts, ready to send to trading bots or automation platforms.
Use it to build webhook-compatible alerts for platforms like <> – a real-time trading signal platform.
🔗 Send alerts to: <>
Higher Timeframe Market StructureHTF Market Structure – ZigZag, Break of Structure & Supply/Demand
This powerful indicator is designed to identify higher-timeframe market structure using a combination of ZigZag patterns, Break of Structure (BOS) signals, and Supply/Demand zones.
Key Features:
Automatic detection of Higher Highs (HH), Higher Lows (HL), Lower Lows (LL), and Lower Highs (LH)
Internal structure shifts based on Open or High/Low logic
Supply and Demand zones plotted on the chart
Break of Structure (BOS) lines with optional alerts
Mitigation logic to mark or delete invalidated order blocks
Customizable aggregation factor to view higher time frame structure on lower time frames
How to Use:
Focus on market structure and BOS to understand the current trend.
Watch for internal shifts as early signals of potential reversals.
Use ZigZag lines to connect swing highs and lows to visualize market rhythm.
Supply zones (red) and Demand zones (green) are automatically drawn after structure breaks:
Use Demand Zones in Bullish Markets for the highest probability entries.
Use Supply Zones in Bearish Markets to align with the prevailing trend.
Best Practices:
Only use Demand Zones in Bullish markets and Supply Zones in Bearish markets for optimal results.
Look for price action or reversal signals within these zones to refine your entries.
Enable alerts to get notified on:
New order blocks
Internal shifts
BOS events
HH, HL, LL, LH formations
Liquidity sweeps
Customization Options:
Aggregation Factor: Control how many candles are grouped for structure analysis.
Zone Duration: Define how length of plotted zones.
Mitigation Settings: Automatically delete or fade zones after mitigation.
Colors: Choose custom colors for bullish and bearish zones and structure markers.
This tool is ideal for traders who rely on price action, structure, and smart money concepts. Combine it with your own S&D strategy or integrate it with other confluence tools for even better precision.
BOS strategy (by Lumiere)This indicator highlights every BOS in real time. Once per direction
Key Features of BOS strategy:
🔹 Break of Structure (BOS) Detection – Identifies bullish (🟦 blue) and bearish (🟥 red) breaks with clear trend shifts.
🔹 Real-Time Updates: The indicator continuously updates in real time, marking BOS points as they occur.
🔹 Strict Swing Logic – Uses candle wicks for precise swing highs/lows.
🟦 Bullish BOS: Occurs when the price closes above a previously established high.
🟥 Bearish BOS: Occurs when the price closes below a previously established low.
🔹 Anti-Repaint Rules – Ensures no duplicate signals (✅ only 1 BOS per direction until opposite confirmation).
🔹 Clean Chart Management – Auto-deletes old lines (keeps last 500 BOS marks 🧹).
🔹 Customizable Colors – Personalize BOS lines for better visibility 🎨.
Ideal For Traders Who Want To:
✅ Spot trend continuations & reversals early 📈
✅ Trade institutional order flow concepts, SMC inspired 🏦
✅ Avoid clutter with auto-cleanup of old levels 🖥️
Enhanced Seasonality Trade BacktestEnhanced Seasonality Trade Backtest
Overview
A comprehensive Pine Script indicator that backtests seasonal trading strategies by analyzing historical price performance during specific date ranges. The tool provides detailed statistics, visual markers, and election cycle filtering to identify profitable seasonal patterns.
Key Features
📊 Backtesting Engine
Tests up to 50 years of historical data
Configurable entry/exit dates (day/month)
Automatic holiday/weekend date adjustment
Separate analysis for long and short positions
🗳️ Election Cycle Filter
All Years: Test every year in the lookback period
Election Years: US presidential election years only (2024, 2020, 2016...)
Pre-Election Years: Years before elections (2023, 2019, 2015...)
Post-Election Years: Years after elections (2021, 2017, 2013...)
📈 Comprehensive Statistics
Win rate percentage
Total and average returns
Best/worst performing years
Detailed trade-by-trade breakdown
Years tested vs. years filtered
🎯 Visual Indicators
Entry/exit lines for all historical trades
Future trade date projections
Background highlighting during trade periods
Color-coded performance labels
⚙️ Customization Options
Toggle between long/short analysis
Show/hide price and date details
Adjustable table position
Future trade date visualization
Use Cases
Seasonal Trading: Identify recurring profitable periods (e.g., "Sell in May")
Election Cycle Analysis: Test how political cycles affect market performance
Strategy Validation: Backtest specific date-range strategies
Risk Assessment: Analyze worst-case scenarios and drawdowns
Perfect For
Swing traders looking for seasonal edges
Portfolio managers timing market entries/exits
Researchers studying market cyclicality
Anyone wanting to quantify seasonal market behavior
ONLY WORKS IN 1D TIME FRAME
UTC Day SeparatorsGlobally consistent back-tests: When you anchor indicators (VWAP, ADR, supply/demand boxes) to daily boundaries, basing them on UTC avoids daylight-saving mismatches between exchanges.
Quick regime inspection: You can eyeball overnight gaps or Asia/Europe/US session overlaps by seeing how price behaves relative to successive UTC days.
Chart cleanliness: Because the line is dotted and low-contrast, it gives a subtle reference grid without overwhelming candles or other plots.
New York Midnight Day SeparatorThis Pine Script indicator draws vertical separator lines on the chart at midnight in the New York timezone (Eastern Time). The lines mark the start of each new trading day from Monday to Friday, helping traders visually distinguish daily sessions based on New York market time. The separator lines are rendered as slightly transparent gray lines spanning the full price range of each midnight candle, providing a clean and unobtrusive visual aid for session tracking.
Liquidity mark-out indicator(by Lumiere)This indicator marks out every High that has a bullish candle followed by a bearish one, vice versa for lows.
Once the price reaches the marked-out liquidity, the line is removed automatically.
This indicator only shows the current liquidity of the time frame you are at.
(To get it look like the picture just chance the length to 30-50)
Key Features of the Liquidity Mark-Out Indicator:
🔹 Identifies Liquidity Zones – Marks highs and lows based on candlestick patterns.
🔹 Customizable Settings – Toggle highs/lows visibility 🎚️, adjust line colors 🎨, and set line length (bars) 📏.
🔹 Smart Clean-Up – Automatically removes swept levels (when price breaks through) for a clean chart 🧹.
🔹 Pattern-Based Detection –
Highs: Detects two-candle reversal patterns (🟢 bullish close → 🔴 bearish close).
Lows: Detects two-candle reversal patterns (🔴 bearish close → 🟢 bullish close).
🔹 Dynamic Lines – Projects liquidity levels forward (adjustable length) to track key zones 📈.
Perfect For Traders Looking To:
✅ Spot potential liquidity grabs 🎯
✅ Identify key support/resistance levels 🛑
✅ Clean up their chart from outdated levels 🖥️
VeroTrade Key LevelsAbout: VeroTrade Key Levels is a versatile indicator designed for traders who rely on key price levels to make informed decisions. It was created for the community members of VeroTrade by @gabe580. This indicator overlays previous monthly, weekly, and daily high/low levels, along with user-defined custom levels, directly on your TradingView chart. With customizable visibility, colors, and line styles, it’s perfect for technical analysis across various markets and timeframes.
Features:
- Monthly, Weekly, and Daily Levels: Displays previous period high and low levels for monthly, weekly, and daily timeframes, helping you identify significant support and resistance zones.
- Custom Levels: Add up to 10 sets of user-defined price levels (e.g., for specific tickers like SPY) with dynamic coloring (red for levels above the current price, green for below).
- Toggleable Display: Enable or disable monthly, weekly, daily, and custom levels individually to suit your analysis needs.
- Customizable Appearance: Adjust line widths and colors for each level type, and choose whether to show labels for clarity.
- Stable and Efficient: Lines remain fixed during chart panning, ensuring a seamless user experience without clutter or redraw issues.
How To Use:
1. Add the indicator to your chart.
2. Enable/disable levels via inputs.
3. Input custom levels in the format: "Ticker, level1, level2, ..." (e.g., "SPY, 555, 556").
4. Adjust colors and line widths to suit your style.