Turtle/Donchian Screener — with signalsTurtle strategy for Pine screener. Shows latest trigger for buy/sell long positions.
Bandes et canaux
MNQ Hybrid Scalper Pro - Advanced NASDAQ Futures Scalping System🎯 Overview
The MNQ Hybrid Scalper Pro is a comprehensive scalping system engineered specifically for NASDAQ futures traders. This indicator implements a modern hybrid approach that combines institutional-grade VWAP analysis with momentum oscillators optimized for the unique volatility characteristics of the NASDAQ market. Developed through extensive research on MNQ/NQ price action patterns, this indicator provides clear, actionable signals while filtering out market noise during high-volatility periods.
✨ Key Features
1. VWAP Foundation
Session-anchored VWAP with automatic reset
Dynamic standard deviation bands (1σ and 2σ)
Color-coded price bars based on VWAP positioning
VWAP test detection with momentum confirmation
2. Optimized Momentum Suite
Fast RSI (7): Aggressive settings (85/15) for quick scalping signals
Scalping MACD (5,13,6): Optimized parameters with SMA option
Quick Stochastic (9,3,3): Tuned for 1-minute chart responsiveness
Divergence Detection: Automated bullish/bearish divergence alerts
3. Multi-Timeframe Trend Filter
Triple EMA system (9, 21, 50) on current and higher timeframes
Trend strength scoring (-3 to +3) for directional bias
Prevents counter-trend trades in strong trending markets
Visual trend alignment indicators
4. Smart Signal Generation
Long Signals: VWAP pullback + RSI oversold + MACD bullish turn + HTF trend alignment
Short Signals: VWAP rally + RSI overbought + MACD bearish turn + HTF trend alignment
Signal cooldown period to prevent overtrading
Session-based filtering for optimal trading windows
5. Risk Management Visualization
Automatic profit target levels (10 & 20 points)
Dynamic stop loss levels (6 & 8 points)
Risk/reward ratio calculation (minimum 1.5:1)
Breakeven level display after 5 points profit
Visual entry, target, and stop lines on chart
6. Session Intelligence
NY opening range highlight (first 30 minutes)
Optimal scalping window shading (9:30-11:30 AM EST)
Major session markers (Asia, Europe, NY)
Session countdown timer
Contract rollover reminders
7. Real-Time Performance Dashboard
Current trend status across timeframes
Signal statistics and win rate tracking
Position relative to VWAP
Momentum indicator status (OB/OS/Neutral)
Volume analysis (relative to 20-period average)
Volatility monitoring with ATR spike detection
8. Professional Alert System
High-probability entry alerts with specific levels
VWAP test notifications with momentum confirmation
Target and stop loss hit alerts
Trend alignment notifications
Comprehensive alert messages with entry, stop, and target prices
📈 How to Use
Optimal Setup:
Timeframe: Best on 1-minute charts (also works on 3-min and 5-min)
Instrument: Optimized for MNQ (Micro E-mini NASDAQ), works with NQ
Session: Most effective during NY session (9:30-11:30 AM EST)
Chart Type: Standard candlestick or bars
Signal Interpretation:
Green Triangle (▲): Long entry signal - all conditions aligned for upward scalp
Red Triangle (▼): Short entry signal - all conditions aligned for downward scalp
DIV Labels: Momentum divergence detected - potential reversal zones
Colored Bars: Green = above VWAP (bullish bias), Red = below VWAP (bearish bias)
Entry Checklist:
Wait for signal arrow to appear
Confirm trend alignment in dashboard (HTF Trend)
Check momentum status isn't extreme
Verify you're within optimal trading window
Enter at market with predetermined stop and target
⚙️ Customization Options
Display Settings:
Toggle individual components on/off
4 color schemes (Professional, Dark, Light, Classic)
Adjustable transparency and visual elements
Dashboard position selection
Signal Settings:
Adjust momentum indicator parameters
Modify risk/reward levels
Configure session filters
Set signal cooldown periods
Advanced Features:
Multi-timeframe period adjustment
Volatility filter sensitivity
Contract type selection (MNQ/NQ)
Alert configuration options
📊 Best Practices
Start in Simulation: Test the indicator in paper trading first
Respect the Trend: Don't fight the higher timeframe trend
Manage Risk: Use the suggested stop losses consistently
Time Your Trades: Focus on the optimal scalping window
Confirm Signals: Best results when multiple confirmations align
⚠️ Important Notes
Supplementary Tool: This indicator supplements but doesn't replace proper market analysis and order flow reading
No Repainting: All signals are confirmed on bar close
Education Required: Understanding of scalping principles recommended
Risk Management: Always use proper position sizing and risk management
Market Conditions: Performance varies with market volatility and conditions
🎓 Educational Value
This indicator serves as an excellent educational tool for:
Learning VWAP-based trading strategies
Understanding momentum indicator optimization
Practicing multi-timeframe analysis
Developing systematic scalping approaches
Risk management visualization
💻 Technical Specifications
Pine Script Version: v6
Calculation Method: Non-repainting, real-time
Performance: Optimized for minimal lag
Compatibility: All TradingView plan levels
Updates: Regularly maintained and improved
🏆 What Makes This Unique
Unlike generic indicators, the MNQ Hybrid Scalper Pro is specifically engineered for NASDAQ futures volatility patterns. It combines institutional trading concepts (VWAP) with retail-friendly visualization and clear signals, bridging the gap between professional and accessible trading tools.
📬 Support & Feedback
Questions, suggestions, or feedback? Leave a comment below or send a private message. Your input helps improve the indicator for the entire community.
CME_MINI:MNQ1!
Disclaimer: This indicator is for educational and informational purposes only. It does not constitute financial advice. Trading futures involves substantial risk of loss and is not suitable for all investors. Past performance is not indicative of future results. Always conduct your own analysis and consult with a qualified financial advisor.
Zero Lag Trend Signals (MTF) [Quant Trading] V7Overview
The Zero Lag Trend Signals (MTF) V7 is a comprehensive trend-following strategy that combines Zero Lag Exponential Moving Average (ZLEMA) with volatility-based bands to identify high-probability trade entries and exits. This strategy is designed to reduce lag inherent in traditional moving averages while incorporating dynamic risk management through ATR-based stops and multiple exit mechanisms.
This is a longer term horizon strategy that takes limited trades. It is not a high frequency trading and therefore will also have limited data and not > 100 trades.
How It Works
Core Signal Generation:
The strategy uses a Zero Lag EMA (ZLEMA) calculated by applying an EMA to price data that has been adjusted for lag:
Calculate lag period: floor((length - 1) / 2)
Apply lag correction: src + (src - src )
Calculate ZLEMA: EMA of lag-corrected price
Volatility bands are created using the highest ATR over a lookback period multiplied by a band multiplier. These bands are added to and subtracted from the ZLEMA line to create upper and lower boundaries.
Trend Detection:
The strategy maintains a trend variable that switches between bullish (1) and bearish (-1):
Long Signal: Triggers when price crosses above ZLEMA + volatility band
Short Signal: Triggers when price crosses below ZLEMA - volatility band
Optional ZLEMA Trend Confirmation:
When enabled, this filter requires ZLEMA to show directional momentum before entry:
Bullish Confirmation: ZLEMA must increase for 4 consecutive bars
Bearish Confirmation: ZLEMA must decrease for 4 consecutive bars
This additional filter helps avoid false signals in choppy or ranging markets.
Risk Management Features:
The strategy includes multiple stop-loss and take-profit mechanisms:
Volatility-Based Stops: Default stop-loss is placed at ZLEMA ± volatility band
ATR-Based Stops: Dynamic stop-loss calculated as entry price ± (ATR × multiplier)
ATR Trailing Stop: Ratcheting stop-loss that follows price but never moves against position
Risk-Reward Profit Target: Take-profit level set as a multiple of stop distance
Break-Even Stop: Moves stop to entry price after reaching specified R:R ratio
Trend-Based Exit: Closes position when price crosses EMA in opposite direction
Performance Tracking:
The strategy includes optional features for monitoring and analyzing trades:
Floating Statistics Table: Displays key metrics including win rate, GOA (Gain on Account), net P&L, and max drawdown
Trade Log Labels: Shows entry/exit prices, P&L, bars held, and exit reason for each closed trade
CSV Export Fields: Outputs trade data for external analysis
Default Strategy Settings
Commission & Slippage:
Commission: 0.1% per trade
Slippage: 3 ticks
Initial Capital: $1,000
Position Size: 100% of equity per trade
Main Calculation Parameters:
Length: 70 (range: 70-7000) - Controls ZLEMA calculation period
Band Multiplier: 1.2 - Adjusts width of volatility bands
Entry Conditions (All Disabled by Default):
Use ZLEMA Trend Confirmation: OFF - Requires ZLEMA directional momentum
Re-Enter on Long Trend: OFF - Allows multiple entries during sustained trends
Short Trades:
Allow Short Trades: OFF - Strategy is long-only by default
Performance Settings (All Disabled by Default):
Use Profit Target: OFF
Profit Target Risk-Reward Ratio: 2.0 (when enabled)
Dynamic TP/SL (All Disabled by Default):
Use ATR-Based Stop-Loss & Take-Profit: OFF
ATR Length: 14
Stop-Loss ATR Multiplier: 1.5
Profit Target ATR Multiplier: 2.5
Use ATR Trailing Stop: OFF
Trailing Stop ATR Multiplier: 1.5
Use Break-Even Stop-Loss: OFF
Move SL to Break-Even After RR: 1.5
Use Trend-Based Take Profit: OFF
EMA Exit Length: 9
Trade Data Display (All Disabled by Default):
Show Floating Stats Table: OFF
Show Trade Log Labels: OFF
Enable CSV Export: OFF
Trade Label Vertical Offset: 0.5
Backtesting Date Range:
Start Date: January 1, 2018
End Date: December 31, 2069
Important Usage Notes
Default Configuration: The strategy operates in its most basic form with default settings - using only ZLEMA crossovers with volatility bands and volatility-based stop-losses. All advanced features must be manually enabled.
Stop-Loss Priority: If multiple stop-loss methods are enabled simultaneously, the strategy will use whichever condition is hit first. ATR-based stops override volatility-based stops when enabled.
Long-Only by Default: Short trading is disabled by default. Enable "Allow Short Trades" to trade both directions.
Performance Monitoring: Enable the floating stats table and trade log labels to visualize strategy performance during backtesting.
Exit Mechanisms: The strategy can exit trades through multiple methods: stop-loss hit, take-profit reached, trend reversal, or trailing stop activation. The trade log identifies which exit method was used.
Re-Entry Logic: When "Re-Enter on Long Trend" is enabled with ZLEMA trend confirmation, the strategy can take multiple long positions during extended uptrends as long as all entry conditions remain valid.
Capital Efficiency: Default setting uses 100% of equity per trade. Adjust "default_qty_value" to manage position sizing based on risk tolerance.
Realistic Backtesting: Strategy includes commission (0.1%) and slippage (3 ticks) to provide realistic performance expectations. These values should be adjusted based on your broker and market conditions.
Recommended Use Cases
Trending Markets: Best suited for markets with clear directional moves where trend-following strategies excel
Medium to Long-Term Trading: The default length of 70 makes this strategy more appropriate for swing trading rather than scalping
Risk-Conscious Traders: Multiple stop-loss options allow traders to customize risk management to their comfort level
Backtesting & Optimization: Comprehensive performance tracking features make this strategy ideal for testing different parameter combinations
Limitations & Considerations
Like all trend-following strategies, performance may suffer in choppy or ranging markets
Default 100% position sizing means full capital exposure per trade - consider reducing for conservative risk management
Higher length values (70+) reduce signal frequency but may improve signal quality
Multiple simultaneous risk management features may create conflicting exit signals
Past performance shown in backtests does not guarantee future results
Customization Tips
For more aggressive trading:
Reduce length parameter (minimum 70)
Decrease band multiplier for tighter bands
Enable short trades
Use lower profit target R:R ratios
For more conservative trading:
Increase length parameter
Enable ZLEMA trend confirmation
Use wider ATR stop-loss multipliers
Enable break-even stop-loss
Reduce position size from 100% default
For optimal choppy market performance:
Enable ZLEMA trend confirmation
Increase band multiplier
Use tighter profit targets
Avoid re-entry on trend continuation
Visual Elements
The strategy plots several elements on the chart:
ZLEMA line (color-coded by trend direction)
Upper and lower volatility bands
Long entry markers (green triangles)
Short entry markers (red triangles, when enabled)
Stop-loss levels (when positions are open)
Take-profit levels (when enabled and positions are open)
Trailing stop lines (when enabled and positions are open)
Optional ZLEMA trend markers (triangles at highs/lows)
Optional trade log labels showing complete trade information
Exit Reason Codes (for CSV Export)
When CSV export is enabled, exit reasons are coded as:
0 = Manual/Other
1 = Trailing Stop-Loss
2 = Profit Target
3 = ATR Stop-Loss
4 = Trend Change
Conclusion
Zero Lag Trend Signals V7 provides a robust framework for trend-following with extensive customization options. The strategy balances simplicity in its core logic with sophisticated risk management features, making it suitable for both beginner and advanced traders. By reducing moving average lag while incorporating volatility-based signals, it aims to capture trends earlier while managing risk through multiple configurable exit mechanisms.
The modular design allows traders to start with basic trend-following and progressively add complexity through ZLEMA confirmation, multiple stop-loss methods, and advanced exit strategies. Comprehensive performance tracking and export capabilities make this strategy an excellent tool for systematic testing and optimization.
Note: This strategy is provided for educational and backtesting purposes. All trading involves risk. Past performance does not guarantee future results. Always test thoroughly with paper trading before risking real capital, and adjust position sizing and risk parameters according to your risk tolerance and account size.
================================================================================
TAGS:
================================================================================
trend following, ZLEMA, zero lag, volatility bands, ATR stops, risk management, swing trading, momentum, trend confirmation, backtesting
================================================================================
CATEGORY:
================================================================================
Strategies
================================================================================
CHART SETUP RECOMMENDATIONS:
================================================================================
For optimal visualization when publishing:
Use a clean chart with no other indicators overlaid
Select a timeframe that shows multiple trade signals (4H or Daily recommended)
Choose a trending asset (crypto, forex major pairs, or trending stocks work well)
Show at least 6-12 months of data to demonstrate strategy across different market conditions
Enable the floating stats table to display key performance metrics
Ensure all indicator lines (ZLEMA, bands, stops) are clearly visible
Use the default chart type (candlesticks) - avoid Heikin Ashi, Renko, etc.
Make sure symbol information and timeframe are clearly visible
================================================================================
COMPLIANCE NOTES:
================================================================================
✅ Open-source publication with complete code visibility
✅ English-only title and description
✅ Detailed explanation of methodology and calculations
✅ Realistic commission (0.1%) and slippage (3 ticks) included
✅ All default parameters clearly documented
✅ Performance limitations and risks disclosed
✅ No unrealistic claims about performance
✅ No guaranteed results promised
✅ Appropriate for public library (original trend-following implementation with ZLEMA)
✅ Educational disclaimers included
✅ All features explained in detail
================================================================================
Turtle Donchian Screener — with signalsTurtle strategy for Pine screener. Signals for buy and sell long positions.
EMA 9 + VWAP Bands Crossover With Buy Sell SignalsEMA 9 + VWAP Bands Crossover With Buy Sell Signal. Includes alerts
Turtle Donchian Screener — with signalsTurtle strategy for Pine screener — with signals for buy and sell (long positions).
Kalman Exponential SuperTrendThe Kalman Exponential SuperTrend is a new, smoother & superior version of the famous "SuperTrend". Using Kalman smoothing, a concept from the EMA (Exponential Moving Average), this script leverages the best out of each and combines it into a single indicator.
How does it work?
First, we need to calculate the Kalman smoothed source. This is a kind of complex calculation, so you need to study it if you want to know how it works precisely. It smooths the source of the SuperTrend, which helps us smooth the SuperTrend.
Then, we calculate "a" where:
n = user defined ATR length
a = 2/(n+1)
Now we calculate the ATR over "n" period. Classical calculation, nothing changed here.
Now we calculate the SuperTrend using the Kalman smoothed source & ATR where:
kalman = kalman smoothed source
ATR = Average True Range
m = Factor chosen by user.
Upper Band = kalman + ATR * m
Lower Band = kalman - ATR * m
Now we just smooth it a bit further using the "a" and a concept from the EMA.
u1 = Upper Band a bar ago
l1 = Lower Band a bar ago
u = Upper Band
l = Lower Band
Upper = u1 * (1-a) + u * a
Lower = l1 * (1-a) + u * a
When the classical (not Kalman) source crosses above the Upper, it indicates an uptrend. When it crosses below the Lower, it indicates a downtrend.
Methodology & Concepts
When I took a look at the classical SuperTrend => It was just far too slow, and if I made it faster it was noisy as hell. So I decided I would try to make up for it.
I tried the gaussian, bilateral filter, but then I tried kalman and that worked the best, so I added it. Now it was still too noisy and unconsistent, so I revisited my knowledge of concepts and picked the one from the EMA, and it kinda solved it.
In the core of the indicator, all it does is combine them in a really simple way, but if you go more deeply you see how it fits the puzzlé really well.
It is not about trying out random things´=> but about seeking what it is missing and trying to lessen its bad side.
That is the entire point of this indicator => Offer a unique approach to the SuperTrend type, that lessen the bad sides of it.
I also added different plotting types, this is so everyone can find their favorite
Enjoy Gs!
EMA 9 + VWAP Bands Crossover With Buy Sell SignalsEMA 9 + VWAP Bands Crossover With Buy Sell Signals
Turtle/Donchian Screener — Recency & CloseAtBuyTurtle strategy with buy and sellsignals. Donchian channels. For Pine screener.
Turtle/Donchian Screener — Recency & CloseAtBuyTurtle strategy, donchian channels. For Pine screener with for example buysignals and sellsignals.
Svopex Session Highlighter# Session Highlighter
## Description
**Session Highlighter** is a powerful Pine Script indicator designed to visually identify and mark specific trading hours on your chart. This tool helps traders focus on their preferred trading sessions by highlighting the background during active hours and marking the session start with customizable visual markers.
## Key Features
- **📊 Session Background Highlighting**: Automatically shades the chart background during your defined trading hours (default: 7:00 - 23:00)
- **🎯 Smart Session Start Marker**: Places a marker on the last candle before session start, intelligently adapting to your timeframe:
- 1 Hour chart: Marker at 6:00
- 15 Minute chart: Marker at 6:45
- 5 Minute chart: Marker at 6:55
- 1 Minute chart: Marker at 6:59
- **🌍 Timezone Support**: Choose from multiple timezones (Europe/Prague, Europe/London, America/New_York, UTC)
- **🎨 5 Marker Styles**: Customize your session start indicator:
- Triangle
- Circle
- Diamond
- Label with time text
- Vertical line
- **⚙️ Fully Customizable**: Adjust start/end hours, timezone, and marker style through simple settings
## Settings
- **Start Hour**: Set your session start time (0-23)
- **End Hour**: Set your session end time (0-23)
- **Timezone**: Select your trading timezone
- **Marker Style**: Choose your preferred visual marker
## Use Cases
- Identify London/New York trading sessions
- Mark Asian session hours
- Highlight your personal trading windows
- Avoid trading during off-hours
- Perfect for day traders and scalpers
## Installation
1. Copy the Pine Script code
2. Open TradingView Pine Editor
3. Paste the code and click "Add to Chart"
4. Configure settings to match your trading schedule
Corpus Bollinger BandsThis is a copy of the build-in indicator, but as addition, it shows the distance between upper and lower band in percentage.
Volume+RSI IndicatorVolume+RSI Indicator - It’s a hybrid momentum indicator that combines Relative Strength Index (RSI) and Volume data. While RSI measures the strength and speed of price movement, volume measures the strength of participation. When combined, they can filter out false signals and confirm strong market moves.
Mohit-Fixed 4H & 15M Basesbase concept script
taught by Team ATM
A Trading Monk
-Nitin Makhija
-Akhilesh Pandey
TI65**TI65 (Trend Intensity 65)** is a technical indicator designed to measure the strength and momentum of a trend over two distinct periods. It compares a short-term 7-period simple moving average (SMA) with a long-term 65-period SMA, producing a ratio that helps traders identify shifts in market momentum and trend direction.
- When the **TI65 value is greater than 1**, it indicates that the short-term moving average is above the long-term average, suggesting increasing momentum and a potentially bullish trend.
- When the **TI65 value drops below 1**, it signals weakening short-term momentum relative to the longer-term trend, often interpreted as a bearish or consolidating phase.
This indicator can be applied to both price and volume data, making it useful for identifying periods of strong volume surges or price movements. By observing changes in the TI65 ratio, traders can pinpoint low-risk entry points for trend-following strategies and quickly recognize periods of market transition.
TI65 is commonly used by momentum and breakout traders for screening strong candidates and confirming the sustainability of ongoing trends. It is simple, effective, and easily implemented via custom scripts on popular platforms like TradingView.
Volume TI65**TI65 (Trend Intensity 65)** is a technical indicator designed to measure the strength and momentum of a trend over two distinct periods. It compares a short-term 7-period simple moving average (SMA) with a long-term 65-period SMA, producing a ratio that helps traders identify shifts in market momentum and trend direction.
- When the **TI65 value is greater than 1**, it indicates that the short-term moving average is above the long-term average, suggesting increasing momentum and a potentially bullish trend.
- When the **TI65 value drops below 1**, it signals weakening short-term momentum relative to the longer-term trend, often interpreted as a bearish or consolidating phase.
This indicator can be applied to both price and volume data, making it useful for identifying periods of strong volume surges or price movements. By observing changes in the TI65 ratio, traders can pinpoint low-risk entry points for trend-following strategies and quickly recognize periods of market transition.
TI65 is commonly used by momentum and breakout traders for screening strong candidates and confirming the sustainability of ongoing trends. It is simple, effective, and easily implemented via custom scripts on popular platforms like TradingView.
Orb SignalLightThe ORB Signal Light is the free version of our flagship ORB Signal Pro indicator, designed for traders who use the Opening Range Breakout (ORB) as their core framework.
It automatically plots your session range, highlights breakout zones, and gives you the same clean visual foundation used by thousands of traders inside the Midas Touch community — without the advanced automation.
Key Features:
• Automatic ORB detection (5m / 15m adaptive)
• Clean breakout visualization and ORB bands
• Lightweight design for faster performance
Limitations:
The Crazy Horse Strategy, Dynamic Money Management, Setup Grading, and Automatic Stop Loss Logic are locked in this version and only available in ORB Signal Pro.
📍 Built for ORB Addicts. Powered by The Midas Touch Trading Group.
Bollinger Band Width Oscillator %🧠 Bollinger Band Width Oscillator %
The Bollinger Band Width Oscillator % is a volatility-focused tool that measures the relative width of Bollinger Bands and transforms it into an oscillator format. It helps traders visualize volatility expansions and contractions directly in an indicator pane — a powerful way to anticipate breakout or consolidation phases.
🔍 How It Works
Band Width %: Calculates the percentage distance between the upper and lower Bollinger Bands relative to the basis (SMA).
Smoothed Output: The raw bandwidth is smoothed using a moving average for cleaner, more stable signals.
Dynamic Volatility Zones: The script automatically computes average, high, and low volatility thresholds — each dynamically adapting to market conditions.
User-Adjustable Multipliers: Control how sensitive your high/low zones are with the High Zone Multiplier and Low Zone Multiplier inputs.
⚙️ Key Features
📊 Oscillator Format – Easy-to-read visualization of volatility compression and expansion.
🔥 High/Low Volatility Detection – Automatic labeling and color-coded alerts for shifts in volatility.
🧩 Dynamic Thresholds – Zones adjust automatically with market activity for adaptive sensitivity.
🧠 Hysteresis Logic – Prevents rapid signal flipping, improving clarity and reliability.
🎨 Custom Visuals – Adjustable smoothing and background highlights for quick interpretation.
📈 Trading Applications
Identify Breakouts: Rising bandwidth often precedes price breakouts.
Spot Consolidations: Low bandwidth indicates tightening volatility and potential range trades.
Volatility Regime Analysis: Understand market rhythm and adapt strategies accordingly.
⚡ Inputs
Parameter Description
Band Length Period for Bollinger Band calculation
Band Multiplier Standard deviation multiplier for the bands
Source Price source (default: close)
Smoothing Period for smoothing the oscillator line
High Zone Multiplier Adjusts the high-volatility threshold
Low Zone Multiplier Adjusts the low-volatility threshold
Highlight Volatility Zones Optional background color overlay
🧊 Usage Tip
Combine this indicator with momentum tools or price action analysis to confirm trade setups. Watch for transitions from low to high volatility zones — these often signal the beginning of major market moves.
Fishnet Squeeze [Osprey]🟠 Overview
The SMA Fishnet with Squeeze indicator combines a multi-timeframe moving average ribbon system with an advanced squeeze detection algorithm to help traders identify both trend direction and potential breakout opportunities.
🟠 How to Use This Indicator
- Squeeze Breakout Trading
When the indicator signals a squeeze (yellow diamond marker and highlighted background), prepare for a potential breakout in either direction
- Support and Resistance Identification
The twelve SMA levels act as dynamic support and resistance zones. Price often bounces or pauses at these levels, especially at the convergence of multiple SMAs.
Squeeze Settings
- **Enable/Disable**: Toggle squeeze detection on or off
- **Lookback Period**: Adjust the historical comparison window (20-200 bars)
- **Percentile Threshold**: Set sensitivity for squeeze detection (1-20%)
- **Minimum Duration**: Define how many bars must confirm a squeeze (1-10)
- **Visual Customization**: Modify squeeze marker colors to suit your preferences
‼️ Test different values for Lookback Period ! Lower lookback period = more frequent squeeze marks. I suggest using 31 or 100.
🟠 The Fishnet Structure
The indicator employs twelve SMAs ranging from ultra-short-term (3-period) to long-term (200-period), creating a "fishnet" pattern on your chart. This graduated approach provides a comprehensive view of price action across multiple timeframes simultaneously:
🟠 Advanced Squeeze Detection Algorithm
The squeeze detection component identifies periods when all twelve SMAs converge into an unusually tight range, indicating market indecision and potential energy buildup. The algorithm uses several sophisticated filters:
1. ATR-Normalized Range Calculation: The indicator normalizes the SMA range using Average True Range (ATR) to ensure consistent squeeze detection across different volatility environments and price levels.
2. Historical Percentile Analysis: Compares the current normalized range against a customizable lookback period (default: 31 bars) to identify when SMAs are in the bottom percentile of historical tightness.
3. Statistical Validation: Uses z-score analysis to confirm that the current range is significantly below the mean, filtering out false signals.
4. Duration Confirmation: Requires the squeeze condition to persist for a minimum number of consecutive bars (default: 3) to validate genuine compression.
5. Local Minimum Verification: Confirms that the current squeeze represents the tightest point in recent history (20-bar window).
DM Scalp 70% ConfluenceDM Scalp 70% Confluence indicator is a signal generator, not an automated strategy. That means it plots visual cues (triangles) to tell you when conditions are favorable for a scalp trade, but you have to enter the trade manually.
Let’s break it down step by step
1. Understand What the Indicator Does
When multiple bullish or bearish technical conditions agree.
Each signal checks 8 factors (EMA alignment, RSI, VWAP, volume, momentum, etc.).
If 70% (≥ 5.6/8) agree:
Green triangle (CALL) → bullish scalp signal
Red triangle (PUT) → bearish scalp signal
It’s optimized for SPY on 1-minute and 5-minute timeframes — short-term scalping setups.
2. Entry for Long (CALL) Trades
When you see a green triangle (triangle up) under a candle:
Confirm the setup:
The composite line (EMA+VWAP) is turning up and colored green.
Price is above the composite line or crossing above it.
RSI > 55 and increasing.
Volume is at or above its 20-bar average.
Entry timing:
Enter on the candle close of the signal bar.
Conservative traders may wait for the next candle to confirm continuation (e.g., higher close).
Stop-loss:
Place just below the composite line or below the last swing low.
For 1-minute scalp, typically 0.15–0.25% below entry on SPY.
Take-profit:
Aim for a 1:1.5 or 1:2 reward/risk ratio, or exit near resistance/VWAP.
3. Entry for Short (PUT) Trades
When you see a red triangle (triangle down) above a candle:
Confirm the setup:
The composite line is turning down (red).
Price is below the composite line or crossing under.
RSI < 45 and falling.
Volume is elevated.
Entry timing:
Enter on candle close of the signal bar.
Conservative: confirm with next candle closing lower.
Stop-loss:
Just above the composite line or previous swing high.
Take-profit:
Same 1:1.5–1:2 risk/reward ratio, or exit near support/VWAP.
4. Optional: Multi-Timeframe Confirmation
You can use:
1m chart for entries.
5m chart to confirm the broader direction (if 5m trend matches 1m signal → stronger confluence).
If your 1m chart shows a CALL signal and the 5m EMAs are bullish too, it’s a higher-probability trade.
DM Multimembrane TablePurpose
It’s designed to visually summarize the trend direction across several timeframes (1D, 4H, 1H, 15m, and 5m) — all in a compact table displayed on your chart.
It helps you quickly see whether the market is trending up, down, or sideways across short-term and long-term views.
How It Works
For each timeframe (1D → 5m):
It calculates two Exponential Moving Averages (EMAs):
A Fast EMA (default 50)
A Slow EMA (default 200)
It compares:
The current price (close)
The relationship between Fast EMA and Slow EMA
It then defines the trend:
Uptrend → if price > slow EMA and fast EMA > slow EMA
Downtrend → if price < slow EMA and fast EMA < slow EMA
Neutral → everything else (mixed or consolidating)
Display
It creates a small table in the top-right corner of your chart with two columns:
Timeframe Trend
1D Up / Down / Neutral
4H Up / Down / Neutral
1H Up / Down / Neutral
15m Up / Down / Neutral
5m Up / Down / Neutral
Each Trend cell is color-coded:
Green = Uptrend
Red = Downtrend
Gray = Neutral
User Inputs
You can adjust:
Fast EMA length (default 50)
Slow EMA length (default 200)
Whether to show table borders
Practical Use
Traders use it to:
Quickly confirm trend alignment across timeframes.
Spot when short-term and long-term trends agree (a strong trend confirmation).
Identify mixed signals (potential reversals or consolidations).
🚀 DocBrown PRO Edition V14++🚀 DocBrown PRO Edition V14++ | Advanced 10-Minute Scalping System
A sophisticated algorithmic trading bot designed for high-frequency scalping on 10-minute timeframes, delivering exceptional results with 91%+ win rate and controlled 6.5% maximum drawdown.
Key Features:
Multi-Layer EMA System with dynamic support/resistance detection
Adaptive Volatility Stop Loss (VATS) - automatically adjusts to market conditions
Smart Entry Filters - ADX-based trend detection prevents range-bound losses
Dynamic Take Profit - targets key S&R levels for optimal exits
Anti-Liquidation Protection - multiple safety mechanisms including ATR trailing stops
Momentum Derivative Logic - closes positions before reversals hit your stop loss
Breakeven Protection - locks in profits automatically after minimal gains
Risk Management Excellence:
✅ Automatic stop-loss at breakeven + commission buffer
✅ Counter-trend detection with multi-confirmation system
✅ Volume spike protection against adverse moves
✅ Stagnation exit to avoid dead positions
✅ Consecutive bar monitoring for early exit signals
Optimized for: BTC, ETH, and high-volume altcoin pairs on leverage (20x recommended)
Performance: 17.76% net profit with 34.4 profit factor - wins $34 for every $1 risked.
Perfect for traders seeking consistent scalping profits with institutional-grade risk management.
ICT SMART MONEY__Advanced Multi-Timeframe Target TREND indicator with comprehensive ICT (Inner Circle Trader) concepts, session analysis, and smart money concepts for professional forex and crypto trading.__
---
### __🔥 Core Features:__
#### __📈 Multi-Timeframe Analysis__
- __7 Timeframe Table__: 1min, 5min, 15min, 30min, 1hour, 4hour, Daily analysis
- __Target System__: Stop Loss, Entry, TP1, TP2, TP3 calculations for each timeframe
- __Trend Direction__: Visual arrows showing bullish/bearish bias across all timeframes
#### __⚡ ICT Killzone Sessions__
- __4 Major Sessions__: Asia KZ, London KZ, NY AM, NY PM with colored session boxes
- __Pivot Lines__: Automatic high/low detection with full format labels ("ASIA High", "LONDON Low")
- __Global Label Alignment__: All session labels perfectly aligned for professional appearance
- __Range Analytics__: Real-time pip calculations with historical averages and Turkish volatility analysis
#### __🌍 Trading Session Management__
- __Individual Controls__: Asia/London sessions auto-enabled, NY sessions optional
- __Horizontal Lines__: Clean session high/low tracking without clutter
- __NY Lunch Session__: Additional 11:30-13:30 session for advanced analysis
- __Session Transparency__: Adjustable transparency levels for optimal chart visibility
#### __📍 Professional Key Levels__
- __Monday High/Low__: Weekly opening reference levels
- __Previous Day High/Low__: Daily support/resistance zones
- __Previous Week High/Low__: Major weekly levels
- __Full Format Labels__: "Previous Day High" instead of "PDH" for crystal clarity
- __160 Bar Distance__: Optimized label positioning for clean charts
#### __🔗 Liquidity Trendlines__
- __Automatic Detection__: 8-bar lookback pivot detection system
- __Breakout Signals__: Visual alerts when trendlines are broken
- __Dynamic Padding__: 4.0 ATR-based trendline spacing
- __Bullish/Bearish Colors__: Clear color coding for trend direction
#### __💎 Smart Money Concepts (SMC)__
- __Fair Value Gaps (FVG)__: Automatic gap detection with mitigation tracking
- __Structure Analysis__: BOS (Break of Structure) and CHoCH (Change of Character) detection
- __Structure Fibonacci__: 5-level fibonacci retracements (78.6%, 70.5%, 61.8%, 50%, 38.2%)
- __Lifecycle Management__: Complete FVG and structure history tracking
#### __📊 Range Analytics Table__
- __Session Volatility__: Current pip movement vs historical averages
- __Turkish Analysis__: "Güçlü Momentum", "Yüksek Aktivite", "Normal Aktivite", "Düşük Hareket", "Zayıf Session"
- __Integrated Display__: Seamlessly positioned below multi-timeframe table
- __Professional Formatting__: Color-coded session identification with status analysis






















