session Zone Hunter 🚀 | Session + Ignition + LiquidityTitle: session Zone Hunter | Session + Ignition + Liquidity
Description:
1. Indicator Philosophy and Originality
This indicator is an integrated trading framework designed to analyze market behavior through the lens of trading sessions and high-probability liquidity zones. The core philosophy is that the most significant trading opportunities arise from the interplay between session context and liquidity events.
The originality of this script lies in its synergistic combination of two distinct but complementary modules:
A Session Analysis Engine: This module defines the temporal context, identifying the high, low, and behavioral characteristics (e.g., Trend, Consolidation) of each trading session.
An Ignition Zone Module: This module identifies potent supply and demand zones created by "explosive" price moves, which often signal institutional intent.
By overlaying these two analyses, a trader can answer critical questions that are not possible by using separate indicators: "Did this 'Ignition' demand zone form at the low of the London session?" or "Is the price currently consolidating near the high of the Asian session, preparing for a liquidity grab?" This fusion of "when" (session context) and "where" (liquidity zones) provides a unique and powerful analytical edge.
2. Module 1: Session Analysis
This is the foundational layer of the indicator, providing a structured view of the market based on the major trading sessions (Asia, Europe, US).
Session Boxes & Timing: The script automatically draws colored boxes for each session based on user-defined start and end times (in UTC minutes). It also includes a countdown table showing the time left in the current session and when the next one begins.
Session Behavior Analysis: At the close of each session, the indicator analyzes the price action within that session and classifies its behavior into one of four categories:
Trend Up/Down: Characterized by a strong directional move and a large price range.
Consolidation: Characterized by a tight, non-directional price range.
Manipulation: Characterized by significant wicks on both sides of the candle body, suggesting a battle between buyers and sellers with no clear winner.
Range: Any behavior that doesn't fit the above criteria.
Closing Price Bias: In addition to the overall behavior, the indicator analyzes where the session's price closed relative to its range (e.g., "Strong Bullish Close" if it closes in the top 40% of its range). This provides insight into the final sentiment of the session.
Session Edge Traps (Liquidity Grabs): This sub-module identifies potential liquidity grabs. It triggers a "Sell Trap" alert if price creates a new session high but the candle body is bearish, and a "Buy Trap" if price creates a new session low but the candle body is bullish. These signals can be filtered to only appear near the edges of the session range.
3. Module 2: Ignition Alert Zones (Supply & Demand)
This is an independent, embedded module designed to detect high-probability supply and demand zones based on the concept of "Ignition" candles.
Zone Creation Logic: A zone is identified when a "boring" (low momentum) candle is followed by an "explosive" (high momentum) candle.
Boring Candle: A candle where the total length of the wicks is greater than the body size by a user-defined ratio.
Explosive Candle: A candle with a strong directional body that is significantly larger than the preceding "boring" candle's body.
A bullish (Demand) zone is created from the high/low of the boring candle that precedes an explosive up-move. A bearish (Supply) zone is created from the boring candle preceding an explosive down-move.
Zone Management:
Non-Repaint & Close-Only Checks: The logic is designed to be non-repainting by confirming signals only on bar close.
Overlap Policy: To maintain chart clarity, the indicator has a built-in policy to handle overlapping zones, either by keeping the most "Current" zone or using a "Strict" policy that prevents any overlap.
Zone Lifecycle: Zones can be configured to be automatically deleted after being filled, broken, or after a certain number of bars have passed (aging). They can also be set to "dim" (become more transparent) after the first price touch.
Comprehensive Alerts: A full suite of alerts is available for every event in a zone's life, including: New Zone Created, Zone Filled, First Retest, Any Touch, and Zone Break/Invalidation.
By combining these two powerful modules, the Session Zone Hunter aims to provide traders with a complete system for identifying high-probability setups based on session dynamics and institutional liquidity footprints
Трендовый анализ
Sri - Custom RSI Candle/Heikinashi Colors on MTFSri - Custom RSI Candle/Heikinashi Colors (TF RSI + EMA50 + Daily Trend Marker)
Short title: Sri - RSI EMA TF
Version: Pine Script v5
Overlay: Yes
Overview
This script enhances the standard RSI indicator by combining multiple features to visually represent market momentum and trend strength on both custom and daily timeframes. It recolors candlesticks or draws custom candles based on RSI levels relative to its EMA, offering a clear, intuitive way to identify trend direction and overbought/oversold conditions.
Key benefits include:
Multi-timeframe RSI & EMA analysis.
Optional Heikin Ashi or normal price source for RSI calculation.
Custom candle coloring for immediate visual insights.
Daily trend markers for longer-term trend context.
Features
Custom Timeframe RSI + EMA50
Calculate RSI on any user-selected timeframe (default: 5 min).
Apply a 50-period EMA on the RSI to identify trend direction.
Visual differentiation based on RSI relative to EMA:
Uptrend: RSI > EMA and above 50 → Blue candles
Downtrend: RSI < EMA and below 50 → Yellow candles
Conflict zones: RSI and EMA in opposite directions → Red or Green borders
Daily Trend Marker
Plots a tiny circle below each candle showing the daily RSI trend for additional context.
Helps align short-term trades with longer-term market direction.
Candle Visualization Options
Recolor built-in bars (default)
Custom candles with transparent bodies + colored borders
Overbought (RSI ≥ 70) → Dark Green
Oversold (RSI ≤ 30) → Orange
Heikin Ashi Support
Users can choose between Normal or Heikin Ashi candle prices as the RSI source.
Provides a smoother view of trends when using Heikin Ashi.
Transparency for Neutral Zones
Neutral or sideways RSI conditions are represented by transparent candles, reducing visual clutter.
Inputs
Input Description
Custom RSI Timeframe Select timeframe for RSI calculation (default: 5 min)
RSI Length Period for RSI calculation (default: 14)
EMA Length EMA period applied on RSI (default: 50)
Use custom candles True → draws custom candles with colored borders; False → recolors default bars
Price Source for RSI "Normal" or "Heikin Ashi"
Color Scheme
Condition Body Color Border Color
RSI ≥ 70 (Overbought) Dark Green Dark Green
RSI ≤ 30 (Oversold) Orange Orange
RSI ≥ 50 and RSI ≥ EMA Blue Blue
RSI < 50 and RSI ≤ EMA Yellow Yellow
RSI < 50 and RSI ≥ EMA Transparent Red (Conflict)
RSI ≥ 50 and RSI ≤ EMA Transparent Green (Conflict)
How to Use
Add the script to your chart.
Choose whether to use custom candles or recolor standard bars.
Set your preferred RSI timeframe and EMA length.
Optional: Switch between Normal or Heikin Ashi as the RSI source.
Observe candle colors and daily circles for trend alignment:
Green/Blue → Uptrend
Red/Yellow → Downtrend
Transparent → Neutral/conflict zones
Trading Insights
Candle colors quickly indicate short-term momentum relative to RSI and EMA.
Daily trend markers allow alignment of short-term trades with broader market context.
Conflict zones (transparent bodies with red/green borders) highlight caution areas where trend direction may be ambiguous.
Combining multiple timeframes (custom + daily) increases the accuracy of trend-based decision-making.
Notes
Works best when combined with other indicators (volume, support/resistance) for confirmation.
Ideal for scalping, intraday, or swing trading strategies.
Compatible with most symbols and timeframes supported by TradingView.
Multi-Leg Option Combined PremiumMulti-Leg Option Combined Premium Indicator
Overview
The Multi-Leg Option Combined Premium Indicator is a powerful and versatile tool designed for options traders to analyze and visualize multi-leg option strategies on Indian indices (NIFTY, BANKNIFTY, SENSEX). This TradingView Pine Script (v6) indicator calculates the combined premium of up to four option legs, displays the strategy in a customizable table, and overlays user-selected technical indicators (e.g., SMA, RSI, MACD) to aid in decision-making. Whether you're trading straddles, strangles, or complex strategies like Iron Condors, this indicator streamlines premium tracking and trend analysis, making it ideal for both novice and experienced traders.
Key Features
Multi-Leg Strategy Support:
Choose from 19 predefined option strategies, including Long Straddle, Short Strangle, Iron Condor, Bull Call Spread, and more, or create a custom strategy with up to four legs.
Configure each leg with specific expiry dates, strike prices, option types (Call/Put), and positions (Long/Short) with adjustable quantities.
Automatically calculates the combined premium, accounting for the direction (long/short) and quantity of each leg.
Index-Specific Customization:
Supports three major Indian indices: NIFTY, BANKNIFTY, and SENSEX.
Index-specific expiry dates:
NIFTY: Weekly (Tuesdays) and monthly (last Tuesday) expiries (e.g., 09-Sep-2025 to 04-Nov-2025).
BANKNIFTY: Monthly (last Wednesday) expiries (e.g., 25-Sep-2025 to 29-May-2026).
SENSEX: Weekly (Fridays) and monthly (last Friday) expiries (e.g., 11-Sep-2025 to 06-Nov-2025).
Adjustable ATM strike levels and strike width multipliers for precise strategy setup.
Technical Indicator Overlay:
Overlay one of 10 popular technical indicators on the combined premium chart: SMA, EMA, RSI, MACD, Bollinger Bands, ATR, Stochastic, Williams %R, CCI, or ADX.
Customize indicator parameters (e.g., RSI length, MACD fast/slow lengths) to align with your trading style.
Visual cues: Combined premium is color-coded (red/green/blue for credits, red/green/orange for debits) based on its position relative to the selected indicator.
Dynamic Table Display:
Displays a detailed table summarizing the strategy, including:
Instrument (NIFTY/BSX), expiry, option type, strike, position, premium, and quantity per leg.
Net position (Credit/Debit) and total combined premium.
Customizable table size (tiny, small, normal) and position (e.g., top-right, bottom-left).
Option to toggle P&L info (quantity column) for clarity.
Alert Integration:
Built-in alert functionality to log strategy details (timestamp, index, strategy, premium, indicator value, credit/debit status) to external services like Google Sheets via webhooks.
Example: Trigger alerts at specific times (e.g., 9:30 AM on 05-Sep-2025) or on new bars for real-time tracking.
Visual Feedback:
Plots the combined premium with dynamic coloring to reflect market conditions.
Indicator-specific visuals (e.g., Bollinger Bands upper/lower lines, RSI overbought/oversold levels, MACD signal line).
Background coloring to indicate net credit (blue) or debit (orange) strategies.
How It Works
Select an Index: Choose NIFTY, BANKNIFTY, or SENSEX to load index-specific prefixes (NSE:/BSE:) and expiry dates.
Choose a Strategy: Select a predefined strategy (e.g., Long Straddle, Iron Condor) or configure a custom strategy with up to four legs.
Set Parameters: Adjust ATM strike, strike width multiplier, and expiry dates. For custom strategies, specify each leg’s expiry, type, strike, position, and quantity.
Apply Technical Indicators: Pick an indicator (e.g., RSI, MACD) and customize its settings to analyze the combined premium’s trend.
View Results: The indicator calculates the combined premium, displays it in a table, and plots it with the selected indicator. Alerts can send data to external services for logging.
Analyze and Trade: Use the premium plot and indicator signals to make informed trading decisions, with the table providing a clear overview of your strategy.
Benefits
Time-Saving: Automates premium calculations for complex multi-leg strategies, reducing manual effort.
Flexible: Supports a wide range of strategies and indices, with customizable inputs for tailored analysis.
Visual Clarity: Combines premium data with technical indicators in an easy-to-read chart and table format.
Actionable Insights: Color-coded plots and alerts help traders identify trends and track performance.
External Logging: Seamlessly integrates with webhooks for real-time data logging to tools like Google Sheets.
Usage Instructions
Add to Chart: Apply the indicator to a TradingView chart for NIFTY, BANKNIFTY, or SENSEX.
Configure Inputs:
Select the index and strategy from the dropdowns.
Adjust ATM strike, strike width, and expiry dates as needed.
Choose a technical indicator and tweak its parameters.
Set table preferences (size, position, P&L info).
Set Up Alerts (Optional):
Create a TradingView alert with a webhook URL pointing to a service like Pabbly Connect or Zapier.
Use the alert’s JSON output to log data to Google Sheets (e.g., timestamp, strategy, premium).
Interpret Results:
Monitor the premium plot (colored based on trend relative to the indicator).
Review the table for leg details and net position.
Use alerts to track strategy performance externally.
Ideal For
Options Traders: Perfect for traders focusing on Indian indices, seeking to analyze multi-leg strategies like straddles, spreads, or condors.
Technical Analysts: Combines option premiums with technical indicators for trend-based trading decisions.
Portfolio Managers: Useful for tracking premium changes and logging performance for later analysis.
Notes
Data Requirements: Ensure your TradingView account has access to real-time data for NIFTY, BANKNIFTY, or SENSEX options. Invalid symbols may return na values.
Alerts: Webhook setup requires a third-party service (e.g., Pabbly Connect, Zapier) to log data to Google Sheets. Refer to the included guide for setup details.
Performance: Best used on timeframes aligned with option expiries (e.g., daily or intraday).
Disclaimer: This indicator is for educational purposes only and does not constitute financial advice. Always conduct your own analysis before trading.
Support
For setup assistance, bug reports, or feature requests, contact the developer via . Premium subscribers receive priority support and access to exclusive features like webhook setup guides.
PCV Setup (By Darren.L)The PCV Setup is designed for M15 scalping trading.
It combines Bollinger Bands (volatility), CCI (momentum), and RVI (trend confirmation) to filter false signals and improve accuracy.
EWC Zone Matrix📌 EWC Precision Blocks
🔎 Overview
EWC Precision Blocks is a professional market analysis tool designed to highlight high-probability trading zones on the chart. Instead of relying on lagging signals, this indicator maps out Alpha Zones (bullish) and Beta Zones (bearish), allowing traders to identify potential market reaction areas with clarity.
The algorithm is built to adapt across Scalp, Swing, and Position trading modes, making it flexible for short-term intraday traders as well as long-term investors.
⚡ Key Features
Multi-Mode Detection – Switch between Scalp, Swing, or Position modes depending on your trading style.
EWC Alpha Zone (Bullish Detection) – Highlights areas where the market may find strong upward momentum.
EWC Beta Zone (Bearish Detection) – Highlights areas where the market may face downward pressure.
Zone Break Tracking – Visualizes when a zone has been invalidated or broken.
Body-Based Detection – Option to base calculations on candle bodies instead of wicks for precision.
Zone Flips – Displays polarity shifts when zones transition from supportive to resistive behavior (and vice versa).
Custom Styling – Full control of zone and break colors for clear chart visualization.
🎯 How to Use
Select Your Mode
Scalp → Designed for fast intraday moves.
Swing → Medium-term setups, ideal for session trading.
Position → Long-term outlook, suitable for investors.
Watch the Alpha Zones
Highlighted bullish areas can serve as potential support or accumulation zones.
Watch the Beta Zones
Highlighted bearish areas may act as resistance or distribution zones.
Monitor Breaks & Flips
Alpha Breaks → Bullish zones failing.
Beta Breaks → Bearish zones failing.
Zone Flips → Polarity changes, often powerful signals.
🛠 Inputs & Customization
EWC Mode → Choose Scalp, Swing, or Position.
Show Last Alpha Zone → Set how many bullish zones to display.
Show Last Beta Zone → Set how many bearish zones to display.
Body-Based Detection → Toggle candle body vs. wick calculation.
EWC Alpha Zone / Beta Zone Styling → Customize zone colors.
Alpha Break / Beta Break Colors → Adjust break visuals.
Show Zone Flips → Enable/disable historical polarity labels.
Status Bar → Display inputs directly in the chart status line.
📈 Best Practices
Works across all timeframes and markets (forex, crypto, indices, stocks).
Combine with your existing strategy for confirmation.
Use in alignment with higher timeframe structure for maximum accuracy.
⚠ Disclaimer
EWC Precision Blocks is a market visualization tool provided for educational purposes only. It does not provide financial advice, signals, or guaranteed results. Always do your own research and manage risk responsibly.
🔹 About EWC
EWC (EastWave Capital) is dedicated to developing professional-grade trading tools and strategies for traders across forex, crypto, commodities, and indices. With over a decade of combined market experience, our mission is to empower traders with precision, clarity, and confidence in their decision-making.
EWC Precision Blocks is one of our flagship tools, reflecting our commitment to innovation, transparency, and trader-focused solutions.
📌 Published by Usama Manzoor — Founder of EastWave Capital (EWC)
1 minute ago
Release Notes
EWC Precision Blocks
The EWC Alpha-Beta Zone Detector is designed for traders who value clarity, precision, and flexibility in their chart analysis.
By mapping out Alpha (strength) and Beta (weakness) zones, this script provides a structured way to understand how price reacts to key levels in the market.
This indicator is built on price action principles and market structure analysis, avoiding clutter and focusing on the essentials traders need. Whether you are scalping on lower timeframes or analyzing swing opportunities, the Alpha-Beta Zone Detector adapts to your style.
🔹 Core Features
Alpha & Beta Zones → Detects bullish and bearish strength zones in real time.
Highlight Last Zone → Focus on the most recent Alpha/Beta zone for clarity.
Zone Flip Detection → Identifies polarity changes when zones shift from support to resistance or vice versa.
Body-Based Detection → Option to base calculations on candle bodies instead of wicks for more accuracy.
Flexible Timeframe Sensitivity → Switch between short, intermediate, and long-term detection modes.
Custom Zone Styling → Adjust colors, opacity, and line thickness for both Alpha and Beta zones.
Break Visualization → Display breaks of Alpha and Beta zones for additional confirmation.
Market Versatility → Works seamlessly on Forex, Crypto, Indices, Commodities, and Stocks.
🔹 Why Traders Use It
Provides a clear visual guide to market decision zones.
Helps traders refine entries, stop-loss placement, and take-profit levels.
Adapts to multiple trading styles → scalpers, intraday traders, and swing traders.
Keeps charts clean and professional without overloading with unnecessary signals.
⚠️ Disclaimer:
This script is created for educational and informational purposes only. It does not provide financial advice. Trading involves risk; always manage your risk responsibly and conduct your own analysis before entering any position.
EWC Precision Blocks📌 EWC Precision Blocks
🔎 Overview
EWC Precision Blocks is a professional market analysis tool designed to highlight high-probability trading zones on the chart. Instead of relying on lagging signals, this indicator maps out Alpha Zones (bullish) and Beta Zones (bearish), allowing traders to identify potential market reaction areas with clarity.
The algorithm is built to adapt across Scalp, Swing, and Position trading modes, making it flexible for short-term intraday traders as well as long-term investors.
⚡ Key Features
Multi-Mode Detection – Switch between Scalp, Swing, or Position modes depending on your trading style.
EWC Alpha Zone (Bullish Detection) – Highlights areas where the market may find strong upward momentum.
EWC Beta Zone (Bearish Detection) – Highlights areas where the market may face downward pressure.
Zone Break Tracking – Visualizes when a zone has been invalidated or broken.
Body-Based Detection – Option to base calculations on candle bodies instead of wicks for precision.
Zone Flips – Displays polarity shifts when zones transition from supportive to resistive behavior (and vice versa).
Custom Styling – Full control of zone and break colors for clear chart visualization.
🎯 How to Use
Select Your Mode
Scalp → Designed for fast intraday moves.
Swing → Medium-term setups, ideal for session trading.
Position → Long-term outlook, suitable for investors.
Watch the Alpha Zones
Highlighted bullish areas can serve as potential support or accumulation zones.
Watch the Beta Zones
Highlighted bearish areas may act as resistance or distribution zones.
Monitor Breaks & Flips
Alpha Breaks → Bullish zones failing.
Beta Breaks → Bearish zones failing.
Zone Flips → Polarity changes, often powerful signals.
🛠 Inputs & Customization
EWC Mode → Choose Scalp, Swing, or Position.
Show Last Alpha Zone → Set how many bullish zones to display.
Show Last Beta Zone → Set how many bearish zones to display.
Body-Based Detection → Toggle candle body vs. wick calculation.
EWC Alpha Zone / Beta Zone Styling → Customize zone colors.
Alpha Break / Beta Break Colors → Adjust break visuals.
Show Zone Flips → Enable/disable historical polarity labels.
Status Bar → Display inputs directly in the chart status line.
📈 Best Practices
Works across all timeframes and markets (forex, crypto, indices, stocks).
Combine with your existing strategy for confirmation.
Use in alignment with higher timeframe structure for maximum accuracy.
⚠ Disclaimer
EWC Precision Blocks is a market visualization tool provided for educational purposes only. It does not provide financial advice, signals, or guaranteed results. Always do your own research and manage risk responsibly.
🔹 About EWC
EWC (EastWave Capital) is dedicated to developing professional-grade trading tools and strategies for traders across forex, crypto, commodities, and indices. With over a decade of combined market experience, our mission is to empower traders with precision, clarity, and confidence in their decision-making.
EWC Precision Blocks is one of our flagship tools, reflecting our commitment to innovation, transparency, and trader-focused solutions.
📌 Published by Usama Manzoor — Founder of EastWave Capital (EWC)
SAPSAN TRADE: Retail Power Profile FIXSAPSAN TRADE: Retail Power Profile FIX
Visualize retail market pressure with precision using the SAPSAN TRADE: Retail Power Profile FIX indicator. This tool analyzes a selected time range and displays the distribution of bullish and bearish activity across price levels. Key features include:
Custom Time Range – Analyze any specific period by setting the start and end time.
Signed Volume Profile – Shows bullish (green) and bearish (red) volume across price levels.
POC (Point of Control) – Highlights the price level with the strongest retail activity.
Adjustable Levels – Choose the number of levels to divide the price range for detailed analysis.
Dynamic Visualization – Profile lines and labels scale automatically according to volume intensity.
Perfect for traders who want to identify where retail buyers and sellers are most active, key support/resistance levels, and the dominant market sentiment during a given period.
Riz Goldbach FrameworkWhat it is
A rules-based support/resistance and signal framework that maps Goldbach level geometry onto a dynamic PO3 (Power-of-3) dealing range, then scores entries using structure, session context, AMD phase, breaker/TT events, HTF alignment, optional SMT/VSA and volume/volatility filters. Visual presets let you run it minimal or full.
How the framework works (plain language)
1) PO3 dealing-range engine
-Auto mode approximates the current PO3 magnitude from price (log base 3), then snaps the active range: with Mid, Premium Mid and Discount Mid.
Shift mode:
- Close/Accept (default): range shifts only when the close exits the range.
- Wick: range shifts if wick breaches.
- Adaptive shift flag tracks up/down shifts so other modules can reset/confirm states.
2) Goldbach levels inside the range
-Key percentages are pre-computed off the active PO3 range. They’re used as role-based levels, not generic fibs:
- 11% / 89% → OB-class reaction zones
- 17% / 83% → FVG-class formation/mitigation zones
- 29% / 71% → LV (liquidity-void/expansion) zones
- 41% / 59% → Breaker focus (accept/retest logic)
- 47% / 53% → Mitigation band
- 3% / 97% → Rejection edge
- A configurable tolerance (%) determines “at level” using closes or full wicks.
3) Circuit Breaker (CB) state machine
- When price interacts at 41/59, a breaker zone is created with width = % of PO3. States: intact → broken → retest → revalidated / failed. Only revalidated breakers qualify as continuation context; failed breakers cancel it.
4) Twin Towers (TT) pattern
- Detects two near-equal highs (bearish) or lows (bullish) within a spacing window and tolerance (as % of PO3). States: setup → swept-1 → swept-2 → return-to-breaker-zone → confirmed. On confirmation, opposite entries can be suppressed for N bars.
5) AMD phase & Goldbach time window
- Smart AMD uses ATR vs ATR-MA, sweep velocity, volume absorption, and simple momentum divergence to label accumulation / manipulation / distribution and resets on PO3 shifts.
- Goldbach Time (GBT): a 4-hour activity window is opened when price tags selected GB levels (11/17/83/89) or trades near the chosen anchor (week/month open or custom).
6) Multi-timeframe PO3 alignment
- HTF PO3 mid/premium/discount are fetched; the script checks discount-in-discount (bull), premium-in-premium (bear) and divergence between TFs to gate signals.
7) Fibonacci–Goldbach confluence
- Confluence flags when GB 41/59/17/83 align within a small tolerance with key fib retraces/extensions derived from the active PO3 span.
8) Session-weighted activation
- Level priority depends on session:
- Asia: 11/89 primary (with 29/71 secondary)
- London: 41/59 prioritized (47/53 secondary)
- NY: 17/83 prioritized (3/97 secondary)
- A session weight boosts or dampens the score accordingly.
9) Volume-weighted liquidity pools
- Tracks equal highs/lows and their volume footprint; detects high-volume sweeps vs normal, and produces a liquidity strength factor.
10) Signal engine (0–100 score)
- Each side (bull/bear) gets a weighted score from:
- GB level touch present
- AMD alignment with zone (e.g., manipulation in discount for longs)
- Breaker revalidated (directional)
- Twin Towers confirmed
- FVG/OB interaction present
- HTF bias agrees (optional)
- SMT divergence (optional, secondary symbol)
- VSA high-volume (optional)
- a mild RSI-band momentum factor.
- Gates: cooldown bars, optional news blackout session, TT suppression window, and (optionally) bar-close confirmation.
- Mode: MMxM, Trending, or Hybrid (auto-decides from breaker acceptance + ATR expansion).
When the higher of the two scores ≥ Signal Score Threshold, the script prints BUY/SELL with a breakdown of factors and score.
What it draws
- PO3 high/low/mid and colored background for premium/discount/equilibrium.
- Core Goldbach level lines (role-colored) with optional majors only.
- Breaker zone, FVG boxes, OB bands, LV box, EQH/EQL labels, and GBT window (in Full preset).
- A compact dashboard (symbol, PO3, zone, AMD, session, active mode, CB state, nearest GB, recent event log).
Inputs you will actually use
- Presets: Minimal / Standard / Full (controls overlays).
- PO3: Auto vs Manual; Shift mode (close vs wick); adaptive shift.
- Levels: Major-only vs All; tolerance %; bodies-only mode.
- Time: session overlays, weekly/monthly opens; GBT anchor (week/month/custom).
- Signals: mode, score threshold (0–100), cooldown, confirm on bar close.
- Breaker/TT: zone width %, TT spacing/tolerance/window, suppress bars.
- Filters (optional): HTF bias TF; SMT symbol; VSA on/off.
- Blackout: time window for scheduled news periods.
- Refinements: FVG fill %, CE/MT/LV alert toggles.
- UI: colors, label size, opacity, dashboard position/size.
Alerts included
- BUY / SELL (scored)
- Breaker: Broken / Revalidated / Failed
- Twin Towers: Setup / Confirmed
- PO3 Shift (up/down)
- Goldbach Level Touch (role-tagged)
- Order Block Tagged, FVG Formed, FVG Filled
- LV Expansion
- CE/MT touches (optional)
Usage tips
1- Start with Preset = Standard, Score ≥ 70, Confirm on bar close = ON.
2- Prefer discount for longs / premium for shorts with HTF PO3 aligned.
3- In intraday, rely on the session-weighted levels (London favors 41/59, NY favors 17/83).
4- Treat the breaker state as your directional filter; let TT confirmed act as a catalyst.
5- Optional: enable SMT for indices/FX baskets and VSA around sweeps to upgrade selectivity.
Repainting/confirmation note: some objects (pivots, equal highs/lows, wick-based checks) stabilize only after bar close. For stricter behavior, keep Confirm on bar close enabled and fire alerts on close.
Disclaimer: For educational/analytical use only. Not financial advice. Past performance ≠ future results.
This is a consolidated update; incremental improvements will be published via Update, not as new scripts.
ETF→Symbol GEX & IM Mapper (EN)ETF→Symbol GEX & IM Mapper (EN) — Overview
🔎 Purpose
This indicator lets you paste a levels block (compact or long) with GEX walls, IM range, HVL and BS levels, then maps ETF-based prices to the current symbol using a live/fixed ratio (Diff). It draws lines and labels (color-coded), adds an optional HVL fill (green above / red below), and shows an InfoBox with Basis (CT/BW), optional VIX term structure, and an Auto GEX sign.
🧠 Why it’s useful
Quickly project SPY/QQQ/IWM/DIA levels onto futures, single stocks, or other symbols.
Keep levels consistent intraday with 09:30 NY rebase or manual rebase.
Visual context: Call/Put walls, IM range (+optional SDV bands), HVL, and BS levels, all in one view.
Key Features
ETF→Symbol mapping with live or frozen Diff (rebase at 09:30 NY or manual).
Two input formats:
Compact: price,name separated by ;
Long: natural language tokens separated by ,
GEX walls (L1 highlighted; extra GEX above/below price auto-colored).
IM range (Low/High) with optional SDV ±1/2/3σ bands.
HVL line + conditional fill (green/red) anchored to IM or GEX L1 (auto mode included).
BS levels from block (count configurable).
InfoBox: Basis (CT/BW), VIX state (Contango/Backwardation/Flat), GEX sign (Auto/Manual).
Labels: choose position, offsets, and text size.
Inputs You’ll Use Most
Data source
Use COMPACT block instead of LONG (toggle)
Block format: Auto / Long / Compact
Block text: paste your block (long or compact)
Block levels are in ETF (convert with Diff) (toggle)
Prefer 0DTE variants (toggle)
Extra GEX per side (besides L1)
Mapping / Rebase
Anchor: Rebase 09:30 NY / Manual rebase
Rebase now (+1 to execute)
Use ETF open (manual) and ETF open (manual, today)
Drift alert & threshold
Lines / Labels
Line length by: Bars / Days / Full
Label position: Left / Center / Right
Label offsets: bars / days
Label text size: Tiny / Small / Normal / Large / Huge
Styles
Colors, line widths, and styles for GEX / IM / HVL / SDV / BS
Environment
Basis (CT/BW) on/off, VIX on/off (VIX vs. VIX3M), GEX sign (Auto/Manual), InfoBox on/off
How to Use
Select ETF (SPY/QQQ/IWM/DIA) that corresponds to the levels you paste.
Paste your levels block (Compact or Long).
If your block prices are in the ETF, enable “Block levels are in ETF (convert with Diff)”.
Choose Rebase mode:
Rebase 09:30 NY: freezes Diff at RTH open.
Manual rebase: increment “Rebase now” to capture current Diff.
Tweak line span, label size/position, colors, SDV bands, HVL fill, etc.
(Optional) Enable VIX state and GEX sign = Auto to infer regime from VIX term/Basis/HVL.
Compact Block — Format & Example
Format:
Each item: price,name
Separate items with ;
Optional width tag: l1 / l2 / l3 (L1 is thickest)
Names you can use:
Call Wall, Put Wall, HVL, IM, GEX N, BS N
Examples of name variants recognized: Call Wall, Put Wall, HVL, IM, GEX 1, BS 3
Example (Compact):
455.0,Call Wall,l1; 448.0,Put Wall,l1; 451.2,HVL;
450.0,IM; 452.5,IM;
456.5,GEX 2; 447.2,GEX 3;
449.0,BS 1; 453.0,BS 2
Tip: If the Compact block is in ETF prices, toggle Block levels are in ETF (convert with Diff).
Long Block — Tokens & Example
Guidelines:
Separate tokens with ,.
The parser looks for keywords (EN/ES) and grabs the last number in that token.
Recognized tokens (English & Spanish):
Call Wall (L1): "call wall …", "call resistance …", "resistencia call …"
Put Wall (L1): "put wall …", "soporte put …"
0DTE variants: add "0dte" (e.g., "call wall 0dte 456"). If Prefer 0DTE is ON, 0DTE overrides standard.
HVL: "hvl …"
IM range: "1d min …", "1 d min …", "1d max …", "1 d max …"
GEX N: "gex N …"
BS N: "bs N …"
Example (Long):
Call Wall 0DTE 455, Put Wall 0DTE 448, HVL 451.2,
1d min 450, 1d max 452.5,
GEX 2 456.5, GEX 3 447.2,
BS 1 449, BS 2 453
Note: If your Long block is in ETF prices, enable Block levels are in ETF (convert with Diff).
Visual Conventions
Call Wall (L1): green line; Put Wall (L1): red line.
Extra GEX (above/below): auto-colored by side of current price; first extra = L2 (thicker), then L3.
IM Low / High: blue lines (with optional SDV bands).
HVL: blue line + fill (green above / red below) clipped to IM or GEX L1 span (per setting).
BS: gray lines.
Tips & Notes
Use Drift Alert to know when to rebase (e.g., after large intraday divergence).
Auto GEX sign can be based on VIX term (VIX3M vs VIX), Basis (CT/BW), or Price vs HVL.
Label text size controls label readability; adjust offsets to avoid overlaps.
If nothing draws, verify:
You pasted some block.
Block levels are in ETF toggle matches your block.
Token names match the formats above (case-insensitive).
Disclaimer
This is an educational tool for visualization. It does not constitute financial advice. Always do your own research and manage risk.
Opening Range Suite by SBSniperOpening Range Suite
An all-in-one opening-range tool suite. It draws the 30-second, 5-minute, and 30-minute opening ranges for the AM session (09:30 NY). Each range is highlighted with a rectangle (high/low with midpoint) and can display a full pack of projection levels.
⸻
What it draws
• AM 09:30 ORs: 30s, 5m, 30m ranges.
• Midpoint line inside each box.
• Projections from the opening range (measured both High→Low and Low→High) at:
−0.5, −1, −1.5, −2, −2.5, −3, −3.5, −4.
• Text labels inside rectangles (fixed text):
AM — “OR 30sec / OR 5min / OR 30min”; PM — “PM 30sec / PM 5min / PM 30min”.
⸻
Smart behavior
• Today always extends to the current bar (so the current session’s box grows with price/time).
• Previous 5 days of each selected range are shown and, by default, extend to 12:00 NY for AM and 16:00 NY for PM (2.5h span).
Toggle available to extend previous 5 out to the current bar instead.
• Projection day cap: You choose how many recent days (including today) draw projection lines. This prevents chart clutter and avoids TradingView object limits.
• Weekend skip: Automatically ignores Saturdays and Sundays based on New York time.
• Single label toggle: Turn all labels on/off; styling and text are fixed for clarity and consistency.
⸻
How ranges are calculated
• The script anchors to New York local time and detects:
• AM session: 09:30 → grabs the 30s/5m/30m bar(s) that open at 09:30:00 NY.
• Each range uses the bar’s high/low, draws a rectangle spanning the selected time window, and plots the midpoint.
⸻
Notes & best practices
• The 30-second OR requires a symbol/data plan that provides 30-second bars. If your feed doesn’t have 30s, keep the 30s toggles off and use 5m/30m.
• Use on intraday charts. The tool relies on bar times to align with NY session opens.
• For non-US symbols or 24/7 markets, NY anchoring still works; just be aware that “open” is tied to 09:30 New York time.
SAPSAN TRADE: Trend LineSAPSAN TRADE: Trend Line
This indicator automatically detects ascending and descending trend lines based on recent pivot highs and lows. It helps traders visually identify key levels of support and resistance, and provides alerts when a trend line is broken.
Key Features:
Automatic detection of trend lines using fractal highs and lows.
Customizable fractal length and minimum touches for drawing trend lines.
Differentiates between active and broken lines with color coding:
Red for descending lines
Green for ascending lines
Gray for broken lines
Automatic removal of broken lines after a configurable number of bars.
Alerts for:
Any trend line break
Descending trend line break
Ascending trend line break
Use Cases:
Identify potential breakout and reversal points.
Track the current trend direction.
Combine with other technical indicators for confirmation.
Inputs:
Fractal Length (Global High/Low): Sets the number of bars used to detect pivot points.
Remove broken line after N bars: Automatically clears broken lines after the specified number of bars.
Min. touches for trend line: Minimum number of pivot points required to draw a trend line.
Active line colors: Customize colors for ascending and descending trend lines.
Broken line color: Customize the color of broken trend lines.
Opening Candle & Previous Day High and Low LevelsOpening Candle & Previous Day High/Low
This indicator automatically plots important reference levels that many traders use as key decision points:
Opening Candle High/Low
• Draws horizontal rays from the day’s opening candle (default 5-minute, adjustable).
• Choose between regular trading hours (09:30–16:00) or extended hours (pre/post-market).
• Fully customizable colors, styles, and widths.
Previous Day High/Low
• Marks the prior day’s high and low for easy reference.
• Works in both RTH-only or 24-hour session modes.
• Customizable styling for clarity on any chart.
Alerts
• Alerts can be triggered when price touches/crosses a level or comes near it.
• “Near” mode supports absolute points, percent of price, or ATR multiples.
• Users can monitor one specific line (Open High, Open Low, Prev High, Prev Low) or all levels together.
• Option to use intra-bar wick detection (immediate) or close-only confirmation.
Labels
• Optional price labels at the last bar, clearly identifying each active level.
-- How to Use It
TLDR: This indicator helps you track the opening range and the previous days highs/lows with alerts and automatically drawn & customizable lines. This is useful for intraday setups and swing strategies alike.
Day Trading:
• Opening range high/low helps spot early breakouts, breakdowns, and false moves. Good for positioning for Long or Short trades as well as SL areas.
• Prior day’s high/low often act as support/resistance zones where momentum stalls or accelerates.
• Alerts let you focus on scanning while the script tracks levels for you.
Large-Cap Swing Trading:
• Previous day’s high/low highlight areas institutions often defend or break through.
• Opening range levels provide short-term confirmation zones for swing entries.
• Monitoring how price reacts to these levels across multiple days can signal trend continuation or reversal on large-cap names.
ComboBearCustom indicator for identifying stocks that meet the Stockbee's ComboBear criteria. This can be used as a standalone indicator or use it to screen for stocks in Pine Screener.
Bar NumbersBar Numbers is a simple utility indicator that helps traders keep track of bar counts during the Regular Trading Hours (RTH) or any intraday session.
🔹 Key Features:
Automatically numbers candles/bar counts starting fresh each new trading day.
Option to display numbers at custom intervals (e.g., every 1, 2, 3, 5 bars, etc.) via the “Display every X bars” input.
The first bar of each new day is always labeled, making it easy to reset visual tracking.
Adjustable label size (Tiny → Huge) for better readability.
Clean design: black numbers, transparent background, fixed below the bars for stability when zooming or scrolling.
🔹 How to Use:
Add the indicator to your chart.
Adjust the “Display every X bars” setting to control the spacing of numbers.
Change label size from the settings to fit your chart style.
Works best on intraday charts for bar-counting strategies, session analysis, or training purposes.
This tool is especially useful for:
Bar-by-bar analysis.
Practicing candle counting strategies.
Structuring setups where bar sequence matters (e.g., breakout bars, inside bars, or timed entries).
crypto_billionairesss 5min BTC ETH BNBThis indicator is based on a Moving Average Baseline and Heikin Ashi candles, optimized mainly for the 5-minute timeframe on Bitcoin, Ethereum and BNB.
It has shown around 45% win rate with a 1:2 risk-to-reward ratio.
Depending on market conditions, it can also be applied to other timeframes and assets.
From the settings panel, you can experiment with optional filters such as RSI or Body-Cross, which may provide better performance in certain market environments.
This tool is designed for traders who want a simple yet effective system for capturing the start of trend movements.
BigTrade Detector — VWAP Liquidity SMC (AlcoTrade Omega)
BigTrade Detector — VWAP Liquidity SMC (AlcoTrade Omega)
Full-featured confluence system combining:
🔹 BigTrade bursts (volume z-score + delta spikes + TR filter)
🔹 VWAP regime (Daily/Weekly/Monthly anchors with sigma bands)
🔹 SMC structure (BOS/ChoCH, SFP at prior highs/lows)
🔹 Liquidity Sweeps (SWP) at equal highs/lows with band gating
🔹 Absorption (ABS) wick signals at VWAP edges
🔹 Adaptive RR filter and MASTER scoring logic
How it works
• MASTER Long/Short fires only when score ≥ threshold, RR ≥ min, trend and chop filters pass, and at least one liquidity/volume event is present.
• Auto presets included for BTC, ETH, and Gold (XAU) across 5m/15m/1H/4H.
• Status panel displays ADX, slope, VWAP bias, thresholds, cooldown, and marker toggles.
• Markers: SFP, SWP, ABS, BT. SWP-only-at-band ON by default for cleaner signals.
Usage
Add the indicator on a clean chart (candlesticks only).
Leave “Auto Presets” ON for optimized BTC/ETH/XAU settings.
Watch panel → Core OUT + Gate OK + ADX rising.
Trade only MASTER signals that align with HTF bias + liquidity events.
Always manage risk. This is informational only, not financial advice.
⚠️ Past performance does not guarantee future results. No lookahead or repainting is used.
FX:XAUUSD BINANCE:ETHUSDT.P BINANCE:BTCUSDT.P
tags:BigTrade, VWAP, Liquidity, SMC, Smart Money, Order Blocks, SFP, Sweep, BOS, ChoCH, BTC, ETH, XAU, Scalping, DayTrading, Confluence, Delta, Volume
通貨強弱メーター [DoN]This indicator is a tool that applies the Gann trend analysis method to multiple currency pairs, extracts the individual strength and weakness of each currency, and scores them. It helps you understand at a glance which currencies are being bought and which are being sold across the entire market. This allows you, for example, to identify the pair of the "strongest currency" and the "weakest currency" and utilize this as reference information when formulating your trading strategy.
このインジケーターは、Gann トレンド分析手法を複数の通貨ペアに適用し、そこから各通貨単体の強弱を抽出してスコア化するツールです。市場全体でどの通貨が買われていて、どの通貨が売られているのかを一目で把握するのに役立ちます。これにより、例えば「最も強い通貨」と「最も弱い通貨」のペアを見つけ出し、トレード戦略を立てる際の参考情報として活用できます。
SAPSAN TRADE: Ultimate BOP MomentumSAPSAN TRADE: Ultimate BOP Momentum
The Ultimate BOP Momentum indicator is a powerful tool designed to identify strong market momentum using the Balance of Power (BOP) concept. It combines multiple filters and conditions to provide high-probability buy and sell signals. This indicator is ideal for traders who want to spot market turning points and trend continuation moments with confidence.
Features:
BOP Calculation: Measures the strength of buyers versus sellers on each candle.
Smoothed BOP: Provides a clearer view of momentum trends.
Volume & Range Filters: Ensures signals occur during significant market moves.
Momentum Filter: Confirms the direction over multiple bars.
Trend Filter: Aligns signals with the overall trend for higher accuracy.
Divergence Detection: Spots bullish and bearish divergences for potential reversals.
Confirmation Bars: Allows optional multi-bar confirmation for signals.
Visual Signals: Displays buy (▲) and sell (▼) signals on the chart, with color-coded backgrounds and threshold lines.
Alerts: Built-in alerts for automatic notifications when buy or sell conditions are met.
Inputs:
Timeframe: Choose the timeframe for BOP calculation.
BOP+ / BOP- Thresholds: Customize sensitivity for bullish and bearish signals.
Volume Filter: Toggle to require above-average volume for valid signals.
Range Filter: Toggle to require above-average candle range for valid signals.
Momentum Filter: Sets the number of bars to confirm directional momentum.
Confirmation Bars: Number of consecutive bars confirming the signal.
Trend Filter: Toggle to align signals with the trend.
Divergence Detection: Toggle to enable bullish/bearish divergence signals.
Usage:
Buy Signals: Occur when momentum, trend, volume, and range conditions align, or when bullish divergences are detected.
Sell Signals: Occur when momentum, trend, volume, and range conditions align, or when bearish divergences are detected.
Ideal for crypto, stocks, and forex markets.
Note:
Always combine this indicator with your own risk management and analysis. Signals are tools to assist your trading decisions, not guaranteed outcomes.
Carrera GTTheSouline x Carrera GT
IG:https://www.instagram.com/qberkshireofficial?igsh=MWViZW9nOGZmanpxeg==
ActivTrades US Market Pulse – Ion JaureguiActivTrades US Market Pulse Indicator – Detailed Description
The ActivTrades US Market Pulse Indicator is a market analysis tool designed to assess overall risk sentiment in U.S. financial markets. Rather than generating trade signals, it provides a snapshot of the prevailing market environment, helping traders and analysts understand whether conditions favor risk-taking or caution.
How it Works:
The indicator combines three key market metrics:
1. Sector Momentum:
o Compares the performance of cyclical sectors (e.g., technology, consumer discretionary, industrials) with defensive sectors (e.g., utilities, consumer staples, healthcare) relative to their 50-day moving averages.
o Stronger cyclical sector performance indicates higher market risk tolerance, while stronger defensive sector performance suggests increased risk aversion.
2. Volatility Measure – VIX Index:
o Incorporates the CBOE Volatility Index (VIX), a widely used gauge of market fear.
o Higher VIX levels indicate elevated uncertainty and a risk-off environment, whereas lower levels suggest calmer markets and greater investor confidence.
3. Interest Rate Spread:
o Monitors the yield difference between the 10-year and 2-year U.S. Treasury bonds.
o A wider spread typically reflects economic optimism and greater risk appetite, while a narrower or inverted spread signals caution.
Risk Sentiment Index:
• Each metric is assigned points based on its level, which are then combined to create an index representing overall market sentiment.
• The index oscillates between Risk-On (high risk appetite) and Risk-Off (heightened caution), with a neutral zone for balanced conditions.
Visual Output:
• The results are displayed as a colored histogram, making it easy to interpret market sentiment at a glance.
• Labeled zones include:
o Extreme Risk-On: Indicates a strong risk-taking environment.
o Extreme Risk-Off: Reflects heightened fear or uncertainty.
o Neutral Zone: Suggests a balanced or mixed market sentiment.
Purpose and Use:
• Helps traders, analysts, and investors gauge the prevailing mood of the market.
• Provides context for risk management and strategic positioning without offering explicit trade recommendations.
*******************************************************************************************
The information provided does not constitute investment research. The material has not been prepared in accordance with the legal requirements designed to promote the independence of investment research and such should be considered a marketing communication.
All information has been prepared by ActivTrades ("AT"). The information does not contain a record of AT's prices, or an offer of or solicitation for a transaction in any financial instrument. No representation or warranty is given as to the accuracy or completeness of this information.
Any material provided does not have regard to the specific investment objective and financial situation of any person who may receive it. Past performance and forecasting are not a synonym of a reliable indicator of future performance. AT provides an execution-only service. Consequently, any person acting on the information provided does so at their own risk. Political risk is unpredictable. Central bank actions can vary. Platform tools do not guarantee success.
INDICATORS RISK ADVICE: The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by ActivTrades. This script intends to help follow the trend and filter out market noise. This script is meant for the use of international users. This script is not meant for the use of Spain users.
SAPSAN TRADE: Regression ChannelSAPSAN TRADE: Regression Channel
The SAPSAN TRADE: Regression Channel indicator provides traders with a powerful visual tool to identify trends, deviations, and potential reversal zones using linear regression analysis.
Key Features:
Custom Time Range: Set the start and end time to focus the regression calculation on a specific portion of the chart.
Regression Line: Automatically calculates and plots the best-fit linear regression line based on closing prices.
± StdDev Levels: Shows upper and lower standard deviation levels, giving insight into price volatility and potential support/resistance zones.
Styled Parameters Table: Displays slope (a), intercept (b), and standard deviation in a clear, color-coded table on the chart.
Benefits:
Quickly identify the dominant trend over a selected time range.
Easily spot overextended price movements beyond ± StdDev levels.
Track regression parameters visually with the table for quick decision-making.
Fully customizable colors and line width for optimal readability on any chart.
How to Use:
Set the desired time range for the regression calculation.
Enable or disable the regression line and StdDev levels according to your preference.
Observe the slope and intercept values in the table to understand trend strength and direction.
Use the ± StdDev levels as dynamic zones for potential entries or exits.
Ideal for:
Traders who want a clear visual representation of trend direction, price deviations, and statistical analysis directly on the chart. Perfect for forex, crypto, stocks, and other markets where trend and volatility analysis is essential.
ActivTrades - Crypto Fear & Greed Index - Ion Jauregui📌 ActivTrades – Crypto Fear & Greed Index
This indicator recreates a Crypto Fear & Greed Index directly on TradingView, allowing traders to monitor overall market sentiment in the cryptocurrency market. It is designed for informational purposes and should be used together with your own analysis and risk management.
🔎 How it works
The index is calculated by combining five components into a single score (0–100):
RSI, Volatility, Volume Activity, Momentum, Altcoin Dominance
Each component is normalized and weighted to form the index.
📊 Interpretation
• Below 40 → Fear Zone (market sentiment is cautious, risk-off).
• Above 60 → Greed Zone (market sentiment is aggressive, risk-on).
• 40–60 → Neutral sentiment.
Shaded backgrounds and reference lines help visualize these zones, and can be toggled in the settings.
⚠️ Notes
• This tool does not generate buy or sell signals.
• It is meant to provide a sentiment overview of the crypto market.
• Works best on the daily chart of BTCUSDT, but can be applied to other timeframes.
*******************************************************************************************
The information provided does not constitute investment research. The material has not been prepared in accordance with the legal requirements designed to promote the independence of investment research and such should be considered a marketing communication.
All information has been prepared by ActivTrades ("AT"). The information does not contain a record of AT's prices, or an offer of or solicitation for a transaction in any financial instrument. No representation or warranty is given as to the accuracy or completeness of this information.
Any material provided does not have regard to the specific investment objective and financial situation of any person who may receive it. Past performance and forecasting are not a synonym of a reliable indicator of future performance. AT provides an execution-only service. Consequently, any person acting on the information provided does so at their own risk. Political risk is unpredictable. Central bank actions can vary. Platform tools do not guarantee success.
INDICATORS RISK ADVICE: The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by ActivTrades. This script intends to help follow the trend and filter out market noise. This script is meant for the use of international users. This script is not meant for the use of Spain users.