Intraday Scalping Trading System with AlertsThis is a unique script in the way it signals and alert on Volume Imbalances and VWAP based out on ATR. Many professional traders consider Volume Imbalance as a great indicator to identify stock movement.
I didn't find any indicator or all these option together so created one for us.
1. Fully controllable with toggle buttons.
2. Choose you best Trading directional signals with filters as per your sentiments -
2. EMA crossings
- EMA crossings + VWAP confirmation
- EMA crossings + SuperTrend Confirmation
3. Highest and Lowest volumes visually appeared
4. OHLCs Daily, Weekly and Monthly line options
5. First Candle Range - you can choose First candle range and it's time frame (default IST 9:15 but you can customize in pinescript as per your preferred Time Zone or just hide with toggle button.
移動平均線
WMA 5/10/30/40/80/1006 WMAs on the chart: 5, 10, 30, 40, 80, and 100 — each in its own color.
This indicator plots multiple Weighted Moving Averages (WMA) on the price chart: 5, 10, 30, 40, 80, and 100.
Shorter WMAs (5 & 10) react quickly to price changes and are useful for short-term trend detection.
Longer WMAs (30, 40, 80, 100) help identify medium- to long-term trends and dynamic support/resistance zones.
Traders often watch for crossovers between short-term and long-term WMAs as potential trade signals.
My_EMA_CloudsThis script is a comprehensive technical indicator for trading, which includes several functional blocks:
Consolidation zones
Detects and displays price consolidation areas
Draws horizontal support/resistance lines
Generates breakout alerts (up/down)
Allows customization of analysis period and minimum consolidation length
EMA Clouds (Exponential Moving Averages)
Contains 5 sets of EMA clouds with customizable periods
Each cloud consists of short and long EMAs
Cloud colors change depending on trend direction
Offers offset and display settings customization
Support and Resistance Levels
Automatically detects key levels
Uses ATR (Average True Range) for calculation
Displays extended levels
Allows visual style customization
Side Volume Indicator
Shows volume distribution across price levels
Visualizes buy and sell volumes
Displays Point of Control (PoC)
Customizable number of histograms
Liquidation Zones
Identifies potential areas of mass position liquidations
Displays levels with different multipliers (10x, 25x, 50x, 100x)
Shows position volume
Includes heatmap functionality
The script provides traders with a comprehensive set of tools for market analysis, including trend indicators, support/resistance levels, volume metrics, and potential price movement zones. All components can be customized to fit individual trading strategies.
Best usage with Likelihood of Winning - Probability Density Function
Данный скрипт представляет собой комплексный технический индикатор для трейдинга, который включает в себя несколько функциональных блоков:
Зоны консолидации
Определяет и отображает области консолидации цены
Рисует горизонтальные линии поддержки/сопротивления
Генерирует оповещения о прорывах вверх/вниз
Позволяет настраивать период анализа и минимальную длину консолидации
Облака EMA (Exponential Moving Averages)
Содержит 5 наборов EMA-облаков с настраиваемыми периодами
Каждое облако состоит из короткой и длинной EMA
Цвета облаков меняются в зависимости от направления тренда
Есть возможность настройки смещения и отображения
Уровни поддержки и сопротивления
Автоматически определяет ключевые уровни
Использует ATR (средний истинный диапазон) для расчета
Отображает расширенные уровни
Позволяет настраивать визуальный стиль
Индикатор бокового объема
Показывает распределение объема по ценовым уровням
Визуализирует объемы покупок и продаж
Отображает точку контроля (PoC)
Настраиваемое количество гистограмм
Зоны ликвидаций
Определяет потенциальные зоны массовых ликвидаций позиций
Отображает уровни с разными множителями (10x, 25x, 50x, 100x)
Показывает объем позиций
Включает функцию тепловой карты
Скрипт предоставляет трейдерам комплексный набор инструментов для анализа рынка, включая трендовые индикаторы, уровни поддержки/сопротивления, объемные показатели и зоны потенциальных движений цены. Все компоненты можно настраивать под индивидуальные торговые стратегии.
SPX EMA 9/21 + VWAP Strategy1. Temporality: 2 minutes.
2. EMA 9 and EMA 21:
• Purchase Call: when EMA 9 crosses up EMA 21 and the price is > VWAP.
• Put : when EMA 9 crosses down EMA 21 and the price is < VWAP.
3. Stop and Take Profit:
• Stop: candle closure on the other side of the VWAP.
• TP: configurable in points (e.g. +10 pts, +20 pts) or up to the opposite crossing of EMAs.
• Long enters when EMA 9 crosses up 21 and the price is above VWAP.
• Short enters when the EMA 9 crosses down the 21 and the price is below VWAP.
• TP and SL in SPX points (configurable in inputs).
• You can run in 2 minutes on SPX.
KAMA Trend Flip with Snap & Follow - SightLing Labs🔭 OVERVIEW
KAMA Snap Follow is a customized adaptation of the Kaufman Adaptive Moving Average (KAMA) that overlays a trend-tracking line on the chart. It computes an adaptive smoothing constant from the efficiency ratio, then incorporates conditional enhancements: a "snap" mechanism to boost responsiveness on significant counter-trend bars surpassing an ATR-based threshold, and a temporary "follow" mode after trend flips to intensify adaptation for a user-defined number of bars. This allows the line to hug price more closely during early reversal phases before returning to standard smoothing for noise filtration. The line colors green for upward trends (rising KAMA), red for downward (falling KAMA), and gray for neutral, with optional alerts on trend changes. If the structure invalidates (e.g., via excessive lag or unconfirmed flips), no automatic cleanup occurs—users manage via settings tweaks and backtesting.
🔭 CONCEPTS
* Adaptive smoothing core: Builds on KAMA's efficiency ratio to dynamically adjust between fast and slow constants, gliding over minor volatility while aiming to react to directional shifts.
* Snap trigger: Detects potential reversals via large bar changes opposing the prior trend, exceeding a multiplier of ATR; this temporarily amplifies the smoothing constant (capped at 1.0) to pull KAMA toward price.
* Follow mode activation: Post-flip, engages a boosted adaptation phase for a fixed bar count, forcing tighter shadowing in the new direction to reduce lag on true turns, then reverts to absorber mode.
* Trend detection: Simple comparison of current vs. prior KAMA values defines up/down/neutral, with no embedded signals—purely for visual trend context.
* Risk-aware design: No guarantees; focuses on lag reduction in simulations (e.g., 38-54% trough lag cuts on synthetic volatile series), but real-market performance varies—backtest thoroughly.
🔭 FEATURES
* Custom KAMA calculation with manual efficiency ratio and smoothing powers for baseline adaptation.
* ATR-integrated snap for reversal sensitivity, with adjustable multiplier and boost.
* Post-flip follow mode with configurable period and boost to enhance new-trend hugging.
* Trend coloring and flip alerts: Green/red/gray line with conditions for up/down/neutral; alerts on changes.
* User controls:
Source (e.g., close).
Efficiency Ratio Length (pivot-like sensitivity).
Fast/Slow Powers (adaptation speed).
ATR Length (volatility measure).
Snap Multiplier/Boost (reversal threshold/amplification).
Follow Period/Boost (post-flip duration/intensity).
* Efficient execution: Lightweight, no heavy buffers—suitable for intraday charts via backtested tweaks.
🔭 HOW TO USE
* Tune sensitivity: Shorten Efficiency Ratio Length on lower timeframes for quicker reactions; lengthen on higher for smoother trends. Test ATR Length against asset volatility.
* Monitor flips: Use green/red shifts as trend context—combine with your strategy (e.g., crossovers, support/resistance) for potential entries; alerts notify changes.
* Leverage modes: Snap helps catch sharp turns; follow mode tightens tracking post-reversal—observe on historical data to gauge lag reduction (e.g., 30-57% miss cuts on 0.20 moves in tests).
* Apply MTF: Spot broader trends on 5m; refine on 30s/1m near flips. Backtest configurations to avoid over-optimization.
* Integrate confluence: Pair with volume, RSI, or your filters; never rely solely—markets evolve, so validate via simulations and live observation.
🔭 CONCLUSION
KAMA Snap Follow evolves standard KAMA by adding snap and follow mechanics to combat reversal lag while filtering bumps, offering a visual tool for trend analysis in volatile intraday setups. Developed to address traditional adaptive averages' delays without introducing excessive whipsaw (e.g., zero added in noisy flats per tests), it provides adjustable parameters for customization. No performance promises—results hinge on backtesting and market fit; use as a framework for scenario evaluation, not automated trading.
Example Configurations (derived from synthetic tests on SOFI-like intraday volatility; backtest and adjust):
- For 30s charts (high noise, rapid shifts): Efficiency Ratio Length=20, Fast Power=1, Slow Power=15, ATR Length=10, Snap Multiplier=1.2, Snap Boost=2.0, Follow Period=5, Follow Boost=2.5—yields ~40% lag reduction on turns, filtering 85% of <0.01 fluctuations.
- For 1m charts (moderate volatility): Efficiency Ratio Length=30, Fast Power=2, Slow Power=20, ATR Length=14, Snap Multiplier=1.5, Snap Boost=2.5, Follow Period=8, Follow Boost=3.0—achieves ~30% lower reversal misses (e.g., 0.08 vs. 0.12 on 0.20 swings), stable in 50-bar chops.
- For 5m charts (trendier flows): Efficiency Ratio Length=50, Fast Power=3, Slow Power=40, ATR Length=20, Snap Multiplier=1.8, Snap Boost=3.0, Follow Period=12, Follow Boost=3.5—boosts post-flip hug by 25%, ignoring 90% of ±0.05 noise across 100 bars.
EMA vs TMA Regime FilterEMA vs TMA Regime Filter
This indicator is built as a visual study tool to compare the behavior of the Exponential Moving Average (EMA) and the Triangular Moving Average (TMA).
The EMA applies an exponential weighting to price data, giving stronger importance to the most recent values. This makes it a faster, more responsive line that reflects short-term momentum. The TMA, by contrast, applies a double-smoothing process (or in the “True TMA” option, a split SMA sequence), which produces a much slower curve. The TMA emphasizes balance over reactivity, often used for filtering noise and observing longer-term structure.
When both are plotted on the same chart, their differences become clear. The shaded region between them highlights times when short-term price dynamics diverge from longer-term smoothing. This is where the idea of “regime” comes in — not as a trading signal, but as a descriptive way of seeing whether market action is currently dominated by speed or by stability.
Users can customize:
Line styles, widths, and colors.
Cloud transparency for visual clarity.
Whether to color bars based on relative position (optional, purely visual).
The goal is not to create a system, but to help traders experiment, observe, and learn how different smoothing techniques can emphasize different aspects of price. By switching between the legacy and true TMA, or adjusting lengths, users can study how each approach interprets the same data differently.
VXN Range FilterThis indicator is based on other open source scripts. It's designed for Nasdaq futures (NQ and MNQ), combining a range filter with CBOE VXN Index (Nasdaq-100 volatility) signals to identify buy and sell opportunities.
It overlays on the price chart, using a smoothed price filter to reduce noise and dynamic bands for target zones. The VXN's EMA and SMA determine bullish (EMA < SMA, green background)
or bearish (EMA > SMA, red background) market conditions to confirm signals. Buy/sell signals are generated when the price breaks out of the filter in the trend direction, confirmed by the VXN state and a change in prior condition to avoid redundant signals.
The indicator is suitable for swing or trend-following strategies, with adjustable parameters
for customization. Visuals include colored bars (white: bullish, blue: bearish, light blue: neutral), target bands, and labeled signals. Alerts are provided for buy, sell, or both.
TCLC - Multi TimeFrame VWAPVWAP :
VWAP, or Volume Weighted Average Price, is a trading indicator that represents the average price of a security over a specific period, weighted by the volume of trades at each price level. It is calculated by taking the sum of the product of price and volume and dividing it by the total volume for the period. Essentially, VWAP shows the average price at which most trades occurred, giving more weight to prices with higher trading volumes.
The Indicator Plots the VWAP in Daily, WEEKLY , MONTHLY , YEARLY which helps to gauage the trend where the Volume vs Price exists....
Optimized Trend-Momentum SignalsThis indicator combines trend, momentum, and volume-strength factors into a single buy/sell signal system. It integrates:
SMA 200 → Identifies the long-term trend (price above = bullish bias, below = bearish bias).
MACD (12,26,9) → Confirms momentum direction with line crossovers.
RSI (7) → Filters strength (above 50 = bullish, below 50 = bearish).
ROC (45) → Validates positive or negative rate of change.
Signal Logic:
Buy Signal → Price above SMA 200, MACD bullish, RSI > 50, and ROC > 0.
Sell Signal → Price below SMA 200, MACD bearish, RSI < 50, and ROC < 0.
Features:
Clear arrows for BUY and SELL signals.
Long-term SMA plotted for trend visualization.
Alerts built-in for real-time notifications.
This tool helps traders filter out noise and act only when all major confirmation factors align, reducing false signals and improving decision-making.
SMA Trade Signal with BackgroundSMA Trade Signal with Background, using 5 & 20 simple moving averages, only showing buy signals during an uptrend and sells during a down trend.
Hull Moving Average (Open-Close)Hull Moving Average (Open-Close) with Advanced Alerts
Overview
This indicator presents an enhanced version of the Hull Moving Average (HMA) that uses the average of open and close prices as its source calculation. It features multiple alert conditions and visual signals to help traders identify trend direction changes and potential entry points with precision.
Key Features
Unique Source Calculation: Uses (open + close)/2 instead of the typical close price, providing a balanced view of price action
Dynamic Coloring: Optional setting colors the HMA green when rising and red when declining for instant visual trend recognition
Multiple Alert Conditions:
HMA Direction Change: Alerts when the HMA changes direction
HMA Up/Down Specific Alerts: Separate alerts for upward and downward turns
Candle Body Cross: Alerts when a candle's body crosses above or below the HMA
Visual Signals: Triangle markers show HMA direction changes, and circles indicate candle body crosses
Input Parameters
Length: Period for HMA calculation (default: 9)
Dynamic Color: Toggles color-changing HMA based on direction (default: true)
Alert Conditions
HMA Up: Triggers when the HMA turns upward
HMA Down: Triggers when the HMA turns downward
HMA Direction Change: General alert for any direction change
Candle Body Cross HMA: Triggers when a full candle body crosses the HMA
Usage
Trend Identification: The HMA's slope and color indicate trend direction
Entry Signals: Candle body crosses above/below HMA may suggest potential entry points
Confirmation: Use in conjunction with other indicators for trade confirmation
Ideal For
Swing traders looking for trend direction changes
Day traders seeking precise entry signals
Price action traders who prefer open-close averaged calculations
This indicator provides a clean, customizable implementation of the Hull Moving Average with multiple alert options suitable for various trading styles.
Note: This is a technical analysis tool and should be used as part of a comprehensive trading strategy. Always practice risk management.
Neural Fusion Pro v2 — Adaptive Trend Strategy🔥 Neural Fusion Pro v2 — Adaptive Trend Strategy
This strategy fuses trend, momentum, volatility, and multi-timeframe analysis into one powerful trading system.
It adapts dynamically to market conditions with risk-based position sizing, ATR stop losses, and reward-target exits.
✅ Features:
📈 EMA + RSI Fusion → core entries with adaptive crossover filters.
⏱️ Multi-Timeframe Confirmation → confirm trades with higher timeframe EMA.
📊 ADX Trend Strength Filter → avoids chop, trades only strong trends.
⏰ Session Filter → restricts trading to your chosen market session.
🛡️ ATR-based Stop Loss + Risk/Reward TP.
⚖️ Dynamic Position Sizing → risk % per trade with max position cap.
💡 Equity Curve Display + Alerts → track performance and automate signals.
💡 Best Use Cases:
Works across crypto, forex, indices, and stocks.
Ideal for trend-followers who want risk-managed signals.
Can be combined with manual confirmation for swing or intraday trading.
Shaded EMA CrossIndicator included 5 EMA's ( 9,20,50,100,200 ) with EMA cross marker
and shaded area between EMAs.
Shaded EMA100 and EMA200 to see market trend.
Shaded EMA20 and EMA50 to see market short trend.
Trend Strength Confidence Gauge LiteMost traders don’t fail from bad charts — they fail from bad timing. Jumping in too early, bailing too soon, or freezing when the move finally comes.
The Trend Strength Confidence Meter strips away the noise and highlights the three factors that matter most:
Trend → The confirmed direction of the market
Confidence → Concise tool clarity providing quick entries
Strength → Strength Score shows the underlying battle between buyers and sellers
How to Use It:
Watch the Moving Average Ribbon (Hull MA) for a flip: green = uptrend, red = downtrend.
Act only when ribbon color matches the Confidence thumbs-up.
Confirm with Strength 3+ before entry.
When trend, confidence, and strength align, you reduce risk and step in at tighter entry points — giving clarity for entries and conviction to hold through stronger moves.
Advanced Indicators Made Simple — Provided by The AI Trading Desk
Vietnamese: Swing Low Detection with SMA Bands & BackgroundThis script detects **swing lows** using a dynamic SMA-based logic and visually highlights them on the chart.
Features
Customizable Moving Averages: Supports multiple MA types (SMA, EMA, WMA, RMA, HMA, DEMA, TEMA, VWMA).
Swing Low Visualization: Identifies swing lows when price closes below the SMA of lows and exits once price trades above the SMA of highs.
Smart Rectangles: Marks detected swing lows with labeled boxes for clear visual reference.
Background Highlights**: Dynamically shades the chart background when price breaks below recent swing lows, helping traders spot potential breakdown zones.
Configurable Parameters: Period length, rectangle length, and MA source can all be tuned.
Use Cases
Spot breakdown/bearish continuation signals when price closes under recent lows.
Combine with higher timeframe trend analysis for confluence.
Notes
* This tool is designed for **visual analysis** and is not a standalone buy/sell signal.
* Works best when combined with broader trend analysis, support/resistance levels, and volume.
Multi-EMA System (9,34,50,200)This script gives you:
Yellow line: 9 EMA (your fastest momentum indicator)
Orange line: 34 EMA (good for short-term trend confirmation)
Blue line: 50 EMA (classic medium-term trend line)
Red line: 200 EMA (the big daddy - long-term trend and major support/resistance)
I made the 200 EMA a bit thicker since it's usually the most significant level. You can adjust the colors in the script if you prefer different ones.
9 EMA vs VWAP - v6 (fixed)Simply gives a BUY signal when the 9EMA crosses the VWAP to the upside, and a SELL signal when the 9EMA crosses the VWAP to the downside. Mostly useful between the hours of 9:30am EST and 11am EST.
VXN EMA RibbonThis indicator is based on other open source scripts. It's designed for Nasdaq futures (NQ or MNQ). It plots an EMA Ribbon with multiple exponential moving averages to identify trends, with background coloring filtered by the VXN index direction to highlight bullish or bearish market conditions. Users should go bullish when all EMAs are aligned (shorter EMAs above longer EMAs) and match a bullish VXN direction, or bearish when all EMAs are aligned (shorter EMAs below longer EMAs) and match a bearish VXN direction.
VXN MACDThis indicator is based on other open source scripts. It's designed for Nasdaq futures (NQ or MNQ). It is a MACD indicator that generates buy/sell signals based on MACD crossovers, filtered by the VXN index direction to align with bullish or bearish trends.
ConeWave MACoRa Wave is a custom-weighted moving average designed to adapt intelligently to market dynamics. It builds upon the foundational logic of the Comp_Ratio_MA by @redktrader, incorporating a compound ratio-based weighting curve that emphasizes recent price action while preserving smoothness and structure with pinescript version 6.
This version introduces modular enhancements, including:
A Comp Ratio Multiplier for fine-tuned responsiveness
Optional Auto Smoothing based on wave length
Streamlined plotting for clarity and performance
Whether you're confirming market structure, identifying trend shifts, or seeking a cleaner alternative to noisy indicators, CoRa Wave offers a visually intuitive and mathematically elegant solution.
🛠 Reimagined by @atulgalande75 — optimized for traders who value precision, adaptability, and clean charting. Original concept by @redktrader.
Ribbon — multi-MA trend bandsRibbon paints five translucent bands between six moving averages to visualize trend structure and regime at a glance. You can choose the MA type (EMA/SMA/WMA), customize lengths, and switch the coloring logic between an anchor-based mode and strict alignment.
What it shows
Six MAs on the current timeframe (defaults: 5 / 34 / 55 / 89 / 144 / 233).
Five bands filled between consecutive MAs:
5–34, 34–55, 55–89, 89–144, 144–233.
Optional plotting of MA lines (hidden by default to keep the chart clean).
Coloring modes
1. By EMA233 (Anchor mode)
Each band is colored Up or Down by comparing its upper MA to the anchor (the 6th MA in inputs, default length 233).
If MA > anchor → Up color (supportive regime).
If MA < anchor → Down color (resistive regime).
2. By Alignment
All bands share one color depending on strict ordering:
Up if MA1 > MA2 > MA3 > MA4 > MA5 > MA6
Down if MA1 < MA2 < MA3 < MA4 < MA5 < MA6
Gray otherwise (no clean alignment).
Inputs (key)
MA Type : EMA / SMA / WMA (applies to all six MAs).
MA 1…MA 6 (anchor) : lengths for each average (defaults form a classic ribbon up to 233).
Up/Down colors : band palette.
Base transparency / step : controls band opacity gradient (top band uses Base, each next band adds Step).
Show MA lines + Lines transparency : optionally draw the six MA curves.
How to read it
Directional bias : when most bands are green (anchor mode) or the whole ribbon is green (alignment mode), momentum favors the upside; red implies downside pressure.
Quality of trend : a persistent alignment (all ordered) signals a cleaner trend. Mixed/gray suggests chop or transition.
Pullback zones : price returning toward inner bands can mark areas to watch for continuation vs. failure.
Implementation notes
No higher-timeframe data, no lookahead — this is a non-repainting, current-TF visualization.
Bands still render even when MA lines are hidden (the script uses hidden plot anchors under the hood).
This is an indicator , not a strategy — it does not open/close trades or calculate P&L.
Disclaimer
This script is for educational and informational purposes only and does not constitute financial advice. Always test on historical data and manage risk appropriately.
BornInvestor MA CloudsBornInvestor MA Clouds
The BornInvestor MA Clouds script is a powerful, multi-layered moving average cloud system designed to help traders visualize market trends, momentum shifts, and crossover signals in a clear, intuitive way.
🔑 Features
Up to 5 customizable MA Clouds
Choose between SMA or EMA for each moving average.
Flexible input sources (Close, Open, High, Low, etc.).
Adjustable lengths for full control over short-, medium-, and long-term trend analysis.
Dynamic Cloud Coloring
Clouds automatically change color to reflect bullish or bearish momentum.
Customizable transparency and color schemes for each cloud.
Crossover Signals
Visual triangle markers appear when faster MAs cross above/below slower MAs.
Bullish crossovers are shown below bars, bearish crossovers above bars.
Alerts Ready 🚨
Built-in alert conditions for bullish and bearish crossovers (Cloud 1).
Alerts trigger once per bar for cleaner signals.
Clean Visuals
Option to show/hide individual MA lines.
Lightweight design optimized for clarity on any chart.
📊 How to Use
Clouds act as dynamic support/resistance zones. Price above the cloud signals bullish momentum, while price below the cloud signals bearish conditions.
Crossover signals help identify potential trend reversals or entry points.
Use multiple clouds (short, medium, long-term) for multi-timeframe confluence.
⚠️ Disclaimer
This script is for educational purposes only and not financial advice. Always combine with your own research and risk management before trading.