THOR SignalTHOR Signal Indicator
Trend Regime Detection via Volatility-Normalized Acceleration Scoring
The THOR Signal Indicator classifies market direction into “long-favorable” or “short/risk-off” regimes using a three-layer signal process that adapts to volatility, momentum strength, and directional consistency. This script is specifically designed for swing traders looking to reduce false positives during choppy or trendless periods.
⸻
How It Works
THOR does not use standard technical indicators like RSI, MACD, or moving average crossovers. Instead, it creates a composite signal using three custom-calculated conditions:
1. Volatility-Normalized Price Deviation:
• Measures how far price has moved relative to recent volatility.
• Helps distinguish between meaningful trend movement and noise.
2. Directional Acceleration Score:
• Calculates the second derivative (rate of change of momentum) of a smoothed trend backbone.
• Signals regime shifts only when acceleration exceeds a dynamic threshold.
3. Persistence Filter:
• Applies a custom smoothing layer (similar to a Kalman filter) to confirm that directional strength is sustainable and not short-term whipsaw.
• Filters out one-bar momentum spikes.
A signal is plotted only when all three layers agree:
• Green dot = Long-side favorable regime
• Red dot = Short-side or risk-off regime
⸻
Why This Is Different
Unlike standard momentum tools that rely on fixed thresholds (like RSI overbought/oversold levels), THOR dynamically adapts its regime criteria based on the asset’s own behavior. It avoids laggy confirmation signals by using real-time volatility conditioning and trend persistence scoring.
It is not a mashup of public indicators. No MA crossovers, Bollinger Bands, or known oscillator logic is used. The architecture is original and built entirely from low-level functions and mathematical modeling.
⸻
How to Use It
• Best timeframes: Weekly, Daily, or Renko
• Use bar-close confirmation only (do not trade intrabar signals)
• Green dot: Consider long position or hold existing longs
• Red dot: Consider exiting longs or entering defensive stance
• Use with existing risk management and discretionary context
⸻
Use Case
• Swing trade filter
• Trend regime switch detector
• Allocation toggling (risk-on vs risk-off)
⸻
Disclosures
This is a closed-source script. Logic has been explained conceptually to comply with TradingView script publishing policies. No proprietary code is exposed. The tool is not intended as financial advice and does not guarantee accuracy or profitability.
ניתוח גל
Wave Surge [sma]Overview
Wave Surge is indicator that visualizes market waves through dynamic price oscillations around a moving average baseline. It combines wave analysis with RSI filtering to identify trend strength and potential reversals.
How It Works
Core Calculation
The indicator calculates a wave pattern by:
1. Computing a baseline using the average of highest/lowest prices over the specified period
2. Determining a keltner-style center point between this baseline and price SMA
3. Creating a linear regression of the price deviation from this center
4. Generating an adaptive signal line that responds to crossover events
Visual Components
- **Base MA Line**: A moving average (SMA or EMA) that changes color based on RSI zones
- Cyan overlay: RSI is overbought (default >70)
- Yellow overlay: RSI is oversold (default <30)
- Gray: Neutral RSI zone
- Wave Fill: The dynamic area between the MA and wave level
- Green shades: Bullish momentum (wave > 0)
- Red/Orange shades: Bearish momentum (wave < 0)
- Color intensity indicates wave strength (accelerating vs decelerating)
Key Features
- Wave Intensity Control: Adjustable parameter (0.1-2.0) to control wave amplitude
- MA Type Selection: Choose between SMA or EMA for the baseline
- RSI Integration: Hidden RSI filter adds context to the moving average color
- Adaptive Signal: The signal line dynamically adjusts to crossover events
- Fully Customizable Colors: All visual elements can be customized
Originality Statement
This indicator uses a unique combination of:
- Custom wave calculation based on price deviation from keltner-style center
- Linear regression applied to normalized price distance
- Adaptive signal line that recalculates on wave direction changes
- Multi-layered RSI integration for contextual MA coloring
The wave fill visualization creates a dynamic oscillating band that responds to both momentum strength and direction changes.
For educational purposes only. Not financial advice.
DX Fibonacci LevelsDX Fibonacci Levels Indicator
This Pine Script code implements a custom Fibonacci levels indicator that displays key Fibonacci retracement and extension levels on a price chart. The indicator helps traders identify potential support, resistance, and breakout areas by plotting significant Fibonacci levels based on the most recent high and low price range.
How to Use the Indicator:
Interpretation of Fibonacci Levels:
The indicator plots the following Fibonacci levels:
23.6% Retracement (Gray Line): This level represents a shallow retracement and is often considered a potential minor support or resistance area. It can signal a short-term price correction.
38.2% Retracement (Blue Line): One of the most widely used retracement levels. A price reversal at this level is seen as a potential indication of a strong move in the original direction.
50.0% Retracement (Gray Line): Although not a Fibonacci ratio itself, this level is a psychological midpoint. A 50% retracement often represents a neutral point where price could either reverse or continue in the original direction.
61.8% Retracement (Yellow Line): A key level for traders, as it is considered the "golden ratio" of Fibonacci. It is a critical area for determining the continuation of the trend or a potential reversal.
78.6% Retracement (Red Line): This level is closer to the 100% retracement and indicates a deeper pullback. It can represent an area of strong support or resistance.
100.0% (Purple Line): This level is equivalent to the recent low. It represents the full retracement or the lowest price point within the selected range.
127.2% Extension (Green Line): A Fibonacci extension level, indicating a potential area where price could extend beyond the previous high. This level often marks the beginning of a new trend or significant price movement.
161.8% Extension (Green Line): Another Fibonacci extension, marking an even further price projection. Traders use this level to forecast a continuation of the price movement in the direction of the prevailing trend.
Using the Indicator in Trading:
Identifying Support and Resistance: When the price approaches one of the key retracement levels (such as 38.2%, 50%, or 61.8%), traders often watch for signs of a reversal, like candlestick patterns or volume spikes, as these could indicate a potential entry or exit point.
Trend Continuation: If the price retraces to one of these levels and then continues in the direction of the trend, it can confirm that the trend is still intact. The extension levels (127.2% and 161.8%) help identify where the price may head next if the trend continues.
Breakout Zones: The extension levels can also act as breakout points. A price that surpasses the 100% level could indicate that the trend is gaining momentum, with potential for further movement beyond the 127.2% and 161.8% levels.
Chart Customization:
Color-Coded Fibonacci Levels: Each Fibonacci level is color-coded for easy identification:
Gray: 23.6% and 50.0% retracement levels
Blue: 38.2% retracement level
Yellow: 61.8% retracement level
Red: 78.6% retracement level
Purple: 100.0% level (the low of the range)
Green: 127.2% and 161.8% extension levels
The use of different colors allows for quick visual analysis, helping traders to distinguish between retracement and extension levels while identifying critical price zones on the chart.
Tips for Effective Use:
Monitor Price Action: Watch for price action signals like candlestick patterns, reversals, or trend-following indicators around these Fibonacci levels.
Combine with Other Indicators: To improve the reliability of the Fibonacci levels, combine them with other technical analysis tools such as moving averages, RSI, or MACD for confirmation of potential reversals or breakouts.
Adjust the Lookback Period: The lookback period can be adjusted to fit the time frame and asset being traded. A shorter lookback period may provide more sensitive levels, while a longer one may offer more reliable, long-term reference points.
This indicator is most useful when combined with your trading strategy to spot potential price points for reversals or continued movements.
ICT Venom Trading Model [TradingFinder] SMC NY Session 2025SetupIntroduction
The ICT Venom Model is one of the most advanced strategies in the ICT framework, designed for intraday trading on major US indices such as US100, US30, and US500. This model is rooted in liquidity theory, time and price dynamics, and institutional order flow.
The Venom Model focuses on detecting Liquidity Sweeps, identifying Fair Value Gaps (FVG), and analyzing Market Structure Shifts (MSS). By combining these ICT core concepts, traders can filter false breakouts, capture sharp reversals, and align their entries with the real institutional liquidity flow during the New York Session.
Key Highlights of ICT Venom Model :
Intraday focus : Optimized for US indices (US100, US30, US500).
Time element : Critical window is 08:00–09:30 AM (Venom Box).
Liquidity sweep logic : Price grabs liquidity at 09:30 AM open.
Confirmation tools : MSS, CISD, FVG, and Order Blocks.
Dual setups : Works in both Bullish Venom and Bearish Venom conditions.
At its core, the ICT Venom Strategy is a framework that explains how institutional players manipulate liquidity pools by engineering false breakouts around the initial range of the market. Between 08:00 and 09:30 AM New York time, a range called the “Venom Box” is formed.
This range acts as a trap for retail traders, and once the 09:30 AM market open occurs, price usually sweeps either the high or the low of this box to collect stop-loss liquidity. After this liquidity grab, the market often reverses sharply, giving birth to a classic Bullish Venom Setup or Bearish Venom Setup
The Venom Model (ICT Venom Trading Strategy) is not just a pattern recognition tool but a precise institutional trading model based on time, liquidity, and market structure. By understanding the Initial Balance Range, watching for Liquidity Sweeps, and entering trades from FVG zones or Order Blocks, traders can anticipate market reversals with high accuracy. This strategy is widely respected among ICT followers because it offers both risk management discipline and clear entry/exit conditions. In short, the Venom Model transforms liquidity manipulation into actionable trading opportunities.
Bullish Setup :
Bearish Setup :
🔵 How to Use
The ICT Venom Model is applied by observing price behavior during the early hours of the New York session. The first step is to define the Initial Range, also called the Venom Box, which is formed between 08:00 and 09:30 AM EST. This range marks the high and low points where institutional traders often create traps for retail participants. Once the official market opens at 09:30 AM, price usually sweeps either the top or bottom of this box to collect liquidity.
After this liquidity grab, the market tends to reverse in alignment with the true directional bias. To confirm the setup, traders look for signals such as a Market Structure Shift (MSS), Change in State of Delivery (CISD), or the appearance of a Fair Value Gap (FVG). These elements validate the reversal and provide precise levels for trade execution.
🟣 Bullish Setup
In a Bullish Venom Setup, the market first sweeps the low of the Venom Box after 09:30 AM, triggering sell-side liquidity collection. This downward move is often sharp and deceptive, designed to stop out retail long positions and attract new sellers. Once liquidity is taken, the market typically shifts direction, forming an MSS or CISD that signals a reversal to the upside.
Traders then wait for price to retrace into a Fair Value Gap or a demand-side Order Block created during the reversal leg. This retracement offers the ideal entry point for long positions. Stop-loss placement should be just below the liquidity sweep low, while profit targets are set at the Venom Box high and, if momentum continues, at higher session or daily highs.
🟣 Bearish Setup
In a Bearish Venom Setup, the process is similar but reversed. After the Initial Range is defined, if price breaks above the Venom Box high following the 09:30 AM open, it signals a false breakout designed to collect buy-side liquidity. This move usually traps eager buyers and clears out stop-losses above the high.
After the liquidity sweep, confirmation comes through an MSS or CISD pointing to a reversal downward. At this stage, traders anticipate a retracement into a Fair Value Gap or a supply-side Order Block formed during the reversal. Short entries are taken within this zone, with stop-loss positioned just above the liquidity sweep high. The logical profit targets include the Venom Box low and, in stronger bearish momentum, deeper session or daily lows.
🔵 Settings
Refine Order Block : Enables finer adjustments to Order Block levels for more accurate price responses.
Mitigation Level OB : Allows users to set specific reaction points within an Order Block, including: Proximal: Closest level to the current price. 50% OB: Midpoint of the Order Block. Distal: Farthest level from the current price.
FVG Filter : The Judas Swing indicator includes a filter for Fair Value Gap (FVG), allowing different filtering based on FVG width: FVG Filter Type: Can be set to "Very Aggressive," "Aggressive," "Defensive," or "Very Defensive." Higher defensiveness narrows the FVG width, focusing on narrower gaps.
Mitigation Level FVG : Like the Order Block, you can set price reaction levels for FVG with options such as Proximal, 50% OB, and Distal.
CISD : The Bar Back Check option enables traders to specify the number of past candles checked for identifying the CISD Level, enhancing CISD Level accuracy on the chart.
🔵 Conclusion
The ICT Venom Model is more than just a reversal setup; it is a complete intraday trading framework that blends liquidity theory, time precision, and market structure analysis. By focusing on the Initial Range between 08:00 and 09:30 AM New York time and observing how price reacts at the 09:30 AM open, traders can identify liquidity sweeps that reveal institutional intentions.
Whether in a Bullish Venom Setup or a Bearish Venom Setup, the model allows for precise entries through Fair Value Gaps (FVGs) and Order Blocks, while maintaining clear risk management with well-defined stop-loss and target levels.
Ultimately, the ICT Venom Model provides traders with a structured way to filter false moves and align their trades with institutional order flow. Its strength lies in transforming liquidity manipulation into actionable opportunities, giving intraday traders an edge in timing, accuracy, and consistency. For those who master its logic, the Venom Model becomes not only a strategy for entry and exit, but also a deeper framework for understanding how liquidity truly drives price in the New York session.
Cycle Indicator CS7This indicator visualizes cyclical structures (including inverse cycles) for financial instruments.
It is highly customizable and comes with a default configuration optimized for cryptocurrencies on a 45-minute timeframe, highlighting the following cycles:
• T-3: Daily cycles
• T-2: Approximately 2-day cycles
• T+1: Bi-weekly cycles
• T-1: Approximately 4-day cycles
• T: Weekly cycles
The same setup can also be applied effectively on a 24-hour timeframe, highlighting the following longer-term cycles:
• T+2: Monthly cycles
• T+3: Quarterly cycles
• T+4: Semi-annual cycles
• T+5: Annual cycles
• T+6: Bi-annual cycles
Users can customize the configurations to suit the specific characteristics of any financial instrument.
Additionally, the indicator includes a prediction system that approximates future cycles, marking them with a “?”.
Advanced Market Structure [OmegaTools]📌 Market Structure
Advanced Market Structure is a next–generation indicator designed to decode price structure in real time by combining classical swing–based analysis with modern quantitative confirmation techniques. Built for traders who demand both precision and adaptability, it provides a robust multi–layered framework to identify structural shifts, trend continuations, and potential reversals across any asset class or timeframe.
Unlike traditional structure indicators that rely solely on visual swing identification, Market Structure introduces an integrated methodology: pivot detection, Donchian trend modeling, statistical confirmation via Z–Score, and volume–based validation. Each element contributes to a comprehensive, systematic representation of the underlying market dynamics.
🔑 Core Features
1. Five Distinct Market Structure Modes
Standard Mode:
Captures structural breaks through classical swing high/low pivots. Ideal for discretionary traders looking for clarity in directional bias.
Confirmed Breakout Mode:
Requires validation beyond the initial pivot break, filtering out noise and reducing false positives.
Donchian Trend HL (High/Low):
Establishes structure based on absolute highs and lows over rolling lookback windows. This approach highlights broader momentum shifts and trend–defining extremes.
Donchian Trend CC (Close/Close):
Similar to HL mode, but calculated using closing prices, enabling more precise bias identification where close–to–close structure carries stronger statistical weight.
Average Mode:
A composite methodology that synthesizes the four models into a weighted signal, producing a balanced structural bias designed to minimize model–specific weaknesses.
2. Dynamic Pivot Recognition with Auto–Updating Levels
Swing highs and lows are automatically detected and plotted with adaptive horizontal levels. These dynamic support/resistance markers continuously extend into the future, ensuring that historically significant levels remain visible and actionable.
3. Color–Adaptive Candlesticks
Price bars are dynamically recolored to reflect the prevailing structural regime: bullish (default blue), bearish (default red), or neutral (gray). This enables instant visual recognition of regime changes without requiring external confirmation.
4. Statistical Reversal Triggers
The script integrates a 21–period Z–Score calculation applied to closing prices, combined with multi–layered volume confirmation (SMA and EMA convergence).
Bullish trigger: Z–Score < –2 with structural confirmation and volume support.
Bearish trigger: Z–Score > +2 with structural confirmation and volume support.
Signals are plotted as diamond markers above or below the bars, identifying potential high–probability reversal setups in real time.
5. Integrated Alpha Backtesting Engine
Each market structure mode is evaluated through a built–in backtesting routine, tracking hit ratios and consistency across the most recent ~2000 structural events.
Performance metrics (“Alpha”) are displayed directly on–chart via a dedicated Performance Dashboard Table, allowing side–by–side comparison of Standard, Confirmed Breakout, Donchian HL, Donchian CC, and Average models.
Traders can instantly evaluate which structural methodology best adapts to the current market conditions.
🎯 Practical Advantages
Systematic Clarity: Eliminates subjectivity in defining structural bias, offering a rules–based framework.
Statistical Transparency: Built–in performance metrics validate each mode in real time, allowing informed decision–making.
Noise Reduction: Confirmed Breakouts and Donchian modes filter out common traps in structural trading.
Multi–Asset Adaptability: Optimized for scalping, intraday, swing, and multi–day strategies across FX, equities, futures, commodities, and crypto.
Complementary Usage: Works as a stand–alone structure identifier or as a quantitative filter in larger algorithmic/trading frameworks.
⚙️ Ideal Users
Discretionary traders seeking an objective reference for structural bias.
Quantitative/systematic traders requiring on–chart statistical validation of structural regimes.
Technical analysts leveraging pivots, Donchian channels, and price action as part of broader frameworks.
Portfolio traders integrating structure into multi–factor models.
💡 Why This Tool?
Market Structure is not a static indicator — it is an adaptive framework. By merging classical pivot theory with Donchian–style momentum analysis, and reinforcing both with statistical backtesting and volume confirmation, it provides traders with a unique ability:
To see the structure,
To measure its reliability,
And to act with confidence on quantifiably validated signals.
Morning Peak FadeMorning Peak Fade is an intraday analysis tool that identifies and measures the probability of early session rallies turning into sharp pullbacks.
📊 Core Idea
• Many stocks surge after the open, reaching an intraday peak before fading lower.
• This script anchors at the first significant morning high and tracks the drawdowns that follow within a customizable time window.
• It provides:
• Probability of a fade after the peak
• Average and maximum drawdown statistics
• Event-day hit rate (how often such setups occur)
🎯 Use Cases
• Spot potential “fade setups” where early enthusiasm exhausts quickly.
• Quantify how often chasing the morning high turns into a losing trade.
• Backtest opening range failure or fade strategies with hard data.
⚙️ Features
• Customizable thresholds for the initial surge (relative to prior close).
• Marks the peak (max) and subsequent low (min) used in calculations.
• Draws a reference line at the surge threshold to visualize when the fade triggers.
• Outputs summary stats directly on the chart.
Pro BTB Pour Samadi Indicator [TradingFinder] Back To Breakeven🔵 Introduction
The Pro BTB (Professional Back To Breakeven) strategy is one of the most advanced price action setups, designed and taught by Mohammad Ali Poursamadi, an international Iranian trader and a well-known instructor of financial market analysis.
The main logic of this strategy is based on the natural behavior of the market :
Breakout of a key level: Price moves beyond an important support or resistance.
Retest / Back To Breakeven: Price returns to the broken level.
Continuation of the main trend: Entry at this point allows alignment with the dominant market direction.
To better understand Pro BTB, it is necessary to first know the concept of a Spike. A spike refers to a sudden and powerful movement of price in one direction, usually caused by heavy order flow. Such a move creates an Imbalance between buyers and sellers. Because the market does not have enough time to distribute orders fairly, it leaves an Inefficiency on the chart.
The direct result of this process is the formation of a Fair Value Gap (FVG) a gap between candles that shows trades were not distributed evenly. In simple terms: the spike is the cause, and Imbalance, Inefficiency, and FVG are its consequences.
In practice, Pro BTB works effectively in both bullish and bearish structures. In a Bullish Setup, a bullish spike first breaks a resistance level. Then, when price returns to that same level, a safe and low-risk buying opportunity is created. Conversely, in a Bearish Setup, a bearish spike breaks a support level, and when price comes back to the broken level, it provides the best conditions for a short entry. These two examples illustrate how Pro BTB logic provides precise, low-risk entries in both directions of the market.
🔵 How to Use
The Pro BTB (Back To Breakeven) strategy allows traders to enter precisely after price returns to the breakout level; this way the entry aligns with the natural market flow while risk is minimized. In practice, this method is simple yet powerful: first, identify a valid breakout on a key level, then wait for price to return to that level, and finally, take the entry in the direction of the main trend.
🟣 Bullish Setup
When a bullish spike occurs and a key resistance is broken, price usually returns to the same level. This level, now acting as support, provides the best opportunity for a long entry. In this scenario, the stop-loss is placed behind the breakout candle or slightly below the broken level, and the take-profit target should be defined with at least a 1:2 risk-to-reward ratio. With strong momentum, higher targets can also be considered.
🟣 Bearish Setup
In a bearish scenario, a bearish spike breaks a key support. After the breakout, price usually returns to the same level, which now acts as resistance. This creates the best conditions for a short entry. The stop-loss is placed behind the breakout candle or slightly above the broken level, while the take-profit target is set with a risk-to-reward ratio greater than 1:2.
🟣 General Rules of Pro BTB
To apply Pro BTB correctly, several key rules must be followed :
The breakout must be valid and occur on a key level.
Always wait for the retest; do not enter immediately after the breakout.
Entry should only happen when price touches the broken level and shows candlestick confirmation.
The stop-loss (SL) must be placed behind the breakout candle or the broken level.
The take-profit (TP) must always be at least twice the trade risk.
For higher reliability, the breakout should align with the trend on higher timeframes.
🟣 Six Entry Methods in Pro BTB
For greater flexibility, Pro BTB offers six standard entry methods :
Market Entry : Enter immediately at the breakout level.
Limit Order : Place a limit order on the breakout level.
Stop Order : Enter only after confirmation of continuation.
Confirmation Candle : Enter after a confirmation candle closes on the level.
Pattern Entry : Enter based on candlestick patterns such as Pin Bar or Engulfing.
Zone Entry : Enter from a zone instead of an exact point to account for market noise.
🔵 Setting
🟣 Spike Filter | Movement
Minimum Spike Bars : Defines the minimum number of consecutive candles required for a valid spike.
Movement Power : Enables or disables the momentum-based spike filter.
Movement Power Level : Sets the strength threshold; higher values filter out weaker moves and only detect strong spikes.
🟣 Spike Filter | Gap
Gap Filter : Enables or disables the gap filter.
Gap Type : Selects which type of gap should be detected (All Gaps, Significant, Structural, Major).
🟣 Spike Filter | Doji
Doji Tolerance : Defines whether doji candles are allowed within a spike.
Max Doji Body Ratio : Maximum ratio of body-to-total candle size for classifying a candle as a doji.
Max Doji in Spike Ratio : Maximum percentage of doji candles allowed within a spike.
🟣 Position Management
Stop-Loss Threshold : Enables or disables the stop-loss threshold feature.
Stop-Loss Threshold Value : Defines the value of the stop-loss threshold for risk management.
Risk-Reward Ratio : Sets the desired risk-to-reward ratio (e.g., 1:1 or 1:2).
Include SL Threshold in R:R : Determines whether the stop-loss threshold is included in risk-to-reward calculations.
🟣 Display Settings
Display Mode : Chooses between Setup (showing setups) or Signal (showing trade signals).
Show Entry Levels: Displays entry levels on the chart (buy/sell zones) when enabled
Only Display the Last Position : Displays only the most recent position on the chart when enabled.
Setup Width Drawing : Adjusts the visual width of the setup drawings on the chart for better visibility.
🟣 Alert
Alert : Enables alert notifications. When turned on, you can set TradingView alerts to receive notifications once the setup or signal conditions are met
🔵 Conclusion
The Pro BTB (Back To Breakeven) strategy is a smart and structured entry method based on natural market behavior after a breakout and retest of the broken level. It helps traders avoid emotional, high-risk entries by waiting for market confirmation and entering precisely at a point that aligns with the main trend and sits closest to the key level.
The simplicity of its rules, flexibility in entry methods, and a risk-to-reward ratio above 2 have made Pro BTB one of the most popular tools among price action traders. Nevertheless, as with any strategy, it is recommended to practice it in demo accounts or through personal backtesting before applying it to real trading, in order to find the entry conditions that best suit your trading style.
AR Alerts Basic 🤖A non-repainting, ATR-based trailing stop strategy and session-based trading filters.
Features:
Dynamic buy/sell trailing stops using ATR for stable exits.
EMA exit for remaining positions to lock in profits.
Time session filters: trade only during defined market hours.
Trend detection using EMA50/EMA100 coloring.
Backtest dashboard Table showing total trades, win rate, P&L, growth, profit factor, and max drawdown. can be uncheck from Style Tab.
Fully non-repainting signals for reliable historical testing.
Perfect for traders who want stable signals, trailing stops, and a clean backtest summary in one indicator.
@infonatics
Trading Mastery Indicator# Trading Mastery Indicator - Complete User Guide
## Overview
The Trading Mastery Indicator is a professional-grade technical analysis tool that provides high-probability trading signals with complete trade management information including entry, stop loss, and take profit levels.
## Key Features
- High-Quality Signal Detection: Identifies strong, medium, and weak trading opportunities
- Complete Trade Setup: Provides entry, stop loss, and take profit for every signal
- Risk Management: Calculates risk-to-reward ratios automatically
- Elliott Wave Analysis: Integrated wave pattern and position analysis
- Active Signal Tracking: Shows when you're currently in a trade
- Professional Alerts: Detailed notifications with all trade parameters
## Signal Quality Classification
### STRONG Signals (Premium Quality)
- Reliability: Highest probability setups
- Market Conditions: Strong trending environments
- Color: Teal for buys, Red for sells
- When to Trade: These are your primary trading opportunities
- Risk Profile: Lowest risk, highest reward potential
### MEDIUM Signals (Standard Quality)
- Reliability: Good probability setups
- Market Conditions: Moderate trend or consolidation breakouts
- Color: Gold for buys, Purple for sells (Change to Blue Gray)
- When to Trade: Secondary opportunities when strong signals are scarce
- Risk Profile: Moderate risk, good reward potential
### WEAK Signals (Entry Quality)
- Reliability: Lower probability setups
- Market Conditions: Counter-trend or unclear market structure
- Color: Coral for buys, Pink for sells
- When to Trade: Only for experienced traders in specific market conditions
- Risk Profile: Higher risk, variable reward
## How to Use the Indicator
### 1. Signal Settings Configuration
Signal Filter Options:
- All Signals: Shows every trading opportunity (strong, medium, weak)
- High Quality Only: Shows only the highest probability setups
- High + Medium Quality**: Balanced approach filtering out weak signals
Recommended Settings by Experience:
- Beginner: Use "High Quality Only"
- Intermediate: Use "High + Medium Quality"
- Advanced: Use "All Signals" with proper risk management
Label Controls:
- Label Position: Adjust how close labels appear to candles
- Label Text Size: Choose based on screen size and preference
- Maximum Labels: Control chart clutter (recommended: 20)
### 2. Understanding the Professional Panel
The panel provides real-time market intelligence:
Primary Trend: Market direction analysis
- BULLISH TREND: Look for buy opportunities only
- BEARISH TREND: Look for sell opportunities only
- CONSOLIDATION: Market indecision, trade with caution
Wave Pattern: Elliott Wave structure analysis
- IMPULSE UP: Strong bullish momentum
- IMPULSE DOWN: Strong bearish momentum
- CORRECTION: Sideways/corrective movement
Wave Position: Current Elliott Wave position
- WAVE 3 (STRONG): Most powerful moves, best for trend following
- WAVE 1 OR 5: Beginning or ending waves
- WAVE 2 OR 4: Corrective phases, lower probability
- CORRECTIVE ABC: Wait for pattern completion
Signal Grade: Current signal status
- SIGNAL ACTIVE: You're currently in a trade
- PREMIUM/STANDARD/SPECULATIVE: New signal quality
- NO SIGNAL: No current opportunities
Trading Bias: Overall market direction
- LONG BIAS: Focus on buy opportunities
- SHORT BIAS: Focus on sell opportunities
- NEUTRAL: No clear directional bias
### 3. Reading Signal Labels
Each signal provides complete trade setup information:
```
STRONG BUY
━━━━━━━━━━━━━━━━━━━━
💰 Entry: 1875.50
🛡️ SL: 1860.25
🎯 TP: 1905.75
📈 R:R = 1:2.0
━━━━━━━━━━━━━━━━━━━━
```
Understanding the Information:
- Entry: Exact price level to enter the trade
- SL: Stop loss level (risk management)
- TP: Take profit level (profit target)
- R:R: Risk-to-reward ratio (1:2.0 means you risk 1 to make 2)
### 4. Entry/TP/SL Level Lines
Visual trade management aids:
- Blue Solid Line: Entry level
- Red Dashed Line: Stop loss level
- Green Dashed Line: Take profit level
- Small Labels: "ENTRY", "SL", "TP" markers
## Trading Strategy Guidelines
### Trend Following Strategy
1. Check Panel: Ensure trend aligns with your trade direction
2. Wait for Signals: Only trade in the direction of the primary trend
3. Quality First: Focus on STRONG signals during trending markets
4. Wave Timing: WAVE 3 positions offer the best trending opportunities
### Reversal Strategy
1. Look for Divergence: Panel shows trend change signals
2. Wait for Confirmation: Don't jump early on potential reversals
3. Use MEDIUM Signals: Often good for catching early trend changes
4. Watch Wave Position: CORRECTIVE ABC patterns may signal trend completion
### Risk Management Rules
Position Sizing:
- Risk no more than 1-2% of account per trade
- Use the provided R:R ratios to calculate position sizes
- Stronger signals can justify slightly larger positions
Stop Loss Management:
- Always use the provided stop loss levels
- Never move stops against your position
- Consider trailing stops once trade moves in your favor
Take Profit Strategy:
- Use provided TP levels as minimum targets
- Consider taking partial profits at TP level
- Let strong trends run beyond TP in trending markets
## Best Practices by Timeframe
### Scalping (M1-M5)
- Use "High Quality Only" filter
- Focus on STRONG signals only
- Quick entry and exit
- Expect more false signals due to market noise
### Intraday Trading (M15-H1)
- Use "High + Medium Quality" filter
- Good balance of opportunity and reliability
- Hold trades for several hours
- Most versatile timeframe for the indicator
### Swing Trading (H4-Daily)
- Use "All Signals" with proper analysis
- Hold trades for days to weeks
- Most reliable signals on higher timeframes
- Best for beginners due to less noise
## Panel Customization
Position Options:
- Top Right: Default, doesn't interfere with price action
- Top Left: Good for wide screens
- Bottom corners: Keeps important info visible while analyzing tops
- Middle positions: Central reference, good for multi-monitor setups
Size Options:
- Small: Minimal screen space, good for small screens
- Normal: Balanced visibility and space usage
- Large: Easy reading, good for detailed analysis
Transparency: Adjust 0-95% based on preference and chart background
## Common Mistakes to Avoid
### Signal Interpretation Errors
- Don't ignore the trend: Trading against primary trend reduces success
- Don't chase weak signals: Focus on quality over quantity
- Don't ignore wave position: WAVE 2/4 corrections are lower probability
### Risk Management Errors
- Don't skip stop losses: Every signal includes SL for a reason
- Don't risk too much: Even strong signals can fail
- Don't move stops against position: Stick to the plan
### Psychological Errors
- Don't overtrade: Wait for quality setups
- Don't second-guess strong signals: Trust the analysis
- Don't panic on normal drawdowns: Expect some losing trades
## Alert Configuration
Enable alerts for:
- Strong signals: Primary trading opportunities
- Medium signals: Secondary opportunities (optional)
- Signal active status: Know when you're in trades
Alert messages include complete trade information for easy execution.
## Performance Optimization
### For Best Results:
1. Combine with price action: Look for confluence with support/resistance
2. Consider market sessions: Different sessions have different characteristics
3. Monitor news events: Avoid trading during high-impact news
4. Keep a trading journal: Track which signals work best for your style
### Regular Review:
- Weekly analysis: Review which signal types performed best
- Timeframe assessment: Determine your most profitable timeframes
- Strategy refinement: Adjust filters based on performance data
## Troubleshooting
If you're not seeing signals:
- Check that "Show Buy/Sell Signals" is enabled
- Verify your signal filter isn't too restrictive
- Market may be in a consolidation phase
If labels are cluttered:
- Reduce "Maximum Labels to Show"
- Change label position to "Far from Candle"
- Use smaller label text size
If panel is in the way:
- Change panel position
- Increase transparency
- Reduce panel size
- Toggle panel off temporarily
Remember: This indicator provides analysis and signals, but successful trading also requires proper risk management, emotional discipline, and understanding of market conditions. Always practice with demo accounts before risking real capital, and never risk more than you can afford to lose.
Take Profit CalculatorRelease Notes: Take Profit Calculator v1.0
Introduction
Introducing the Real-Time Take Profit Calculator, a dynamic tool for TradingView designed to instantly calculate and display your target exit price. This indicator eliminates the need for manual calculations, allowing scalpers and day traders to see their profit targets directly on the chart as the market moves.
Key Features
Dynamic Target Calculation: The take-profit line is not static. It recalculates on every tick, moving with the current price to show you the exact target based on a real-time entry point.
Full Trade Customization:
Margin: Set the amount of capital (in USDT) you are allocating to the trade.
Leverage: Input your desired leverage to accurately calculate the total position size.
Desired Profit: Specify your target profit in USDT, and the indicator will calculate the corresponding price level.
Long & Short Support: Easily switch between "Long" and "Short" trade directions. The indicator will adjust the calculation and the visual style accordingly.
Customizable Display:
Change the color and width of the take-profit line for both long and short scenarios.
Toggle a price label on or off for a cleaner chart view.
How to Use
Add to Chart: Apply the "Take Profit Calculator" indicator to your chart.
Open Settings: Double-click the indicator name or the line itself to open the settings panel.
Enter Your Parameters: Under "Trade Parameters," fill in your Margin, Leverage, and Desired Profit.
Select Direction: Choose either "Long" or "Short" from the Trade Direction dropdown.
Analyze: The horizontal line on your chart now represents the exact price you need to reach
NQ Edge IndicatorThe NQ Edge Indicator is designed for Nasdaq futures traders who want a clear, visual read on market bias, trend alignment, and momentum.
This overlay highlights bullish and bearish environments without giving buy/sell signals — making it the perfect complement to your own strategies.
Features:
✅ Trend Background Coloring – Green for bullish, Red for bearish, based on EMA + VWAP alignment
✅ EMA & Higher Timeframe EMA – See both short-term and medium-term trend filters at a glance
✅ VWAP Line – Weighted average price reference for intraday value zones
✅ Candle Strength Detection – ATR-based measurement of strong vs. weak candles
✅ Visual-Only – No trade signals, no repainting, just clean market context
Why Traders Use It:
Quickly identify bullish vs. bearish bias
Confirm setups with trend + strength alignment
Enhance clarity on volatile intraday Nasdaq sessions
Safe to use with any existing strategy
Works on:
Nasdaq futures (NQ / MNQ)
Any timeframe on TradingView
Perfect for scalpers, intraday traders, and swing traders who want to see the bigger picture instantly.
Stochastic ExcessThe stochastic indicator is a technical analysis tool used in finance to assess the momentum of an asset’s price. It measures the current closing price relative to its price range over a specified period, usually a short one. This indicator helps identify overbought or oversold conditions, signaling when an asset might be about to reverse its trend.
Pulse FlowPulse Flow is a market structure indicator that extracts the hidden rhythm of price. It combines micro-structure detection with a rule-based trend engine, making waves and turning points visible in real time. Instead of drawing swings by hand or guessing breakouts, Pulse Flow enforces strict, objective rules for what counts as structure.
What it shows
Micro-Structure (Fractals): Internal swings are extracted from baseline crosses (EMA or ALMA). These fractals show how price oscillates inside the wave, providing context for micro pullbacks and internal breaks.
Trend (HH, HL, LH, LL): Pulse Flow uses a finite state machine (FSM) to track the current trend. Every trend represents a wave.
- Confirmed higher highs and higher lows define bullish waves.
- Confirmed lower highs and lower lows define bearish waves.
- When a wave breaks, a new wave begins. Turning points are explicitly marked as WH (wave high) and WL (wave low).
Active Range (RL & RH): The indicator continuously maintains the current range, based on closing prices rather than wicks. This ensures consistent behavior during liquidity events, where extremes are often tested intrabar.
Retracement Levels (0.50 & 0.71): Inside each active range, Pulse Flow plots the midrange and the 0.71 “optimal entry zone,” highlighting areas where pullbacks most often react.
Breakout Confirmation: A breakout is only valid if:
- The close extends beyond RL or RH by at least an ATR-based threshold.
- A second candle confirms the move.
This filters false signals and ensures structural integrity.
How it helps
Pulse Flow helps traders by taking the guesswork out of structure. Instead of debating whether a high or low should count, the indicator applies objective rules and marks every confirmed swing directly on the chart. Each wave is highlighted the moment the trend flips, so you always see where the market has turned and which direction the active wave is heading. The internal fractal structure reveals how price moves within the range, while the explicit HH, HL, LH, and LL points define the external trend. This distinction allows you to make tactical decisions on internal breaks and strategic decisions on external breaks, giving you clarity across timeframes. Because ranges are calculated using closing prices, the levels remain stable even when liquidity sweeps occur, making the indicator reliable in volatile markets. Combined with automatically plotted retracement levels, you gain a consistent framework for spotting likely reaction zones without redrawing lines or relying on subjective judgment.
How it works
Under the hood, Pulse Flow combines two engines. The pivot engine extracts micro swings by tracking how price crosses a baseline, which can be either EMA or ALMA, depending on your settings. Each cross defines a candidate high or low, and together these pivots form the fractal zigzag that represents the market’s micro-structure. On top of this, a finite state machine manages the active range. It tracks the range high and range low, validates breakouts only when price closes beyond these levels with ATR-based confirmation, and waits for a pullback before locking in the new structure. When the FSM confirms a new trend, Pulse Flow explicitly marks the turning point as a wave high or wave low. In this way, every confirmed HH, HL, LH, and LL is not a guess but the logical outcome of strict structural rules. The interaction between pivots and the FSM creates a complete and consistent map of the market’s waves, from micro oscillations to macro trend shifts.
Summary
Pulse Flow extracts micro-structure, defines waves, and highlights turning points. It shows the active range with key retracement levels and confirms breakouts with ATR + candle logic. By using closing prices to define RL/RH, it stays consistent even through liquidity sweeps.
For traders who trade based on structure, Pulse Flow is not just another tool. It is a framework: a rule-based map of how markets actually move in waves.
Дни недели и торговые сесииIndicator for visual analysis by trading sessions and days.
Индикатор для наглядного анализа по торговым сесиям и дням.
Fear Greed zones and Money Waves FusedThis indicator, named "Fear Greed zones and Money Waves" combines a smoothed Money Flow Index (MFI)-based wave and the Relative Strength Index (RSI) to visualize market sentiment through fear and greed zones and generate buy/sell signals.
Core Functions
- It calculates a zero-centered and smoothed version of the MFI (MoneyWave) using configurable smoothing methods (SMA, EMA, RMA) with parameters for length and smoothing intensity.
- It uses RSI to define fear and greed zones based on user-defined thresholds (e.g., RSI below 30 indicates fear, above 70 indicates greed).
- The MoneyWave area is color-coded based on these fear/greed RSI zones: dark green for fear, dark red for greed, and yellow neutral.
- The edge line of the MoneyWave shows bullish (lime) when above zero and bearish (red) when below zero.
Visual Elements
- Plots the MoneyWave as a colored area with an edge line.
- Displays horizontal lines representing the zero line and upper/lower bounds derived from MFI thresholds.
- Optionally shows direction change arrows when the MoneyWave sign changes and labels indicating BUY or SELL signals based on MoneyWave crossing zero combined with fear/greed conditions.
Trading Signals and Alerts
- Buy signal triggers when MoneyWave crosses upward through zero while in the fear zone (RSI low).
- Sell signal triggers when MoneyWave crosses downward through zero while in the greed zone (RSI high).
- Alerts can be generated for these buy/sell events.
In summary, this indicator provides a combined measure of money flow momentum (MoneyWave) with market sentiment zones (fear and greed from RSI), helping identify potential market entry and exit points with visual markers and alerts .
SatoshiFrame Fibonacci Golden CloudGolden Fibonacci Cloud
This indicator highlights key support and resistance zones using Fibonacci levels, visualized as golden clouds on the chart. Adjustable colors, transparency, and period make it perfect for professional technical analysis.
Auto Fibonacci levels: 0.236, 0.382, 0.5, 0.618, 0.786
Two golden clouds marking important zones
Clear and fixed visuals across all timeframes
Momentum Standard Deviation | LyroRSMomentum Standard Deviation | LyroRS
Overview
This indicator is designed to measure market momentum relative to standard deviation envelopes, while offering traders tools for identifying directional bias, valuation extremes, and early signals of potential reversals. By combining momentum with standard deviation analysis, smoothing functions, dynamic coloring, and table-based reporting, the script provides both a detailed and modular approach to momentum-based trading.
At its foundation, the indicator calculates momentum from a user-selected source, with optional smoothing applied through a variety of moving average types. Standard deviation is then measured around the momentum line to form upper and lower bands, which represent volatility-adjusted boundaries. These bands help identify whether momentum is overextended or trending strongly in a given direction. Signals are generated when momentum or its deviation bands cross key thresholds, with visual cues, background coloring, and plot shapes highlighting bullish or bearish shifts. A structured table summarizes the state of the system, including momentum trend, deviation trend, early insight conditions, and reversal signals, allowing traders to quickly interpret multiple layers of analysis.
Originality
In terms of originality, this script unifies momentum and standard deviation into a combined framework, rather than treating them as separate calculations. The ability to smooth source data, momentum, and deviation independently introduces flexibility, making it adaptable across assets and timeframes. Unique visualization features include futuristic-style fills, customizable color palettes, Heikin Ashi–like candle overlays, and dynamic table reporting. Together, these elements create a modular design that not only signals directional bias but also reports on context, such as early momentum flips and overbought/oversold reversals, which are often overlooked by standard momentum tools.
Key Features
Moving average inputs allow users to choose the calculation source, enable smoothing, select from multiple moving average types, and adjust lengths for smoothing both price and momentum.
Momentum settings define the lookback period and allow optional smoothing with user-specified averages.
Standard deviation inputs include length, smoothing options, moving average type, and smoothing length, offering control over the sensitivity of volatility envelopes.
Display options enable background coloring for early signals, reversal labels, momentum line plotting, and futuristic fills. Color schemes can be chosen from predefined palettes (Classic, Mystic, Accented, Royal) or set manually with custom bullish and bearish colors.
Table settings include options for overlaying the table, positioning it anywhere on the chart, and adjusting table size from huge to tiny.
Visualization
Visualization includes upper and lower deviation bands, a smoothed average line, colored momentum plots, dynamic fills between bands, optional reversal arrows, and background shading for early insight conditions. The integrated table provides a concise breakdown of module states, showing whether deviation and momentum trends are bullish or bearish, whether an early momentum flip is detected, and whether reversals are signaled. Alerts are available for all conditions, including momentum and deviation direction changes, early signals, and bullish or bearish reversals.
Summary
In summary, the Momentum Standard Deviation indicator blends momentum and volatility analysis into a flexible, multi-layered tool. Its modular structure allows traders to analyze trends, volatility-adjusted overextensions, and early momentum shifts within one framework. With customizable smoothing, advanced visualization, integrated tables, and alert conditions, the indicator provides a structured method of tracking momentum states while remaining adaptable to different market conditions.
⚠️Disclaimer
This indicator is a tool for technical analysis and does not provide guaranteed results. It should be used in conjunction with other analysis methods and proper risk management practices. The creators of this indicator are not responsible for any financial decisions made based on its signals.
Linear Regression Momentum | Lyro RSLinear Regression Momentum | Lyro RS
Overview
This indicator is built around linear regression momentum, with additional layers of smoothing, valuation bands, and adaptive visualization. Its purpose is to provide traders with structured perspectives on market momentum by combining linear regression analysis, standard deviation thresholds, and versatile display modes. It integrates multiple approaches to highlight not only directional bias but also valuation extremes and potential reversals.
Originality
At its core, the script calculates momentum from a chosen source and then applies linear regression to extract slope-based information. This slope is smoothed through user-selected moving averages and used as the central momentum curve. Around this core, standard deviation bands are constructed, enabling detection of overbought and oversold zones relative to the momentum slope. The indicator offers three operational modes: Trend, which classifies directional bias based on slope relative to a dynamic midline; Valuation, which evaluates whether momentum is extended toward extremes; and Reversals, which identifies potential turning points when slope and price action diverge. Each mode is supported by visual cues, colored candles, standard deviation envelopes, and a configurable table summarizing active states.
In terms of originality, this script distinguishes itself by unifying linear regression momentum with Heikin Ashi transformations, customizable standard deviation envelopes, and multi-mode logic within one framework. Rather than providing a single fixed interpretation, it allows the user to adaptively switch between momentum-driven trend following, valuation-based overextension analysis, and reversal detection. This modularity is combined with flexible display features, custom color palettes, and integrated alert conditions, enabling a single tool to serve different trading approaches without the need for multiple overlapping indicators.
Key Features
The script offers a wide range of inputs for customization.
Momentum settings include source selection, momentum length, linear regression length, moving average type, and smoothing length, which together define the sensitivity and smoothness of the momentum calculation.
Standard deviation band settings allow users to choose whether zero or a dynamic midline is used, as well as the lookback length and the multiplier for band scaling, controlling the width of the envelope.
Display settings enable switching between Heikin Ashi and Classic visualizations, as well as selecting the operating mode (Trend, Valuation, or Reversals). Users can also define the color palette through predefined themes or fully custom bullish and bearish colors.
Table settings control whether a status table is shown, its size, and its position on the chart. An overlay option is available if users prefer table placement over existing chart elements.
Additional visualization features include dynamic bar coloring, Heikin Ashi-based slope representation, standard deviation bands with shaded fills, and plotshapes highlighting reversal or overextension signals. Alerts are integrated for each mode, allowing traders to receive notifications when long or short conditions are identified under trend, valuation, or reversal logic.
Summary
In summary, this indicator provides a structured framework for analyzing momentum through linear regression, enhanced with volatility envelopes and adaptive display logic. Its design emphasizes flexibility, enabling traders to view the same momentum data through different analytical lenses—trend continuation, valuation extremes, or reversals—while maintaining clear visualization and optional alerts for actionable decision support.
⚠️Disclaimer
This indicator is a tool for technical analysis and does not provide guaranteed results. It should be used in conjunction with other analysis methods and proper risk management practices. The creators of this indicator are not responsible for any financial decisions made based on its signals.
Advanced Trading System - [WOLONG X DBG]Advanced Multi-Timeframe Trading System
Overview
This technical analysis indicator combines multiple established methodologies to provide traders with market insights across various timeframes. The system integrates SuperTrend analysis, moving average clouds, MACD-based candle coloring, RSI analysis, and multi-timeframe trend detection to suggest potential entry and exit opportunities for both swing and day trading approaches.
Methodology
The indicator employs a multi-layered analytical approach based on established technical analysis principles:
Core Signal Generation
SuperTrend Engine: Utilizes adaptive SuperTrend calculations with customizable sensitivity (1-20) combined with SMA confirmation filters to identify potential trend changes and continuations
Braid Filter System: Implements moving average filtering using multiple MA types (McGinley Dynamic, EMA, DEMA, TEMA, Hull, Jurik, FRAMA) with percentage-based strength filtering to help reduce false signals
Multi-Timeframe Analysis: Analyzes trend conditions across 10 different timeframes (1-minute to Daily) using EMA-based trend detection for broader market context
Advanced Features
MACD Candle Coloring: Applies dynamic 4-level candle coloring system based on MACD histogram momentum and signal line relationships for visual trend strength assessment
RSI Analysis: Identifies potential reversal areas using RSI oversold/overbought conditions with SuperTrend confirmation
Take Profit Analysis: Features dual-mode TP detection using statistical slope analysis and Parabolic SAR integration for exit timing analysis
Key Components
Signal Types
Primary Signals: Green ▲ for potential long entries, Red ▼ for potential short entries with trend and SMA alignment
Reversal Signals: Small circular indicators for RSI-based counter-trend possibilities
Take Profit Markers: X-cross symbols indicating statistical TP analysis zones
Pullback Signals: Purple arrows for potential trend continuation entries using Parabolic SAR
Visual Elements
8-Layer MA Cloud: Customizable moving average cloud system with 3 color themes for trend visualization
Real-Time Dashboard: Multi-timeframe trend analysis table showing bullish/bearish status across all timeframes
Dynamic Candle Colors: 4-intensity MACD-based coloring system (ranging from light to strong trend colors)
Entry/SL/TP Labels: Automatic calculation and display of suggested entry points, stop losses, and multiple take profit levels
Usage Instructions
Basic Configuration
Sensitivity Setting: Start with default value 6
Increase (7-15) for more frequent signals in volatile markets
Decrease (3-5) for higher quality signals in trending markets
MA Filter Type: McGinley Dynamic recommended for smoother signals
Filter Strength: Set to 80% for balanced filtering, adjust based on market conditions
Signal Interpretation
Long Entry: Green ▲ suggests when price crosses above SuperTrend with bullish SMA alignment
Short Entry: Red ▼ suggests when price crosses below SuperTrend with bearish SMA alignment
Reversal Opportunities: Small circles indicate RSI-based counter-trend analysis
Take Profit Zones: X-crosses mark statistical TP areas based on slope analysis
Dashboard Analysis
Green Cells: Bullish trend detected on that timeframe
Red Cells: Bearish trend detected on that timeframe
Multi-Timeframe Confluence: Look for alignment across multiple timeframes for stronger signal confirmation
Risk Management Features
Automatic Calculations
ATR-Based Stop Loss: Dynamic stop loss calculation using ATR multiplier (default 1.9x)
Multiple Take Profit Levels: Three TP targets with 1:1, 1:2, and 1:3 risk-reward ratios
Position Sizing Guidance: Entry labels display suggested price levels for order placement
Confirmation Requirements
Trend Alignment: Requires SuperTrend and SMA confirmation before signal generation
Filter Validation: Braid filter must show sufficient strength before signals activate
Multi-Timeframe Context: Dashboard provides broader market context for decision making
Optimal Settings
Timeframe Recommendations
Scalping: 1M-5M charts with sensitivity 8-12
Day Trading: 15M-1H charts with sensitivity 6-8
Swing Trading: 4H-Daily charts with sensitivity 4-6
Market Conditions
Trending Markets: Reduce sensitivity, increase filter strength
Ranging Markets: Increase sensitivity, enable reversal signals
High Volatility: Adjust ATR risk factor to 2.0-2.5
Advanced Features
Customization Options
MA Cloud Periods: 8 customizable periods for cloud layers (default: 2,6,11,18,21,24,28,34)
Color Themes: Three professional color schemes plus transparent option
Dashboard Position: 9 positioning options with 4 size settings
Signal Filtering: Individual toggle controls for each signal type
Technical Specifications
Moving Average Types: 21 different MA calculations including advanced types (Jurik, FRAMA, VIDA, CMA)
Pullback Detection: Parabolic SAR with customizable start, increment, and maximum values
Statistical Analysis: Linear regression slope calculation for trend-based TP analysis
Important Limitations
Lagging Nature: Some signals may appear after potential entry points due to confirmation requirements
Ranging Markets: May produce false signals during extended sideways price action
High Volatility: Requires parameter adjustment during news events or unusual market conditions
Computational Load: Multiple timeframe analysis may impact performance on slower devices
No Guarantee: All signals are suggestions based on technical analysis and may be incorrect
Educational Disclaimers
This indicator is designed for educational and analytical purposes only. It represents a technical analysis tool based on mathematical calculations of historical price data and should not be considered as financial advice or trading recommendations.
Risk Warning: Trading involves substantial risk of loss and is not suitable for all investors. Past performance of any trading system or methodology is not necessarily indicative of future results. The high degree of leverage can work against you as well as for you.
Important Notes:
Always conduct your own analysis before making trading decisions
Use appropriate position sizing and risk management strategies
Never risk more than you can afford to lose
Consider your investment objectives, experience level, and risk tolerance
Seek advice from qualified financial professionals when needed
Performance Disclaimer: Backtesting results do not guarantee future performance. Market conditions change constantly, and what worked in the past may not work in the future. Always paper trade new strategies before risking real capital.
Apex Edge – Wolfe Wave HunterApex Edge – Wolfe Wave Hunter
The modern Wolfe Wave, rebuilt for the algo era
This isn’t just another Wolfe Wave indicator. Classic Wolfe detection is rigid, outdated, and rarely tradable. Apex Edge – Wolfe Wave Hunter re-engineers the pattern into a modern, SMC-driven model that adapts to today’s liquidity-dominated markets. It’s not about drawing pretty shapes – it’s about extracting precision entries with asymmetric risk-to-reward potential.
🔎 What it does
Automatic Wolfe Wave Detection
Identifies bullish and bearish Wolfe Wave structures using pivot-based logic, symmetry filters, and slope tolerances.
Channel Glow Zones
Highlights the Wolfe channel and projects it forward into the future (bars are user-defined). This allows you to see the full potential of the trade before price even begins its move.
Stop Loss (SL) & Entry Arrow
At the completion of Wave 5, the algo prints a Stop Loss line and a tiny entry arrow (green for bullish, red for bearish). but the colours can be changed in user settings. This is the “execution point” — where the Wolfe setup becomes tradable.
Target Projection Lines
TP1 (EPA): Derived from the traditional 1–4 line projection.
TP2 (1.272 Fib): Optional secondary profit target.
TP3 (1.618 Fib): Optional extended target for large runners.
All TP lines extend into the future, so you can track them as price evolves.
Volume Confirmation (optional)
A relative volume filter ensures Wave 5 is formed with meaningful market participation before a setup is confirmed.
Alerts (ready out of the box)
Custom alerts can be fired whenever a bullish or bearish Wolfe Wave is confirmed. No need to babysit the charts — let the script notify you.
⚙️ Customisation & User Control
Every trader’s market and style is different. That’s why Wolfe Wave Hunter is fully customisable:
Arrow Colours & Size
Works on both light and dark charts. Choose your own bullish/bearish entry arrow colours for maximum visibility.
Tolerance Levels
Adjust symmetry and slope tolerance to refine how strict the channel rules are.
Tighter settings = fewer but cleaner zones.
Looser settings = more frequent setups, but with slightly lower structural quality.
Channel Glow Projection
Define how many bars forward the channel is drawn. This controls how far into the future your Wolfe zones are extended.
Stop Loss Line Length
Keep the SL visible without it extending infinitely across your chart.
Take Profit Line Colors
Each TP projection can be styled to your preference, allowing you to clearly separate TP1, TP2, and TP3.
This isn’t a one-size-fits-all tool. You can shape Wolfe detection logic to match the pairs, timeframes, and market conditions you trade most.
🚀 Why it’s different
Classic Wolfe waves are rare — this script adapts the model into something practical and tradeable in modern markets.
Liquidity-aligned — many setups align with structural sweeps of Wave 3 liquidity before driving into profit.
Entry built-in — most Wolfe scripts only draw the structure. Wolfe Wave Hunter gives you a precise entry point, SL, and projected TPs.
Backtest-friendly — you’ll quickly discover which assets respect Wolfe waves and which don’t, creating your own high-probability Wolfe watchlist.
⚠️ Limitations & Disclaimer
Not all markets respect Wolfe Waves. Some FX pairs, metals, and indices respect the structure beautifully; others do not. Backtest and create your own shortlist.
No guaranteed sweeps. Many entries occur after a liquidity sweep of Wave 3, but not all. The algo is designed to detect Wolfe completion, not enforce textbook liquidity rules.
Probabilistic, not predictive. Wolfe setups don’t win every time. Always use risk management.
High-RR focus. This is not a high-frequency tool. It’s designed for precision, asymmetric setups where risk is small and reward potential is large.
✅ The Bottom Line
Apex Edge – Wolfe Wave Hunter is a modern reimagination of the Wolfe Wave. It blends structural geometry, liquidity dynamics, and algo-driven execution into a single tool that:
Detects the pattern automatically
Provides SL, entry, and TP levels
Offers alerts for hands-off trading
Allows deep customisation for different markets
When it hits, it delivers outstanding risk-to-reward. Backtest, refine your tolerances, and build your watchlist of assets where Wolfe structures consistently pay.
This isn’t just Wolfe detection — it’s Wolfe trading, rebuilt for the modern trader.
Developer Notes - As always with the Apex Edge Brand, user feedback and recommendations will always be respected. Simply drop us a message with your comments and we will endeavour to address your needs in future version updates.
Buy and Sell Signals (Altius Consulting)Generates Buy and Sell signals based on MACD and RSI.
- Plots MACD, Signal & Histogram (optional pane).
- Buy Label (toggle): Bullish MACD crossover + RSI < threshold (no convergence requirement).
- Sell Label: Bearish MACD crossover (MACD crosses below Signal) prints a SELL tag.
- Alert: Provided for convergence-based buy condition (add your own for simple crossover if desired).
Wavelet Kernal ATR [BackQuant]Wavelet Kernal ATR
Introduction
Wavelet Kernal ATR is a closed-source, chart-side tool that fuses an edge-preserving “wavelet kernal” smoother with an ATR-aware regime line. The goal is simple: follow the real move, ignore the static, and give you clean, visual places to manage risk. It can color the trend directly on price, flip states when regime changes, and (optionally) add a secondary moving-average overlay for confirmation all while keeping the chart readable.
What it is
A single adaptive baseline designed to act like a “bias rail.” When it’s up, you favor longs; when it’s down, you favor shorts. It updates in a way that’s responsive to fresh information but resistant to insignificant wiggles. Around that baseline, an ATR-scaled envelope governs how and when the line concedes to volatility, which helps avoid flip-flopping in chop. Because this release is closed source, the following focuses on behavior and practical use rather than internal math.
What it’s used for
Bias & context: Read the backdrop with one glance; green = bullish regime, red = bearish regime.
Timing: Use slope changes and pullbacks to the line for entries aligned with the dominant push.
Risk placement: The line and its volatility envelope give intuitive zones for stops and targets.
Clarity: Paint candles by state and keep other overlays to a minimum to reduce decision noise.
Why “Wavelet Kernal” matters (plain English)
A wavelet kernal is a localized, scale-aware weighting profile. Instead of averaging every bar equally—or with a single, fixed decay—it emphasizes the most informative part of the recent window while softly down-weighting points that are either too old or too extreme. Three practical benefits result:
Edge preservation: Turning points are less “smeared” than with conventional smoothers, so the line can pivot sooner on genuine breakouts without chasing every tick.
Multi-scale sensitivity: The kernal “listens” to structure at multiple scales inside a compact window, helping it track swing-sized movement while suppressing micro-chop.
Lag vs. noise balance: Because the weighting is localized and shape-aware, you get a calmer line at similar responsiveness compared to common filters; fewer false flips, more meaningful ones.
You don’t need to know the internals to use it: think of the wavelet kernal as a smart stethoscope for price. It hears the heartbeat (trend/impulse) and ignores the coughs (random spikes).
How it behaves
Trend mode: When price expands directionally, the line “sticks” to the move and stays colored in that direction. Pullbacks that remain shallow relative to volatility usually do not flip the state.
Transition mode: After a large push, the line may flatten as volatility compresses. Flat + frequent small flips is the platform telling you: edge is low, wait for expansion.
Shock handling: On sudden spikes, the ATR envelope acts like a reality check—minor overreactions are absorbed, while statistically meaningful breaks force the baseline to concede and re-anchor.
Reading the line (quick heuristics)
Green + rising: Bias long; look for pullbacks toward the line that stall and resume.
Red + falling: Bias short; look for rallies into the line that fade.
Flat + rapid color flips: Stand down or scale down—let the next expansion choose the side.
Color flip at a prior S/R: Treat as a higher-quality signal than flips in the middle of nowhere.
Baseline + ATR corridor (concept)
The volatility envelope isn’t drawn as two fat bands here; it’s used internally to keep the baseline honest. You can think of it as a “breathing room” rule: the line is allowed to adapt with trend, but it shouldn’t jump the fence unless price movement is large enough relative to recent volatility. That’s why the tool feels calm in chop and decisive during actual breaks.
Optional MA Overlay (confluence)
You can overlay a moving average of the baseline itself for slower-regime confirmation. When both agree (baseline direction and its MA slope), you have trend alignment. When they diverge, expect digestion or a possible transition. Keep this overlay subtle; it’s a context layer, not another signal firehose.
What it plots
Wavelet ATR line — the adaptive baseline that flips color with regime.
Optional MA of the baseline — slower confirmation, on or off.
Candle painting — bars can inherit long/short state for instant read-through.
Alerts — available for state flips up/down.
Inputs explained (effect on behavior)
Wavelet ATR Calculation
Price Source — Default hlc3 ; choose your preferred composite of OHLC.
Kernal Calculation Length — The horizon the kernal “listens to.” Longer = steadier, fewer flips; shorter = snappier, more flips.
Kernal Alpha — How strongly the kernal prioritizes the freshest data inside that horizon. Higher alpha = quicker to acknowledge new pushes; lower alpha = more patience.
ATR Period — Determines the volatility memory. Shorter = envelope reacts faster; longer = envelope demands more evidence to concede.
ATR Factor — Scales how “strict” the envelope is. Larger factor = more tolerance (fewer flips); smaller = more sensitivity (earlier regime shifts).
Confluence
Show Atr Moving Average — Turns on the secondary overlay.
MA Type — Choose the flavor you read best (simple, exponential, linear regression, etc.).
Moving Average Period — The overlay’s horizon; treat it as a background current.
Volume Factor / Sigma (when applicable) — Specialized parameter used by certain MA types to shape smoothness.
Plotting & UI
Plot Wavelet ATR — Toggle the main line.
Paint Candles According to Trend — Color bars by the baseline’s state.
Long/Short Colors — Match your chart theme.
A practical playbook
Trend-pullback continuation
Setup: Baseline is green and rising. Price pulls back toward it, stalls (small bodies or wicks into the line), then resumes upward.
Idea: Enter on the resumption. Protective stop often lives just below the line or the last swing low. Scale targets through prior highs or measured projections.
Breakout + acceptance
Setup: Baseline flattens after consolidation. Price expands away; baseline turns green/red and stays that way as two or three bars “accept” the new area.
Idea: Join on the first controlled retest toward the line. If the line instantly loses color again, treat it as a fakeout.
Failed test / flip-and-go
Setup: Price challenges the line from the wrong side but cannot close through it convincingly; shortly after, the baseline flips color back in the original direction.
Idea: Use that failed test as a springboard—risk tucked beyond the failed side.
Quality checks before you click
Structure context: Is the flip happening near prior highs/lows, session opens, or well-observed levels? Flips at structure carry more information.
Volatility posture: If range is compressing, be picky. If range is expanding, respect the first pullback after the flip.
Clutter discipline: Use the fewest layers that earn their place. Trend line + candle painting is often enough.
Common questions
“Why did the line not flip on that spike?” Because the move wasn’t large or sustained enough relative to recent volatility. The envelope forces patience.
“Why did it flip and then flip back?” That’s what digestion looks like. The kernal preserves edges, but when the market truly has no edge, brief flips are information: sit tight.
“Do I need the overlay MA?” No. It’s optional context. If it helps you filter marginal trades, keep it. If it adds noise, turn it off.
Troubleshooting & fine-tuning (principles, not prescriptions)
Too many flips? Increase the Kernal Calculation Length or the ATR Factor. You’re asking for a steadier bias.
Feels late on strong trends? Nudge Kernal Alpha higher or shorten the Kernal Length. You’re asking for earlier acknowledgment.
Stops feel random? Place initial risk just beyond the baseline (or the last swing beyond it), then trail only when fresh structure appears.
Charts feel crowded? Keep the baseline + candle coloring; hide the overlay and other ornaments.
Alerts
Wavelet ATR Trend Up
Wavelet ATR Trend Down
Final notes
This tool is built to minimize analysis fatigue: one adaptive line, strong visual feedback, and enough discipline from volatility logic to avoid the “every blip is a signal” trap. The internal math, weighting shapes, and state logic are proprietary and intentionally not disclosed here; you still have full control of behavior through the inputs above. As always, align the settings with your own trade plan, keep the chart readable, and let confluence—not clutter—do the heavy lifting.






















