Trend and Reverse AI indicator Declaration: NO REPAINTING, NO LAG, NO DISPLACEMENT – SIGNALS NEVER DISAPPEAR!
Indicator Usage Guide (Simple & Effective):
(1) Red Zone + UP Arrow → Go LONG
(2) Green Zone + DOWN Arrow → Go SHORT
(3) Alternating Red/Green Zones → Consolidation Phase (NO TRADING!)
Default parameters are optimized for reliable signals but can be customized as needed.
Instructions:
(1) This indicator is suitable for any trading instrument (stocks, futures, forex, cryptocurrencies, options, etc.) and any timeframe (minutes, hours, days, weeks, months).
(2) The indicator only provides entry signals (buy/sell signals). It does not provide exit signals. Profitability depends entirely on your holding period. This indicator does not guarantee profits.
(3) Arrows come in Red and Blue, representing two different signal types. Red signals may provide more precise reversal points on the candlestick chart compared to Blue signals.
(4) The indicator plots three distinct trend lines: a Red trend line, a Green trend line, and a Yellow trend line.
(5) * When the Red trend line is ABOVE the Yellow trend line, it signifies a Bullish (uptrend) market,consider taking LONG positions based on arrow signals.
* When the Green trend line is BELOW the Yellow trend line, it signifies a Bearish (downtrend) market,consider taking SHORT positions based on arrow signals.
* When the Red and Green trend lines are ALTERNATING (crossing frequently), it signifies a Ranging (sideways/consolidation) market, arrow signals are less reliable during this phase, and trading is NOT recommended.
Candlestick analysis
TitansAlgo SureshotsIt waits for a fixed market open time (default: 9:30) and records the high and low of the first candle after the open. Once that candle is complete, it monitors price action for a breakout:
If price closes above the recorded high, it triggers a Buy trade.
If price closes below the recorded low, it triggers a Sell trade.
For each trade, it calculates a Stop Loss (SL) and Take Profit (TP) based on the user-defined Risk-Reward Ratio (default: 2.0). The script plots these SL and TP levels as horizontal lines with labels on the chart.
It visually marks the trade entries with green dots (buy) or red dots (sell) under/above the signal candle, and also places "Buy" or "Sell" text labels on the next candle. The first candle after the open is highlighted with a background color, and bullish/bearish candles are optionally recolored.
The script resets trade conditions at the start of each new trading day (excluding weekends) and ensures that only one trade signal is executed per day.
Optional alerts can be enabled for both Buy and Sell signals, which include the entry price, SL, and TP in the alert message. This makes the indicator suitable for both manual trading and automation through alerts.
Vegas Trend Filter[SpeculationLab]This script combines Vegas Tunnel trend filtering with Engulfing Pattern detection to identify trend-following reversal entries.
It uses multi-timeframe EMA tunnels to determine market direction, and filters signals by combining engulfing patterns with price proximity to the tunnel.
Key Features:
1. Vegas Tunnel Trend Filter
・Short tunnel: 144 EMA & 169 EMA
・Long tunnel: 576 EMA & 676 EMA
・Trend definition: Short tunnel entirely above/below the long tunnel
・ATR gap filter to avoid false signals when tunnels are overlapping
2.Engulfing Pattern Detection
・Mode options:
・Body: Current candle’s body fully engulfs the previous body
・Range (default): Current candle’s wicks fully cover the previous high/low range
・Optional “Require opposite previous candle” filter
3.Touch Filter
・Mode options:
・Body: Candle body touches/approaches the Vegas tunnel
・Wick (default): Candle wick touches/approaches the Vegas tunnel
・Adjustable tolerance for proximity detection
4.Short-Term Trend Filter
・Linear regression slope to identify pullbacks or rebounds
・Avoids entering mid-trend without a retracement
5.Signal Marking
・BUY: Trend up + touch filter + bullish engulfing + EMA data valid
・SELL: Trend down + touch filter + bearish engulfing + EMA data valid
・Signals are confirmed at candle close to avoid intrabar repainting
Originality Statement:
This script is originally developed by SpeculationLab , with all logic independently designed and coded by the author. Do not copy, resell, or publish under another name.
Disclaimer:
This script is for technical research and market analysis purposes only and does not constitute financial advice. Any trading decisions made based on this script are solely at the user’s own risk.
本脚本结合 Vegas 通道趋势过滤 与 吞没形态识别,用于识别顺势反转的交易机会。
通过多周期 EMA 构建的 Vegas 通道判断趋势方向,并结合吞没形态与价格接触通道的条件,过滤掉大部分低质量信号。
主要功能:
1.Vegas Tunnel 趋势过滤
・短周期隧道(144 EMA、169 EMA)与长周期隧道(576 EMA、676 EMA)
・趋势判定:短隧道整体高于/低于长隧道
・ATR 间距过滤,避免通道缠绕产生假信号
2.吞没形态识别(Engulfing Pattern)
・模式选择:
・Body:实体包裹前一根实体
・Range(默认):影线包裹前一根区间
・可选“上一根必须颜色相反”条件
3.接触判定(Touch Filter)
・模式选择:
・Body:实体接触/接近 Vegas 通道
・Wick(默认):影线接触/接近 Vegas 通道
・容差可调(Tolerance)
4.短期趋势过滤
・线性回归斜率判断短期回调或反弹
・避免顺势中途乱入
5.信号标记
・多头信号(BUY):顺势 + 接触通道 + 符合吞没条件 + EMA 数据有效
・空头信号(SELL):顺势 + 接触通道 + 符合吞没条件 + EMA 数据有效
・信号在 K 线收盘确认后生成,避免盘中反复变化
原创声明:
本脚本为 SpeculationLab 原创开发,全部逻辑均由作者独立设计与编写。请勿抄袭、售卖或冒充作者发布。
免责声明:
本脚本仅供技术研究与市场分析参考,不构成投资建议。任何基于本脚本的交易决策及其后果,由使用者自行承担。
MC_AdaptNimblrTAMy version of NimblrTA assumption based on MC and IC candles and their relative strengths
Gold fxdeal Buy Signal pro(v6)Description:
This indicator tracks intraday price drops on Gold (XAUUSD) and triggers Buy signals every 300 pips (configurable) from the previous Buy signal. Multiple signals can occur within the same trading day as the price continues to fall.
Features:
Automatic Buy Signals: Triggers a Buy label and arrow below the candle whenever price drops the specified pip amount from the last Buy signal.
Alerts: Sends TradingView alerts for each Buy signal (alert() and alertcondition() included).
Daily Reset: Resets the last signal reference and signal counter at the start of each new day.
Dashboard Table: Displays:
Last Buy Price
Current drop in pips since last signal
Number of Buy signals today
Customizable Pip Size: Works on XAUUSD by default, but you can adjust pipSize to match other symbols or broker quotes.
Arrows on Chart: Optional visual arrows below candles for each Buy signal.
How to Use:
Add the indicator to the XAUUSD chart (any timeframe).
Set your pipSize and pipDrop according to your broker’s price format.
Optional: Enable Show Buy Arrows for visual signals.
Create alerts using the included alertcondition for live notifications.
Trading Idea:
Designed for intraday trend reversal entries: when Gold drops significantly in short intervals, it may rebound.
Use alongside your preferred risk management and technical analysis strategies.
Weekly High/Low Weekday Stats by [M1rage]Патч: условная статистика по дню недельного экстремума
Добавлена новая функция, позволяющая строить условное распределение по дням недели.
Что нового.
Два новых параметра в настройках:
Condition: Weekly High on — зафиксировать день недели, в который сформировался недельный High.
Condition: Weekly Low on — зафиксировать день недели, в который сформировался недельный Low.
Таблица автоматически перестраивается:
Левая колонка показывает — вероятности минимума недели при выбранном дне максимума.
Правая колонка показывает — вероятности максимума недели при выбранном дне минимума.
В заголовках колонок появляется подпись формата:
Weekly Low | High=Tue
Weekly High | Low=Thu
---------------------------------------------------------------------------------------------------------------------
Patch: Conditional Statistics by Day of the Weekly Extremum
A new feature has been added that builds a conditional distribution by weekdays.
What’s new
Two new settings:
Condition: Weekly High on — fix the weekday on which the weekly High formed.
Condition: Weekly Low on — fix the weekday on which the weekly Low formed.
The table updates automatically:
Left column — probabilities of the weekly Low given the selected day of the High.
Right column — probabilities of the weekly High given the selected day of the Low.
Column headers now display labels in the format:
Weekly Low | High=Tue
Weekly High | Low=Thu
DJ 2H Morning/Evening Star ConfluenceThis Pine Script is a 2H Morning Star / Evening Star confluence indicator for Forex and other markets.
It scans the 2-hour chart for high-probability reversal patterns (Morning Star bullish, Evening Star bearish) and only signals when multiple filters align:
Higher-timeframe trend bias from the 4H EMA and optional Daily candle direction
Significant liquidity sweep before reversal
RSI overbought/oversold or divergence
London/New York session timing filter
It plots clear buy/sell markers, suggested entry/stop levels, optional risk-reward guides, and includes alert conditions so you can be notified instantly when a setup forms.
Weekly High/Low Weekday Stats by [M1rage]Weekly High/Low Weekday Stats by
---------------------------------------------------------------------------------------------------------------------
Индикатор показывает, в какие дни недели чаще всего формируются недельные High и Low инструмента. Поддерживает режимы 24/5 (FX) и 24/7 (крипто). Работает на Daily (D) таймфрейме.
Что делает:
Скользит по дневным барам, собирает недельные экстремумы.
Для каждой завершённой недели фиксирует день недели недельного High и Low.
Строит таблицу-частот Mon..Fri (24/5) или Mon..Sun (24/7) с процентами/счётчиками.
Опционально помечает на графике лейблами бары, где сформировались недельные High/Low (для быстрой визуальной проверки).
Параметры:
Lookback (years) — глубина истории (примерно 52 недели × годы).
Show percentages — показывать проценты.
Show raw counts — показывать «сырые» счётчики.
Show debug labels (weekly H/L) — лейблы H/L на графике для завершённых недель.
Debug: keep last N weeks — сколько последних недель держать на графике лейблами (старые удаляются).
Market mode — режим рынка: 24/5 (Mon..Fri) или 24/7 (Mon..Sun).
Table theme — цветовая тема таблицы: Dark Theme / Light Theme
(меняет цвет текста, шапки, внешней рамки и внутренних границ).
Очень короткие праздничные недели фильтруются, чтобы не искажать статистику.
---------------------------------------------------------------------------------------------------------------------
The indicator shows on which weekdays a symbol most often sets its weekly High and Low. It supports 24/5 (FX) and 24/7 (crypto) modes. Works on the Daily (D) timeframe.
What it does:
Scans daily bars to build weekly extremes.
For each completed week, records the weekday of the weekly High and Low.
Builds a frequency table Mon–Fri (24/5) or Mon–Sun (24/7) with percentages/counts.
Optionally labels on the chart the bars where the weekly High/Low formed (for quick visual verification).
Inputs:
Lookback (years) — history depth (≈ 52 weeks × years).
Show percentages — display percentages.
Show raw counts — display raw counts.
Show debug labels (weekly H/L) — H/L labels on the chart for completed weeks.
Debug: keep last N weeks — how many recent weeks to keep as labels on the chart (older labels are deleted).
Market mode — market schedule: 24/5 (Mon–Fri) or 24/7 (Mon–Sun).
Table theme — table color theme: Dark Theme / Light Theme (changes text color, header, outer frame, and inner grid).
Very short holiday weeks are filtered out to avoid skewing the statistics.
Gold fxdeal Buy Signal (v6)Gold 300 Pip Drop Buy Signal (v6)
Description:
This indicator tracks intraday price drops on Gold (XAUUSD) and triggers Buy signals every 300 pips (configurable) from the previous Buy signal. Multiple signals can occur within the same trading day as the price continues to fall.
Features:
Automatic Buy Signals: Triggers a Buy label and arrow below the candle whenever price drops the specified pip amount from the last Buy signal.
Alerts: Sends TradingView alerts for each Buy signal (alert() and alertcondition() included).
Daily Reset: Resets the last signal reference and signal counter at the start of each new day.
Dashboard Table: Displays:
Last Buy Price
Current drop in pips since last signal
Number of Buy signals today
Customizable Pip Size: Works on XAUUSD by default, but you can adjust pipSize to match other symbols or broker quotes.
Arrows on Chart: Optional visual arrows below candles for each Buy signal.
How to Use:
Add the indicator to the XAUUSD chart (any timeframe).
Set your pipSize and pipDrop according to your broker’s price format.
Optional: Enable Show Buy Arrows for visual signals.
Create alerts using the included alertcondition for live notifications.
Trading Idea:
Designed for intraday trend reversal entries: when Gold drops significantly in short intervals, it may rebound.
Use alongside your preferred risk management and technical analysis strategies.
The RSP/VOO indicatorThe RSP/VOO indicator refers to the ratio between the performance of two exchange-traded funds (ETFs): RSP (Invesco S&P 500 Equal Weight ETF) and VOO (Vanguard S&P 500 ETF). RSP tracks an equal-weighted version of the S&P 500 index, meaning each of the 500 stocks in the index is given the same weight regardless of company size. In contrast, VOO is a market-cap-weighted ETF, where larger companies (like Apple or Microsoft) have a greater influence on the fund's performance based on their market capitalization.
This ratio (RSP divided by VOO) is often used as a market breadth indicator in finance. When the RSP/VOO ratio rises, it suggests that smaller or mid-sized stocks in the S&P 500 are outperforming the largest ones, indicating broader market participation and potentially healthier overall market conditions. Conversely, when the ratio falls, it implies that a few mega-cap stocks are driving the market's gains, which can signal increased concentration risk or a narrower rally. For example, RSP provides more diversified exposure by reducing concentration in large-cap stocks, while VOO reflects the dominance of top-weighted holdings. Investors might monitor this ratio to gauge market sentiment, with RSP historically showing higher expense ratios (around 0.20%) compared to VOO's lower fees (about 0.03%), but offering potentially better risk-adjusted returns in certain environments.1.6秒
BTC Coinbase Premium Index (Adjusted for USDC/USDT)BTC Coinbase Premium Index (Adjusted for USDC/USDT):
監測Coinbase(美國主流交易所)和Binance(全球最大交易所)之間的BTC價格溢價,讓你及時判斷美國投機者的市場情緒或趨勢轉向。與外面類似指標不同的是,它考慮了USDT的匯率波動(透過USDC/USDT調整),避免了USDT脫鉤導致的假訊號,讓數據更精準可靠。
BTC Coinbase Premium Index (Adjusted for USDC/USDT):
This index monitors the BTC price premium between Coinbase (a major US exchange) and Binance (the world's largest exchange), allowing you to promptly assess US speculator sentiment or trend shifts. Unlike similar indicators, it incorporates USDT exchange rate fluctuations (adjusted via USDC/USDT), avoiding false signals caused by USDT decoupling and ensuring more accurate and reliable data.
Trading Session Zones - Asia, London, NY - AMD
What it does:
This Pine Script indicator automatically identifies and highlights the high/low price ranges for the three major global trading sessions: Asia, London, and New York. It draws filled colored boxes around each session's price action, making it easy to spot key support/resistance levels and session boundaries
Key Features:
Three distinct colored zones: Teal for Asia, Blue for London, Orange for New York
Filled boxes with transparency: Clear visibility without obscuring price action (80% transparency)
Session labels:Each box displays the session name in the center
Clean transitions: London session automatically ends when New York begins (no overlap)
Real-time updates:Boxes expand as sessions progress, tracking new highs and lows
Technical Details:
Uses user-defined types for efficient session tracking
Automatically handles session transitions
Works on any timeframe and any instrument
Optimized for performance with proper object limits
Camarilla Levels Pro Camarilla Levels Pro – Precision Intraday & Swing Trading Tool
Unlock the full potential of Camarilla Pivot Levels for identifying high-probability reversal zones, breakout triggers, and intraday bias shifts.
This indicator automatically calculates L1–L5 levels based on the Camarilla formula, updating daily for precise market adaptation. Whether you’re trading futures, forex, stocks, or crypto, you’ll instantly see:
Reversal Zones – Where price historically reacts and traps traders.
Breakout Zones – L4/L5 for bullish breakouts, L3/L2 for bearish reversals.
Bias Shifts – Quickly gauge if the market is leaning long or short.
Custom Alerts – Get notified when price touches or breaks your chosen level.
Features:
Auto-adjusting Camarilla levels for any symbol & timeframe
Color-coded zones for instant visual recognition
Optional mid-levels for scalpers
Fully customizable styling to match your chart setup
Ideal for:
Day traders wanting precision entry/exit zones
Swing traders watching key daily pivot breaks
Scalpers looking for high-probability reaction points
MA Candle ColorsSelectable sma or ema length combine with candle, when candle is above moving average, both green signals to buy, and when candle is below moving average, both red signals to sell...educational and entertainment only
Estrategia WT + Squeeze + MMAs v6 (Mejorada)USER GUIDE – WT + Squeeze + MMAs Strategy
1. Preparation
Activate your indicator on the chart of the asset you want to trade (stock, ETF, index, etc.).
Choose the time frame according to your style:
Intraday: 5m, 15m, 30m
Swing: 1h, 4h
Investment: Daily, Weekly
Always check two time frames:
A higher one for the overall trend.
A lower one for precise entry.
2. Initial Filter: Trend
Buy: Price above the 200 MMA.
Sell: Price below the 200 MMA.
❌ Do not trade signals that go against the main trend.
3. Confirm the Momentum
Buy: 10 MMA above the 55 MMA.
Sell: 10 MMA below the 55 MMA.
Both MAs must be aligned with the trend direction indicated by the 200 MMA.
4. Wait for System Confirmation
The script will mark:
📈 BUY (green):
Uptrend confirmed.
WT crosses upward.
Positive Squeeze Momentum (green values).
📉 SELL (red):
Downtrend confirmed.
WT crosses downward.
Negative Squeeze Momentum (red values).
💡 Golden Rule: Only enter if the trend, momentum, and script signals are aligned.
5. Trade Execution
Buy (BUY):
Enter at the open of the candle following the signal.
Stop Loss: Below the last relevant support or recent low.
Take Profit:
Minimum R/R 1:2
Or exit when a sell signal appears.
Sell (SELL):
Enter at the open of the candle following the signal.
Stop Loss: Above the last relevant resistance or recent high.
Take Profit: Same as in buys.
6. Risk Management
Risk no more than 1–2% of your capital in a single trade.
If trading stocks (spot market):
Only use BUY, holding as long as the 10 MMA does not cross below the 55 MMA.
If trading CFDs or on margin:
You can use BUY and SELL, applying a strict SL.
7. Filter Out False Signals
Avoid trading right before major news events (earnings reports, economic announcements).
If the signal appears in a very tight range, wait for a breakout.
On a higher time frame, check that the price is not touching strong resistance (for buys) or strong support (for sells).
Quick Example
On 4H → price is above the 200 MMA (uptrend).
On 15M → 10 MMA > 55 MMA, WT crosses bullish, and Squeeze turns green.
Script marks BUY.
Place a buy order, SL below last support, TP 1:2 or exit when the script marks SELL.
Fair Value GapsThis indicator automatically detects and marks Fair Value Gaps (FVGs) on both the current chart timeframe and a user-selected higher timeframe. When a bullish or bearish gap forms, it draws a shaded box from the candle that created it and extends it forward until price fills the gap. You can choose whether filled gaps are removed from the chart or left in place for reference. The higher timeframe detection waits for the higher timeframe candle to close before plotting its gaps, ensuring accurate, non-repainting signals.
Customization options are straightforward: you can select the higher timeframe to monitor, toggle higher timeframe gap plotting on or off, and decide whether to automatically delete gaps once price has fully filled them. Bullish and bearish gaps are color-coded differently for both current and higher timeframes, making it easy to distinguish them at a glance. This provides a clear, real-time visual of unfilled imbalances in price for ICT traders.
RSI + Estocástico con Flechas y Divergencias RSIThis indicator combines the Relative Strength Index (RSI) and the Stochastic Oscill ator in one panel, displaying arrows at key overbought and oversold points. It helps traders identify potential reversal zones using two momentum indicators for confirmation.
Smart Money Breakout Signals [GILDEX]Introducing the Smart Money Breakout Signals, a cutting-edge trading indicator designed to identify key structural shifts and breakout opportunities in the market. This tool leverages a blend of smart money concepts like Break of Structure (BOS) and Change of Character (CHoCH) to provide traders with actionable insights into market direction and potential entry or exit points.
Key Features:
✨ Market Structure Analysis: Automatically detects and labels BOS and CHoCH for trend confirmation and reversals.
🎨 Customizable Visualization: Tailor bullish and bearish colors for breakout lines and signals to suit your preferences.
📊 Dynamic Take-Profit Targets: Displays three tiered take-profit levels based on breakout volatility.
🔔 Real-Time Alerts: Stay ahead of the game with notifications for bullish and bearish breakouts.
📋 Performance Dashboard: Monitor signal statistics, including win rates and total signals, directly on your chart.
How to Use:
Add the Indicator: Add the script to your favourites ⭐ and customize settings like market structure horizon and confirmation type.
0DTE Credit Spreads IndicatorDescription:
This indicator is designed for SPX traders operating on the 15-minute timeframe, specifically targeting 0 Days-to-Expiration (0DTE) options with the intention to let them expire worthless.
It automatically identifies high-probability entry points for Put Credit Spreads (PCS) and Call Credit Spreads (CCS) by combining intraday price action with a custom volatility filter.
Key Features:
Optimized exclusively for SPX on the 15-minute chart.
Intraday volatility conditions adapt based on real-time VIX readings, allowing credit expectations to adjust to market environment.
Automatic visual labeling of PCS and CCS opportunities.
Built-in stop loss level display for risk management.
Optional same-day PCS/CCS signal allowance.
Fully adjustable colors and display preferences.
How It Works (Concept Overview):
The script monitors intraday momentum, relative volatility levels, and proprietary pattern recognition to determine favorable spread-selling conditions.
When conditions align, a PCS or CCS label appears on the chart along with a stop loss level.
VIX is used at the moment of signal to estimate the ideal option credit range.
Recommended Use:
SPX only, 15-minute timeframe.
Intended for 0DTE options held to expiration, though you may take profits earlier based on your own strategy.
Works best during regular US market hours.
Disclaimer:
This script is for informational and educational purposes only and is not financial advice. Trading options carries risk. Always perform your own analysis before entering a trade.
Strong Economic Events Indicator (mtbr)This indicator is designed to help traders anticipate market reactions to key economic events and visualize trade levels directly on their TradingView charts. It is highly customizable, allowing precise planning for entries, take-profits, and stop-losses.
Key Features:
Multi-Event Support:
Supports dozens of economic events including ISM Services PMI, CPI, Core CPI, PPI, Non-Farm Payrolls, Unemployment Rate, Retail Sales, GDP, and major central bank rate decisions (Fed, ECB, BOE, BOJ, Australia, Brazil, Canada, China).
Custom Event Date and Time:
Manually set the year, month, day, hour, and minute of the event to match your chart and timezone, ensuring accurate alignment.
Forecast vs Actual Analysis:
Input the forecast and actual values. The indicator calculates the likely market direction (Buy/Sell/Neutral) according to historical market reactions for each event.
Dynamic Trade Levels:
Automatically plots:
Entry price
TP1, TP2, TP3 in pips relative to the entry
Stop Loss in pips relative to the entry
Levels are automatically adjusted based on the event's Buy/Sell direction.
Visual Chart Representation:
Entry: Blue line and label
TP1/TP2/TP3: Green lines and labels
Stop Loss: Red line and label
Event occurrence: Orange dashed vertical line
Informative Table Panel:
Displays at the bottom-right of the chart:
Event name
Entry price
TP1, TP2, TP3 values
Current market direction (Buy/Sell/Neutral)
Customizable Line Extension:
Extend the lines for visibility across multiple bars on the chart.
How to Use the Indicator:
Select the Asset:
Set the Asset to Trade input to the symbol you want to analyze (e.g., XAUUSD, EURUSD).
Choose the Economic Event:
Use the drop-down menu to select the event you want to track.
Set the Event Date and Time:
Input the year, month, day, hour, and minute of the event. This ensures the event lines and labels appear at the correct time on your chart.
Input Forecast and Actual Values:
Enter the forecasted value and the actual result of the event. The script will determine market direction based on historically observed reactions for that event.
Configure Entry and Pip Levels:
Set your Entry Price
Set pip distances for TP1, TP2, TP3, and Stop Loss
The script automatically adjusts the levels according to Buy or Sell direction.
View Levels and Status:
Once the event occurs (or on backtesting), the indicator will plot:
Entry, Take Profits, Stop Loss on the chart
Vertical line for event occurrence
Table summarizing levels and Buy/Sell status
Adjust Line Extension:
Use the Line Extension (bars) input to control how far the horizontal levels extend on the chart.
Example Scenario:
Event: PPI MoM
Forecast: 0.2
Actual: 0.9
The indicator identifies the correct market reaction (Sell for EURUSD) and plots the Entry, TP1, TP2, TP3, and Stop Loss accordingly.
Important Notes:
The indicator does not execute trades automatically; it is for analysis and visualization only.
Always combine the signals with your own risk management and analysis.
Ensure your chart is set to the correct timezone corresponding to the event’s time.
This description fully explains how to use the indicator, what it displays, and step-by-step guidance for beginners and experienced traders
Strong Economic Event Indicator (mtbr)Description:
This indicator is designed for traders to visualize entry levels, targets (TP1, TP2, TP3), and stop loss around key economic events for the selected asset, defaulting to XAUUSD. It provides a clear reference for potential market movements based on the event's surprise and direction (Bullish, Bearish, or Neutral).
Key Features:
Customizable Event Selection:
Select from a list of major economic events including ISM Services PMI, CPI, Non-Farm Payrolls, Fed Rate Decision, and more.
Set the exact year, month, day, hour, and minute for the event so that lines and labels appear at the correct bar.
Surprise Calculation and Direction:
Automatically calculates the difference between Actual and Forecast.
Displays the market direction in the table as Bullish, Bearish, or Neutral.
Price Levels in Pips Relative to Entry:
Entry, three targets (TP1, TP2, TP3), and Stop Loss can be set in pips relative to the entry price.
Directional logic ensures that levels adjust automatically according to Bullish or Bearish surprise.
Each line and label is independent and updates only when its corresponding input changes.
Chart Visualization:
Colored lines and labels:
Entry → Blue
TPs → Green
Stop Loss → Red
Vertical event line → Orange (dashed), highlighting the event release moment.
Integrated Informative Table:
Displays:
Selected economic event
Entry price
TP1, TP2, TP3 levels
Market direction status
Color-coded: green for Bullish, red for Bearish, gray for Neutral.
How to use the script:
Add the indicator to the chart of your preferred asset (default is XAUUSD).
Select the economic event from the drop-down list.
Set the event date and time in the input panel.
Enter the Entry Price and pip values for TP1, TP2, TP3, and Stop Loss according to your strategy.
The indicator will automatically draw lines and labels on the chart and update the table with event details and market direction.
Whenever an input value changes, only the corresponding line and label will update, leaving other levels intact.
Important Notes:
This indicator is visual and educational only; it does not place trades automatically.
Make sure the event timezone is correct to match your local release time.
Use in combination with your own trading strategy and risk management.
TradingView Publication Compliance:
Full instructions for usage
Explanation of inputs and settings
Description of line and label behavior
Educational disclaimer (no automated trading)
Strong Indicator for ISM Services PMI XAUUSD (mtbr)Description:
This indicator is designed to help traders visualize entry levels, targets (TP1, TP2, TP3), and stop loss around the ISM Services PMI economic event for the XAUUSD asset. It provides a clear reference for potential market movements based on the event’s surprise and market direction (Bullish or Bearish).
Key Features:
Customizable event date and time:
You can set the exact year, month, day, hour, and minute of the event so that the lines and labels appear precisely on the corresponding bar.
Surprise calculation and market direction:
The difference between Actual and Forecast is calculated and displayed in the table as Bullish, Bearish, or Neutral.
Price levels in pips:
Entry (Entry), three targets (TP1, TP2, TP3), and Stop Loss (SL) can be set in pips relative to the entry price.
Each level has independent lines and labels, which update only if the corresponding input value changes, keeping the rest of the chart intact.
Clear visualization on the chart:
Colored lines:
Entry → blue
TPs → green
Stop Loss → red
Vertical event line → orange, highlighting the release moment.
Integrated informative table:
Displays:
Event name
Entry price
TP1, TP2, TP3
Market direction status (Bullish/Bearish/Neutral)
Table colors reflect market direction (green for bullish, red for bearish, gray for neutral).
How to use the script:
Add the indicator to the XAUUSD chart.
Set the ISM Services PMI event date and time in the input panel.
Enter the Entry Price and pip values for TP1, TP2, TP3, and SL according to your strategy.
The indicator will automatically draw lines and labels on the chart and update the table with the event details and market direction.
Whenever you change an input value, only the corresponding line and label will update, keeping other levels fixed.
Important Notes:
The indicator does not perform automatic trades; it serves as a visual reference for trading decisions.
Ensure the event timezone is set correctly to match the release time in your local time zone.
Use in combination with your own risk management and trading strategy.
TradingView publication rules followed:
Full instructions for using the indicator
Clear explanation of inputs and settings
Description of lines and label behavior
Disclaimer that the script is educational and visual, not automated trading
GUSS Finder – 21, 50, 200 EMA + Early Warning📌 English – Indicator Description
GUSS Finder – EMA Touch Detector with Early Warning
The GUSS Finder detects a unique pullback pattern (“GUSS”) where, after a higher high, price drops straight to an EMA (21, 50, or 200) without a bullish candle in between.
A valid GUSS requires the EMA stack to be intact (21 EMA above 50 & 200).
Features:
Immediate detection: Live label appears on the first valid touch and can be upgraded if a deeper EMA is hit.
Early warning: Alert when price is approaching the target EMA during the drop.
Filters: Minimum drop %, minimum bars in the move, optional EMA slope check.
Keeps history: All past GUSS signals remain labeled on the chart.
Line display: Connects the move’s high to the EMA touch.
Optional bar coloring: Only on the touch bar or throughout the move.
Typical use case:
Designed as a “sniper entry” tool to catch immediate rejections from the EMA. Ideal for scalping and intraday setups.