Sr.Rma.Prev High/lows with Alerts
Disclaimer: This chart is designed for educational purposes only. Please conduct your own due diligence before entering any trades.
The strategy is based on previous highs and lows, combined with stop-loss and reversal percentage logic. It is most effective on SPY and QQQ using the 1-minute time-frame, where I personally trade next-day expiration with preset configurations.
If you choose to apply it to other stocks, be sure to adjust the stop-loss % and re-entry % parameters to match your trading style and risk tolerance.
תבניות גרפים
Global Index EMA QuadrantsThis indicator displays global market indices on a 2D quadrant matrix based on their percentage distance from a selected EMA length across two different timeframes.
Features
• X-axis: % distance from EMA on a higher timeframe (default Weekly)
• Y-axis: % distance from EMA on a lower timeframe (default Daily)
• Bubble colors represent quadrants
• Count labels show how many indices are in each quadrant
How to Use
Select your preferred X timeframe, Y timeframe, and EMA length from the settings panel.
Analyze which quadrant each index is currently in to assess market momentum and breadth.
The zero axes represent the EMA level on each timeframe.
Notes
• This indicator uses only built-in request.security() data from TradingView
• No external APIs, personal data, or third-party content are used
• Designed purely for educational and market breadth analysis purposes
Tape Pressure Proxy — CVD Panel (Oscillators) v1.1 2. Add TV_TapePressure_CVDPanel.pine in a new pane to see CVD, CVD slope, and Imbalance (Z) histogram with thresholds.
3. Set alerts on the overlay script:
• “Bull Tape Pressure” → long scalps
• “Bear Tape Pressure” → short/puts scalps
4. Tune: imbThresh (0.6–1.2 typical), deltaLen (10–30), and volume filter per symbol/timeframe.
Whale Reversal Hunter//@version=5
indicator(title="Whale Reversal Hunter", shorttitle="Whale Hunter", overlay=true)
// --- INPUTS ---
// SMA settings
fast_sma_len = input.int(20, title="Fast SMA Length")
slow_sma_len = input.int(50, title="Slow SMA Length")
// RSI settings for divergence
rsi_len = input.int(14, title="RSI Length")
// Demand/Supply Zone settings
demand_zone_volume_multiplier = input.float(1.5, title="Demand/Supply Zone Volume Multiplier", step=0.1)
// --- CALCULATIONS ---
// Calculate SMAs
fast_sma = ta.sma(close, fast_sma_len)
slow_sma = ta.sma(close, slow_sma_len)
// Calculate RSI
rsi_val = ta.rsi(close, rsi_len)
// --- HIDDEN DIVERGENCE LOGIC ---
// Bullish hidden divergence: price makes a higher low, but RSI makes a lower low.
bullish_div = ta.lowest(low, 2) > ta.lowest(low, 2) and rsi_val > rsi_val
// Bearish hidden divergence: price makes a lower high, but RSI makes a higher high.
bearish_div = ta.highest(high, 2) < ta.highest(high, 2) and rsi_val < rsi_val
// --- DEMAND/SUPPLY ZONE DETECTION ---
// Identify strong demand candles (large body, high volume)
is_demand_candle = (close > open) and (close - open) > (high - low) * 0.5 and (volume > ta.ema(volume, 50) * demand_zone_volume_multiplier)
// Identify strong supply candles (large body, high volume)
is_supply_candle = (open > close) and (open - close) > (high - low) * 0.5 and (volume > ta.ema(volume, 50) * demand_zone_volume_multiplier)
// Store the most recent demand/supply zone prices and lines
var float last_demand_zone_price = na
var line last_demand_line = na
var float last_supply_zone_price = na
var line last_supply_line = na
// Update demand zone
if is_demand_candle
last_demand_zone_price := low
if not na(last_demand_line)
line.delete(last_demand_line)
last_demand_line := line.new(bar_index, low, bar_index, low, color=color.new(color.green, 0), style=line.style_solid, width=2, extend=extend.right)
// Update supply zone
if is_supply_candle
last_supply_zone_price := high
if not na(last_supply_line)
line.delete(last_supply_line)
last_supply_line := line.new(bar_index, high, bar_index, high, color=color.new(color.red, 0), style=line.style_solid, width=2, extend=extend.right)
// --- SIGNAL LOGIC ---
// Check if current price is near a demand or supply zone
is_in_demand_zone = not na(last_demand_zone_price) and (math.abs(close - last_demand_zone_price) / last_demand_zone_price) < 0.005
is_in_supply_zone = not na(last_supply_zone_price) and (math.abs(close - last_supply_zone_price) / last_supply_zone_price) < 0.005
// Bullish signal:
// 1. Bullish hidden divergence is true.
// 2. Price is near a demand zone.
// 3. Fast SMA is crossing above the Slow SMA.
bullish_signal = bullish_div and is_in_demand_zone and ta.crossover(fast_sma, slow_sma)
// Bearish signal:
// 1. Bearish hidden divergence is true.
// 2. Price is near a supply zone.
// 3. Fast SMA is crossing below the Slow SMA.
bearish_signal = bearish_div and is_in_supply_zone and ta.crossunder(fast_sma, slow_sma)
// --- PLOTS & VISUALS ---
// Plot SMAs on the chart
plot(fast_sma, title="Fast SMA", color=color.new(color.blue, 0), linewidth=2)
plot(slow_sma, title="Slow SMA", color=color.new(color.orange, 0), linewidth=2)
// Plot buy/sell signals on the chart
plotshape(bullish_signal, title="Buy Signal", location=location.belowbar, style=shape.triangleup, size=size.small, color=color.new(color.green, 0))
plotshape(bearish_signal, title="Sell Signal", location=location.abovebar, style=shape.triangledown, size=size.small, color=color.new(color.red, 0))
// Alert conditions
alertcondition(bullish_signal, title="Buy Signal", message="Whale Reversal Hunter: Potential BUY signal detected.")
alertcondition(bearish_signal, title="Sell Signal", message="Whale Reversal Hunter: Potential SELL signal detected.")
// --- FOOTNOTE ---
// This indicator is a conceptual tool for educational purposes only and not financial advice.
// Past performance is not indicative of future results.
L.I.N.E.L.I.N.E. Model (London Imbalance, New York Entries)
The L.I.N.E. indicator is designed to highlight London session fair value gaps (FVGs) created between 2:30am and 8:30am EST, and track how NYSE volume reacts to those levels on major US indices (Nasdaq & Dow).
SniperX🎯 مؤشر SniperX - نظام التداول الذكي المتقدم
مؤشر تداول احترافي مصمم خصيصاً للمتداولين العرب، يوفر إشارات دقيقة وواضحة لجميع الأسواق المالية. يتميز المؤشر بواجهة عربية كاملة وألوان مريحة للعين مع تقنيات تحليل متقدمة.
🚀 الإشارات الرئيسية: يقدم المؤشر إشارات شراء بسهم أخضر عند توقع ارتفاع الأسعار، وإشارات بيع بسهم أحمر عند توقع الانخفاض. كما يوفر إشارات إغلاق تخبرك بالتوقيت المناسب للخروج من الصفقة، بالإضافة لتحديد نقاط الهدف ووقف الخسارة بدقة عالية.
🌍 تحليل الجلسات العالمية: يميز المؤشر بين جلسات التداول المختلفة (آسيا، لندن، نيويورك) بألوان مختلفة، مما يساعدك على التركيز على أوقات النشاط العالي وتجنب أوقات الهدوء.
📊 أدوات التحليل المتقدمة: يشمل متوسط متحرك مزدوج (DEMA) لتحديد الاتجاه العام، وخطوط اتجاه تلقائية للدعم والمقاومة، ومؤشر ADX لقياس قوة الاتجاه وفلترة الإشارات الضعيفة.
💡 سهولة الاستخدام: ببساطة انتظر السهم الأخضر للشراء أو الأحمر للبيع، ادخل عند السعر المحدد، ضع وقف الخسارة والهدف حسب الإشارات، واخرج عند ظهور إشارة الإغلاق.
⚙️ قابلية التخصيص: يمكن ضبط حساسية الإشارات، الألوان، المنطقة الزمنية، وجميع الإعدادات حسب تفضيلاتك الشخصية ونمط تداولك.
🛡️ إدارة المخاطر: مزود بنظام حماية متكامل يحدد نقاط وقف الخسارة الذكية ونسب المخاطرة المثلى، مع تنبيهات فورية لجميع الإشارات المهمة.
مناسب لجميع المستويات من المبتدئين إلى المحترفين، ويعمل على جميع الأطر الزمنية وأزواج العملات والأسواق المالية المختلفة.
---
🎯 SniperX Indicator - Advanced Smart Trading System
A professional trading indicator specifically designed for Arab traders, providing accurate and clear signals for all financial markets. Features a complete Arabic interface with eye-friendly colors and advanced analysis techniques.
🚀 Main Signals: The indicator provides buy signals with green arrows when expecting price increases, and sell signals with red arrows when expecting declines. It also provides exit signals that tell you the right time to close trades, plus precise target and stop-loss identification.
🌍 Global Session Analysis: The indicator distinguishes between different trading sessions (Asia, London, New York) with different colors, helping you focus on high-activity periods and avoid quiet times.
📊 Advanced Analysis Tools: Includes Double Exponential Moving Average (DEMA) for trend identification, automatic trendlines for support and resistance, and ADX indicator for measuring trend strength and filtering weak signals.
💡 Easy to Use: Simply wait for green arrow to buy or red arrow to sell, enter at the specified price, set stop-loss and target according to signals, and exit when close signal appears.
⚙️ Customizable: Adjust signal sensitivity, colors, timezone, and all settings according to your personal preferences and trading style.
🛡️ Risk Management: Equipped with integrated protection system that determines smart stop-loss points and optimal risk ratios, with instant alerts for all important signals.
Suitable for all levels from beginners to professionals, works on all timeframes and currency pairs and different financial markets.
KT_Global Bond Yields by CountryGlobal Bond Yields Indicator Summary
The Global Bond Yields by Country indicator, developed for Trading View (Pine Script v5), provides a comprehensive tool for visualizing and analyzing government bond yields across multiple countries and maturities. Below are its key features:
Features
Country Selection: Choose from 20 countries, including the United States, China, Japan, Germany, United Kingdom, and more, to display their respective bond yields.
Multiple Maturities: Supports 18 bond maturities ranging from 1 month to 40 years, allowing users to analyze short-term to long-term yield trends.
Customizable Display:
Toggle visibility for each maturity (1M, 3M, 6M, 1Y, 2Y, 3Y, 4Y, 5Y, 6Y, 7Y, 8Y, 9Y, 10Y, 15Y, 20Y, 25Y, 30Y, 40Y) individually.
Option to show or hide all maturities with a single toggle for streamlined analysis.
10Y-2Y Yield Spread: Plots the difference between 10-year and 2-year bond yields, a key indicator of yield curve dynamics, with an option to enable/disable.
Zero Line Reference: Displays a dashed grey horizontal line at zero for clear visual reference.
Color-Coded Plots: Each maturity is plotted with a distinct color, ranging from lighter shades (short-term) to darker shades (long-term), for easy differentiation.
Country Label: Displays the selected country's name as a large, prominent label on the chart for quick identification.
Error Handling: Alerts users if an invalid country is selected, ensuring robust operation.
Data Integration: Fetches bond yield data from Trading View's database (e.g., TVC:US10Y) with support for ignoring invalid symbols to prevent errors.
This indicator is ideal for traders and analysts monitoring global fixed-income markets, yield curve shapes, and cross-country comparisons.
ICT Fair Value Gap (FVG) DetectorFair Value Gap (FVG) Indicator
Purpose: Highlights price gaps between three consecutive candles, which signal areas of imbalance that may later act as support or resistance.
How It Works: The script looks for a gap between the high of two bars ago and the low of the current bar (bullish FVG) or the low of two bars ago and the high of the current bar (bearish FVG).
Visuals: These gaps are marked as transparent boxes on the chart, extended to the right until they are "filled" or mitigated by price returning into the gap.
Customization: You can adjust which gaps show, their colors, thresholds, and other display options.
Bionic Candlestick IndikatorBionic Candlestick Indicator for TradingViewOverviewThe Bionic Candlestick Indicator is a customizable Pine Script Version 6 indicator designed for TradingView. It visually highlights key candlestick patterns to identify bullish, bearish, and Doji signals, helping traders analyze market trends and potential reversals. The indicator offers flexible display options, allowing users to plot custom candlesticks or color the chart background based on detected patterns, with optimized performance for large charts.FeaturesCandlestick Patterns:Strong Bullish: Close = High and Close > Open (e.g., strong buying pressure).
Strong Bearish: Close = Low and Close < Open (e.g., strong selling pressure).
Bullish Pullback: Close > Open with a larger High-to-Close distance.
Bearish Pullback: Close < Open with a larger Low-to-Close distance.
Doji Patterns: Bullish Doji, Bearish Doji, Equilibrium Doji (Open = Close with balanced wicks), and Empty Doji (High = Low and Open = Close).
Customizable Colors: Choose colors for each pattern (e.g., yellow/green for bullish, blue/red for bearish, purple for Equilibrium Doji).
Display Options:Plot custom candlesticks over the chart or color the background.
Toggle visibility of specific patterns (bullish, bearish, Doji, Equilibrium).
Performance Optimization: Limits calculations to a user-defined number of bars (max_bars) to reduce lag on large charts.
How to UseAdd the Indicator:Copy the provided Pine Script code into TradingView’s Pine Editor.
Click “Add to Chart” to apply the indicator.
Adjust Visual Order:To ensure the indicator displays correctly, go to the indicator list in TradingView, click the gear icon next to “Bionic Candlestick Indikator,” and select “Visual Order > Bring to Front.”
If “Draw Above Chart” is enabled, hide the chart’s default candlesticks:Go to Chart Settings > Symbol > uncheck “Candles” to avoid overlap.
Configure Settings:Open the indicator’s settings and adjust the following:Bullish/Bearish/Doji/Equilibrium Signals: Enable or disable specific candlestick patterns.
Candlestick Colors: Select colors for each pattern (e.g., yellow, green, blue, red, purple, gray).
Draw Above Chart: Check to plot custom candlesticks; uncheck to color the chart background.
Maximum Bars to Calculate: Set to a value like 2000–5000 to limit calculations and improve performance (set to 0 for no limit).
Save the settings.
Interpretation:Bullish Signals (Yellow/Green): Indicate potential buying opportunities or upward momentum.
Bearish Signals (Blue/Red): Suggest selling pressure or downward momentum.
Doji Patterns (Dark Green/Dark Red/Purple/Gray): Highlight market indecision or potential reversals.
Combine with other indicators (e.g., RSI, moving averages) for confirmation.
Performance Tips:Set “Maximum Bars to Calculate” to a lower value (e.g., 2000) to reduce lag on charts with many bars.
Use TradingView’s Pine Profiler to identify performance bottlenecks.
Test on smaller timeframes or chart ranges to ensure smooth rendering.
NotesVisual Order: If the indicator only appears after clicking the chart, ensure it is set to “Bring to Front” in the visual order, and disable default candlesticks if plotting custom ones.
Performance: Lowering “Maximum Bars to Calculate” reduces computational load but may skip older signals. Adjust based on your chart size and needs.
Compatibility: The indicator uses Pine Script Version 6. If TradingView does not support Version 6, change @version=6 to @version=5 and retest.
Debugging: If issues persist, check for conflicts with other indicators or chart settings, and ensure the chart is refreshed.
This indicator is ideal for traders looking to visually identify key candlestick patterns with customizable options, optimized for performance on TradingView charts. For support or further customization, refer to TradingView’s documentation or community forums.
TWS - ATM CE/PE Price Lines + PCRThis indicator is used for PCR & put & call line display on same chart.
Ultra Accurate SignalsUltra Accurate Signals – The ultimate trading companion that cuts through market noise and delivers laser-accurate buy & sell alerts. Built for traders who want clarity, speed, and results. One signal can change everything—are you ready?
TradeStockOnev4Professional Trading Strategy
Specializes in trading uptrends, riding long-term waves
Limits frequent entries
Suitable for medium- to long-term stock trading
C25_EngulfingEngulfing Testing Script. Best used for 5m MNQ futures. Can work on others with tweaks to parameters
TradeIQ 3.31 • Smart Market Direction [JA]TradeIQ is designed to guide traders with predictive arrows that highlight potential market peaks and reversal zones. It also provides entry point guidance along with suggested TP/SL zones, giving you a practical framework for trade planning.
✅ Key Features:
• Predictive arrows for possible turning points
• Visual guide for entry opportunities
• Suggested TP/SL zones for trade management
• Scalping signals to capture quick, short-term opportunities
• Works across Forex, Gold, Crypto, and Indices
• Fully customizable to match your trading style
Built from years of trading experience, TradeIQ gives traders a clear visual roadmap to support decision-making — not rigid signals.
👉 Perfect for traders who want guidance, structure, and clarity in the markets.
TradeIQ 3.31 • Smart Market Direction [KO]TradeIQ is designed to guide traders with predictive arrows that highlight potential market peaks and reversal zones. It also provides entry point guidance along with suggested TP/SL zones, giving you a practical framework for trade planning.
✅ Key Features:
• Predictive arrows for possible turning points
• Visual guide for entry opportunities
• Suggested TP/SL zones for trade management
• Scalping signals to capture quick, short-term opportunities
• Works across Forex, Gold, Crypto, and Indices
• Fully customizable to match your trading style
Built from years of trading experience, TradeIQ gives traders a clear visual roadmap to support decision-making — not rigid signals.
👉 Perfect for traders who want guidance, structure, and clarity in the markets.
Premium & Liquidity Zones By TradingSmurf ver.20250911=========================================
Premium & Liquidity Zones (PLZ) + AEMA
=========================================
Features:
----------
• Liquidity Zones (Daily / Weekly / Monthly)
- Previous Highs/Lows with text labels
- Auto purge when liquidity is swept
• Adaptive EMA (Kaufman-style)
- Fast = 2, Slow = 30, Efficiency = 10
- Toggle On/Off
• Premium & Discount Zones
- Supply/Demand imbalance shading
• Market Structure Tools
- BOS (Break of Structure) / CHoCH detection
- Order Blocks
- Fair Value Gaps (FVGs)
- MSS signals
- Swing High/Low labels
• Signals & Alerts
- SSMA crossover Buy/Sell signals
- BOS, CHoCH, MSS alerts
Usage:
-------
All-in-one Smart Money Concepts (SMC) toolkit
for liquidity, structure, and adaptive trend
confirmation.
ICT NDOG/NWOGICT NDOG / NWOG — Opening Gap Visualizer
Plots daily (NDOG) and weekly (NWOG) opening gaps.
An opening gap is the price range between the previous close and the new session’s open.
Features:
• Optional border lines at gap high/low.
• Optional Consequent Encroachment line (50%).
• Optional Quadrant lines (25% and 75%).
• Color customization
• Custom NDOG and NWOG amount (separated)
*Also included in ICT ULT (All In One) Indicator
*Feel free to suggest improvement in the comments
TradeIQ 3.31 • Smart Market Direction [EN]
TradeIQ is designed to guide traders with predictive arrows that highlight potential market peaks and reversal zones. It also provides entry point guidance along with suggested TP/SL zones, giving you a practical framework for trade planning.
✅ Key Features:
• Predictive arrows for possible turning points
• Visual guide for entry opportunities
• Suggested TP/SL zones for trade management
• Scalping signals to capture quick, short-term opportunities
• Works across Forex, Gold, Crypto, and Indices
• Fully customizable to match your trading style
Built from years of trading experience, TradeIQ gives traders a clear visual roadmap to support decision-making — not rigid signals.
👉 Perfect for traders who want guidance, structure, and clarity in the markets.
Manipulation Ribbon [FxScripts]Manipulation Ribbon
Designed to detect areas of price manipulation by Market Makers vs areas where it is trading in a natural, price-driven state. By identifying zones of control and imbalance, the ribbon provides a clear visualization of where price is being held or artificially displaced, offering key insights into potential future direction.
Indicator Function
Unlike traditional oscillators, the Manipulation Ribbon plots a continuous line or ribbon, with no defined y-axis. The ribbon dynamically adapts to market conditions, allowing the user to spot potential manipulation and price containment vs natural price movement.
Calculation Methodology
The Manipulation Ribbon is derived exclusively from price action. The underlying algorithm evaluates where price is, where it should be and where it’s being held.
The resulting ribbon reflects these dynamics in real time, providing a visual framework for interpreting price behavior at a granular level.
Operational Use: Divergences
The primary use of the Manipulation Ribbon is to locate divergences between price and the ribbon.
There are two distinct types of divergence to look for:
Price Containment: Where the ribbon moves but price doesn’t. This can help identify zones where price is being held, often preceding sharp movements once control is released.
Price Manipulation: Where price moves but the ribbon doesn’t. This can help identify liquidity sweeps, often preceding swift reversals once the liquidity has been taken.
Analytical Scenarios
High Liquidity Sweep: Price forms a higher high while the ribbon forms a lower high. Indicates a liquidity sweep may be occurring at the highs and a potential bearish reversal may be imminent.
Low Liquidity Sweep: Price forms a lower low while the ribbon forms a higher low. Indicates a liquidity sweep may be occurring at the lows and a potential bullish reversal may be imminent.
Top Edge Hold: Upwards movement of the ribbon without price followthrough. Indicates price may be being held at the highs, suggesting Market Makers are artificially holding price down in order to create a top edge and potential bearish reversal.
Bottom Edge Hold: Downwards movement of the ribbon without price followthrough. Indicates price may be being held at the lows, suggesting Market Makers are artificially holding price up in order to create a bottom edge and potential bearish reversal.
Settings
Guides: Option to have dynamic guides applied to your chart. Customizable style, color and width.
Guide Lookback: Due to the ribbon having a non-standard y-axis scale, it’s not possible to plot standard interval guides. Due to technical limitations this value is not calculable automatically either. The upper and lower bounds of the guides are therefore calculated using a user-inputted lookback function. In order to ensure the guides use the correct y-axis on the chart, simply input the average number of bars in your current viewport using the ruler, the guides will automatically update to match this.
Line 1 / Band 1: Option to turn on/off Line 1 and Band 1 alongside updating color and linewidth. Line 1 and Band 1 use the current chart symbol as their source.
Line 2 / Band 2: Option to add a second line and/or band to the chart. Use this to compare any correlated instrument e.g. BTCUSDT and ETHUSDT (as visualized in the chart above) or other pairs such as XAUUSD/XAUEUR or ES/NQ. Due to differences in y-axis scaling it's advised to add this as an additional indicator on a new pane (as per chart above).
Inverse Line 2 / Band 2: Option to show/hide the inverse of Line 2 and Band 2. This is useful for comparing inversely correlated symbols e.g. EURUSD and USDCHF.
Performance and Optimization
Backtesting Results: The Manipulation Ribbon has undergone extensive backtesting across various instruments, timeframes and market conditions, demonstrating strong performance in identifying where price is out of sync with its natural state. User backtesting is strongly encouraged as it allows traders to gain familiarity with the ribbon using their preferred instruments and timeframes.
Optimization for Diverse Markets: The Manipulation Ribbon can be used on crypto, forex, indices, commodities and stocks. The Manipulation Ribbon's algorithmic foundation ensures consistent performance across a variety of instruments. The lack of complex settings makes it easy for the trader to set up and go.
Educational Resources and Support
Users of the Manipulation Ribbon benefit from comprehensive educational resources and full access to FxScripts Support. This ensures traders can maximize the potential of the Manipulation Ribbon and other tools in the Sigma Indicator Suite by learning best practices and gaining insights from an experienced team of traders.
TradeIQ 3.31 • Smart Market Direction [TH]TradeIQ is designed to guide traders with predictive arrows that highlight potential market peaks and reversal zones. It also provides entry point guidance along with suggested TP/SL zones, giving you a practical framework for trade planning.
✅ Key Features:
• Predictive arrows for possible turning points
• Visual guide for entry opportunities
• Suggested TP/SL zones for trade management
• Scalping signals to capture quick, short-term opportunities
• Works across Forex, Gold, Crypto, and Indices
• Fully customizable to match your trading style
Built from years of trading experience, TradeIQ gives traders a clear visual roadmap to support decision-making — not rigid signals.
👉 Perfect for traders who want guidance, structure, and clarity in the markets.
MONEYZEYAH | SMART TREND LINESAutomatically detects swing highs/lows, draws trend lines, marks key support/resistance levels, and highlights breakouts for fast trend analysis. 📈🚩