ORBs, EMAs, AVWAPThis Pine Script (version 6) is a multi-session trading indicator that combines Opening Range Breakouts (ORBs), Exponential Moving Averages (EMAs), and an Anchored VWAP (AVWAP) system — all in one overlay script for TradingView.
Here’s a clear breakdown of its structure and functionality:
🕒 1. Session Logic and ORB Calculation
Purpose: Identify and plot the high and low of the first 30 minutes (default) for the Tokyo, London, and New York trading sessions.
Session Anchors (NY time):
Tokyo → 20:00
London → 03:00
New York → 09:30
(All configurable in inputs.)
ORB Duration: Default is 30 minutes (orbDurationMin), also user-configurable.
Resets:
London and NY ORBs reset at the start of each new New York trading day (17:00 NY time).
Tokyo ORB resets independently using a stored timestamp.
Process:
For each session:
While the time is within the ORB window, the script captures the session’s high and low.
Once the window closes, those levels remain plotted until reset.
Plot Colors:
Tokyo → Yellow (#fecc02)
London → Gray (#8c9a9c)
New York → Magenta (#ff00c8)
These form visible horizontal lines marking the prior session ranges — useful for breakout or retest trading setups.
📈 2. EMA System
Purpose: Provide trend and dynamic support/resistance guidance.
It calculates and plots four EMAs:
EMA Period Color Purpose
EMA 9 Short-term Green Fast signal
EMA 20 Short-term Red Confirms direction
EMA 113 Medium Aqua Trend filter
EMA 200 Long-term Orange Macro trend baseline
Each EMA is plotted directly on the price chart for visual confluence with ORB and VWAP levels.
⚖️ 3. Anchored VWAP (AVWAP)
Purpose: Display a volume-weighted average price anchored to specific timeframes or events, optionally with dynamic deviation or percentage bands.
Features:
Anchor Options:
Time-based: Session, Week, Month, Quarter, Year, Decade, Century
Event-based: Earnings, Dividends, Splits
VWAP resets when the chosen anchor condition is met (e.g., new month, new earnings event, etc.).
Bands:
Up to three levels of symmetric upper/lower bands.
Choose between Standard Deviation or Percentage-based widths.
Display Toggles:
Each band’s visibility is optional.
VWAP can be hidden on 1D+ timeframes (hideonDWM option).
Color Scheme:
VWAP: Fuchsia (magenta-pink) line
Bands: Green / Olive / Teal with light-filled zones
⚙️ 4. Technical Highlights
Uses ta.vwap() with built-in band calculations.
Handles instruments with or without volume (errors if missing volume).
Uses time-zone aware timestamps (timestamp(NY_TZ, …)).
Uses timeframe.change() to detect new anchors for the VWAP.
Employs persistent variables (var) to maintain session state across bars.
💡 In Practice
This indicator is designed for multi-session intraday traders who:
Trade Tokyo, London, or NY open breakouts or retests.
Use EMA stacking and crossovers for trend confirmation.
Use Anchored VWAP as a fair-value or mean-reversion reference.
Need clear visual structure across different market sessions.
It provides strong session separation, trend context, and volume-weighted price reference — making it ideal for discretionary or semi-systematic trading strategies focused on liquidity zones and session momentum.
インジケーターとストラテジー
SEVENX Free|SuperFundedSEVENX — Modular Multi-Signal Scanner (SuperFunded)
What it is
SEVENX combines seven classic signals—MACD, OBV, RSI, Stochastics, CCI, Momentum, and an optional ATR volatility filter—into a modular gate. You can toggle each condition on/off, and a BUY/SELL arrow prints only when all enabled conditions agree. Text labels are optional.
Why this is not a simple mashup
・Most “combo” scripts just overlay indicators. SEVENX is a strict consensus engine:
・Each condition is binary and user-switchable.
・The final signal is the logical AND of all enabled checks (no hidden weights).
・Signals fire only on confirmed events (e.g., RSI crossing a level, Stoch K/D cross), which makes entries rule-driven and reproducible.
This yields a transparent, vendor-grade workflow where traders can start simple (2–3 gates) and tighten selectivity by enabling more gates.
How it works (concise)
・MACD: macd_line > signal_line (buy) / < (sell).
・OBV trend: OBV > OBV_MA (buy) / < (sell).
・RSI bounce/drop: crossover(RSI, Oversold) (buy) / crossunder(RSI, Overbought) (sell).
・Stoch cross: %K crosses above %D (buy) / below (sell).
・CCI rebound/pullback: crossover(CCI, -Level) (buy) / crossunder(CCI, +Level) (sell).
・Momentum: Momentum > 0 (buy) / < 0 (sell).
・ATR filter (optional): ATR > ATR_MA must also be true (both sides).
・Final signal: AND of all enabled conditions. If you enable none on a side, that side will not print.
Parameters (UI mapping)
Buy Signal (group: “— Buy Signal —”)
・MACD Golden Cross / OBV Uptrend / RSI Bounce from Oversold / Stochastic Golden Cross / CCI Rebound from Oversold / Momentum > 0 / ATR Volatility Filter (on/off)
Sell Signal (group: “— Sell Signal —”)
・MACD Dead Cross / OBV Downtrend / RSI Drop from Overbought / Stochastic Dead Cross / CCI Pullback from Overbought / Momentum < 0 / ATR Volatility Filter (on/off)
Indicator Settings
・MACD: Fast/Slow/Signal lengths.
・RSI: Length, Overbought/Oversold levels.
・Stochastics: %K length, %D smoothing, overall smoothing.
・CCI: Length, Level (±Level used).
・Momentum: Length.
・OBV: MA length for trend baseline.
・ATR: ATR length, ATR MA length (for the filter).
Display
・Show Text (BUY/SELL text on the markers), Buy/Sell Text Colors.
Practical usage
・Start simple: Enable 2 conditions (e.g., MACD + RSI). If signals are too frequent, add OBV or Momentum; if still frequent, enable ATR filter.
・Mean-reversion vs trend:
・For trend-following, prefer MACD/OBV/Momentum gates.
・For reversal bounces, add RSI/CCI gates and keep Stoch for timing.
・Tuning sensitivity:
・Raise RSI Oversold/Overbought thresholds to make bounces rarer.
・Increase ATR_MA length to smooth the volatility baseline.
・Risk first: Plan SL/TP independently (e.g., structure levels or R-multiples). SEVENX focuses on entry qualification, not exits.
Repainting & confirmation
Signals depend on cross events and are best treated on bar close. Intrabar flips can occur before a bar closes; for strict rules, confirm on closed bars in your strategy.
Disclaimer
No indicator can guarantee outcomes. News, liquidity, and spread conditions can invalidate signals. Trade responsibly and manage risk.
This indicator is being released on a trial basis and may be discontinued at our discretion.
SEVENX — モジュラー型マルチシグナル・スキャナー(日本語)
概要
SEVENXは、MACD / OBV / RSI / ストキャス / CCI / モメンタム / ATRフィルターの7条件を個別オン・オフで制御し、有効化した条件がすべて満たされたときだけBUY/SELL矢印を表示する、合意(AND)型シグナルインジです。テキスト表示も任意。
独自性・新規性
・各条件はブラックボックスではなく明示的なブール判定で、最終シグナルは有効化した条件のAND。
・RSIのレベルクロスやStochのK/Dクロスなど、確定イベントで判定するため、再現性の高いルール運用が可能。少数条件から始めて、必要に応じて段階的に厳格化できます。
動作要点
・MACD:線がシグナル上/下。
・OBV:OBVがOBVのMAより上/下。
・RSI:RSIがOSを上抜け(買い)/OBを下抜け(売り)。
・Stoch:%Kが%Dを上抜け/下抜け。
・CCI:CCIが**−Levelを上抜け**(買い)/+Levelを下抜け(売り)。
・Momentum:0より上/下。
・ATRフィルター(任意):ATR > ATR_MA を満たすこと(買い/売り共通)。
・最終サイン:有効化した条件のAND。そのサイドで1つも有効化していなければサインは出ません。
実践ヒント
・まずは2条件(例:MACD+RSI)でテスト → 多すぎるならOBV/MomentumやATRフィルターを追加。
・トレンド重視:MACD/OBV/Momentumを主軸に。
・押し目・戻り目狙い:RSI/CCIを追加、Stochでタイミング調整。
・感度調整:RSIのOB/OSを広げる、ATR_MAを長くする等で厳しめに。
・出口は別設計:SL/TPは価格帯やR倍数などで管理を。
再描画と確定
確定足基準で判断すると安定します。足確定前はクロスが行き来することがあります。
免責
シグナルの機能は保証されません。イベントや流動性で無効化する場合があります。資金管理のうえ自己責任でご利用ください。
このインジケーターは試験公開のため、弊社の裁量で公開を停止する場合があります。
ICT Smart Entry - Auto Adaptive Dual Gold & BTC (v6 Light)Publication Description (English first, detailed)
What this script does (originality & concept):
This is a closed-form ICT-style Smart Entry helper designed specifically for Gold (XAUUSD) and Bitcoin (BTCUSD). It fuses four components into a single flow: (1) swing-based market structure (BOS up/down), (2) fair-value-gap presence to filter weak breaks, (3) liquidity sweep context using recent local extremes, and (4) an auto-adaptive threshold that scales with ATR to avoid false breaks in calm markets and over-sensitivity in volatile regimes. When a valid BOS aligns with context (FVG + sweep), the tool derives the most recent opposite candle and builds an Order Block (OB) zone. Entries are signaled only when price revisits the OB and a cooldown is respected.
How the components work together:
Adaptive threshold (ATR): compares current ATR to a long ATR average and sets the BOS strength dynamically (Calm/Normal/Volatile).
BOS & swings: detects last swing high/low and requires the close to exceed it by a dynamic ATR multiple.
FVG filter: requires a simple two-bar imbalance (bull/bear) around the break to represent displacement.
Liquidity sweep: checks if recent local highs/lows were swept before the break to bias entries.
OB derivation: finds the last opposite candle within a lookback window and builds a forward-extended box.
Execution helper: when price trades back inside the OB, it prints an entry label plus SL at the opposite side of the box and two fixed R targets (1R and 2R). Alerts are provided for BUY/SELL entries.
How to use it:
Add to any chart (built for XAUUSD & BTCUSD; works on others too).
Choose your session, swing lengths, lookback, and cooldown. Leave “Enable Auto Adaptation” on by default.
Wait for an OB to appear after a valid BOS+FVG+sweep.
When price returns to the box, consider the printed entry with SL at the other side of the box and 1R/2R targets.
Optional: Use higher-TF bias confluence and your own risk rules.
Notes & limits:
This is an execution assistant, not a full strategy. It does not place orders or guarantee results.
OBs are regenerated; only the latest box is kept for clarity.
Alerts fire on entry confirmation only.
Past performance is not indicative of future results.
Inputs (summary): ATR period; swing lengths; OB lookback & extension; session filter; cooldown bars.
Arabic (for convenience):
هذا المؤشر يجمع هيكلة السوق (BOS)، وفجوة القيمة العادلة (FVG)، وسياق سحب السيولة، مع عتبة متكيفة بالـATR. عند تحقق BOS قوي مع FVG وسحب سيولة، يحدد آخر شمعة معاكسة ويُنشئ منطقة OB. عند عودة السعر للصندوق، يظهر دخول مع SL عند الجهة المقابلة وهدفين 1R/2R. يفضّل استخدامه مع تأكيدات من فريم أعلى وإدارة مخاطر صارمة. هذا أداة مساعدة وليست إستراتيجية تنفيذ أوامر.
Quick compliance checklist
✅ Title: English, ASCII only (no emoji, no fancy dash).
✅ UI text: English, ASCII only here.
✅ No ALL CAPS in title/description (only acronyms like ICT/BTC).
✅ Description: Detailed, explains originality + how parts interact + how to use.
✅ Chart info: Script adds a small header label with Symbol/TF/Script name.
✅ No mashup-without-purpose: Description justifies each component and why they’re combined.
Biance Events 币安事件合约适用于biance中的Events,可用于btc和eth,两者表现相近,我不推荐梭哈,指标不能做到100%正确
Applicable to events in Binance, can be used for BTC and ETH, both perform similarly. I do not recommend going all-in, as indicators cannot be 100% accurate.
RSI Signals for Bot (15m close) — JSON FIX v4RSI Signals for Bot (JSON Ready) is a lightweight automation-friendly indicator that generates clean LONG and SHORT alerts based on RSI thresholds, fully formatted in JSON for webhook-based trading bots.
It’s designed primarily for 15-minute charts and sends one alert per confirmed bar close.
NovaQore Trend Strength Meter📊 ENGLISH VERSION
Script Title: NovaQore Trend Strength Meter
📈 TREND STRENGTH METER
Technical indicator designed for real-time analysis of trend strength and direction.
🔍 Features
This indicator provides:
Quantitative trend measurement - Numerical score from -100 to +100 indicating direction (positive = bullish, negative = bearish) and intensity of market movement.
Visual strength zones - Colored areas that automatically identify:
Strong trends (intense zones beyond ±70)
Moderate trends (intermediate zones)
Weak or ranging markets (gray zone between -30 and +30)
Change signals - Automatic identification of:
Entry into strong trend phase ("STRONG" markers)
Zero line crossovers (potential reversals "REV")
Trend weakening (movement toward gray zone)
Information dashboard - Real-time display of Score, Strength (absolute force) and interpretative Status of current trend.
⚙️ Configurable Parameters
Trend Period (14): Calculation period for trend measurement. Lower values (10-12) make the indicator more responsive, higher values (16-20) make it more stable and filter noise.
Smoothing Period (3): Smoothing level applied to final calculation. Range 1-20, where 1 = maximum responsiveness, 20 = maximum stability.
ATR Period (14): Period for Average True Range calculation used in normalization. Range 5-50.
Strong Trend Level (70): Threshold for identifying strong trends. Values beyond this threshold indicate significant directional movements. Range 50-100.
Weak Trend Level (30): Threshold for identifying weak or absent trends. Values within ±30 suggest ranging markets. Range 0-50.
Display Options: Switches to enable/disable colored zones, visual signals and histogram.
📊 How to Use
The indicator displays a continuous score oscillating between -100 and +100:
Positive values indicate bullish trend
Negative values indicate bearish trend
Proximity to zero indicates absence of clear trend
Signals appear when:
Score exceeds "Strong" threshold (STRONG triangles)
Score crosses zero line (REV circles)
Market enters weak zone (color change)
Colored zones indicate:
Intense green/red: Strong directional trend
Light green/red: Moderate trend
Gray: Ranging market or weak trend
Tip: Use in combination with price action analysis, support/resistance levels and other confirmation tools to validate trading setups.
🎨 Customization
Fully customizable colors - Professional gold/black default scheme, modifiable according to personal preferences.
Configurable alerts - Notifications available for:
Entry into strong trend (bullish/bearish)
Trend reversals
Entry into weak zone
Adaptable display options - Ability to individually enable/disable colored zones, signals and histogram according to analysis needs.
⚠️ Important Notes
This is an educational technical analysis tool
Does not provide automatic trading signals or investment recommendations.
Requires interpretation and confirmation
The indicator measures market conditions that must be evaluated by the trader within the context of a complete strategy.
Always backtest on historical data
Before operational use, verify indicator behavior on the asset and timeframe of interest through backtesting.
Technical limitations:
The indicator uses moving averages and presents physiological lag relative to price
In very volatile markets or during news events may generate early or late signals
In prolonged ranging markets the score oscillates frequently in the gray zone
Does not include risk management, stop loss or position sizing
📚 Methodology
The indicator is based on a combination of Average Directional Index (ADX) and Directional Indicators (+DI, -DI), technical algorithms developed by J. Welles Wilder in the 1970s.
The calculation proceeds through:
Measurement of directional movements (upMove, downMove)
Normalization via Average True Range
Calculation of directional indicators (+DI, -DI)
ADX derivation to measure strength
Smoothing application via exponential moving average
Final score normalization to -100/+100 scale
This approach combines information about trend direction and intensity into a single interpretable value.
⚡ Compatibility
All timeframes - From 1 minute to monthly, with optimal performance on 15-minute and higher timeframes.
All markets - Forex, Cryptocurrency, Stocks, Indices, Commodities.
Usable with other indicators - No conflicts, displayable in separate window.
🎯 Suggested Use Cases
Pre-trade filter: Before entering a setup identified with other methods, verify that the score confirms the trade direction and does not indicate a market in weak zone.
Breakout confirmation: When price breaks key levels, an increase in score in the breakout direction can confirm movement validity.
Open position monitoring: During a trade, progressive score weakening (movement toward gray zone or zero crossing) may suggest considering partial or total closures.
Ranging market identification: Score persistently oscillating in gray zone (-30/+30) identifies unfavorable conditions for trend-following strategies.
📊 Practical Analysis Example
Scenario: Trader identifies a double bottom pattern on H1 chart.
Analysis with Trend Strength Meter:
Check current score
If score > +50: Bullish trend supports long setup
If score between -30 and +30: Ranging market, risky setup
If score < -30: Contrary trend, avoid trade
Management: Monitor score during trade. If drops below +30, consider partial exit. If crosses zero, evaluate total closure.
This is an educational example of analysis methodology, not an operational recommendation.
🔧 Settings for Different Trading Styles
Scalping (M1-M5):
Trend Period: 10
Smoothing: 2
Strong Level: 60
Result: More reactive, higher number of signals
Day Trading (M15-H1):
Trend Period: 14 (default)
Smoothing: 3 (default)
Strong Level: 70 (default)
Result: Balanced between speed and reliability
Swing Trading (H4-D1):
Trend Period: 20
Smoothing: 5
Strong Level: 75
Result: More stable, filters minor movements
These are generic examples. Each trader should calibrate parameters according to their style and traded asset characteristics.
⚠️ Disclaimer
This indicator is provided for educational and informational purposes only. It does not constitute financial advice, investment recommendation or trading solicitation.
Trading involves significant risks of capital loss. Past performance does not guarantee future results.
Users are responsible for their own trading decisions and should:
Fully understand trading risks
Always use proper risk management
Not invest more than they can afford to lose
Consider consulting a qualified financial advisor
The author assumes no responsibility for losses or damages arising from use of this tool.
Developed by NovaQore FX
📈 TREND STRENGTH METER
Indicatore tecnico progettato per l'analisi della forza e direzione del trend in tempo reale.
🔍 Funzionalità
Questo indicatore fornisce:
Misurazione quantitativa del trend - Score numerico da -100 a +100 che indica direzione (positivo = rialzo, negativo = ribasso) e intensità del movimento di mercato.
Zone di forza visive - Aree colorate che identificano automaticamente:
Trend forti (zone intense oltre ±70)
Trend moderati (zone intermedie)
Mercati deboli o laterali (zona grigia tra -30 e +30)
Segnali di cambiamento - Identificazione automatica di:
Ingresso in fase di trend forte ("STRONG")
Attraversamento della linea zero (possibili inversioni "REV")
Indebolimento del trend (movimento verso zona grigia)
Dashboard informativa - Visualizzazione in tempo reale di Score, Strength (forza assoluta) e Status interpretativo del trend corrente.
⚙️ Parametri Configurabili
Trend Period (14): Periodo di calcolo per la misurazione del trend. Valori più bassi (10-12) rendono l'indicatore più reattivo, valori più alti (16-20) lo rendono più stabile e filtrano il rumore.
Smoothing Period (3): Livello di smoothing applicato al calcolo finale. Range 1-20, dove 1 = massima reattività, 20 = massima stabilità.
ATR Period (14): Periodo per il calcolo dell'Average True Range usato nella normalizzazione. Range 5-50.
Strong Trend Level (70): Soglia per identificare trend forti. Valori oltre questa soglia indicano movimenti direzionali significativi. Range 50-100.
Weak Trend Level (30): Soglia per identificare trend deboli o assenti. Valori entro ±30 suggeriscono mercati laterali. Range 0-50.
Display Options: Switch per attivare/disattivare zone colorate, segnali visivi e istogramma.
📊 Come Utilizzarlo
L'indicatore visualizza uno score continuo che oscilla tra -100 e +100:
Valori positivi indicano trend rialzista
Valori negativi indicano trend ribassista
Vicinanza allo zero indica assenza di trend chiaro
I segnali appaiono quando:
Lo score supera la soglia "Strong" (triangoli STRONG)
Lo score attraversa la linea zero (cerchi REV)
Il mercato entra in zona debole (cambio colore)
Le zone colorate indicano:
Verde intenso/Rosso intenso: Trend forte e direzionale
Verde chiaro/Rosso chiaro: Trend moderato
Grigio: Mercato laterale o trend debole
Suggerimento: Utilizzare in combinazione con analisi di price action, livelli di supporto/resistenza e altri strumenti di conferma per validare setup di trading.
🎨 Personalizzazione
Colori completamente personalizzabili - Schema predefinito oro/nero professionale, modificabile secondo preferenze personali.
Alert configurabili - Notifiche disponibili per:
Ingresso in trend forte (bullish/bearish)
Inversioni di trend
Ingresso in zona debole
Opzioni di visualizzazione adattabili - Possibilità di attivare/disattivare individualmente zone colorate, segnali e istogramma secondo necessità di analisi.
⚠️ Note Importanti
Questo è uno strumento di analisi tecnica educativo
Non fornisce segnali di trading automatici o raccomandazioni di investimento.
Richiede interpretazione e conferma
L'indicatore misura condizioni di mercato che devono essere valutate dal trader nel contesto di una strategia completa.
Testare sempre su dati storici
Prima dell'uso operativo, verificare il comportamento dell'indicatore sull'asset e timeframe di interesse attraverso backtesting.
Limitazioni tecniche:
L'indicatore utilizza medie mobili e presenta un ritardo fisiologico rispetto al prezzo
In mercati molto volatili o durante news events può generare segnali anticipati o tardivi
In mercati laterali prolungati lo score oscilla frequentemente nella zona grigia
Non include gestione del rischio, stop loss o position sizing
📚 Metodologia
L'indicatore si basa su una combinazione di Average Directional Index (ADX) e Directional Indicators (+DI, -DI), algoritmi tecnici sviluppati da J. Welles Wilder negli anni '70.
Il calcolo procede attraverso:
Misurazione dei movimenti direzionali (upMove, downMove)
Normalizzazione tramite Average True Range
Calcolo degli indicatori direzionali (+DI, -DI)
Derivazione dell'ADX per misurare la forza
Applicazione di smoothing tramite media mobile esponenziale
Normalizzazione dello score finale in scala -100/+100
Questo approccio combina informazioni su direzione e intensità del trend in un singolo valore interpretabile.
⚡ Compatibilità
Tutti i timeframe - Da 1 minuto a mensile, con performance ottimale su timeframe da 15 minuti in su.
Tutti i mercati - Forex, Cryptocurrency, Stocks, Indices, Commodities.
Utilizzabile insieme ad altri indicatori - Non genera conflitti, visualizzabile in finestra separata.
🎯 Casi d'Uso Suggeriti
Filtro pre-trade: Prima di entrare in un setup identificato con altri metodi, verificare che lo score confermi la direzione del trade e non indichi un mercato in zona debole.
Conferma breakout: Quando il prezzo rompe livelli chiave, un aumento dello score nella direzione del breakout può confermare la validità del movimento.
Monitoraggio posizioni aperte: Durante un trade, il progressivo indebolimento dello score (movimento verso zona grigia o attraversamento dello zero) può suggerire di considerare chiusure parziali o totali.
Identificazione mercati laterali: Score oscillante persistentemente nella zona grigia (-30/+30) identifica condizioni non favorevoli per strategie trend-following.
📊 Esempio Pratico di Analisi
Scenario: Trader identifica un pattern di doppio minimo su grafico H1.
Analisi con Trend Strength Meter:
Verifica dello score corrente
Se score > +50: Trend rialzista supporta il setup long
Se score tra -30 e +30: Mercato laterale, setup rischioso
Se score < -30: Trend contrario, evitare il trade
Gestione: Monitorare lo score durante il trade. Se scende sotto +30, considerare exit parziale. Se attraversa lo zero, valutare chiusura totale.
Questo è un esempio educativo di metodologia di analisi, non una raccomandazione operativa.
🔧 Impostazioni per Diversi Stili di Trading
Scalping (M1-M5):
Trend Period: 10
Smoothing: 2
Strong Level: 60
Risultato: Più reattivo, maggior numero di segnali
Day Trading (M15-H1):
Trend Period: 14 (default)
Smoothing: 3 (default)
Strong Level: 70 (default)
Risultato: Bilanciato tra velocità e affidabilità
Swing Trading (H4-D1):
Trend Period: 20
Smoothing: 5
Strong Level: 75
Risultato: Più stabile, filtra movimenti minori
Questi sono esempi generici. Ogni trader dovrebbe calibrare i parametri secondo il proprio stile e le caratteristiche dell'asset tradato.
⚠️ Disclaimer
Questo indicatore è fornito solo a scopo educativo e informativo. Non costituisce consulenza finanziaria, raccomandazione di investimento o sollecitazione al trading.
Il trading comporta rischi significativi di perdita del capitale. Le performance passate non garantiscono risultati futuri.
Gli utenti sono responsabili delle proprie decisioni di trading e dovrebbero:
Comprendere pienamente i rischi del trading
Utilizzare sempre una corretta gestione del rischio
Non investire più di quanto possono permettersi di perdere
Considerare di consultare un consulente finanziario qualificato
L'autore non si assume responsabilità per perdite o danni derivanti dall'utilizzo di questo strumento.
Sviluppato da NovaQore FX
Quarterly Financials on Chart with Estimates by SpeedEdge)# Quarterly Financials on Chart with Estimates
## WHAT THIS SCRIPT DOES
This indicator displays comprehensive quarterly financial data directly on your trading chart, eliminating the need to switch between charting and fundamental analysis platforms. The script automatically fetches and organizes key financial metrics including earnings per share (EPS), revenue, operating margins, depreciation & amortization, and quarterly estimates alongside actual results for comparative analysis.
## WHY THIS COMBINATION IS ORIGINAL AND USEFUL
**The Problem Solved:** Traders conducting fundamental analysis typically need to toggle between trading charts and separate financial platforms to view quarterly results, estimates, and year-over-year comparisons. This workflow is inefficient and makes it difficult to correlate price movements with earnings announcements.
**The Solution:** This script integrates fundamental financial data directly into the price chart environment, providing:
- Side-by-side comparison of quarterly estimates versus actual results
- Automatic calculation of Quarter-over-Quarter (QoQ) and Year-over-Year (YoY) growth rates
- Color-coded visualization of financial performance trends
- Regional number formatting (Indian Crores or Global Billions/Millions)
- Key valuation metrics (Market Cap, Free Float, PEG Ratio, CFO/EBITDA) in header
**Unique Features:**
1. **Dual Number Format System**: Automatically formats financial figures in Indian Crores (Cr, K Cr, L Cr) or Global formats (M, B, T) based on user preference
2. **Estimate Integration**: Shows analyst estimates for upcoming quarters alongside historical actuals for beat/miss analysis
3. **Intelligent Growth Analysis**: Automatically calculates and color-codes quarterly and yearly growth comparisons with smart handling of missing data
4. **Context-Aware Color Coding**: Green/red visualization adapts based on metric type - growth metrics, cash flow quality indicators, and expense trends each use appropriate color logic
5. **Configurable History**: Display 4 to 20 previous quarters based on analysis needs
## HOW THE SCRIPT WORKS TECHNICALLY
### Core Methodology:
**1. Financial Data Integration:**
The script accesses quarterly and annual financial statement data from public company filings, including:
- **Earnings Estimates**: Analyst consensus forecasts for upcoming quarters
- **Quarterly Actuals**: Reported earnings per share, revenue, margins, and operating expenses
- **Key Ratios**: Shares outstanding data, valuation multiples, and cash flow metrics
All data is sourced from TradingView's fundamental database, which aggregates information from official regulatory filings (10-Q, 10-K, annual reports) filed by publicly traded companies.
**2. Historical Data Organization:**
The script employs a sophisticated data structure system that:
- Detects when new quarterly results are released by monitoring data changes
- Automatically indexes financial data by quarters relative to the current date
- Creates a chronological timeline of financial performance
- Maintains historical records for comparison calculations
- Updates dynamically as new earnings are reported
**3. Intelligent Number Formatting:**
**Indian Regional Format:**
- Converts absolute values to Crore denomination (1 Crore = 10 Million)
- Scales to Thousand Crores (K Cr) for mid-size companies
- Scales to Lakh Crores (L Cr) for large corporations
- Appropriate for analyzing Indian market stocks
**Global Standard Format:**
- Uses Million (M) for smaller companies
- Scales to Billion (B) for mid-cap and large-cap stocks
- Uses Trillion (T) for mega-cap corporations
- Thousands (K) for smaller financial figures
- Standard across US and international markets
**4. Comparative Growth Analysis:**
**Quarter-over-Quarter (QoQ) Calculations:**
The script compares each quarter's performance against the immediately preceding quarter to identify:
- Sequential growth trends
- Momentum acceleration or deceleration
- Short-term business trajectory
- Seasonal pattern changes
**Year-over-Year (YoY) Calculations:**
Compares each quarter against the same quarter from the previous year to:
- Eliminate seasonal effects
- Identify sustainable growth trends
- Normalize for business cycles
- Provide apples-to-apples comparison
Both calculations automatically handle edge cases like missing data, account for different fiscal year conventions, and provide meaningful "N/A" indicators when comparative data is unavailable.
**5. Adaptive Color Coding System:**
**Growth Metrics (EPS, Revenue):**
- Positive growth → Green shading indicates improving performance
- Negative growth → Red shading signals declining performance
- Missing data → Gray indicates insufficient information
**Quality Indicators (Free Float %):**
- Lower float (<40%) → Green indicates potentially better supply-demand dynamics
- Higher float (≥40%) → Red suggests more diluted ownership
**Cash Flow Quality (CFO/EBITDA):**
- Strong cash conversion (≥50%) → Green shows quality earnings
- Weak cash conversion (<50%) → Red flags potential accounting concerns
**Expense Trends (Depreciation & Amortization):**
- Decreasing D&A → Green indicates improving cash flow characteristics
- Increasing D&A → Red suggests rising capital intensity
- Stable D&A → Default color shows consistency
**Future Estimates:**
- Yellow coloring clearly distinguishes forward-looking estimates from historical actuals
**6. Date and Quarter Intelligence:**
The script automatically:
- Determines the current financial quarter based on real-time date
- Maps calendar months to fiscal quarters (Q1-Q4)
- Handles different fiscal year conventions globally
- Calculates quarter differentials for accurate historical lookback
- Formats display labels showing quarter-end months and years (e.g., "Mar 24", "Dec 23")
### Advanced Calculations:
**Free Float Percentage:**
Calculates the proportion of shares available for public trading relative to total shares outstanding. Lower percentages indicate more concentrated ownership, which can affect volatility and liquidity.
**Market Capitalization:**
Real-time calculation using total shares outstanding multiplied by current market price, automatically updated with each price tick and formatted according to regional preferences.
**CFO/EBITDA Cash Quality Ratio:**
Measures what percentage of accounting earnings converts to actual operating cash flow. Higher ratios indicate better earnings quality and less aggressive accounting. Industry standards vary, but 60-100% typically signals strong cash generation.
**Operating Profit Margin Tracking:**
Monitors the percentage of revenue retained as operating profit after deducting operating expenses, providing insight into operational efficiency and pricing power trends.
## HOW TO USE THIS SCRIPT
### Initial Setup:
**1. Region Configuration:**
- **India**: Select for Indian stocks - formats numbers in Crores (₹10M = 1 Cr)
- **Global**: Select for international stocks - formats in Millions/Billions
**2. Display Settings:**
- **Position**: Choose table location on chart (Top Right recommended)
- **Table Size**: Adjust based on screen resolution (Normal is default)
- **Short Labels**: Enable to condense industry/sector names for space saving
- **Lookback Quarters**: Set how many previous quarters to display (4-20, default 5)
**3. Visual Customization:**
- **Background Color**: Customize table background color and transparency
- **Text Color**: Adjust text color for visibility
- **Border/Frame Colors**: Modify table borders for preferred appearance
### Reading the Dashboard:
**Header Section (Top 3 Rows):**
**Row 1:**
- **Ticker | Mcap**: Company symbol and current market capitalization
- **FF (Free Float)**: Percentage of freely traded shares (Green < 40% is positive, Red ≥ 40%)
- **CFO/EBITDA**: Cash flow quality ratio (Green ≥ 50% is positive, Red < 50%)
**Row 2:**
- **Industry**: Company's specific industry classification
- **Sector**: Broader sector classification
- **PEG Ratio**: Price/Earnings to Growth ratio (< 1 traditionally considered undervalued)
**Data Section:**
**Column Explanations:**
1. **Fin Q**: Financial quarter (format: "Mar 24" = Q4 FY2024 ending March)
2. **EPS**: Earnings Per Share in reporting currency
3. **QoQ %**: EPS growth versus previous quarter (Green = increase, Red = decrease)
4. **YoY %**: EPS growth versus same quarter last year
5. **Sales**: Total revenue (formatted in Cr or M/B based on region)
6. **QoQ %**: Revenue growth versus previous quarter
7. **YoY %**: Revenue growth versus same quarter last year
8. **OPM %**: Operating Profit Margin percentage
9. **D&A**: Depreciation & Amortization (Green if decreasing = cash flow positive)
**Estimates Row (Yellow Text):**
- Shows "Q Est." for upcoming quarter
- Displays analyst consensus estimates for EPS and Sales
- Compare actuals against estimates after earnings release to identify beats/misses
### Trading Applications:
**Fundamental Analysis:**
- **Earnings Quality Check**: Look for consistent QoQ and YoY growth in both EPS and Sales
- **Margin Trend Analysis**: Monitor OPM % changes to assess operational efficiency
- **Estimate Comparison**: Identify stocks that consistently beat or miss estimates
- **Cash Flow Validation**: Use CFO/EBITDA ratio to verify earnings quality
**Entry/Exit Timing:**
- **Post-Earnings Analysis**: Check if stock beat estimates and by what margin
- **Trend Confirmation**: Strong YoY growth + improving margins = positive fundamentals
- **Warning Signs**: Declining margins, negative growth, or deteriorating CFO/EBITDA
**Portfolio Screening:**
- **Growth Stocks**: Look for consistent QoQ and YoY EPS/Sales growth
- **Value Stocks**: Low PEG ratios combined with positive fundamentals
- **Quality Filter**: High CFO/EBITDA ratios (>75%) indicate superior cash generation
### Interpretation Guidelines:
**Strong Fundamental Setup:**
- YoY growth > 15% in both EPS and Sales
- QoQ growth positive for 2+ consecutive quarters
- OPM % stable or improving
- CFO/EBITDA > 60%
- Actual results exceed estimates
**Concerning Signals:**
- Declining YoY growth rates
- Shrinking operating margins
- Consistently missing estimates
- CFO/EBITDA < 40%
- Increasing D&A as percentage of revenue
## IMPORTANT USAGE NOTES
**Data Limitations:**
- Financial data depends on official company filings and reporting schedules
- Some stocks may have incomplete historical data depending on listing history
- Estimates may not be available for all companies, especially smaller-cap stocks
- Data updates occur after official earnings releases, not in real-time during announcements
**Realistic Expectations:**
- This tool displays historical fundamental data for analysis - not predictive signals
- Always verify critical financial data with official company filings when making investment decisions
- Fundamental analysis should complement technical analysis, not replace it
- Past financial performance does not guarantee future results
- Earnings estimates are analyst opinions, not certainties
**Best Practices:**
- Cross-reference important data points with company investor relations pages
- Consider industry-specific metrics beyond the displayed general figures
- Use in conjunction with technical indicators for comprehensive analysis
- Monitor for data anomalies (stock splits, accounting changes, restatements) that may affect comparisons
- Understand that different accounting standards (GAAP vs IFRS) may affect international comparisons
**Regional Considerations:**
- Indian stocks: Numbers in Crores (1 Cr = 10 Million Rupees)
- Global stocks: Numbers in standard M/B/T format
- Currency conversions are not performed - data shown in reporting currency
- Fiscal year conventions vary by region (India typically uses Apr-Mar fiscal year, US uses Jan-Dec or custom fiscal years)
- Different markets have different reporting timelines and requirements
## CONFIGURATION RECOMMENDATIONS
**For Indian Stocks:**
- Region: India
- Lookback: 5-8 quarters (recommended)
- Focus on YoY growth due to seasonal business patterns in many Indian companies
**For US/Global Stocks:**
- Region: Global
- Lookback: 4-6 quarters for tech/growth stocks
- Lookback: 8-12 quarters for cyclical/industrial stocks
- Monitor QoQ trends closely for rapid-growth sectors
**For Long-term Investors:**
- Increase lookback to 12-20 quarters to see multi-year trends
- Focus on consistency rather than individual quarter volatility
- Pay close attention to CFO/EBITDA quality metric for sustainable businesses
- Look for stable or improving margins over extended periods
**For Active Traders:**
- Use 4-6 quarter lookback for recent trend focus
- Concentrate on latest QoQ trends and estimate beats/misses
- Monitor table closely before/after earnings announcements
- Compare estimate versus actual immediately post-earnings for trading opportunities
**For Swing Traders:**
- 6-8 quarter lookback provides good balance
- Focus on acceleration/deceleration in growth rates
- Use margin trends to identify operational inflection points
- Combine with technical analysis for optimal entry/exit timing
This script serves as a comprehensive fundamental analysis tool for traders and investors who want seamless chart integration of financial data without workflow interruption, enabling faster and more informed decision-making.
MINE CBPR Pro ✦ v217.1MINE CBPR ✦ Pro is a next-generation universal indicator that combines Channel Breakout structure with Pivot Reversal logic to detect precise turning points across any market. Built for versatility, it adapts seamlessly from stocks and indices to crypto futures, and performs with exceptional precision even on ultra-short timeframes such as the 1-minute and 5-minute charts.
This system integrates advanced volatility filters and structural validation layers to reduce noise and highlight only high-probability reversal signals. Every component has been optimized to balance responsiveness and stability, providing traders with actionable insights in both trending and ranging markets.
Currently undergoing comprehensive backtesting and optimization, MINE CBPR ✦ Pro represents the latest evolution of the MINE series — engineered for traders who demand speed, accuracy, and reliability across all assets and timeframes. We hope you look forward to it.
B Trend Analysis % (No Repaint)
Overview
B Trend Analysis % is a no-repaint indicator that identifies bullish, bearish, or mean-reverting market phases using confirmed (prior-bar) signals from SMA crossovers, ADX trend strength, Supertrend direction, and optional RSI filtering. It visualizes trends via background colors (green for bullish, red for bearish, gray for mean-reversion) and provides a stats table showing bullish/bearish percentages over the chart's history.
How It Works
-
SMA Crossover: Detects momentum shifts with short (default 1) vs. long (default 3) SMAs.
ADX Filter: Ensures strong trends (smoothed ADX > threshold, default 1).
Supertrend: Confirms direction using ATR-based bands (period 3, factor 0.3).
RSI (Optional): Filters extremes (oversold >30 for bull, overbought <70 for bear; period 2).
Trends require trendLookback (default 3) consecutive confirmed bars for reliability. Stats count only confirmed bars to avoid repainting.
Usage
- Apply to any timeframe/symbol for trend confirmation.
- Green background: Enter/hold longs; red: shorts; gray: Avoid trades (range-bound).
- Tune inputs: Shorten lengths for scalping; enable RSI for mean-reversion filters.
- Plots: Blue (short SMA), red (long SMA). Table shows % bullish/bearish and ADX strength.
- Best for volatile assets like crypto/forex; back test on clean price charts.
Key Features
- No repainting: Uses var state and prior-bar values ( ).
- Efficient: Lightweight calcs, no request .security() .
- Customizable: Advanced group for lookback (1-5 bars).
Protected Script Notice
This script is published as Protected to safeguard proprietary elements in the trend confirmation logic, including the custom consecutive-bar counter and smoothed ADX integration, which were developed through extensive back testing. While the core inputs and outputs are fully accessible for use, the exact implementation details are not viewable to prevent unauthorized replication. Users can still apply it to charts, customize visible parameters, and benefit from its no-repaint reliability. For collaboration or access requests, contact the author via Trading View messaging.
This is an original combination for clearer trend stats—fork and improve where possible!
Rsi- bybitbot - JSON v3Backtesting based on the RSI indicator, based on the RSI length, RSI level, and the number of candles at the RSI level. Backtesting for monitoring in-points.
TDS9 Counting (Red & Blue, Offset Labels)Here’s a polished, **publication‑ready narrative** for your *TDS9 Counting (Red & Blue, Offset Labels)* indicator, written in the same style as the previous ones:
---
**TDS9 Counting (Red & Blue, Offset Labels)**
This indicator implements a sequential counting method to help traders identify potential exhaustion points in ongoing trends. It tracks sequences of price closes relative to the prior 4 bars, building up to a **9‑count structure** that often signals areas where momentum may be weakening and a reversal or pause could occur.
The script automatically labels counts **6 through 9** directly on the chart, with clear **color‑coded markers**:
- **Red numbers** for downward sequences (bearish setups)
- **Dark blue numbers** for upward sequences (bullish setups)
- A **red “9”** highlights a potential exhaustion point in an uptrend, while a **blue “9”** marks exhaustion in a downtrend
To maintain chart clarity, labels are **offset slightly above or below candles** using dynamic spacing, ensuring signals remain visible without overlapping price action. This makes it easy to track the progression of counts in real time while keeping the chart clean and readable.
By combining structured sequential logic with intuitive visual cues, this tool helps traders:
- Monitor developing **trend exhaustion patterns**
- Anticipate potential **reversal or consolidation zones**
- Add a **systematic layer of confirmation** to existing strategies
- Keep charts uncluttered with offset, color‑coded labels
Whether you’re a discretionary trader looking for exhaustion confirmation or a systematic trader layering signals into a broader strategy, this indicator provides a **clear, structured framework** for spotting potential turning points in price action.
Trend Structure ★★ with Buy/Sell Signals (offset labels)Got it — here’s a more **expanded, publication‑ready description** for your *Trend Structure ★★ with Buy/Sell Signals (offset labels)* indicator. I’ve kept it professional, clear, and engaging so it works well on TradingView’s public library:
---
**Trend Structure ★★ with Buy/Sell Signals (offset labels)**
This indicator is designed to give traders a structured view of market momentum by combining **short‑term (25 EMA)** and **long‑term (90 EMA)** exponential moving averages. It plots dual EMA bands on the chart, with shaded zones that visually highlight when price is trading outside of these ranges — making it easier to identify periods of strength, weakness, or potential exhaustion.
Beyond simple trend tracking, the script automatically generates **BUY** and **SELL** labels at key crossover points between price and the short‑term EMAs. These signals are intelligently offset using ATR‑based spacing, ensuring labels remain clear and uncluttered, even during volatile price action. This makes the chart more readable while still delivering actionable insights.
The indicator also includes a **title marker** for quick reference and a clean, color‑coded design that distinguishes short‑term and long‑term structures at a glance. By combining visual clarity with practical signal generation, this tool helps traders:
- Spot emerging trends early through EMA crossovers
- Confirm longer‑term momentum with dual EMA bands
- Receive uncluttered, offset Buy/Sell signals for better decision‑making
- Maintain a clean chart layout without sacrificing detail
Whether you’re a trend‑follower looking for confirmation, or a swing trader seeking timely entries and exits, this indicator provides a balanced mix of **structure, clarity, and actionable signals** to support your trading workflow.
MACD Divergence StructureMACD Divergence Structure Final
This indicator enhances the classic MACD by automatically detecting and labeling key divergence structures. It highlights bullish and bearish divergences, as well as potential sell tops and disappearing tops, directly on the chart. By combining EMA‑based MACD calculations with dynamic label plotting, it provides traders with clear, actionable signals to anticipate possible trend reversals or momentum shifts. Designed for flexibility and clarity, it helps traders quickly spot hidden market structure changes without cluttering the chart.
Liquidity Map [DrewRS]Donations are welcome to keep building!!
paypal.me
Description
Liquidity Map highlights where recent swing highs/lows leave resting liquidity and shows when those pools are swept; pending zones keep their color while swept zones fade, so you can track which areas remain attractive for price.
Each pivot detection draws a horizontal line plus a tiny marker, with optional equal-high/low highlighting to emphasize double tops/bottoms that are often targeted; when price runs through the level the marker disappears and a “taken” dot is left behind.
Designed for discretionary traders who monitor liquidity grabs, imbalances, or SMT setups; works on any symbol or timeframe, though you may want tighter settings for intraday and wider ones for higher timeframes.
How It Works
Uses ta.pivothigh / ta.pivotlow to define swing points; every pivot draws a persistent level until price closes a candle beyond it.
Equal highs/lows within the chosen tick tolerance upgrade the level color for quick visual prioritization.
Liquidity sweeps shorten the line to the sweep bar, reduce opacity with the “Line opacity after sweep” control, and leave a colored dot so you can see which pool was taken.
Inputs
Left/Right pivot bars: increase for smoother swings, decrease for faster detection.
Equal high/low tolerance: small values flag only near-perfect doubles; larger tolerances bundle broader ranges.
Max levels per side: caps how many pending lines stay on chart to avoid clutter.
Plot marker when liquidity is taken: toggle sweep dots on/off.
Pending/Taken liquidity colors + Line opacity after sweep: adjust palette to fit your chart theme.
Tips
Combine with market-structure or order-block tools; pending liquidity often aligns with supply/demand zones.
For scalping, start with leftBars = 2, rightBars = 1, and a tighter tolerance; for swing trading, raise the bars and tolerance slightly.
Keep an eye on equal highs/lows that stack across timeframes—multiple confluences tend to attract price more aggressively.
PairTradingSignalsPair Trading Signals (PTS)
This indicator implements a mean-reversion strategy for pairs trading, focusing on divergences between the chart's primary symbol (e.g., QQQ for tech exposure) and a user-specified inverse or correlated secondary symbol (default: SPY for broad market proxy). It generates long-only entry and exit signals on the primary asset based on statistical deviations in their relative pricing, without requiring short positions or direct trading of the secondary symbol.
Core Concepts
Pairs Mean Reversion: The strategy exploits temporary mispricings in cointegrated assets. When the primary asset becomes "cheap" relative to the secondary (oversold spread), it enters a long position expecting convergence. Exits occur when the spread reverts to neutral or overbought levels.
Spread & Z-Score: The raw spread is calculated as Primary Close - (Hedge Ratio × Secondary Close), with a fixed hedge ratio of 1.5 to approximate relative volatility (e.g., beta adjustment). This is normalized to a Z-score over a lookback period, measuring deviations in standard deviations from the historical mean. Bounds (default ±2.0) define oversold/overbought thresholds—common in statistical arbitrage for 95% confidence intervals assuming normality.
ATR-Based Risk Controls: Entry levels incorporate Average True Range (ATR, default 14-period RMA smoothing) to set dynamic take-profit (TP = Entry + Upper Bound × ATR) and stop-loss (SL = Entry - |Lower Bound| × ATR) levels, scaling to volatility.
Signal Logic
Buy (Long Entry): Triggers when the Z-score crosses above the lower bound (-2.0) after entering an oversold state (Z < lower bound). This signals undervaluation of the primary relative to the secondary.
Sell (Exit): Triggers when the Z-score crosses below the upper bound (2.0) after entering an overbought state (Z > upper bound). Optional strict TP/SL enforcement closes positions at predefined levels.
Signals appear as labeled shapes (green BUY below bar, red SELL above). Short horizontal boxes mark TP (green) and SL (red) for visual reference.
Backtesting & Performance Metrics
Simulation Period: Trades only within user-defined start/end dates (default: Jan 2020–Dec 2030).
Position Sizing: Fixed allocation based on initial capital × entry percentage (default 100%), capped by available equity to enforce risk limits. Supports full compounding if desired via code tweak.
Metrics Table: Displays net profit, ROI (including/excluding unrealized P&L), win rate, trade counts, closed capital, total equity, and open position details (shares or current value). Recent trades logged in a separate table.
Equity Floor: Prevents capital from going below zero, simulating real-world drawdown limits.
Usage Guidelines
Symbol Setup: Apply to the primary asset's chart (e.g., QQQ). Set "Inverse Ticker" to a negatively or positively correlated pair (e.g., SPY for market hedge).
Parameter Tuning: Increase lookback (20+) for smoother signals; widen bounds (±3.0) for fewer, higher-conviction trades. Lower entry % reduces risk.
Best Practices: Use on daily/4H timeframes for swing trades. Combine with overall market trend filters. Backtest across regimes (e.g., bull/bear) to validate.
Limitations: Assumes mean reversion holds; performs poorly in trending divergences. No commissions/slippage modeled—adjust initial capital accordingly.
This approach draws from classic pairs trading literature (e.g., Gatev et al.'s distance method), adapted for single-asset execution via Z-score thresholds. For optimal results, ensure the pair exhibits cointegration (test via Engle-Granger if customizing).
MARITradesGold Indicator A - BUY AND SELL ModelThe MARITrades Gold Indicator A – BOS Model is a professional charting tool designed to help traders visually identify structure breaks (BOS) and potential Fibonacci retracement zones during key market sessions on XAU/USD.
It combines session timing filters, Break of Structure logic, and a WMA160 trend bias to help users study clean continuation or reversal setups with precision.
This indicator is intended for traders who are learning or refining their market structure and session-based gold strategy.
KEY FEATURES AND HOW TO USE
Apply the indicator to XAU/USD on a preferred timeframe
Wait for a Break of Structure (BOS) during valid session hours.
Watch for retracement into 0.5–0.618 Fib levels for possible continuation zones which are marked out with coloured lines. you can edit the colours to your preference
Confirm direction with Moving average160 trend bias.
Use Stop loss and take profit levels for educational visualization — not for direct trade execution.
you can keep the indicator free or lines which optional to view the BUY and SELL signals
📊 BOS Detection: Marks bullish or bearish structure breaks after key levels.
📈 Fibonacci Zones: Auto-calculates retracement zones and gives you signal bias
🕒 Session Filters: Includes Sydney, Asian, London, and New York session timing tools.
🧭 Trend Filter: Moving Average (MA160) helps define directional bias.
🧩 Clean Visualization: retracement zones, and structure markers for chart clarity.
🚨 Optional Alerts: Alerts can be added when structure breaks align with session filters.
EMAs de JahazielThis indicator displays seven Exponential Moving Averages (EMA 5, 6, 9, 20, 50, 100, and 200) to help identify short-, medium-, and long-term market trends.
When shorter EMAs (5, 6, 9) cross above longer EMAs (50, 100, 200), it suggests increasing bullish momentum and potential uptrend continuation.
Conversely, when shorter EMAs cross below longer EMAs, it indicates potential bearish momentum and a possible downtrend.
📈 The combination of these EMAs helps traders visualize market structure, momentum shifts, and key dynamic support/resistance levels.
🧠 Suitable for scalping, intraday trading, swing trading, or confirming higher time frame trends across any market — Forex, indices, crypto, or commodities.
The Crypteller LEVELSAutomatically shows key highs and lows from the previous day, week, and month — no need to mark them manually.
Keeps your chart clean — only the latest levels are visible.
Works on any timeframe, so you can instantly see where major liquidity sits.
🐼 Rani EMA-OBV Dual Signal💚 Panda EMA-OBV Dual Signal combines trend, momentum, and volume analysis to generate high-quality buy/sell signals.
It uses a multi-EMA ribbon to identify trend direction, RSI(14) to gauge market strength, and OBV divergence to confirm momentum shifts.
Ideal for XAUUSD and volatile assets on M5–H4 timeframes.
ADIL_TREND// ===== NOTES =====
// - I interpreted the cover confirmation rule as symmetric to buy (confirm by HIGH > critical high within next N bars). If you intended a different rule (your message had an ambiguous line), tell me and I'll adjust.
// - Exits/covers are only confirmed when the corresponding position is open (inLong/inShort).
// - A pending critical will not be recreated while it's active; also you won't generate new buy/short pending when already in that position.
Trader Jumblo Auto Signal V6Trader Jumblo Auto Signal V6 is an advanced crossover-based signal system designed to generate persistent BUY and SELL entries with dynamic ATR-based Take Profit (TP) and Stop Loss (SL) levels.It provides clean, non-repainting trade signals that remain visible on the chart even after price movement — ensuring clarity during both backtesting and live trading sessions.
⚙️ How It Works
🟦 Two Blue Lines — These are your moving averages (Fast and Slow).
The crossover between them determines the signal direction.
When the Fast MA (light blue) crosses above the Slow MA → a BUY signal appears.
When the Fast MA crosses below the Slow MA → a SELL signal appears.
You can choose between SMA or EMA and adjust the lengths in the settings.
🟢 Green Line — The Take Profit (TP) level, calculated using ATR × TP multiplier.
It shows the projected target area for profit when a trade is active.
🔴 Red Line — The Stop Loss (SL) level, also based on ATR × SL multiplier.
It marks the risk boundary for each signal.
✅ When price reaches the green line, “TP HIT” appears.
❌ When price hits the red line, “SL HIT” appears.
These markers persist so you can analyze trade outcomes clearly.
📈 Main Features
Dynamic ATR-based TP and SL levels (auto-adjust with volatility)
Persistent entry, TP, and SL labels (no vanishing signals)
Optional RSI filter for signal confirmation
Instant alert system for BUY/SELL/TP/SL or combined events
Lightweight and optimized for any timeframe
⚡ Best Use
Ideal for swing and intraday traders who want visual clarity and structured risk/reward zones. Works effectively on Gold, Forex, crypto, indices, and stocks
VWAP-Delta Fade / Reversal (Webhook Alerts V1)⚖️ VWAP Delta Fade / Reversal Strategy – 1-Minute Chart (GC VWAP Delta Fade)
⚙️ Purpose
• Fade overextended price moves away from VWAP (Volume-Weighted Average Price).
• Capture mean reversion trades as price snaps back toward equilibrium.
• Ideal for scalp-style trades or early-trend reversals after a strong imbalance.
• Built for futures instruments (MNQ, NQ, ES, MES, etc.) with clear intraday volume profiles.
⸻
🕒 Timeframe & Session
• Chart: 1-Minute (occasionally confirm with 5-Minute for structure).
• Trading Window:
• Active between 9:45 AM – 3:45 PM EST (avoid open/close whipsaws).
• Skip major news windows (10:00 AM and 2:00 PM).
⸻
🧩 Setup
1. Add VWAP to your chart with standard session reset (each day).
2. Enable Delta or Cumulative Delta indicator — helps visualize aggressive buyers/sellers.
3. Identify conditions where price extends far from VWAP (typically 1.5–2.0 standard deviations).
4. Look for momentum exhaustion — Delta diverging from price, volume tapering off.
5. Prepare for entry as price stalls and begins reverting toward VWAP.
⸻
📈 Entry Rules
LONG Fade (buy reversal):
• Price is below VWAP by a large margin.
• Delta shows seller exhaustion (less negative Delta while price still dropping).
• Candle closes bullish showing rejection wicks or engulfing strength.
• Enter long with target toward VWAP.
SHORT Fade (sell reversal):
• Price is above VWAP significantly.
• Delta shows buyer exhaustion (less positive Delta while price still rising).
• Candle closes bearish showing upper rejection or engulfing weakness.
• Enter short with target back toward VWAP.
⸻
🎯 Trade Management
• Position Size: 1–10 contracts depending on volatility.
• Take Profit (TP): +110 ticks default.
• Stop Loss (SL): −128 ticks default.
• Target Zone: VWAP reversion — partials can be taken once VWAP is tagged.
• Risk/Reward Ratio: ~1:1 by design (mean-reversion fade).
• Optional trailing stop: Enable after +60 ticks to protect partial profits.
⸻
🧠 Best Practices
• Only trade clear extremes — if price hovers around VWAP, skip it.
• Use Delta divergence for confirmation, not standalone signals.
• Avoid entries directly before high-impact news.
• Prefer trades with support/resistance confluence near the VWAP extremes.
• Don’t fade strong trending sessions (where VWAP is one-sided with EMAs stacked).
• Wait for confirmation candle close before entry — avoid trying to catch the exact
top/bottom.
GC ORB Break-Retrace (Webhook V2)🧭 ORB Strategy – 5-Minute Chart (GC ORB Break-Retrace)
⚙️ Purpose
• Capture early momentum from the market’s opening volatility window (first 5–15
minutes).
• Focused on NASDAQ Micro Futures (MNQ) but adaptable to ES, NQ, MES, etc.
• Designed for short, structured trades with tight stop-loss and take-profit levels.
⸻
🕒 Timeframe & Session
• Chart: 5-Minute.
• Trading Window:
• Monitor from 9:25 AM to 10:30 AM EST.
• Signals begin only after 9:30 AM open once the first 5-minute candle closes.
• Avoid entries during major news releases (10 AM or 2 PM economic reports).
⸻
🧩 Setup
1. Load the 5-minute chart for your instrument (e.g., MNQZ25).
2. Mark the Opening Range (OR):
• High and Low of the 9:30–9:35 AM candle.
3. Wait for price to break above or below that range.
4. Use the retrace-confirmation entry rule:
• After breakout, wait for a small pullback that respects the broken OR line.
• Enter on the retest continuation in the breakout direction.
⸻
📈 Entry Rules
LONG Entry:
• Price breaks above OR high.
• Wait for a pullback that holds above that high.
• Enter long on the next bullish 5-min candle close confirming strength.
SHORT Entry:
• Price breaks below OR low.
• Wait for a pullback that fails to reclaim the OR low.
• Enter short on the next bearish 5-min candle close confirming weakness.
⸻
🎯 Trade Management
• Position Size: 1–10 contracts (based on risk).
• Take Profit (TP): +100 ticks (can be adjusted to volatility).
• Stop Loss (SL): −132 ticks default.
• Risk/Reward Ratio: ~1:1.3 by default.
• Trailing: Optional — can be enabled once trade moves +60–80 ticks in profit.
⸻
🧠 Best Practices
• Trade only one breakout per session — avoid chasing reversals.
• Prefer clean OR zones with clear structure, no overlapping wicks.
• Skip trades if volume is low or volatility is extreme (e.g., after CPI/FOMC).
• Always confirm trend direction with VWAP slope and EMA alignment (9/21/50).
• Avoid trades during the first minute of breakout — wait for confirmation candle close.