MA Crossover Scalper [4H]//@version=5
indicator("MA Crossover Scalper ", overlay=false)
// Market Cap Filter (Volume as proxy)
volumeValid = volume >= 500000 and volume <= 4000000
// MA Crossover System
ma9 = ta.sma(close, 9)
ma21 = ta.sma(close, 21)
bullishCross = ta.crossover(ma9, ma21) and close > ma21
bearishCross = ta.crossunder(ma9, ma21) and close < ma21
// Volume Confirmation
volumeSpike = volume > ta.sma(volume, 20) * 1.3
// Final Signals
bullSignal = bullishCross and volumeSpike and volumeValid
bearSignal = bearishCross and volumeSpike and volumeValid
// Output for Screener
plot(bullSignal ? 1 : 0, "Bull MA Cross", color=color.green)
plot(bearSignal ? 1 : 0, "Bear MA Cross", color=color.red)
ממוצעים נעים
50-Week EMA & 100-Week MA (any TF)50-Week EMA & 100-Week MA
EMA 50W retains your stepline style.
MA 100W uses a normal smooth line (you can change style to stepline if you want).
Works on any timeframe — weekly calculation
Multi EMA and SMA with VWAP Indicator📊 Custom Multi-MA & VWAP Indicator
A comprehensive and fully customizable moving average indicator that combines 6 Exponential Moving Averages (EMAs), 3 Simple Moving Averages (SMAs), and VWAP in one clean, easy-to-use tool.
✨ Features:
6 Configurable EMAs:
• Default periods: 9, 21, 50, 100, 150, 200
• Fully adjustable lengths
• Individual color customization
• Show/hide toggles for each EMA
3 Configurable SMAs:
• Default periods: 20, 50, 100
• Fully adjustable lengths
• Individual color customization
• Show/hide toggles for each SMA
• Thicker lines for easy distinction from EMAs
VWAP (Volume Weighted Average Price):
• Toggle on/off
• Customizable color and line width
• Essential for intraday trading and institutional levels
🎯 Use Cases:
• Trend identification and confirmation
• Support and resistance levels
• Entry and exit signals
• Multi-timeframe analysis
• Day trading and swing trading strategies
• Institutional price levels (VWAP)
⚙️ Fully Customizable:
Every aspect of this indicator is configurable through the settings panel:
• Adjust any MA period to fit your trading strategy
• Choose your preferred colors for better chart visualization
• Enable/disable specific MAs to reduce chart clutter
• Customize VWAP line thickness
📈 Perfect For:
• Traders who use multiple moving averages in their strategy
• Those seeking an all-in-one MA solution
• Clean chart organization with one indicator instead of multiple
• Both beginners and experienced traders
💡 Tips:
• Use shorter EMAs (9, 21) for quick trend changes
• Longer EMAs (100, 150, 200) act as strong support/resistance
• VWAP is particularly useful for intraday trading
• Customize colors to match your chart theme
Version: Pine Script v6
Overlay: Yes (plots directly on price chart)
PRO Triple+ Confirmation Overlay SignalsThis script uses the 200 SMA + RSI + MACD confirmations as buy and sell signals. It only give a signal if all three line up. works well for general market direction signals. It also has a higher time frame filter that will filter out 70%-90% of traps and counter trend signals. MACD momentum trigger times entries with momentum shifts. RSI confirmation as well as volume confirmation to remove entries in low volume dead markets.
Adaptive ATR% Grid + SuperTrend + OrderFlipDescription:
This indicator combines multiple technical analysis tools to identify key price levels and trading signals:
ATR% Grid – automatic plotting of support and resistance levels based on current price and volatility (ATR). Useful for identifying potential targets and entry/exit zones.
SuperTrend – a classic trend indicator with an adaptive ATR multiplier that adjusts based on average volatility.
OrderFlip – identifies price reversal points relative to a moving average with ATR-based sensitivity, optionally filtered by OBV and DMI.
MTF Confirmation – multi-timeframe trend verification using EMA to reduce false signals.
Signal Labels – "LONG" and "SHORT" labels appear on the chart with an offset from the price for better visibility.
JSON Alerts – ready-to-use format for automated alerts, including price, SuperTrend direction, Fair Zone, and ATR%.
Features:
Fully compatible with Pine Script v6
Lines and signals are fixed on the chart, do not shift with new bars
Configurable grid, ATR, SuperTrend, and filter parameters
Works with MTF analysis and classic indicators (OBV/DMI)
Usage:
Best used with additional indicators and risk management strategies. ATR% Grid is ideal for both positional trading and intraday setups.
перевод на русский
Описание:
Этот индикатор объединяет несколько методов технического анализа для выявления ключевых уровней цены и сигналов на покупку/продажу:
Сетка ATR% (ATR% Grid) – автоматическое построение уровней поддержки и сопротивления на основе текущей цены и волатильности (ATR). Позволяет видеть потенциальные цели и зоны входа/выхода.
SuperTrend – классический трендовый индикатор с адаптивным множителем ATR, который корректируется на основе средней волатильности.
OrderFlip – определение моментов разворота цены относительно скользящей средней с учетом ATR, с возможностью фильтрации по OBV и DMI.
MTF-подтверждение – проверка направления тренда на нескольких таймфреймах с помощью EMA, чтобы снизить ложные сигналы.
Сигнальные метки – на графике появляются "LONG" и "SHORT" с отступом от цены для наглядности.
JSON Alerts – готовый формат для автоматических уведомлений, включающий цену, направление SuperTrend, Fair Zone и ATR%.
Особенности:
Поддержка Pine Script v6
Линии и сигналы закреплены на графике, не двигаются при обновлении свечей
Настраиваемые параметры сетки, ATR, SuperTrend и фильтров
Совместимость с MTF-анализом и классическими индикаторами OBV/DMI
Рекомендации:
Используйте в сочетании с другими индикаторами и стратегиями управления риском. Сетка ATR% отлично подходит для позиционной торговли и интрадей.
ATR% Grid – automatic plotting of support and resistance levels based on current price and volatility (ATR). Useful for identifying potential targets and entry/exit zones.
SuperTrend – a classic trend indicator with an adaptive ATR multiplier that adjusts based on average volatility.
ORB indicatorthis indicator marks out the first 15 min high and low on the candle that opens in each session, very easy to read and minimalist
50 & 200 SMA + RSI Average Strategy (Long Only, Single Trade)It works better in trending markets. It delivers its best performance in the 4-hour to 1-day timeframes.
EMA CrossMoving averages based trend indicator
Plots
Hull Moving average 34
Simple MA 200
Exponential MA 5
Signals on crossing and turn around points.
💀 DarkPool's Moving Averages 💀DarkPool's Moving Averages is a consolidated trend analysis tool that allows traders to plot up to five distinct moving averages (MAs) within a single indicator pane. This script is designed to declutter trading charts by replacing multiple individual indicator instances with one comprehensive solution.
Beyond standard plotting, the indicator features Multi-Timeframe (MTF) capabilities, allowing users to overlay higher-timeframe trends (e.g., Daily or Weekly averages) onto lower-timeframe charts (e.g., 5-minute or 1-hour). It also utilizes dynamic color-coding to visually indicate instantaneous trend direction based on the slope of the moving average.
Key Features
5-in-1 Architecture: Configure and toggle up to five independent moving averages simultaneously.
Multi-Timeframe (MTF) Support: Calculate moving averages based on timeframes different from the current chart (e.g., view a 200-day EMA while trading on a 15-minute chart).
Dynamic Trend Coloring: Lines automatically change color based on their slope (rising vs. falling) to provide immediate visual trend confirmation.
Versatile Calculation Models: Supports major averaging methods including SMA, EMA, WMA, RMA, VWMA, and HMA.
How to Use
1. Trend Identification The primary use of this tool is to identify the market trend direction at a glance.
Bullish Trend: When the Moving Average line is colored in the "Bullish Color" (default: dark/green tones) and sloping upward.
Bearish Trend: When the Moving Average line is colored in the "Bearish Color" (default: light/red tones) and sloping downward.
2. Dynamic Support and Resistance Traders can use specific lengths (e.g., 50, 100, 200) to identify dynamic support and resistance levels.
Entry: In an uptrend, price retracing to a rising MA often presents a buying opportunity.
Exit: In a downtrend, price rallying to a falling MA often presents a selling opportunity.
3. The "Ribbon" Effect By enabling multiple MAs with sequential lengths (e.g., 10, 20, 50, 100, 200), traders can visualize the strength of the trend.
Expansion: When the lines spread apart, the trend is strengthening.
Contraction/Crossover: When the lines converge or cross, the trend is weakening or consolidating.
4. Multi-Timeframe Analysis Use the "Timeframe" input in the General Settings to lock the calculations to a specific period.
Example: Set the Timeframe to "D" (Daily) and the Length to 200. You can now drop down to a 5-minute chart, and the indicator will still display the significant 200-Day Moving Average, acting as a major anchor for intraday price action.
Configuration Guide
General Settings
Timeframe: Determines the data source for all MAs. Leave at default to use the current chart's timeframe, or select a specific higher timeframe for macro analysis.
Price Source: Selects the data point used for calculation (Close, Open, High, Low, etc.).
Moving Average Configurations (MA1 - MA5) Each of the five slots allows for individual customization:
Enable: Toggle the visibility of the specific MA.
Type: Select the calculation method.
SMA: Simple Moving Average (Standard).
EMA: Exponential Moving Average (Weight on recent data).
HMA: Hull Moving Average (Reduced lag).
VWMA: Volume Weighted Moving Average.
WMA/RMA: Weighted and Rolling Moving Averages.
Note: While many types are listed, the script explicitly calculates the types listed above; others may default to standard SMA behavior.
Length: The lookback period (e.g., 20, 50, 200).
Colors (Bull/Bear): Customize the colors used when the line is rising versus falling.
Line Style: Choose between Solid, Dashed, or Dotted lines to differentiate between the five MAs.
Disclaimer: This indicator is provided for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a guarantee of future results.
ema_sw_alligatorA powerful and visually intuitive trading indicator that plots four exponential moving averages (EMA 8, 13, 48, 200) with customizable offsets and dynamic gradient visualization between the fast EMAs.
key features:
- four ema periods: displays ema 8, 13, 48, and 200 with customizable lengths
- customizable offsets: each ema can be shifted forward or backward in time (default: ema 200 offset 20, ema 48 offset 5, ema 13 offset 10, ema 8 offset 0)
- dynamic gradient system: visual color gradient between ema 8 and ema 13 that changes based on momentum:
-- green gradient when ema 8 crosses above ema 13 (bullish momentum)
-- red gradient when ema 8 crosses below ema 13 (bearish momentum)
- full customization:
- toggle individual ema visibility on/off
- customize colors for each ema line
- adjust gradient colors and transparency
- modify offset values for each ema
trading strategy:
ENTRY (Long)
- DAILY Chart
- 8 EMA crosses above 200 and 13 EMA
- Price remains above 200 EMA
- Break of Structure
Stay in:
- IF price stays above 8/13 and 48EMA after Entry
EXIT / STOP:
- Stop under recent swing low
- Exit when price crosses below 13 EMA IF under Entry
- Exit when price crosses below 48 EMA IF under Entry
trading applications:
- identify trend direction using the ema alignment
- spot potential entry points when ema 8 crosses ema 13 with gradient color confirmation
- use ema 48 and ema 200 as longer-term trend filters
- the offset feature helps anticipate potential support/resistance levels
- clear entry and exit rules based on EMA crossovers and price structure
settings overview:
- adjust ema lengths according to your trading style
- modify offsets to fine-tune the indicator's responsiveness
- customize colors for better visual clarity
- control gradient transparency to balance visibility and chart readability
perfect for swing traders, day traders, and anyone who uses moving average crossovers in their trading strategy. the visual gradient makes it easy to identify momentum shifts at a glance, while the clear trading rules provide a systematic approach to entries and exits.
5 MA Length Custom [wjdtks255]Indicator Title: 5 MA Length Custom
This indicator is a minimalist tool designed for pure trend visualization across five user-defined periods using Simple Moving Averages (SMAs). It contains no built-in signals or dynamic features—it serves strictly as a trend filter and confirmation layer.
Key Features and Customization
The indicator plots five fixed-color, fixed-thickness moving average lines. Only the Length (period) of each MA can be changed in the settings, offering clean, focused market analysis.
MA 1 (Default 5): Immediate price action.
MA 2 (Default 20): Short-term momentum.
MA 3 (Default 60): Key Mid-term Trend Line.
MA 4 (Default 40): Proxy for the standard Bollinger Band Center Line.
MA 5 (Default 120): Major Long-term Trend.
🧭 Trading Strategy: MA Filtered Reversion
This strategy uses the MA hierarchy for trend filtering and bias confirmation when executing trades based on an external signal indicator (e.g., a volatility/reversal signal like BB OPT EN).
🟢 Long Bias Confirmation (Buy)
The short-term trend must support the mid-term trend. This is confirmed when MA 2 (20) is positioned above MA 3 (60). When this alignment occurs, you should only take external Buy signals (reversal signals) for higher probability trades.
🔴 Short Bias Confirmation (Sell)
The short-term trend must align with the bearish direction. This is confirmed when MA 2 (20) is positioned below MA 3 (60). When this alignment occurs, you should only take external Sell signals (reversal signals) for higher probability trades.
Triple Moving Averages Daily on Timeframe (10/20/50 with LabelsUnlike other MA's this give me on daily time frame irrespective of chart time
EMA Stack Background HighlighterThis is a simple script that highlights my backround when my criteria for my context timeframe is met, specifically, price is above the 10 EMA, the 10 is above the 20, and the 20 is above the 50 for green and vice versa for red. I use this in a multi timeframe approach similar to mentfx's EVC criteria
Multi MAThis TradingView indicator displays four customizable moving averages on your price chart: two Exponential Moving Averages (EMAs) and two Simple Moving Averages (SMAs).
The default settings show a 10-period EMA (aqua), 21-period EMA (orange), 50-period SMA (green), and 200-period SMA (red), which are commonly used timeframes for trend analysis.
Each moving average can be individually toggled on or off, and their lengths and colors are fully adjustable through the indicator settings.
The EMAs react more quickly to price changes while the SMAs provide smoother, more gradual trend indicators, making this useful for identifying support/resistance levels and trend direction.
Traders often watch for crossovers between these moving averages as potential entry or exit signals, with the 50/200 SMA cross being particularly significant as the "golden cross" or "death cross."
The Trade Plan 9 & 15 EMA⭐ What Are EMAs?
An Exponential Moving Average (EMA) gives more weight to recent prices, making it more responsive than a simple moving average.
9-EMA = very fast, reacts quickly to price changes
15-EMA = slightly slower, smooths short-term noise
Together they help identify momentum shifts.
📈 How the 9/15 EMA Strategy Works
1. Buy Signal (Bullish Crossover)
You enter a long (buy) trade when:
➡ 9 EMA crosses above the 15 EMA
This suggests momentum is shifting upward and a new uptrend may be forming.
2. Sell Signal (Bearish Crossover)
You enter a short (sell) trade or exit long positions when:
➡ 9 EMA crosses below the 15 EMA
This suggests momentum is turning downward.
🔧 How Traders Typically Use It
Entry
Wait for a clear crossover.
Confirm with price closing on the same side of EMAs.
Some traders add confirmation using RSI, MACD, or support/resistance.
Exit
Several options:
Exit when the opposite crossover occurs.
Exit at predetermined risk-reward levels (e.g., 1:2).
Use trailing stop below/above EMAs.
👍 Strengths
Easy to follow
Good for fast-moving markets
Works well on trending markets
Minimal indicators needed
👎 Weaknesses
Whipsaws in sideways markets
Many false signals on very low timeframes
Works best with additional filters
🕒 Common Timeframes
Scalping: 1m, 5m
Day trading: 5m, 15m
Swing trading: 1H, 4H
BaraaCoOL's Multi-Timeframe Signals**BaraaCoOL's RTD - Real-Time Direction Indicator**
© BaraaCoOL 2025 | Version 1.0
**🎯 What Does This Indicator Do?**
RTD shows you the market direction across multiple timeframes in one simple dashboard. When all timeframes align, you get clear BULLISH or BEARISH signals to help you make better trading decisions.
**📊 What You See on Your Chart:**
1. **Dashboard Table** - Shows 6 timeframes (M5, M15, M30, H1, H4, D1)
- **R Row** = Momentum strength (green = bullish, red = bearish)
- **T Row** = Trend acceleration (green = accelerating up, red = accelerating down)
- **D Row** = Direction status (▲ = up, ▼ = down, ● = neutral)
- **TREND Row** = Overall signal (BULLISH/BEARISH/NEUTRAL)
2. **Colored Zones** - Show you where price is relative to trend
- Green zones = Price above trend (bullish area)
- Red zones = Price below trend (bearish area)
3. **Trend Line** - Main reference line
- Cyan color = Price is above (bullish)
- Pink color = Price is below (bearish)
4. **Signal Arrows** (optional)
- ▲ Green arrow = Potential buy signal
- ▼ Red arrow = Potential sell signal
**🔔 How to Get Alerts:**
**Quick Setup (Single Symbol):**
1. Add the indicator to your chart
2. Click the Alert button (⏰) at the top
3. Select "BaraaCoOL's RTD" → "Dashboard BULLISH/BEARISH"
4. Click Create
**For Multiple Symbols:**
1. Make a watchlist with symbols you want to monitor
2. Click Alert button (⏰)
3. In "Symbol" dropdown → Choose your watchlist
4. In "Condition" → Select "BaraaCoOL's RTD" → "Dashboard BULLISH/BEARISH"
5. Click Create
You'll get notified whenever ANY symbol in your watchlist turns BULLISH or BEARISH!
**💡 How to Trade With It:**
**Simple Strategy:**
- Dashboard shows **BULLISH** → Look for BUY opportunities
- Dashboard shows **BEARISH** → Look for SELL opportunities
- Dashboard shows **NEUTRAL** → Stay out or wait for confirmation
**Best Results:**
- Wait for the TREND row to show BULLISH or BEARISH
- This happens when M5, M15, and M30 all align in the same direction
- The stronger the alignment, the better the signal
**⚙️ Settings You Can Change:**
- **Dashboard Position** - Move it to any corner of your chart
- **Dashboard Size** - Compact (phone), Normal (desktop), Large (tablet)
- **Show/Hide Elements** - Turn on/off zones, trend line, or arrows
- **Colors** - Customize all colors to match your style
- **Sensitivity** - Adjust how fast the indicator responds to price changes
**✅ Works On:**
- All markets (Forex, Crypto, Stocks, Indices, Commodities)
- All timeframes (1-minute to Monthly)
- All trading styles (Scalping, Day Trading, Swing Trading)
**⚠️ Important:**
- Use proper risk management
- Don't risk more than you can afford to lose
- This indicator is a tool to help analysis, not a guarantee of profits
- Combine with your own analysis and strategy
**Need Help?** Send me a message on TradingView!
The Lighthouse Protocol (Fortress)This is the official live trading overlay for the Lighthouse Protocol system. It is designed to keep your charts clean and distraction-free while processing institutional trend data in the background.
Purpose: Unlike the "Auditor" (which is for backtesting), The Compass is built for daily execution. It removes the historical trade lines and focuses solely on the current market state.
Visual Features:
The Beam: A color-coded Cloud (Blue/Orange) that visualizes the H1/H4 Institutional Trend.
The Anchor: Clear ⚓ BUY and ⚓ SELL signal labels that only appear when all safety filters (Horizon, Beam, Tide) are aligned.
The Fog Light: If the background turns Gray, the market is in "Chop/Fog" (Low ADX). Do not trade.
The Night Watch: If the background turns Black, it is the Asian Session. The system is resting.
Risk Management:
Automatically draws the suggested Stop Loss line (Red Line) based on the 2.5 ATR "Safe Harbor" calculation.
How to Use:
Apply to GBPUSD or EURUSD on the 4-Hour (4h) timeframe.
Wait for a valid "Anchor" signal.
Set your Stop Loss at the Red Line provided.
Set Alerts on the script to be notified instantly.
Invite-Only Script.
Call Put on same chart [FREE]Description:
This innovative indicator provides a unique, real-time visualization of both Call and Put option prices for the same strike price directly on your TradingView chart. Designed for active options traders, it simplifies the analysis of price action for specific strikes, helping you quickly identify significant levels and potential shifts in market interest.
important : choose only put option call option automatically plot on chart
This indicator works with Indian market (nifty , banknifty ,sensex ,crudeoil , naturalgas )
Key Features:
Integrated Call & Put Prices: Clearly displays the prices of both Call and Put options for a user-defined strike price within the same indicator pane, offering an immediate side-by-side comparison.
Real-time Data: Plots live option price updates, allowing you to monitor the dynamic interplay between Calls and Puts throughout the trading session.
Intuitive Visualization: Transforms complex options data into easily digestible lines on your chart, making it easier to spot trends, relative strength, and support/resistance levels at crucial strikes.
User-Friendly Inputs: Simple input fields allow you to easily select the underlying symbol, expiry date, and the specific strike price you wish to monitor.
Enhanced Options Analysis: A valuable tool for gauging market participants' expectations and positioning at key psychological or technical levels.
How to Use:
Add the "Call Put on same chart" to your chart.
The indicator will then plot the corresponding Call and Put prices on your chart in real time.
Important Note:
This indicator provides a visual tool for options analysis and does not constitute financial advice.
Options trading involves significant risk and may not be suitable for all investors.
Users are encouraged to combine this tool with their own comprehensive analysis and risk management strategies.
The Lighthouse Protocol (Auditor)This is the official backtesting engine for the Lighthouse Protocol system. It allows users to verify the performance of the strategy on historical data before trading.
System Overview: The Lighthouse Protocol is an institutional swing trading system optimized for the 4-Hour (H4) timeframe. It utilizes a "Fortress" logic that filters signals based on:
The Horizon: Daily 50 EMA Trend alignment.
The Beam: H1/H4 Trend Cloud alignment.
The Fog Light: ADX Volatility filter to prevent trading in chop.
The Tide: RSI Momentum checks.
Risk Management: This strategy uses a dynamic ATR-based Stop Loss (2.5 Multiplier) and includes a Trailing Stop feature to maximize trend capture.
Instructions: Load this strategy on GBPUSD 4H or EURUSD 4H to view the backtest performance (Profit Factor, Drawdown, and Net Profit).
This script is Invite-Only.
Just SetupJust Setup — Modular Multi-Timeframe MA + Intraday Levels
Just Setup is a modular multi-timeframe tool that combines customizable Moving Averages with key intraday market levels.
It is designed for traders who need a flexible, clean and highly configurable structure that adapts naturally to any trading style — intraday or swing.
🎛️ Main Features
1️⃣ Four Fully Independent MA Groups
Each MA group includes:
On/Off toggle
Independent visibility range (Min TF / Max TF)
Up to 3 MA lines per group
10+ MA types (EMA, SMA, HMA, TEMA, DEMA, VWMA, WMA, SMMA, ZLEMA, LSMA)
Custom period, color and width
Dynamic labels with automatic text contrast
All MAs are calculated directly on the active chart (no request.security), meaning no repainting or sliding values.
2️⃣ Automatic MA Labels
Shows MA type + length
Adjusts text color based on background for maximum readability
Appears only on the last candle to keep charts clean
3️⃣ Previous Day High & Low (PDH / PDL)
Automatically detects previous day’s high & low
Extends levels across the current session
Optional labels
Supports multi-day history
Useful for identifying reactive liquidity zones and structural S/R context.
4️⃣ Premarket High & Low (PMH / PML)
Detects premarket range (04:00–09:30 ET)
Locks levels at market open
Extends lines throughout the trading day
Optional labels
Automatic session reset
5️⃣ All-Time High (ATH) Line
Automatically tracks and updates ATH
Clean visual line with optional label
No history shifting or distortion
⚙️ Ideal Use Cases
Multi-TF trend context
MA confluence framework
Intraday levels (PDH/PDL, PMH/PML)
Higher timeframe swing structure
Clean, configurable chart layouts
System building and backtesting environments
🚫 Disclaimer
This indicator does not generate buy/sell signals and should not be considered financial advice. It is a visual analysis tool meant to support independent decision-making.
OG INDICATORTrade Legacy All-in-One Institutional Indicator
Unlock institutional-grade trading with this comprehensive Pine Script indicator. Seamlessly integrates multiple EMAs, SMAs, VWAPs, and ORB displays into one effortless panel—mimicking pro standards for quick, intuitive analysis.
Per Trade Legacy (Jackie): "This is the only indicator you need for profitability." Pair it with your strategy for powerful confluence, boosting edge and profits.
Simple setup, zero clutter. Premium access via invite-only.






















