Better DEMAThe Better DEMA is a new tool designed to recreate the classical moving average DEMA, into a smoother, more reliable tool. Combining many methodologies, this script offers users a unique insight into market behavior.
How does it work?
First, to get a smoother signal, we need to calculate the Gaussian filter. A Gaussian filter is a smoothing filter that reduces noise and detail by averaging data with weights following a Gaussian (bell-shaped) curve.
Now that we have the source, we will calculate the following:
n2 = n/2 (half of the user defined length)
a = 2/(1+n)
ns
Now that we have that out of the way, it is time to get into the core.
Now we calculate 2 EMAs:
slow EMA => EMA over n
fast EMA => EMA over n2 period
Rather then now doing this:
DEMA = fast EMA * 2 - slow EMA
I found this to be better:
DEMA = slow EMA * (1-a) + fast EMA * a
As a last touch I took a little something from the HMA, and used a EMA with period of √n to smooth the entire the thing.
The Trend condition at base is the following (but feel free to FAFO with it):
Long = dema > dema yesterday and dema < src
Short = dema < dema yesterday and dema > src
Methodology
While the DEMA is an amazing tool used in many great indicators, it can be far too noisy.
This made me test out many filters, out of which the Gaussian performed best.
Then I tried out the non subtractive approach and that worked too, as it made it smoother.
Compacting on all I learned and smoothing it bit by bit, I think I can say this is worth looking into :).
Use cases:
Following Trends => classic, effective :)
Smoothing sources for other indicators => if done well enough, could be useful :)
Easy trend visualization => Added extra options for that.
Strategy development => Yes
Another good thing is it does not a high lookback period, so it should be better and less overfit.
That is all for today Gs,
Have fun and enjoy!
Moving Averages
Frankator BBRSI🧭Strategy Description of Frankator BBRSI: Bollinger Bands + RSI Signal (only on 5 min chart)
Overview
This indicator combines Bollinger Bands and the Relative Strength Index (RSI) to identify potential overbought and oversold market conditions.
It generates buy and sell signals when the price reaches extreme levels confirmed by RSI momentum — helping traders anticipate potential reversals or continuation setups.
📊 How It Works
Bollinger Bands
The script plots three lines:
Upper Band: SMA + (Standard Deviation × Multiplier)
Basis (Middle Band): Simple Moving Average (SMA)
Lower Band: SMA - (Standard Deviation × Multiplier)
When the price touches or breaks the upper band, it may indicate an overbought market.
When the price touches or drops below the lower band, it may indicate an oversold market.
RSI Confirmation
RSI measures momentum to confirm whether the market is truly overbought or oversold.
Default RSI levels:
Overbought: RSI > 70
Oversold: RSI < 30
Signal Conditions
Buy Signal:
Price closes at or below the lower Bollinger Band
RSI < 30 (oversold)
A green triangle appears below the candle
Sell Signal:
Price closes at or above the upper Bollinger Band
RSI > 70 (overbought)
A red triangle appears above the candle
Alerts
You can set TradingView alerts for automatic notifications when either a Buy or Sell condition is met.
Go to “Add Alert” → “Condition” → Choose this indicator → Select Buy/Sell Signal, or Any alert for both alerts.
⚠️ Disclaimer
This indicator is a technical analysis tool, not a guarantee of future performance. Always use proper risk management and confirm signals with other indicators or price patterns before entering trades.
Custom Symbol Chart Overlay [ T W K ] :Custom Symbol Chart Overlay indicator for all types of Trading View account Users ❗
This Indicator has specially designed for apply Custom Symbol / Script on chart, in addition to current Live Chart symbol.
**No need for separate chart layout ( available for Paid Trading View users only! )
▫️▷ : # Indicator have settings for fetch the different Chart types (ex - Heikin-Ashi / standard) data and have the input for this.
all you need is to just select the Chart type. This setting allows user to apply different types of chart on single layout screen.
✔ (ex 1:- Standard current chart of BTCUSD ( SPOT ) with Custom Heikin-Ashi chart of BTCUSD ( PERPETUAL futures ).
✔ (ex 2:- Standard current chart of XAUUSD ( CFDs ) with Custom Standard chart of XAUUSD ( CFDs ) with MA / BB / ST input.
▫️▷ : It has 3 Moving average Lines, Bollinger Bands, and Super Trend input. (*Note:- all Inputs are customizable)
▫️▷ : # Indicator have ⏰ Alerts for automation trading ( #algo ) : Super Trend (3 conditions)
Usage:- This Indicator is helpful for apply Multiple symbols of different chart types on single layout screen.
Compatible with All Devices (Laptop / Mobile / Tablet / PC).
✅ HOW TO GET ACCESS :
Add to favorite and enjoy the true Trading View's sprit of community growth, without any limitations.
🔆If you like any of my Invite-Only indicators , kindly DM and let me know!
⚠ RISK DISCLAIMER :
All content provided by "@TradeWithKeshhav" is for informational & educational purposes only.
It does not constitute any financial advice or a solicitation to buy or sell any securities of any type. All investments / trading involve risks. Past performance does not guarantee future results / returns.
Regards :
Team @TradeWithKeshhav
Happy trading and investing!
THAIT Moving Averages Tight within # ATR EMA SMA convergence
THAIT(tight) indicator is a powerful tool for identifying moving average convergence in price action. This indicator plots four user-defined moving averages (EMA or SMA). It highlights moments when the MAs converge within a user specified number of ATRs, adjusted by the 14-period ATR, signaling potential trend shifts or consolidation.
A convergence is flagged when MA1 is the maximum, the spread between MAs is tight, and the price is above MA1, excluding cases where the longest MA (MA4) is the highest. The indicator alerts and visually marks convergence zones with a shaded green background, making it ideal for traders seeking precise entry or exit points.
One For All Strategy by Anson🏆 Exclusive Indicator: One For All Strategy
.
📈 Works for stocks, forex, crypto, indices
📈 Easy to use, real-time alerts, no repaint
📈 No grid, no martingale, no hedging
📈 One position at a time
.
One For All Strategy by Anson
A multi-indicator TradingView strategy designed to identify long and short trading opportunities by combining trend-following and momentum signals, paired with risk management rules to guide entries and exits.
.
Core Logic & Key Indicator:
X Moving Average: A proprietary adaptive moving average that adjusts its responsiveness to price changes based on market volatility. It uses an efficiency ratio to modify its smoothing behavior—adapting to whether the market is trending or ranging. Users can toggle a setting to let this ratio dynamically adjust the indicator’s sensitivity or use a fixed smoothing factor.
.
Entry Conditions:
.
Long Entry: Triggered when momentum signals strength, price action aligns with a broader upward trend, the X MA indicates short-term upward momentum, and a minimum number of bars have passed since the last trade (to prevent overtrading).
.
Short Entry: Triggered when momentum signals weakness, price action aligns with a broader downward trend, the X MA indicates short-term downward momentum, and a minimum number of bars have passed since the last trade.
.
Exit Conditions:
.
Trailing Stop: Activates after a position has been open for a set number of bars (to avoid premature exits). A trailing stop—based on a percentage of the entry price—locks in profits as the trade moves favorably, adjusting dynamically to protect gains.
.
Additional Features:
Visualisation: Overlays the X MA (orange line) and price (semi-transparent blue) on the chart for clear signal tracking.
.
See the author's instructions on the right to learn how to get access to the strategy.
MLA - Money Line Approximation with Shaded Bands V2The MLA Bands indicator (Money Line Approximation with Shaded Bands) is a user-friendly TradingView tool designed to help traders spot trend changes and potential entry/exit points in volatile markets like stocks, crypto, or forex. At its core, it blends two exponential moving averages (EMAs)—a short one (default 8 periods) for quick price reactions and a long one (default 24 periods) for smoother trends—into a single "Money Line." This line is a weighted average (default 60% short EMA), acting like a dynamic trend guide that changes color: green for bullish, red for bearish, and yellow for neutral.
Its main purpose is to simplify trend identification while filtering out noise. It uses RSI (default 12 periods) to confirm momentum—avoiding overbought buys or oversold sells—and adds ATR-based bands (volatility measure) around the Money Line for visual "shaded zones." These bands fill green during uptrends or pink during downtrends, highlighting momentum strength and potential support/resistance areas anchored to recent price action.
Functionally, it generates buy/sell alerts on trend flips: a "BUY" label (with optional close price) appears below bars when shifting bullish, and "SELL" above for bearish. An optional volume confirmation filter (using a 20-period SMA and threshold multiplier) ensures signals align with rising volume, reducing false positives in choppy markets.
Tips for usage:
Customize EMA periods for your timeframe (shorter for scalping, longer for swings).
Enable volume confirmation for high-liquidity assets; disable for low-volume ones to avoid missing signals.
Combine with support/resistance levels or candlestick patterns for better accuracy.
Adjust ATR multiplier (default 1.0) to widen/tighten bands in volatile vs. stable markets.
Test on historical data; it's not foolproof—always use stop-losses and risk management.
Toggle shades off for cleaner charts; show EMAs for debugging.
Overall, it's a versatile trend-following aid that promotes disciplined trading by visualizing conviction behind moves.
KIMSHA AIODescription
The KIMSHA AIO is a comprehensive overlay indicator designed for swing and position traders. It merges three distinct and powerful trading strategies into a single, cohesive tool to identify high-probability setups in stocks that are in confirmed uptrends.
What the Indicator Does:
Combines Three Strategies: Integrates a multi-scanner breakout system, a mean-reversion model, and a multi-year breakout tool into one indicator.
Main Modules
Signals Module:
1. Features six unique scanner signals (CS1-CS6) to identify a variety of bullish consolidation patterns.
2. Includes a full trade management framework with RVC (Red Volume Candle), PBP (Post Breakout Pivot Entry), and ISL (Initial Stop Loss) levels.
3. Identifies powerful Episodic Pivot (EP) and EP Entry (EPE) signals for stocks showing exceptional strength.
Reversal Module:
1. A mean-reversion strategy that primarily uses Bollinger Bands to find oversold conditions.
2. Provides a three-stage signal process: RA (Reversal Setup), Entry 1, and Entry 2 to time entries from a potential bottom.
Multi-Year Breakout (MYBO) Module:
1. Automatically identifies and plots historical, multi-year resistance and support levels.
2. Generates a clear signal when the price breaks out above these significant long-term levels.
Advanced Alerts: Features a highly customizable alert system that can be timed to trigger either on the bar's close or at a specific time of day, allowing for end-of-day style notifications.
How to Best Use It:
This indicator is most powerful when used with a systematic, rules-based approach. The core principle is to use long-term moving averages to define the trend and then use the indicator's signals to time entries within that trend.
The Foundation (Trend Filter): The most important rule is to only consider long setups on stocks where the 150-day SMA is above the 200-day EMA, and the 150-day SMA is sloping upwards. This keeps you aligned with the primary uptrend.
Strategy 1: The Momentum Breakout (PBP Entry)
1. Confirm the stock meets the primary trend filter rules.
2. Wait for an AIO setup signal (Super, Pls Buy, etc.) to draw a PBP line.
3. Enter when the price crosses above the PBP line or wait for a pull back after the price has crossed the PBP line.
Strategy 2: The Mean Reversion (RA Entry)
1. Confirm the stock meets the primary trend filter rules.
2. Wait for an "RA" (Reversal Setup) signal to appear on the chart.
3. Enter on the "ENTRY 1" (Risky Entry) or "ENTRY 2" signal (Safer Entry) or wait for a pull back after "ENTRY 1" or "ENTRY 2" signal.
Strategy 3: Multi-Year Breakout (MYBO) :
1. A breakout triangle (orange or fuchsia) appears below the candle, signaling a close above the "Recent High" (Orange) or "Older High" (Fuchsia).
2. Recent High refers to the highest price the stock has reached in last 12 months. Breaking above the "Recent High" is a sign of strong current demand.
3. Older High refers to the highest price the stock reached in a more distant, historical period - the period between 5 years ago and 1 year ago. Breaking above the "Older High" is a sign of VERY strong demand as it has broken a historic high.
4. Wait for a breakout triangle to appear on the chart.
5. Enter on the high of the candle marked with a breakout triangle or wait for a pull back after that signal.
Customize Your View: Use the "Inputs" tab to enable/disable the modules you want to focus on and configure the alerts you want to receive. Use the "Style" tab to hide any visual elements you don't need to keep your chart clean.
Word of Caution: Some signals based on higher timeframes (Monthly, Weekly, 3-Hour) may appear mid-period and could change before the higher timeframe bar closes, due to the settings used for accurate chart alignment.
Momentum Breakout Filter + ATR ZonesMomentum Breakout Filter + ATR Zones - User Guide
What This Indicator Does
This indicator helps you with your MACD + volume momentum strategy by:
Filtering out fake breakouts - Shows ⚠️ warnings when breakouts lack confirmation
Showing clear entry signals - 🚀 LONG and 🔻 SHORT labels when all conditions align
Automatic stop loss & profit targets - Based on ATR (Average True Range)
Visual trend confirmation - Background color + EMA alignment
Signal Types
🚀 LONG Entry Signal (Green Label)
Appears when ALL conditions met:
✅ MACD crosses above signal line
✅ Volume > 1.5× average
✅ Price > EMA 9 > EMA 21 > EMA 200 (bullish trend)
✅ Price closes above recent 20-bar high
🔻 SHORT Entry Signal (Red Label)
Appears when ALL conditions met:
✅ MACD crosses below signal line
✅ Volume > 1.5× average
✅ Price < EMA 9 < EMA 21 < EMA 200 (bearish trend)
✅ Price closes below recent 20-bar low
⚠️ FAKE Breakout Warning (Orange Label)
Appears when price breaks high/low BUT lacks confirmation:
❌ Low volume (below 1.5× average), OR
❌ Wick break only (didn't close through level), OR
❌ MACD not aligned with direction
Hover over the warning label to see what's missing!
ATR Stop Loss & Targets
When you get a signal, colored lines automatically appear:
Long Position
Red solid line = Stop Loss (Entry - 1.5×ATR)
Green dashed lines = Profit Targets:
Target 1: Entry + 2×ATR
Target 2: Entry + 3×ATR
Target 3: Entry + 4×ATR
Short Position
Red solid line = Stop Loss (Entry + 1.5×ATR)
Green dashed lines = Profit Targets:
Target 1: Entry - 2×ATR
Target 2: Entry - 3×ATR
Target 3: Entry - 4×ATR
The lines move with each bar until you exit the position.
Chart Elements
Moving Averages
Blue line = EMA 9 (fast)
Orange line = EMA 21 (medium)
White line = EMA 200 (trend filter)
Volume
Yellow bars = High volume (above threshold)
Gray bars = Normal volume
Background Color
Light green = Bullish trend (all EMAs aligned up)
Light red = Bearish trend (all EMAs aligned down)
No color = Neutral/mixed
MACD (Bottom Pane)
Green/Red columns = MACD Histogram
Blue line = MACD Line
Orange line = Signal Line
Info Dashboard (Bottom Right)
ItemWhat It ShowsVolumeCurrent volume vs average (✓ HIGH or ✗ Low)MACDDirection (BULLISH or BEARISH)TrendEMA alignment (BULL, BEAR, or NEUTRAL)ATRCurrent ATR value in dollarsPositionCurrent position (LONG, SHORT, or NONE)R:RRisk-to-Reward ratio (shows when in position)
How To Use It
Basic Workflow
Wait for setup
Watch for MACD to approach signal line
Volume should be building
Price should be near EMA structure
Get confirmation
Wait for 🚀 LONG or 🔻 SHORT label
Check dashboard shows "✓ HIGH" volume
Verify trend is aligned (green or red background)
Enter the trade
Enter when signal appears
Note your stop loss (red line)
Note your targets (green dashed lines)
Manage the trade
Exit at first target for partial profit
Move stop to breakeven
Trail remaining position
What To Avoid
❌ Don't trade when you see:
⚠️ FAKE labels (wait for confirmation)
Neutral background (no clear trend)
"✗ Low" volume in dashboard
MACD and Trend not aligned
Settings You Can Adjust
Volume Sensitivity
High Volume Threshold: Default 1.5×
Increase to 2.0× for cleaner signals (fewer trades)
Decrease to 1.2× for more signals (more trades)
Fake Breakout Filters
You can toggle these ON/OFF:
Volume Confirmation: Requires high volume
Close Through: Requires candle close, not just wick
MACD Alignment: Requires MACD direction match
Tip: Turn all three ON for highest quality signals
ATR Stop/Target Multipliers
Default settings (conservative):
Stop Loss: 1.5×ATR
Target 1: 2×ATR (1.33:1 R:R)
Target 2: 3×ATR (2:1 R:R)
Target 3: 4×ATR (2.67:1 R:R)
Aggressive traders might use:
Stop Loss: 1.0×ATR
Target 1: 2×ATR (2:1 R:R)
Target 2: 4×ATR (4:1 R:R)
Conservative traders might use:
Stop Loss: 2.0×ATR
Target 1: 3×ATR (1.5:1 R:R)
Target 2: 5×ATR (2.5:1 R:R)
Example Trade Scenarios
Scenario 1: Perfect Long Setup ✅
Stock consolidating near EMA 21
MACD curling up toward signal line
Volume bar turns yellow (high volume)
🚀 LONG label appears
Red stop line and green target lines appear
Result: High probability trade
Scenario 2: Fake Breakout Avoided ✅
Price breaks above resistance
Volume is normal (gray bar)
⚠️ FAKE label appears (hover shows "Low volume")
No entry signal
Price falls back below breakout level
Result: Avoided losing trade
Scenario 3: Premature Entry ❌
MACD crosses up
Volume is high
BUT trend is NEUTRAL (no background color)
No signal appears (trend filter blocks it)
Result: Avoided choppy/sideways market
Quick Reference
Entry Checklist
🚀 or 🔻 label on chart
Dashboard shows "✓ HIGH" volume
Dashboard shows aligned MACD + Trend
Colored background (green or red)
ATR lines visible
No ⚠️ FAKE warning
Exit Strategy
Target 1 (2×ATR): Take 50% profit, move stop to breakeven
Target 2 (3×ATR): Take 25% profit, trail stop
Target 3 (4×ATR): Take remaining profit or trail aggressively
Stop Loss: Exit entire position if hit
Alerts
Set up these alerts:
Long Entry: Fires when 🚀 LONG signal appears
Short Entry: Fires when 🔻 SHORT signal appears
Fake Breakout Warning: Fires when ⚠️ appears (optional)
Tips for Success
Use on 5-minute charts for day trading momentum plays
Only trade high volume stocks ($5-20 range works best)
Wait for full confirmation - don't jump early
Respect the stop loss - it's calculated based on volatility
Scale out at targets - don't hold for home runs
Avoid trading first 15 minutes - let market settle
Best during 10am-11am and 2pm-3pm - peak momentum times
Common Questions
Q: Why didn't I get a signal even though MACD crossed?
A: All conditions must be met - check dashboard for what's missing (likely volume or trend alignment)
Q: Can I use this on any timeframe?
A: Yes, but it's designed for 5-15 minute charts. On daily charts, adjust ATR multipliers higher.
Q: The stop loss seems too tight, can I widen it?
A: Yes, increase "Stop Loss (×ATR)" from 1.5 to 2.0 or 2.5 in settings.
Q: I keep seeing FAKE warnings but price keeps going - what gives?
A: The filter is conservative. You can disable some filters in settings, but expect more false signals.
Q: Can I use this for swing trading?
A: Yes, but use larger timeframes (1H or 4H) and adjust ATR multipliers up (3× for stops, 6-9× for targets).
PDB - RSI Based Buy/Sell signals with 4 MARSI Based Buy/Sell Signals on Price chart + 4 MA System
This indicator plots RSI-based Buy & Sell signals directly on the price chart , combined with a 4-Moving-Average trend filter (20/50/100/200) for higher accuracy and cleaner trade timing.
The signal triggers when RSI reaches user-defined overbought/oversold levels, but unlike a standard RSI, this version plots the signals **on the chart**, not in the RSI window — making entries and exits easier to see in real time.
RSI Levels Are Fully Customizable
The default RSI thresholds are 30 (oversold) and 70 (overbought).
However, you can adjust these to fit your trading style. For example:
> When day trading on the 5–15 min timeframe, I personally use 35 (oversold) and 75 (overbought) to catch moves earlier.
> The example shown in the preview image uses 10-minute timeframe settings.
You can change the RSI levels to trigger signals from **any value you choose**, allowing you to tailor the indicator to scalping, day trading, or swing trading.
4 Moving Averages Included:
20, 50, 100, 200 MAs act as dynamic trend filters so you can:
✔ trade signals only in the direction of trend
✔ avoid false reversals
✔ identify momentum shifts more clearly
Works on all markets and timeframes — crypto, stocks, FX, indices.
ATR + Today's H/L Circles + MA Type + Bar Count### ATR + Today's H/L Circles + MA Type + Bar Count
This indicator combines multiple intraday analysis tools into one compact and efficient display. It provides traders with real-time volatility metrics, daily high/low visual cues, configurable moving averages, and per-day bar counting for improved situational awareness.
**Features:**
1. **Average True Range (ATR) Monitor**
- Displays both ATR (price units) and ATR in tick equivalents directly in the status line.
- Supports multiple smoothing methods: RMA, SMA, EMA, and WMA.
- Allows customization of tick size to match non-standard instruments.
2. **Intraday High/Low Markers**
- Automatically detects the highest and lowest points of the current trading day.
- Marks these levels with subtle circular labels that update dynamically as new highs or lows form.
3. **Configurable Moving Average (MA)**
- User-selectable type (RMA, SMA, EMA, or WMA) and period.
- Fully customizable color and line width to match chart style.
- Designed to provide flexibility across trend-following strategies.
4. **Per-Day Bar Counter**
- Resets automatically at the start of each trading day.
- Highlights the first bar with a distinct color and allows user-defined interval labels (e.g., every 5 bars).
- Helps intraday traders gauge time and price development within daily sessions.
5. **Compact ATR Panel**
- Optional floating table displaying current or historical ATR values (configurable number of bars ago).
- Supports four corner positions with adjustable decimal precision.
- Updates automatically on the last bar for efficient chart performance.
**Use Cases:**
Ideal for day traders and scalpers who rely on intraday volatility awareness, bar-based rhythm, and trend confirmation. The indicator is designed to be unobtrusive yet information-rich, offering a holistic intraday view without cluttering the chart.
EMA 9/50 News Confirmation Strategy v3 (Trend Aligned 3 bMin) “EMA 9/50 crossover strategy with trend filter and ATR-based targets”)
AI Scalping Signals# 🤖 AI-Powered Scalping Indicator - Ultra-Fast Trading Signals
## Overview
This advanced AI-driven **scalping indicator** is specifically engineered for high-frequency traders operating on smaller timeframes. Designed exclusively for **1-minute, 3-minute, and 5-minute charts**, this system combines multiple sophisticated technical analysis methods to identify rapid-fire, high-probability trade entries and exits. The AI algorithms analyze market momentum, micro-trend strength, and instant price dynamics in real-time, delivering lightning-fast BUY and SELL signals perfect for scalping strategies.
## Key Features
### ✨ AI-Enhanced Scalping Signal Generation
- **Machine Learning Integration**: Proprietary AI algorithms process multiple technical indicators simultaneously with millisecond precision to catch quick market moves
- **Smart Cross-Validation**: The AI system validates signals across multiple micro-conditions before generating alerts, perfect for fast-paced scalping
- **Adaptive Micro-Trend Analysis**: Intelligent momentum and trend detection optimized specifically for 1M, 3M, and 5M timeframes
- **Low-Latency Processing**: Designed for speed—signals generate instantly when conditions align for rapid trade execution
### 📊 Clean Visual Interface for Fast Trading
- **Crystal Clear Signals**: Easy-to-read BUY (green) and SELL (red) labels appear directly on your chart—no delay, no confusion
- **Background Confirmation**: Subtle background highlighting provides additional visual confirmation of scalping signals
- **No Chart Clutter**: The indicator focuses on signals only—no unnecessary lines or plots to distract from rapid price action and quick decision-making
- **Optimized for Speed**: Minimalist design allows you to spot and execute trades in seconds
### 🔔 Comprehensive Alert System for Scalpers
- **Real-Time Notifications**: Get instantly notified when AI-confirmed BUY or SELL signals are generated—critical for scalping success
- **Multi-Alert Options**: Separate alerts for buy signals, sell signals, or combined alerts for any scalping opportunity
- **Never Miss a Quick Move**: Set up alerts and let the AI monitor rapid market movements 24/7
- **Mobile-Friendly**: Receive alerts on your phone for on-the-go scalping
## How It Works
The indicator employs a sophisticated multi-layer analysis system optimized for scalping:
1. **Micro-Trend Analysis Layer**: AI algorithms analyze rapid trend shifts using advanced moving average techniques calibrated for small timeframes
2. **Momentum Spike Detection**: Smart momentum oscillators identify instant overbought and oversold conditions with scalping-level precision
3. **Price Action Validation**: Proprietary price cross-detection ensures signals align with actual market microstructure movements
4. **AI Flash Confirmation**: All conditions are processed through ultra-fast AI validation logic for immediate signal generation
### Signal Conditions
**🟢 BUY Signal (Long Scalp Entry)**
Generated when the AI system confirms:
- Bullish micro-trend alignment detected
- Price momentum shows instant strength above key thresholds
- AI-validated upward price breakout occurs on small timeframe
- Multiple technical confirmations align simultaneously for quick profit potential
**🔴 SELL Signal (Short Scalp Entry)**
Generated when the AI system confirms:
- Bearish micro-trend alignment detected
- Price momentum shows instant weakness below key thresholds
- AI-validated downward price breakdown occurs on small timeframe
- Multiple technical confirmations align simultaneously for quick profit potential
## Best Practices for Scalping
### Recommended Usage
- **⚡ Optimal Timeframes**: Specifically calibrated for **1-minute, 3-minute, and 5-minute charts** for maximum scalping performance
- **Markets**: Highly effective on forex pairs (especially majors), crypto (BTC, ETH), and high-liquidity stocks and indices
- **Session Focus**: Best results during high-volume trading sessions (London/NY overlap for forex, market open for stocks)
- **Quick Execution**: This is a scalping tool—execute trades immediately when signals appear
- **Risk Management**: Use tight stop-losses (5-15 pips for forex) and quick take-profits; scalping requires strict risk control
### Scalping Strategy Tips
- Execute trades instantly—scalping requires fast action within seconds of signal generation
- Use 1:1 or 1:2 risk-reward ratios for consistent scalping profits
- Monitor spreads and commissions—they matter significantly for scalpers
- Trade during high liquidity hours to ensure tight spreads and quick fills
- Consider trading multiple signals per session for accumulated gains
- Set mobile alerts to catch quick opportunities throughout the day
- Close positions quickly—don't let scalps turn into swing trades
- The background color change provides a split-second early warning system
## What Makes This Scalping Indicator Different?
Unlike traditional indicators designed for longer timeframes, this AI-powered scalping tool:
- ✅ **Built Exclusively for Scalping**: Optimized specifically for 1M, 3M, and 5M timeframes—not a generic indicator
- ✅ Combines multiple technical analysis methods with millisecond-precision AI processing
- ✅ Uses artificial intelligence to filter noise and validate only the fastest, cleanest scalping signals
- ✅ Eliminates the need to manually analyze multiple indicators during rapid market moves
- ✅ Provides clear, actionable signals with no interpretation required—critical for scalping speed
- ✅ Reduces false signals through multi-condition validation tuned for small timeframes
- ✅ Adapts to rapid volatility changes and micro-trend shifts in real-time
- ✅ Zero lag—signals appear instantly when conditions align for immediate execution
## Important Disclaimers
⚠️ **Scalping Risk Warning**: Scalping involves extremely high frequency trading with substantial risk of loss. This indicator is a tool to assist with fast-paced analysis and should not be the sole basis for trading decisions. Scalping requires experience, discipline, and proper risk management.
⚠️ **No Guarantee**: Past performance and backtested results do not guarantee future performance. No indicator is 100% accurate, especially in volatile scalping conditions.
⚠️ **Due Diligence**: Always conduct your own research and analysis. Use proper risk management with every single trade. Never risk more than 1-2% of your account per scalp trade.
⚠️ **Transaction Costs**: Be aware that scalping involves frequent trading, which means higher commission and spread costs. Ensure your broker offers competitive pricing for high-frequency trading.
⚠️ **Educational Tool**: This indicator is designed as an educational and analytical tool for experienced traders. Users are solely responsible for their own trading decisions.
## Settings & Customization
This is a **protected scalping indicator** with optimized parameters locked specifically for 1-minute, 3-minute, and 5-minute chart performance. The AI algorithms have been fine-tuned through extensive backtesting and live scalping optimization. No manual adjustments are needed—simply add to your small timeframe chart and start receiving rapid-fire signals.
## Support & Updates
This indicator receives regular updates to enhance AI algorithms and improve signal accuracy. For questions or support, please contact the publisher.
---
**Ready to dominate the scalping game with AI-powered lightning-fast signals?** Add this indicator to your 1M, 3M, or 5M chart and experience the difference of intelligent, validated scalping signals designed for rapid-fire trading.
*Remember: Scalping success requires lightning-fast execution, strict discipline, proper risk management, and continuous practice. Use this tool as part of a comprehensive scalping strategy with tight stop-losses and realistic profit targets.*
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.
KI-StageSpot V1KI-StageSpot V1 – Stage & Base Structure Analysis
Concept & Purpose
KI-StageSpot identifies Stage 1 to Stage 3 transitions by quantifying weekly base structures instead of relying only on moving average crossovers. Each base is derived from confirmed weekly pivot highs and lows that meet predefined duration and depth criteria. When a new low undercuts the prior base, the logic automatically merges the bases to preserve structural continuity. This framework is designed for traders studying trend evolution and Stage 2 continuation patterns.
Why this combination matters:
The script integrates structural (base tracking) and momentum (EMA Cloud) signals within one visual system. Weekly pivots and SMA-based stage markers outline the long-term structure, while the Daily EMA(10/20) Cloud reveals shorter-term momentum shifts inside each base. This cross-timeframe alignment helps confirm whether a breakout is supported by real strength or not.
How it works (conceptual overview)
•Weekly logic isolates each confirmed pivot high as a Base High (BH) and tracks the Base Low (BL) dynamically.
•Once price breaks above a BH, a Breakout (BO) label is triggered, and the base statistics freeze.
•Base statistics include Depth % and Duration (weeks), with optional color alerts for extended or deep corrections.
•Stage arrows derive from SMA(50/150/200) interactions to signal ST–MT–LT trend transitions.
•Timeframe-aware plotting ensures EMA clouds appear only on Daily, while SMAs and base logic stay internally synchronized on Weekly.
Key Features
•Automatic detection of Base Highs / Breakouts
•Base depth % and duration (weeks) labels
•Merge logic for undercut bases
•Daily EMA(10/20) Cloud for momentum tracking
•SMA 50 / 150 / 200 with stage arrows
•Customizable labels, offsets, and alerts
•Clean multi-TF plotting (Daily + Weekly)
Usage
•Start / End Date: Define your back-test window (e.g., post Stage 1 lockout or pre-Stage 2 base).
•Base Stats: Enable Depth % + Weeks; use alert levels Depth ≥ 30 %, Weeks > 12.
•EMA Cloud: Show = ON, Fast = 10, Slow = 20.
•SMAs: Show = ON (50 / 150 / 200 Daily; auto ≈ 10 / 30 / 40 Weekly).
•Labels: Compact or Expanded View per preference.
Analyze the structural setup on the Weekly chart and confirm early momentum through the Daily EMA cloud. When a breakout forms above a validated base high with supportive momentum, it often marks a Stage 2 expansion.
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
================================================================================
Oliver Kell Cycle of Price Action• Overview
Oliver Kell Cycle of Price Action codifies Oliver Kell’s growth-trading workflow: 10/20 EMA rhythm, CAN SLIM trend filters, and the “money pattern” wedge pop.
Identifies where institutional money typically accumulates by tracking velocity vs. EMAs, dry-up volume, and stacked moving averages.
Adapts visually to light/dark charts with an institutional palette, compact labels, and a top-right dashboard summarizing state and telemetry.
Core Methodology
10/20 EMA stack drives directional bias, while 50/200 SMAs enforce CAN SLIM trend alignment and perfect-stack detection.
Extension engine flags capitulation and exhaustion as % distance from the 10 EMA paired with volume climaxes.
Base detector monitors multi-week contractions near the EMAs, tracking tightening range and optional volume dry-ups before breakout.
Market context (optional) requires the chosen benchmark to trend above its 21/50 EMAs and the instrument’s relative strength line to rise.
Primary Signals
Wedge Pop: tight pullback or extension reset beneath the EMAs that snaps back above both with confirming volume.
Base & Break: qualifying base with sufficient duration and (optionally) dry-up volume that clears the pivot on volume expansion.
EMA Crossback: low-risk pullback to the 10/20 EMA stack after trend confirmation, highlighting secondary entries.
Extension Markers: ▲/▼ icons annotate exhaustion and reversal extremes, including distance readouts in tooltips.
Controls & Customization
Sensitivity group lets you mandate extension-first wedges and dry-up confirmation or relax them to surface more opportunities.
Volume analysis inputs manage surge, dry-up multipliers, and participation ratio; adjust to suit the symbol’s liquidity profile.
Context toggles enable short-side patterns, benchmark symbol selection, and relative strength smoothing for broader compatibility.
Institutional styling panel offers theme presets and color controls so the script blends with professional chart layouts.
Alert Framework
Built-in alerts fire for every entry (wedge pop/drop, EMA crossbacks, base break) and for key exit governance (20 EMA violation, vertical extension) plus new exhaustion/reversal extremes.
Matching alertcondition() hooks expose these events in TradingView’s picker; configure one-click alerts with custom messages.
Usage Notes
Default settings target daily growth equities; for intraday or crypto, relax the base length and volume filters or disable market context.
Combine with broader CAN SLIM screening (earnings/industry strength) and always verify signals on the weekly timeframe.
Use the dashboard to confirm market context, relative strength, and MA alignment before acting on highlighted patterns.
LANS Multi-Timeframe Trend Indicator📈 Displays real-time Bullish/Bearish trends across 1m, 5m, 15m, 1h & 1D using customizable EMA crossovers. Color-coded panel shows individual & overall trends for quick multi-timeframe confirmation.
Ideal for scalpers, day traders, and swing traders:
Quickly check short-term vs long-term trend alignment
Filter trades based on multi-timeframe confirmation
Combine with support/resistance, price action, and volume analysis
⚠ Disclaimer
This indicator is for educational purposes only. It should not be used as standalone financial advice. Always combine with proper risk management and trading strategy before entering trades.
#trend #ema #multitimeframe #dashboard #bullish #bearish #trading #panel #indicator #lans #scalping #daytradin
OBV (Delta or regular)This is a quite simple script to apply some choices to OBV.
You can choose to use regular OBV values or you can choose to use delta OBV values.
Delta OBV values calculates the delta between selling volume and buying volume per bar to find discrepancies.
You can make the OBV a smoothed line or just keep the normal rigid line. Rigid line is default.
A secondary smoothed OBV line is added automatically with color change if the OBV is above or below the smoothed line.
You can set your desired MA from SMA, EMA, VWMA and WMA, The same will be applied to both lines if chosen to smooth them both.
Both lines are editable from the styles tab (visibility, color and line type)
If you for some reason don't want color change on the secondary line, chose the same color for both color 1 and 2.
Simple delta OBV example:
If a red bar has a long lower wick, OBV will calculate the entire bar towards bearish volume, while the delta will check if there's more buying or selling happening in total. Some times you'll be able to catch divergences in the volume which implies a reversal might be in the making.
For instance more selling on a green candle making the OBV drop instead of increasing or vise versa.
Hopefully someone finds is useful.
Kameniczki RSI MASTERKAMENICZKI RSI MASTER is a professional trading indicator based on RSI (Relative Strength Index) with advanced features for precise identification of trading opportunities. The indicator combines classic RSI analysis with intelligent Zig Zag system and smoothing techniques for maximum signal accuracy.
Features:
RSI Analysis with Gradient Display
The indicator displays RSI in the lower panel with color gradient - blue for overbought zones and pink for oversold zones. RSI is calculated with adjustable period (recommended 14 for daily charts, 7-9 for shorter timeframes).
Zig Zag Signal System
Intelligent Zig Zag system generates BUY and SELL signals based on RSI extremes. The system automatically identifies swing points and creates clear visual markings with blue BUY and pink SELL labels.
Smoothing Moving Average
Advanced smoothing techniques supporting SMA, EMA, SMMA, WMA and VWMA. MA is displayed in price chart with dual-color system - blue for rising trend, pink for falling trend.
Bollinger Bands Integration
Optional Bollinger Bands around RSI and price for volatility identification and potential breakouts. Bands automatically adapt to market conditions.
Comprehensive Alert System
Extensive alert system includes Zig Zag signals, RSI levels, MA direction changes, BB touches and combined strong signals for maximum trading accuracy.
Real-Time Trend Analysis
Instant trend identification with priority for actual price direction. System displays current trend (BUY/SELL/WAIT) and risk analysis with visual table.
Risk Management
Automatic volatility and risk level analysis with percentage expression. System identifies high and low risk periods for safer trading.
Recommended Timeframes:
- 1H, 4H, 1D - optimal for swing trading
- 15M, 30M - for day trading
- 1W - for position trading
Success Rate:
- Zig Zag signals: 75-85% accuracy
- Combined strong signals: 80-90% accuracy
- Trend identification: 70-80% accuracy
- Overall system success: 75-85% with proper settings
⚠️ IMPORTANT WARNING: Zig Zag signals may cause repainting on lower timeframes. For live trading, use higher timeframes (15M, 1H+) or wait for signal confirmation to avoid false signals.
The indicator is suitable for all types of traders - from beginners to professionals, with detailed parameter adjustment options according to individual needs.
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






















