AQS Gold Strategy//@version=5
indicator("AQS Gold Strategy", overlay=true)
// === المؤشرات ===
// EMA 200 لتحديد الاتجاه
ema200 = ta.ema(close, 200)
plot(ema200, color=color.orange, title="EMA 200")
// MACD
= ta.macd(close, 12, 26, 9)
macd_cross_up = ta.crossover(macdLine, signalLine)
macd_cross_down = ta.crossunder(macdLine, signalLine)
// Stochastic RSI
k = ta.stoch(close, high, low, 14)
d = ta.sma(k, 3)
stoch_overbought = k > 80 and d > 80
stoch_oversold = k < 20 and d < 20
// Volume Filter
vol_condition = volume > ta.sma(volume, 20)
// === شروط الدخول والخروج ===
// دخول شراء: تقاطع MACD صاعد + تشبع شراء في Stoch RSI + السعر فوق EMA 200
long_condition = macd_cross_up and stoch_oversold and close > ema200 and vol_condition
// خروج شراء أو دخول بيع: تقاطع MACD هابط + تشبع بيع في Stoch RSI + السعر تحت EMA 200
short_condition = macd_cross_down and stoch_overbought and close < ema200 and vol_condition
// === رسم إشارات الدخول والخروج ===
plotshape(long_condition, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(short_condition, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
// === تنبيهات ===
alertcondition(long_condition, title="Buy Alert", message="إشارة شراء حسب استراتيجية AQS Gold")
alertcondition(short_condition, title="Sell Alert", message="إشارة بيع حسب استراتيجية AQS Gold")
Candlestick analysis
Data Monitoring TableThis is a visual data dashboard specifically designed for users engaged in quantitative trading and technical analysis. It is equipped with two data tables that can dynamically display key market technical indicators and cryptocurrency price fluctuation data, supporting customizable column configurations and trading mode filtering.
✅ Core Features:
Intuitive display of critical technical indicators, including the Relative Strength Index (RSI), K-line entity gain, upper/lower shadow ratio, trading volume level, and change rate.
Multi-timeframe tracking of price fluctuations for BTC/ETH/SOL/XRP/DOGE (1-day, 6-hour, 3-hour).
Selectable trading modes: "long-only", "short-only", or "both".
Customizable number of columns to adapt to analysis needs across different timeframes.
All data is visualized in tables with color-coded prompts for market conditions (overbought, oversold, high volatility, low volatility, etc.).
📈 Target Audience:
Investors seeking systematic access to technical data.
Quantitative strategy developers aiming to capture market structural changes.
Intermediate and beginner traders looking to enhance market intuition and decision-making.
New Feature:
We have added a trading volume monitoring grade setting feature. Users can set the monitoring grade by themselves. When the market trading volume reaches this grade, the system will trigger an alarm. The default setting is level 5. This setting is designed to filter out trades with small fluctuations, helping users to capture key trading signals more accurately and improve the efficiency of trading decisions.
中文介绍
这是一款专为量化交易和技术分析用户设计的可视化数据仪表盘。它配备两个数据表格,可动态展示关键市场技术指标与加密货币价格波动数据,支持自定义列配置和交易模式筛选。
✅ 核心功能:
直观展示相对强弱指标(RSI)、K 线实体涨幅、上下影线比例、成交量水平及变化率等关键技术指标。
多时间框架追踪 BTC/ETH/SOL/XRP/DOGE 价格波动(1 日、6 小时、3 小时)。
可选交易模式:“仅做多”“仅做空” 或 “多空双向”。
可自定义列数,适配不同时间框架的分析需求。
所有数据以表格可视化呈现,通过颜色标注提示市场状况(超买、超卖、高波动、低波动等)。
📈 目标用户:
寻求系统获取技术数据的投资者。
旨在捕捉市场结构变化的量化策略开发者。
希望提升市场洞察力和决策能力的初、中级交易者。
新增功能:
我们新增了成交量监控等级设置功能。用户可自行设定监控等级,当市场成交量达到该等级时,系统将触发警报。默认设置为 5 级,此设置旨在过滤掉小幅波动的交易,帮助用户更精准地捕捉关键交易信号,提升交易决策效率。
Supply & Demand Zones - Inside FormationsSupply and demand formations based on inside bar breakouts. Automatically plots zones to buy and sell from. MTF analysis available.
15m ORB Pip Run MeasurementThis is just my work in progress. Don't waste your time. It measures the amount of pips that the 15 minute ORB goes in the direction of the breakout.
Custom Buy/Sell Indicator with AlertsGives buy and sell indicators based on VWAP and order imbalance
EBP mtf+fib (Nephew_Sam_)EBP (Engulfing Bar Pattern) Multi-Timeframe Indicator
This indicator identifies special engulfing bar patterns that take liquidity from previous candles, making it ideal for trading reversals and continuations. Unlike traditional engulfing patterns, this enhanced version requires the current candle to break the previous candle's extreme (high/low) before closing beyond its open.
Key Features:
• Multi-timeframe analysis (up to 6 timeframes)
• Customizable Fibonacci retracement levels
• Visual table showing active engulfing patterns
• Color-coded bars for easy pattern identification
• Optional timeframe labels on Fibonacci levels
Trading Strategy:
1. Identify EBP patterns on higher timeframes (HTF)
2. Use Fibonacci levels from the EBP candle for potential entries on lower timeframes
3. For bullish setups: Price breaks previous low then closes above previous open
4. For bearish setups: Price breaks previous high then closes below previous open
Perfect for traders looking to catch strong reversal moves or continuation patterns with clear entry points based on liquidity sweeps.
1-Min Change of State Buy/Sell SignalBuy & Sell Indicator. Calls a signal based on break of structure, momentum and trend
1-Min Change of State Buy/Sell SignalBuy & Sell Indicator. signals a trade based on BOS (Break of Structure), Momentum, and trend
Double Inside Body Candles with Box & Alert + 5-Bar LinesThis indicator identifies Double Inside Body Candle patterns, where:
Candle 1 is completely inside Candle 2,
Candle 2 is completely inside Candle 3 (the parent candle),
Candle 3 has a real body (not a doji or negligible body size).
Once the pattern is detected:
A label appears below the current candle.
A highlight box is drawn around Candle 3 (the parent candle) body range.
Horizontal lines are drawn from the top and bottom of Candle 3’s body and extend forward for exactly 5 bars to visualize potential breakout levels.
The script also detects and highlights breakouts:
🔼 Bullish breakout: if price closes above Candle 3's body high.
🔽 Bearish breakout: if price closes below Candle 3's body low.
Alerts are available for:
Double Inside Body pattern detection
Bullish breakout
Bearish breakout
Traders can use this script to identify consolidation periods (double inside bars), then monitor for breakout opportunities in either direction, using the 5-bar lines as short-term breakout levels.
MergedCandles_Ver1[VNFlow]📌 Indicator Name: "Merged Candles "
🔍 Overview:
This indicator displays merged higher-timeframe candles (HTF) directly on lower-timeframe charts. It helps visualize broader market structure and potential support/resistance zones.
🧠 Key Features:
• Auto Timeframe Detection: Automatically selects suitable HTF based on current chart (e.g., 1D → 1W, 1W → 1M).
• Custom Range Modes: Choose between:
o High/Low range
o Accurate range using previous close
o Heikin Ashi range
• Dynamic Box Visualization: Candles are drawn as colored boxes for easy interpretation:
o Green for bullish, red for bearish
o Real-time updating for the current candle
• Customizable Colors & Borders
• Supports All Markets (Stocks, Futures, Crypto, etc.)
🎯 Ideal for:
Smart Money Concepts (SMC), Wyckoff, swing trading, and multi-timeframe analysis.
=====
Email: hasobin@outlook.com
[km] Pivot Points ColoredScript Overview: Your Compass in a Complex Market – Supporting Your Next Move with Daily & Weekly Pivots
This indicator is designed to be a powerful compass that answers those questions, guiding your trading decisions.
This script automatically displays Pivot Points (PP), along with Resistance (R) and Support (S) lines, for both Daily and Weekly timeframes. These lines represent key market turning points, price levels that many traders worldwide actively watch. With this single tool, you'll gain immediate clarity on crucial levels across all timeframes, from day trading to swing trading.
These Pivot Points will powerfully assist your trade judgment. Add it to your chart and experience its effectiveness for yourself!
Key Features: Deeper Analysis for Your Trading
Daily & Weekly Pivot Display: See both daily pivots, for tracking intraday movements, and weekly pivots, for understanding broader trends, simultaneously. This allows you to overlap and confirm key levels across different timeframes right on your chart.
Extensive Line Style Customization: Freely customize the color, thickness, and line style (solid, dashed, etc.) for the Pivot Point, and each Resistance and Support line. Adjust them to match your chart's theme and personal preferences for optimal visibility.
Flexible Pivot Period Specification: You can set the period used for pivot calculations. This allows you to adjust the sensitivity of the pivot lines according to your specific analytical objectives.
Traditional Pivot Calculation: By default, the indicator uses the Traditional Pivot calculation method, which is the most common and widely utilized by traders. Capture market movements precisely with this simple yet powerful approach.
🕯️ Candlestick Pattern Identifier by Sanal✅ Features:
Identifies common single, double, and triple candlestick patterns
Displays pattern names directly above/below candles
Color-coded for bullish/bearish clarity
Customizable settings to toggle patterns
📌 Candlestick Patterns Included:
🔹 Bullish:
Hammer
Inverted Hammer
Bullish Engulfing
Piercing Line
Morning Star
Three White Soldiers
🔹 Bearish:
Shooting Star
Hanging Man
Bearish Engulfing
Dark Cloud Cover
Evening Star
Three Black Crows
CrumpBot Short - Górny Knot z filtrem wzrostu (knots)The indicator works on the same principle as Crumpbot, this one is for shorts
Aggressive Volume Indications + SupertrendVolume Precision: The aggressive volume logic is well-designed to filter for conviction-backed price movement. Using (high - low) * 0.7 as the body filter adds a nice touch to weed out noise.
Customizability: The script allows for tunable inputs on both the volume and trend side, which gives flexibility across different instruments or timeframes.
Trend Detection Logic: Your use of persistent variables to track supertrend and trendUp adds robustness to the trend-following element.
💡 Suggestions:
Optional Signal Confirmation: You could incorporate a confirmation mechanism—like checking if price closes above or below the Supertrend line before plotting the aggressive volume markers. That might help filter out traps during ranging markets.
Barcolor or Background Highlighting: For visual clarity, adding barcoloring based on aggressive buying/selling might amplify signal visibility.
Entry/Exit Potential: Consider integrating a simple crossover strategy to simulate entries based on these signals—especially since you're already working on a Nifty 50 script with market psychology in mind.
Candle Range Detector by TradeTech AnalysisCandle Range Detector by TradeTech Analysis
This advanced indicator identifies and visualizes price compression zones based on inside bar formations, then tracks how price behaves around those zones — offering valuable insights into liquidity sweeps, range expansions, and trap/mitigation behavior.
The script builds upon the foundational concept of range-based price action, commonly used by institutional traders, and adds automation, mitigation tracking, and sweep detection to map how price reacts around these critical ranges.
🔍 How It Works:
• Range Formation: A new range is detected when the current candle forms entirely within the high and low of the previous candle (i.e., an inside bar). This behavior often indicates price compression and potential breakout zones.
• Range Extension: Once a range is confirmed, the script projects upper and lower boundaries (using either a percentage-based multiplier or Fibonacci log extension), providing context for expected breakout zones.
• Mitigation Tracking: The script continuously monitors whether price breaks above or below the projected extensions, marking that range as mitigated — useful for confirming whether liquidity was absorbed.
• Sweep Detection: If price re-visits a mitigated zone and shows signs of a liquidity sweep (via wick + close behavior), the indicator triggers visual sweep labels and optional alerts.
🧠 Optional Visual Enhancements:
• Highlight range-forming candles with light blue background (toggle on/off)
• Midpoint dotted line for symmetry analysis
• Labels for “Range High” and “Range Low” for visual clarity
• Dynamic box drawing that adapts upon mitigation or continuation
⚙️ Customizable Features:
• Choose between Normal and Fibonacci-based detection modes
• Toggle visibility of range boxes, extension lines, and sweep markers
• Configure sweep alerts, mitigation window size, and visual transparency
⸻
🧪 Use Cases
• Identify consolidation zones before major price moves
• Confirm liquidity sweeps for entry/exit traps
• Visualize and test mitigation behavior of past zones
• Combine with Order Flow or Volume Profile tools to enhance context
⸻
⚠️ This is a fully original implementation that goes beyond classical inside-bar scanners by incorporating mitigation, extension projection, and liquidity sweeps — making it a powerful tool for intraday, swing, and even Smart Money-based trading setups.
Trading in The Day 1h Ver1 [VNFlow]Trading in the Day 1h Ver1 :
This TradingView script combines multiple professional tools into one for short-term trend-following and intraday trade planning. It includes:
Auto-anchored AVWAPs for 1-day, 2-day, Week-to-Date (WTD), and Month-to-Date (MTD) levels.
A 5-day Moving Average (EMA or SMA) automatically adjusted based on timeframe and exchange hours.
Optional Pivot Points (support/resistance) with classic floor trader formulas.
High/Low of current and previous day as potential S/R zones.
Buy/Sell signal labels based on MA and AVWAP alignment (shows only the first of consecutive signals).
Clean visuals with toggle options to customize which elements are shown.
Perfect for traders using multi-timeframe confirmation, anchored VWAP, and classic support/resistance techniques.
CrumpBot
Main functions of the indicator:
Filters candles based on volume:
Can compare the launch volume to the basic volume of the next date (e.g. 20 or 50 candles), excluding extremely high values so that the average is not distorted.
Can also have, if the volume exceeds the set, utility value.
Analyzes shaped candles:
Checks if the lower node of the candle is long enough in relation to its body (e.g. at least 50%), which can occur with strong demand and rejection of generated prices.
RSI indicator indicator:
Optionally filters only when RSI is below the basic level (e.g. 50), which is an external oversold market.
Additional conditions:
Can generate a signal only if the candle is covered by a percentage of candles.
Optionally requires that the price has fallen by a percentage (e.g. at least 3%) in the last 15 minutes, which could be a potential low and a chance to reject the trend.
Signal:
Draws on the chart as a green triangle below the candle when all the required candle requirements are connected.
Additional draws a blue circle above the candle if the candle meets the candle cover condition.
Moving Average Crossover Fast Moving Average (default: 9-period ) — reacts quickly to price changes.
Slow Moving Average (default: 21-period ) — smooths out long-term trends.
How It Works:
A Buy Signal is generated when the fast MA crosses above the slow MA, indicating potential upward momentum.
A Sell Signal is triggered when the fast MA crosses below the slow MA, signaling possible bearish momentum.
Features:
Customizable fast and slow MA periods.
Clear BUY/SELL labels directly on the chart.
Works on any timeframe or asset (stocks, crypto, forex, etc.).
Great for trend-following and swing trading strategies.
S&P Power Hour Liquidity Sweep StrategyThis indicator is designed for intraday traders who want to take advantage of liquidity grabs, break of structure (BOS), and optimal entry points during the most volatile hours of the trading day: the NYSE Power Hours (09:30–10:30 AM and 02:30–04:00 PM EST).
Key Features:
Power Hour Detection:
Automatically identifies the two most liquid hours of the trading session.
Liquidity Sweep Detection:
Highlights when price sweeps a recent swing high or low — a common trap before reversals.
Break of Structure (BOS):
Confirms trend shift after a liquidity sweep with smart money-style BOS markers.
Fair Value Gap (FVG) Highlighting: (Optional)
Spot institutional imbalances between candles to fine-tune trade entries.
How It Works:
Wait for price to sweep a swing high or low during the power hours.
Look for a break of structure (BOS) in the opposite direction.
Enter on the next candle or FVG retest.
The indicator will plot a yellow circle for entry, a red line for stop, and a green line for the target (based on your RR setting).
Customizable Inputs:
Swing sensitivity (lookback bars)
Risk-to-reward ratio
Optional FVG visibility
Best Used With:
Higher timeframe bias (15m/1H)
Order blocks or volume analysis
Avoiding major news events
Whether you're a scalper or precision-based intraday trader, this tool helps you spot high-probability reversal setups with clean visuals and clear confirmations.
Advanced Doji Breakout StrategyTo identify high-probability breakout trades by detecting Doji candles that form near the 21-period EMA, with additional filters to avoid low-volatility and extreme price action conditions.