Wyckoff Event Detection [Alpha Extract]Wyckoff Event Detection
A powerful and intelligent indicator designed to detect key Wyckoff events in real time, helping traders analyze market structure and anticipate potential trend shifts. Using volume and price action, this script automatically identifies distribution and accumulation phases, providing traders with valuable insights into market behavior.
🔶 Phase-Based Detection
Utilizes a phase detection algorithm that evaluates price and volume conditions to identify accumulation (bullish) and distribution (bearish) events. This method ensures the script effectively captures major market turning points and avoids noise.
🔶 Multi-Factor Event Recognition
Incorporates multiple event conditions, including upthrusts, selling climaxes, and springs, to detect high-probability entry and exit points. Each event is filtered through customizable sensitivity settings, ensuring precise detection aligned with different trading styles.
🔶 Customizable Parameters
Fine-tune event detection with adjustable thresholds for volume, price movement, trend strength, and event spacing. These inputs allow traders to personalize the script to match their strategy and risk tolerance.
// === USER INPUTS ===
i_volLen = input.int(20, "Volume MA Length", minval=1)
i_priceLookback = input.int(20, "Price Pattern Lookback", minval=5)
i_lineLength = input.int(15, "Line Length", minval=5)
i_labelSpacing = input.int(5, "Minimum Label Spacing (bars)", minval=1, maxval=20)
❓How It Works
🔶 Event Identification
The script scans for key Wyckoff events by analyzing volume spikes, price deviations, and trend shifts within a user-defined lookback period. It categorizes events into bullish (accumulation) or bearish (distribution) structures and plots them directly on the chart.
// === EVENT DETECTION ===
volMA = ta.sma(volume, i_volLen)
highestHigh = ta.highest(high, i_priceLookback)
lowestLow = ta.lowest(low, i_priceLookback)
🔶 Automatic Filtering & Cleanup
Unconfirmed or weak signals are filtered out using customizable strength multipliers and volume thresholds. Events that do not meet the minimum conditions are discarded to keep the chart clean and informative.
🔶 Phase Strength Analysis
The script continuously tracks bullish and bearish event counts to determine whether the market is currently in an accumulation, distribution, or neutral phase. This allows traders to align their strategies accordingly.
🔶 Visual Alerts & Labels
Detects and labels key Wyckoff events directly on the chart, providing immediate insights into market conditions:
- PSY (Preliminary Supply) and UT (Upthrust) for distribution phases.
- PS (Preliminary Support) and SC (Selling Climax) for accumulation phases.
- Labels adjust dynamically to avoid chart clutter and improve readability.
🔶 Entry & Exit Optimization
By highlighting supply and demand imbalances, the script assists traders in identifying optimal entry and exit points. Wyckoff concepts such as springs and upthrusts provide clear trade signals based on market structure.
🔶 Trend Confirmation & Risk Management
Observing how price reacts to detected events helps confirm trend direction and potential reversals. Traders can place stop-loss and take-profit levels based on Wyckoff phase analysis, ensuring strategic trade execution.
🔶 Table-Based Market Analysis (Table)
A built-in table summarizes:
- Market Phase: Accumulation, Distribution, or Neutral.
- Strength of Phase: Weak, Moderate, or Strong.
- Price Positioning: Whether price is near support, resistance, or in a trading range.
- Supply/Demand State: Identifies whether the market is supply or demand dominant.
🔶 Why Choose Wyckoff Market Phases - Alpha Extract?
This indicator offers a systematic approach to understanding market mechanics through the lens of Wyckoff's time-tested principles. By providing clear and actionable insights into market phases, it empowers traders to make informed decisions, enhancing both confidence and performance in various trading environments.
Punkty Pivota i Poziomy
1 Min Gold Indicator Heikin AshiThis mash up of previously published indicators reflects a very effective Gold 1 min Scalping Strategy. When utilised with two other Indicators that I cannot combine. These two other indicators are
- Future Trend Channel by Chart Prime
- Machine Learning: Lorentzian Classification: JDEHorty
The imbedded scripts within this indicator are
- Chandelier Exit by Everget
- STK a better MACD by Shayankm
- Supertrend by Everget
- EMA is the stock indicator provided by TradingView.
The settings should be a followed
Chandelier Exit
ATR Length: 1
ATR Multiplier: 1
Extremums: on
EMA: 150
STC
Length: 5
FastLength: 30
Slow: Length: 50
EMA and STC should be applied as filters.
Lorentzian the settings should be as standard. Confirmation of a Buy/Sell signal should be by the Future Trend Channel by ChartPrime if Bullish Market is being shown on the chart by Future Trend Channel then only Buys should be placed. The reverse should be applied for Sells. Final Confirmation should be from the Lorentzian Classification. Both in candle colour and the candle classification number. If the classification for Buys should be equal or greater than 6 and the candle colour is green then the trade can be placed. For Sells if the classification should be equal of less than -6 and the candle colour should be red then the Sell trade can be placed.
Oh the strategy also uses Heikin Ashi Candles to reduce ghost entry signals.
I have created a Strategy that can be backtested called 1 Gold Heikin Ashi Strategy.
ZigZag++ZigZag NY Session: Precisión y Personalización para tu Análisis Técnico 📈✨
🚀 ZigZag NY Session es una versión mejorada del clásico indicador ZigZag, diseñada para traders que buscan una visión más clara y estructurada de los cambios de tendencia.
🔹 Características destacadas:
✅ Configuración avanzada de profundidad, desviación y retroceso.
✅ Dibujo dinámico de líneas ZigZag con etiquetas personalizadas para identificar máximos y mínimos.
✅ Sesiones de mercado personalizables: Define la hora y los minutos exactos de tu sesión de análisis.
✅ Sombra de sesión configurable para destacar períodos clave en el gráfico.
✅ Colores y transparencias ajustables para una mejor visualización.
✅ Alertas automáticas para cambios de dirección y nuevos puntos clave (HH, LL, LH, HL).
🔥 Ideal para traders de todos los niveles que buscan mejorar su precisión en la identificación de tendencias y estructuras del mercado.
📌 Añádelo a tu gráfico y optimiza tu estrategia ahora mismo! 💡🚀
Si quieres que agregue algo más, dime y lo ajustamos. ¡Éxito con tu publicación! 🎯💪
Key Levels by MoneyTribe21This script provides dynamic tracking of the following:
ATH - tracks the all time high price
PDH - tracks the previous day high price
PDL - tracks the previous day low price
RESISTANCE - based on the current day high
SUPPORT - based on the current day low
DAILY OPEN - tracks the market open price at the start of the day
This script is provided by www.moneytribe21.com
all rights reserved © Justin Harrison
Opening Lines (M15, H1 & H4) with Wickless Candle DetectorTailored for day traders, this technical analysis indicator serves as a multi-timeframe opening price visualization tool, displaying real-time and historical opening price levels across three distinct time intervals to enhance pattern identification and strategic decision-making. Additionally, the tool incorporates a ‘Wickless Candle Detector’ feature, which annotates candles that open without upper or lower wicks. Empirical observations suggest these wickless candles often act as future price magnets, particularly in index futures such as the Nasdaq and S&P500, making them critical reference points for market analysis.
Key Features:
1) Multi-Timeframe Opening Price Visualization:
◦ Plots horizontal reference lines for opening prices across:
✓ 15-minute (M15)
✓ 1-hour (H1)
✓ 4-hour (H4) timeframes
◦ Lines dynamically extend throughout their respective periods or can be configured to a fixed bar offset
2) Wickless Candle Detection:
◦ Automatically marks wickless candles with a discrete symbol at their opening price level
◦ Symbols are removed upon either:
✓ Price breaching the opening level by ≥1 tick
✓ A 24-hour expiration period (whichever occurs first)
3) Customization and Flexibility:
◦ Toggle visibility for individual timeframes, historical opening lines, and the Wickless Candle Detector
◦ Full customization of visual elements (colors, line styles, symbols) to align with user preferences or trading platform themes
Pivot Points [FSL]Pivot Points Indicator Description
This indicator provides a comprehensive suite of pivot point calculations and moving average overlays, designed to assist traders in identifying potential support and resistance levels.
Key Features:
Pivot Point Calculations:
Offers six pivot point calculation methods: Traditional, Fibonacci, Woodie, Classic, DM, and Camarilla.
Allows flexible pivot timeframe selection, including Auto (adapts to chart timeframe), Daily, Weekly, Monthly, Quarterly, Yearly, Biyearly, Triyearly, Quinquennially, and Decennially.
Provides the option to use daily-based values for pivot calculations, even on intraday charts.
Displays a user-defined number of historical pivot point levels.
Allows customization of the colors and display of each pivot level (P, S1-S5, R1-R5).
Allows to show labels and prices of each pivot level, and to change the labels position (Left or Right).
Allow
s to change the line width of the pivot levels.
Moving Average Overlays:
In
cludes Exponential Moving Averages (EMA) for 25, 50, and 100 periods.
Displays Volume Weighted Average Price (VWAP).
Allows individual toggling of each EMA and VWAP display.
Allows to ch
ange the line width of the moving averages.
Customization:
Extensi
ve input options for tailoring the indicator to individual trading preferences.
Clear and organized settings groups for easy adjustment.
Error management, that shows clear messages when there is not enough data to calculate the pivot poin
ts.
How to Use:
Select Pivot Type: Choose the desired pivot point calculation method.
Set P
ivot Timeframe: Select the timeframe for pivot calculations. Auto mode dynamically adjusts to the chart.
Adjust Historical Pivots: Specify the number of historical pivot levels to display.
Configure Moving Averages: Toggle and customize the EMA and VWAP overlays.
Customize Pivot Levels: Adjust colors, visibility, and labels for each pivot level.
Analyze and Trade: Use the displayed pivot levels and moving averages to identify potential support, re
sistance, and trend direction.
Benefits:
Provides a versatile tool for identifying potential trading opportunities.
Offers a wide range of customization options to suit various trading styles.
Combines pivot points and moving averages for enhanced analysis.
Helps traders to have a clear view of the support and resistance levels, and the trend direction.
Helps to avoid errors by showing clear messages.
[COW] Day Percent LevelsThis indicator plots on your chart 2 levels, the daily percentage changes required to know by most prop firms and other exchanges. 5% is often a cutoff point for prop firm day traders and can get you banned if you trade past these levels. This indicator allows you to adjust the percentage as well as the lines and labels to your liking.
This is key when using prop firms as it is a level you must be aware of when trading. This can help you avoid being banned, your account being closed, or other disciplinary action based on trading past these levels.
Enjoy!
ORB MOTORB MOT - Opening Range Breakout Indicator (Educational purpos only)
The ORB MOT (Opening Range Breakout Multi-Option Tool) is a powerful TradingView indicator designed to help traders identify and capitalize on market breakouts based on the opening range. This tool provides extensive customization options, allowing traders to fine-tune their breakout strategies according to different timeframes and trading sessions.
Key Features:
Configurable Opening Range: Traders can define the opening range period (1, 2, 3, 5, 15, or 30 minutes) to suit their trading strategy.
Session-Based Analysis: The indicator automatically adjusts for market session times and provides an optional international override for different time zones.
Visual Representation: ORB levels are displayed with clear labels, shaded regions, and customizable colors for easy identification.
Breakout and Retest Detection: Identifies breakout points and potential retests, helping traders make informed decisions.
Multiple Price Targets: Calculates and plots key levels such as 50%, 100%, 150%, and 200% price targets for potential trade exits.
Fibonacci Extensions: Optional Fibonacci targets (21.2%, 61.8%) can be displayed for additional market confluence.
Alerts and Notifications: Provides alerts for breakout conditions, ensuring traders don’t miss critical movements.
How It Works:
The indicator calculates the high and low of the selected opening range.
Breakout points are identified when price crosses above or below the range.
The indicator plots multiple price targets based on the range's size.
Traders can visualize past ORB levels and retests for better trend analysis.
Alerts notify users of significant breakout events.
Who Can Use This Indicator?
Scalpers & Day Traders: Perfect for identifying quick breakout opportunities.
Swing Traders: Helps determine key levels for potential reversals or trend continuations.
Institutional & Retail Traders: Useful for analyzing market structure and setting price targets.
The ORB MOT indicator is a must-have tool for traders looking to refine their breakout strategy with precision and ease. Whether you're a beginner or an experienced trader, this indicator provides valuable insights into market movements and trading opportunities.
Opening Lines (M15, H1 & H4) with Wickless Candle DetectorTailored for day traders, this technical analysis indicator serves as a multi-timeframe opening price visualization tool, displaying real-time and historical opening price levels across three distinct time intervals to enhance pattern identification and strategic decision-making. Additionally, the tool incorporates a ‘Wickless Candle Detector’ feature, which annotates candles that open without upper or lower wicks. Empirical observations suggest these wickless candles often act as future price magnets, particularly in index futures such as the Nasdaq and S&P500, making them critical reference points for market analysis.
Key Features:
1) Multi-Timeframe Opening Price Visualization:
◦ Plots horizontal reference lines for opening prices across:
▪ 15-minute (M15)
▪ 1-hour (H1)
▪ 4-hour (H4) timeframes
◦ Lines dynamically extend throughout their respective periods or can be configured to a fixed bar offset
2) Wickless Candle Detection System:
◦ Automatically marks wickless candles with a discrete symbol at their opening price level
◦ Symbols are removed upon either:
▪ Price breaching the opening level by ≥1 tick
▪ A 24-hour expiration period (whichever occurs first)
3) Customization and Flexibility:
◦ Toggle visibility for individual timeframes, historical opening lines, and the Wickless Candle Detector
◦ Full customization of visual elements (colors, line styles, symbols) to align with user preferences or trading platform themes
Buy/Sell Signals based on EMA CrossI, Kimaya Bavakay have done some backtesting for you, Please use this on DAILY TF ONLY and It shall only be used for EQUITY STOCKS!!!
1 Min Gold Heikin Ashi StrategyThis mash up of previously published indicators now turned into a Strategy reflects a very effective Gold 1 min Scalping Strategy. When utilised with two other Indicators that I cannot combine. These two other indicators are
- Future Trend Channel by Chart Prime
- Machine Learning: Lorentzian Classification: JDEHorty
The imbedded scripts within this indicator are
- Chandelier Exit by Everget
- STK a better MACD by Shayankm
- Supertrend by Everget
- EMA is the stock indicator provided by TradingView.
The settings should be a followed
Chandelier Exit
ATR Length: 1
ATR Multiplier: 1
Extremums: on
EMA: 150
STC
Length: 5
FastLength: 30
Slow: Length: 50
EMA and STC should be applied as filters.
Lorentzian the settings should be as standard. Confirmation of a Buy/Sell signal should be by the Future Trend Channel by ChartPrime if Bullish Market is being shown on the chart by Future Trend Channel then only Buys should be placed. The reverse should be applied for Sells. Final Confirmation should be from the Lorentzian Classification. Both in candle colour and the candle classification number. If the classification for Buys should be equal or greater than 6 and the candle colour is green then the trade can be placed. For Sells if the classification should be equal of less than -6 and the candle colour should be red then the Sell trade can be placed.
This Strategy has been implemented to use SL and TP in the number of pips required for XAUUSD. I am using a target of TP 8-9 pis and SL at 25 pips.
CLS Patterns + Price Action Levels📌 Key Features:
✅ CLS Candle Patterns Detection:
CLS Type 1 (Sweeps & Closes Opposite) – Confirms liquidity sweeps with opposite direction close.
CLS Type 2 (Sweeps but No Opposite Close) – Identifies liquidity traps without full reversal.
CLS Type 3 (Engulfing Candles) – Strong momentum shifts with engulfing price action.
CLS Type 4 (Order Block Reversals) – Institutional order flow recognition.
✅ Institutional & Price Action Levels:
250 Pip Institutional Levels – Major S&R zones for Forex & Indices.
Minor Quarter Points (25 Pips) – Intraday precision for refined entries.
✅ Liquidity Imbalance & Order Flow Gaps:
Detects early impulse moves & liquidity voids
Highlights areas of market inefficiency & potential reversals
✅ Higher Timeframe EMA for Trend Confirmation:
Customizable Weekly 3 EMA Overlay
Dynamic color change based on price action
✅ Built-in Alerts for CLS Patterns:
Real-time alerts for CLS buy/sell signals
Configurable notifications for trade execution
🎯 How to Use:
1️⃣ Enable CLS Pattern Signals to spot liquidity sweep candles with directional confirmation.
2️⃣ Use Institutional & QP Levels to identify key areas where price is likely to react.
3️⃣ Monitor Liquidity Imbalances to detect inefficient price moves that may fill.
4️⃣ Confirm Trend with HTF EMA to trade with momentum.
5️⃣ Set Alerts for CLS patterns and key price levels to stay ahead of the market.
This indicator is ideal for Forex, Indices, and Crypto traders looking to refine their entries with precise price action confirmations.
Pivot Points Standardcamarilla pivots
camarilla pivots
camarilla pivots
camarilla pivots
camarilla pivots
camarilla pivots
camarilla pivots
camarilla pivots
camarilla pivots
camarilla pivots
Pivot Points Standardexpanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
expanded floor pivots with cpr
Smart MA CrossoverSmart MA Crossover Indicator
This custom indicator helps traders identify key buy and sell signals based on the crossover of price and a customizable moving average (MA). It combines trend direction, momentum, and volume to provide accurate entry signals with dynamic visual cues.
Features:
- Customizable Moving Average (MA): Choose from various MA types such as SMA, EMA, HMA, and more.
- Buy & Sell Signals: Signals are generated based on strong trend momentum and volume, with the addition of crossovers from a moving average.
- Background Coloring: The chart background turns green when in an uptrend and red during a downtrend, offering a quick visual guide to market conditions.
- Volume Confirmation: Signals are validated with volume filters to ensure strong market participation.
- Alerts: Set alerts for buy and sell signals to receive real-time notifications.
How It Works:
Buy Signal: Triggered when the price is above the selected MA, with bullish momentum (closing more than 0.5% higher than the open), and accompanied by a volume spike.
Sell Signal: Triggered when the price is below the selected MA, with bearish momentum (closing more than 0.5% lower than the open), and a corresponding volume surge.
Flat Tenkan-sen MarkerThis Pine Script indicator identifies and marks periods where the Tenkan-sen line of the Ichimoku system becomes flat, signaling potential consolidation phases. Users can specify the minimum number of consecutive flat candles required to trigger these markers, aiding in the detection of ranging markets and potential support or resistance zones
next day levelHere's a description you can use to publish your Pine Script:
---
**Future CPR with Next Day Extension**
This indicator calculates and displays the Central Pivot Range (CPR) for different timeframes (Daily, Weekly, Monthly, and Yearly). It also extends the CPR for the next trading session, helping traders plan their strategies in advance.
### 🔹 **Features:**
✅ Calculates CPR using today's (or previous period's) High, Low, and Close
✅ Displays next day's CPR for better planning
✅ Supports multiple timeframes: Daily, Weekly, Monthly, and Yearly
✅ Option to display historical CPR levels
✅ Plots resistance (R1, R2, R3) and support (S1, S2, S3) levels
✅ Customizable colors and display settings
### 📌 **Usage:**
- Use this indicator for pre-market analysis to identify key pivot levels for the next session.
- Helps in understanding price action around crucial levels like pivot points, supports, and resistances.
- Works well for both intraday and swing traders.
🔹 **Tip:** To avoid real-time recalculations, use this indicator only after the current trading session closes.
🚀 **Enhance your trading with better preparation using Future CPR with Next Day Extension!**
OHLC - Previous Day LevelsPlots the previous day’s high, low, open, and close levels. Customize colors, widths, and line styles for each level to suit your style.
ReadyFor401ks Pivot / Support / ResistOverview
The ReadyFor401ks Pivot / Support / Resist indicator is a versatile tool designed to help traders identify key price levels—pivots, supports, and resistances—derived from a higher timeframe. This indicator recalculates levels based on a user-defined timeframe, providing you with a broader context for potential market reversals and continuations.
Key Features and Benefits
• Customizable Higher Timeframe:
You can select the frequency at which the levels are recalculated. For example, on a Daily chart, you might choose a 3-month timeframe to determine the pivot levels. This allows you to capture longer-term support and resistance zones that can be crucial for identifying major price reactions.
• Visual Clarity:
With toggles to show or hide the pivot, support, and resistance lines on the price chart, you have full control over the visual clutter on your chart. Additionally, you can choose to display the exact price values directly on the price scale, giving you an immediate reference as you trade.
• Enhanced Data Display:
In addition to price scale labels, the indicator offers an option to show the level values on the status line (data window). This feature is especially beneficial for traders who want to keep a close eye on these key levels without compromising chart space.
Practical Example
Imagine you’re analyzing a Daily chart while the indicator is set to recalculate levels on a 3-month frequency . Over a three-month period, the indicator determines a pivot point (P) along with three levels of resistance (R1, R2, R3) and support (S1, S2, S3). As price action unfolds, you may observe that:
• Price approaches the pivot level (P): This could indicate a potential reversal or a consolidation zone.
• Price bounces off a resistance level (e.g., R1): Signaling that the market is struggling to break higher.
• Price finds support at S1: Providing an opportunity to look for a bullish reversal.
By combining these insights with your own technical analysis, you can make more informed trading decisions based on significant levels that have been validated over a longer timeframe.
Conclusion
The ReadyFor401ks Pivot / Support / Resist indicator is ideal for traders who want to add an extra layer of confirmation to their trading strategies by identifying key price levels derived from higher timeframe data. Whether you’re a swing trader or a long-term investor, this tool helps you visualize crucial support and resistance areas, improving your market timing and risk management. Enjoy the enhanced clarity and flexibility this indicator offers on your TradingView charts!
Open Intrest Lines This is a Pine Script (version 5) indicator designed for TradingView that overlays horizontal lines and labels on a chart to represent strike prices for call and put options, along with their corresponding open interest (OI) values. The script takes user inputs as comma-separated strings, processes them into arrays, and dynamically plots lines and labels for each strike price.
User Inputs
The script collects four inputs from the user as strings:
call_strikes, call_oi , put_strikes, put_oi
These inputs allow the user to manually specify the strike prices and their associated open interest, which the script will then visualize.
This script intended for options traders to:
Mark significant strike prices with high open interest on a chart.
Visually distinguish between call (green) and put (red) levels.
Use these levels as potential support/resistance zones or areas of market interest.
Liquidity Sweep + ATR, Bollinger Bands & Fair Value Gaps AlertsUse on 4hr/Daily time frame
Enter on the 15 min time frame
Set your SL below the liquidity sweep