BTC NY Session Envelopes: Dynamic Levels & Settle AlertsCore Concept and Genesis
Born from forex institutional timing principles, this tool has been precision-engineered for the relentless pace of Bitcoin and cryptocurrency markets. It visualizes adaptive session-derived boundaries—spanning weekly, daily, and Asia-specific envelopes—capped with a Friday US settlement "sentinel" zone. Enhanced with targeted alerts for crossings of Asia highs/lows, daily highs/lows, weekly highs/lows, and the settle midpoint, it empowers traders to capture momentum shifts in real-time, transforming raw price data into actionable intelligence for volatile, non-stop assets.
The Fusion Edge: What Sets This Apart
This isn't a generic level plotter; it's a synergistic ecosystem where NY-timed envelopes intersect to reveal hidden confluences, like Asia's quiet buildup funneling into daily volatility spikes or the US settle acting as a "gap magnet" for weekend resolutions. Tailored for BTC's unique liquidity flows, it employs a low-timeframe data pull for noise-free accuracy, sidestepping common pitfalls in 24/7 charts. The built-in alerts—firing on precise crossovers—add a proactive layer, alerting to potential "liquidity hunts" or reversals (e.g., a breakout above weekly high amid high volume). In personal simulations across 500+ BTC sessions, this setup flagged ~65% of high-conviction moves with fewer false positives than isolated tools—always backtest to confirm your edge.
Inner Mechanics: A Transparent Peek
Weekly/Daily Envelopes: Anchored to 5pm NY resets for institutional alignment; computes highs/lows/mids through ongoing max/min accumulation, sourced from a user-defined sub-timeframe for cross-chart reliability.
Asia Envelope: A dynamic 8pm-3am NY capture window that evolves bar-by-bar, spotlighting pre-London setups often overlooked in crypto.
US Settle Sentinel: Zeroes in on Friday's 4:45pm NY 15-minute finale, rendering a containment box and midpoint to forecast post-weekend reactions. Overlaps are intelligently clustered in labels for at-a-glance clarity, with extension options for forward projection.
Timeframe-Adaptive Visibility: To declutter higher timeframes and focus on relevant horizons, the Asia envelope auto-hides on charts above 1hr, while daily envelopes vanish above 4hr—ensuring a streamlined view for swing or position traders without sacrificing intraday detail.
Alert System: Leverages crossover/crossunder detection on closing prices against levels, with granular triggers (e.g., "Surge Beyond Asia Low") for customized notifications—perfect for webhook integrations or mobile pings.
Strategic Deployment and Scenarios
BTC Day-Trading Playbook: Initiate longs when price rebounds from Asia low near a daily mid, amplified by an alert on "Dip Below Daily Low" for entry confirmation—pair with external volume spikes for confluence.
Trend Harmony: Overlay with a 200-period EMA; use "Breach Under Weekly High" alerts to exit longs in downtrends, safeguarding against fakeouts.
Caveats and Optimization: Thrives in momentum-driven phases but tune out in ultra-low volatility; alerts activate post-bar, so layer with candlestick patterns. Ideal for 15m-4H frames on perpetual futures like BTCUSDT.P.
Exclusive Access Rationale (If Restricted) The bespoke crypto recalibrations, seamless multi-envelope fusion, and alert-driven foresight deliver a tactical advantage absent in off-the-shelf alternatives—reach out via TradingView message for tailored access and optimization insights.
Indicatori e strategie
pinecon testerThe Pine Editor is moving from the bottom panel to the side panel. This change will happen in phases over the following weeks.
By default, the new editor view overlays on the right side of the screen. For wider screens, a split-view mode is available, which automatically adjusts the chart’s width to keep it visible alongside the editor. With this new vertical orientation, users can easily edit code and view other tabs such as the Strategy Tester or Replay Trading at the same time.
HM2 - Swing Low High 1-2# HM2 Swing Low High 1-2 Indicator Logic Description
## Overview
This indicator identifies and tracks key swing points in price action, specifically maintaining four critical levels: **SL1, SL2, SH1, and SH2**. These levels represent a hierarchy of support and resistance based on recent price swings.
## Core Logic
### Swing Point Detection
The indicator uses a **symmetrical swing detection method**:
- **Swing Length Parameter**: Defines how many candles on each side of a potential swing point must be higher (for lows) or lower (for highs)
- **Confirmation**: Only processes confirmed/closed candles to avoid repainting
- **Lookback Buffer**: Waits for adequate price history before making determinations
### The Four Key Levels
#### **SL1 (Swing Low 1) - Most Recent Low**
- The most recently formed swing low
- Always the latest confirmed low point in the price structure
- Updates whenever a new swing low is detected
#### **SL2 (Swing Low 2) - Lower Reference Low**
- The most recent swing low that is **below** SL1
- Must be lower in price than SL1 (deeper support level)
- Provides context for the support structure below current levels
#### **SH1 (Swing High 1) - Most Recent High**
- The most recently formed swing high
- Always the latest confirmed high point in the price structure
- Updates whenever a new swing high is detected
#### **SH2 (Swing High 2) - Higher Reference High**
- The highest swing high that is **above** SH1
- Must be higher in price than SH1 (stronger resistance level)
- Represents the most significant resistance overhead
## Key Features
### Smart Level Management
- **Array-Based Storage**: Maintains up to 50 recent swing points for performance optimization
- **Duplicate Prevention**: Prevents the same bar from being recorded multiple times
- **Hierarchy Enforcement**: SL2 must be below SL1, and SH2 must be above SH1
### Visual Elements
- **Horizontal Lines**: Draw from the swing point to current price with customizable extension
- **Background Plots**: Subtle reference lines for all four levels
- **Labels**: Clear "SL1", "SL2", "SH1", "SH2" labels positioned to the right of current price
- **Detection Markers**: Small triangular markers show when new swing points are detected
### Customization Options
- **Swing Length**: Adjustable sensitivity (1-10 candles)
- **Visual Controls**: Toggle labels and lines on/off
- **Line Extension**: Choose how lines extend (none, right, or both directions)
- **Color Customization**: Separate colors for lows (default red) and highs (default green)
## Practical Application
This indicator is particularly useful for:
- **Support/Resistance Trading**: The four levels provide clear zones for potential reversals
- **Trend Analysis**: Understanding the relationship between recent highs and lows
- **Entry/Exit Planning**: Using the hierarchy of levels for stop-loss and target placement
- **Market Structure**: Visualizing the current swing structure in any timeframe
The indicator automatically updates as new swing points form, ensuring traders always have the most current and relevant support/resistance levels based on actual price structure rather than arbitrary technical levels.
Penguin Trend with RSI on DiffVisualizes volatility regime via the percent spread between the upper Bollinger Band and the upper Keltner Channel, with bar colors from a lightweight trend engine and an RSI computed on the Diff signal. Supports SMA/EMA/WMA/RMA/HMA/VWMA/VWAP and an optional calculation timeframe. Defaults preserve the original look and behavior.
Penguin Trend with RSI on Diff shows expansion vs. compression in price action by comparing two classic volatility envelopes. It computes:
Diff% = (UpperBB − UpperKC) / UpperKC × 100
• Diff > 0: Bollinger Bands are wider than Keltner Channels → expansion / momentum regime
• Diff < 0: BB narrower than KC → compression / squeeze regime
A white “Average Diff” line smooths Diff% (default: SMA(5)) to highlight regime shifts. Bars are colored only when Diff > 0 to focus on expansion phases. A lightweight trend engine defines four states from a fast/slow MA bias and a short “thrust” MA on ohlc4:
• Green: Bullish bias and thrust > fast MA (healthy upside thrust)
• Red: Bearish bias and thrust < fast MA (healthy downside thrust)
• Yellow: Bullish bias but thrust ≤ fast MA (pullback/weakness)
• Blue: Bearish bias but thrust ≥ fast MA (bear rally/short squeeze)
RSI on Diff:
The indicator adds an RSI applied to Diff% to gauge momentum of the expansion/compression signal itself. Choose between Built-in RSI or a manual RMA-based computation, and optionally smooth it. Default OB/OS lines are 70/30.
How it works:
• Bollinger Bands (BB): Basis = selected MA of src (default SMA(20)); Width = StdDev × Mult (default 2.0)
• Keltner Channels (KC): Basis = selected MA of src (default SMA(20)); Width = ATR(kcATR) × Mult (defaults 20 and 2.0)
• Diff%: Safe division guards against division-by-zero
• MA engine: Select SMA / EMA / WMA / RMA / HMA / VWMA / VWAP for BB/KC bases, Average Diff, and trend components (VWAP is session-anchored)
• Calculation timeframe: Compute internals on a chosen TF via request.security() while viewing any chart TF
Inputs (key):
• Calculation timeframe: Empty = chart TF; set e.g., 60/240 to compute on that TF
• BB: Length, StdDev Mult, MA Type
• KC: Basis Length, ATR Length, Multiplier, MA Type
• Average Diff: Length and MA Type
• RSI on Diff: RSI Length, Method (Built-in or Manual RMA), Smoothing Length, OB/OS levels, show/hide
• Trend Engine: Fast/Slow lengths & MA type, Signal (kept for completeness), Thrust MA length & type
• Display/Visibility: Paint bars only when Diff > 0; show zero line; “true Blue” color toggle; show/hide Diff columns and Average Diff
How to use:
1. Regime changes: Watch Diff% or Average Diff crossing 0. Above zero favors momentum/continuation setups; below zero suggests compression and potential breakout conditions.
2. State confirmation: During expansion (Diff > 0), prioritize Green/Red for aligned thrust; treat Yellow/Blue as cautionary/contrarian.
3. RSI on Diff: Use OB/OS and crossovers for timing entries/exits or for confirming/negating expansion strength.
Alerts:
• Diff crosses above/below 0
• Average Diff crosses above/below 0
• RSI(Diff) crosses above OB / below OS
• State changes: GREEN / RED / YELLOW / BLUE
Notes & limitations:
• VWAP is session-anchored and best on intraday data. If not applicable on the selected calculation TF, the script automatically falls back to EMA.
• Defaults (SMA(20) for BB/KC, multipliers 2.0, SMA(5) Average Diff, original trend coloring and bar painting) preserve the original appearance.
• RSI on Diff is plotted in the same pane for a compact workflow; you can hide it or split into a separate indicator if desired.
Release notes:
v6.0 — Upgraded to Pine v6. Added multi-MA options (SMA/EMA/WMA/RMA/HMA/VWMA/VWAP), calculation timeframe, RSI on Diff (Built-in or Manual RMA) with smoothing, safe division guard, optional zero line, and optional true Blue color. Defaults retain the original behavior.
License / disclaimer:
© waranyu.trkm — MIT License. Educational use only; not financial advice.
Penguin TrendMeasures the volatility regime by comparing the upper Bollinger Band to the upper Keltner Channel and colors bars with a lightweight trend state. Supports SMA/EMA/WMA/RMA/HMA/VWMA/VWAP and a selectable calculation timeframe. Default settings preserve the original look and behavior.
Penguin Trend visualizes expansion vs. compression in price action by comparing two classic volatility envelopes. It computes:
Diff% = (UpperBB − UpperKC) / UpperKC × 100
* Diff > 0: Bollinger Bands are wider than Keltner Channels -> expansion / momentum regime.
* Diff < 0: BB narrower than KC -> compression / squeeze regime.
A white “Average Difference” line smooths Diff% (default: SMA(5)) to help spot regime shifts.
Trend coloring (kept from original):
Bars are colored only when Diff > 0 to emphasize expansion phases. A lightweight trend engine defines four states using a fast/slow MA bias and a short “thrust” MA applied to ohlc4:
* Green: Bullish bias and thrust > fast MA (healthy upside thrust).
* Red: Bearish bias and thrust < fast MA (healthy downside thrust).
* Yellow: Bullish bias but thrust ≤ fast MA (pullback/weakness).
* Blue: Bearish bias but thrust ≥ fast MA (bear rally/short squeeze).
Note: By default, Blue renders as Yellow to preserve the original visual style. Enable “Use true BLUE color” if you prefer Aqua for Blue.
How it works (under the hood):
* Bollinger Bands (BB): Basis = selected MA of src (default SMA(20)). Width = StdDev × Mult (default 2.0).
* Keltner Channels (KC): Basis = selected MA of src (default SMA(20)). Width = ATR(kcATR) × Mult (defaults 20 and 2.0).
* Diff%: Safe division guards against division-by-zero.
* MA engine: You can choose SMA / EMA / WMA / RMA / HMA / VWMA / VWAP for BB/KC bases, Diff smoothing, and the trend components (VWAP is session-anchored).
* Calculation timeframe: Set “Calculation timeframe” to compute all internals on a chosen TF via request.security() while viewing any chart TF.
Inputs (key ones):
* Calculation timeframe: Empty = use chart TF; if set (e.g., 60), all internals compute on that TF.
* BB: Length, StdDev Mult, MA Type.
* KC: Basis Length, ATR Length, Multiplier, MA Type.
* Smoothing: Average Length & MA Type for the “Average Difference” line.
* Trend Engine: Fast/Slow lengths & MA type; Signal (kept for completeness); Thrust length & MA type (defaults replicate original behavior).
* Display: Paint bars only when Diff > 0; optional Zero line; optional true Blue color.
How to use:
1. Regime changes: Watch Diff% or Average Diff crossing 0. Above zero favors momentum/continuation setups; below zero suggests compression and potential breakout conditions.
2. State confirmation: Use bar colors to qualify expansion: Green/Red indicate expansion aligned with trend thrust; Yellow/Blue flag weaker/contrarian thrust during expansion.
3. Multi-timeframe analysis: Run calculations on a higher TF (e.g., H1/H4) while trading a lower TF chart to smooth noise.
Alerts:
* Diff crosses above/below 0.
* Average Diff crosses above/below 0.
* State changes: GREEN / RED / YELLOW / BLUE.
Notes & limitations:
* VWAP is session-anchored and best on intraday data. If not applicable on the selected calculation TF, the script automatically falls back to EMA.
* Default parameters (SMA(20) for BB/KC, multipliers 2.0, SMA(5) smoothing, trend logic and bar painting) preserve the original appearance.
Release notes:
v6.0 — Rewritten in Pine v6 with structured inputs and guards. Multi-MA support (SMA/EMA/WMA/RMA/HMA/VWMA/VWAP). Calculation timeframe via request.security() for multi-TF workflows. Safe division; optional zero line; optional true Blue color. Original visuals and behavior preserved by default.
License / disclaimer:
© waranyu.trkm — MIT License. Educational use only; not financial advice.
Worstfx SessionsThis indicator is designed to outline major Forex/Futures market sessions.
It is built for traders who want visual clarity on sessions & important market structure zones.
✅ Features:
• Automatic shading of Asia, London, Pre-NY, and NY sessions.
• Centered session titles that adapt to each window.
• 6:00 pm ET day divider (new trading day) with vertical weekday labels.
• Lightweight design — no extra clutter, just structure.
⚙️Customization
• Session colors & opacity: change each session’s look.
• Titles: toggle on/off, adjust color and font size.
• Dividers: toggle day divider on/off, change line color, choose weekday label color/size.
A best Seasonality Monthly IndicatorSeasonality Monthly is a custom indicator designed for TradingView that calculates and displays monthly seasonality performance as a table overlay on the chart.
Key aspects and functionality:
It requires the timeframe to be either monthly or daily; otherwise, it throws an error.
The user can set the starting year (default 2015) from which the seasonality statistics begin.
It collects monthly percentage change data (close to close returns) for each month and year dynamically using request.security.
Data is stored in a two-dimensional matrix representing years by months, accumulating returns for each month over the years.
The table is drawn on the chart showing monthly returns for each year, with cells colored green for positive returns and red for negatives.
The bottom rows of the table show summary statistics per month:
AVG: Average monthly returns
SUM: Sum of returns
+ive: Count of months with positive returns over total counts
WR: Win rate (ratio of positive months)
Text sizes and colors are customizable via inputs.
Uses Pine Script v5 features like matrix, table API, and new runtime error handling.
This script is useful for visualizing historical monthly seasonality patterns for any symbol on TradingView.
------------------
The Seasonality Monthly Pine Script indicator is a powerful tool designed for TradingView that enables traders to analyze and visualize the historical seasonal performance of an asset on a monthly basis. This script focuses on identifying recurring monthly patterns by accumulating monthly percentage returns over multiple years, providing insights that help traders understand when certain months tend to perform better or worse historically.
The script requires the chart to be set to either a daily or monthly timeframe to ensure accurate calculations and data retrieval. It uses the request. security function to fetch monthly data, extracting each bar's year, month, and monthly price change percent based on close-to-close returns. These returns are then accumulated into a matrix data structure, organizing the percentage changes for each year and month to build a comprehensive historical dataset.
A dynamic table is constructed and displayed on the chart, showing a detailed breakdown of percentage changes each month for every year starting from a customizable start year (default is 2015). Each cell in the table is color-coded—green for positive monthly returns and red for negative—making it visually easy to interpret seasonal trends. This immediate visual feedback is valuable for traders looking to identify strong or weak months historically.
Beyond just the yearly data, the script calculates aggregate statistics for each month, which are displayed in summary rows at the bottom of the table. These include the average monthly return, the sum of returns, the count of positive-return months versus total months ("+ive"), and the win rate (WR), which is the proportion of positive months over the total number of months observed. These statistics assist traders in quantifying the strength and consistency of monthly seasonal effects.
The script also includes user customization options such as the starting year for seasonality analysis and adjustable text size for better readability. It incorporates modern Pine Script v5 features like runtime error handling, matrix operations, and the enhanced table API for efficient and clear display.
Overall, This is a practical indicator that helps traders incorporate seasonality insights into their decision-making process, potentially improving timing entries and exits by leveraging historical monthly market behaviors. It is particularly useful for spotting cyclic tendencies and planning strategies around historically strong or weak months, adding a valuable dimension to technical analysis.
----------------------------------------------
#Seasonality #TradingView #PineScript #TechnicalAnalysis #StockMarket #MonthlyPerformance #SeasonalTrends #MarketAnalysis #TradingStrategy #PricePatterns #Charting #DataVisualization #AlgorithmicTrading #FinancialMarkets #TradingIndicators #InvestmentStrategy #QuantitativeAnalysis #MarketSeasonality #StockTrading #TradingTools
RSI with MA and Candle Highlight BY GRAFClassic RSI with minor modifications, background color changes when it is higher/lower than its average, making it easier to see. Additionally, the candle color changes when the RSI is overbought or oversold.
Previous Days High & Low RTH Session by TenAM TraderPurpose:
This indicator plots the high and low levels of previous trading days’ Regular Trading Hours (RTH), helping traders identify key support and resistance zones based on historical price action.
How to Use / Strategy:
Designed as a super simple trading strategy:
Buy when price breaks above and confirms the previous day’s high.
Sell when price breaks below and confirms the previous day’s low.
Alerts notify you when price interacts with these levels, helping traders act on confirmed breakout opportunities rather than premature moves.
*Traders can also look for reversal opportunities if price breaks back through one of the levels.
Note: Make sure RTH (Regular Trading Hours) is turned on for the chart, as the indicator is based on RTH highs and lows.
Features:
Tracks previous days’ highs and lows.
Provides clear visual reference for support and resistance.
Simple, actionable strategy based on breakout confirmations and reversal plays.
Alerts for confirmed price breaks.
Disclaimer:
This indicator is for educational and informational purposes only. It does not provide financial advice. Trading involves risk, and past performance does not guarantee future results. Users trade at their own risk.
Crypto Position Size CalculatorPosition Size Calculator for Crypto.
This indicator uses the current price and a selected stop loss to calculate your position size without having to work it out elsewhere!
Simply set your account size, desired risk percentage and stop loss level and it will work out how many lots and the dollar value of your desired position.
Hope you enjoy!
IBS markerIndicator Description
This indicator provides a detailed analysis of the structure and volatility of each candlestick. It is designed to help traders better understand the balance between buying and selling pressure within individual bars, as well as the short-term volatility environment.
📌 Features
Candlestick Structure Analysis
Calculates the relative percentage of the upper wick, lower wick, and real body of each candle.
Helps traders visually and numerically evaluate whether a candle is dominated by bullish, bearish, or indecisive pressure.
IBS (Intraday Bar Strength)
Computes the Intraday Bar Strength value, showing where the close is located relative to the high-low range.
A high IBS indicates strong closing near the high, while a low IBS indicates weakness near the low.
Range Measurements
Displays the candlestick range in both price units and ticks.
Useful for traders who need precise range data for scalping or range-based strategies.
ATR (Average True Range) Volatility Filter
ATR is included with a configurable period setting.
Provides a contextual measure of volatility, helping traders compare current bar size against recent market behavior.
Dynamic Chart Labels
Key values (such as wick percentages, IBS, and range) are displayed directly on the chart through dynamic labels.
This allows for quick interpretation without opening extra panels or indicators.
📈 How to Use
Add the indicator to any chart and configure the settings (ATR period, label visibility, etc.) according to your trading style.
Use wick/body ratios to spot candles with unusual buying/selling pressure.
Combine IBS with ATR to identify potential exhaustion or continuation setups.
The dynamic labels are best used on lower timeframes for scalpers, but they can also provide insights on higher timeframes for swing traders.
🔍 Practical Applications
Identify reversal candles where one wick dominates.
Measure strength of breakouts by comparing candle body % and IBS values.
Detect volatility shifts by monitoring when bar ranges deviate from the ATR baseline.
Support scalping strategies that rely on tick-based range detection.
✅ Notes
This is a standalone indicator and does not require any other script to function.
Works on all markets (stocks, futures, forex, crypto).
For best results, use in conjunction with price action analysis or your preferred trading strategy.
XAUUSD Trap & Reversal ScannerThis strategy is designed for XAUUSD (Gold) on 5m/15m timeframes.
It detects and trades reversal traps confirmed by classic patterns:
Double Tops / Double Bottoms
Head & Shoulders / Inverse H&S
Fair Value Gaps (FVG / IFVG)
Trap Sweeps (stop hunts)
Additional filters:
EMA200 trend confirmation
London & New York trading session filter (12:00–17:00 UTC)
Risk management with ATR-based stop loss
Partial profit-taking (50% at 1:1, remainder at 1:RR up to 1:4)
Shalev OB indicator
indicator that finds OB in 15 minute time frame and 5 minute time frame confirmation
Triple Momentum Strategy High Winrate Nifty & Bank OPT & FUT🚀High Accuracy Triple Momentum Strategy - Access High Winrate
This system is designed for job holders who want to invest and trade using a proven, back tested strategy without needing to sit in front of charts all day.
📢 Need auto-trade alerts?
A dedicated **indicator version with real-time BUY/SELL/EXIT alerts** is available to this code same strategy script
📊 Results: No Repainting
Historical Win Rate: 90.0% (314/349 signals)
Study Period: 1 Year on NIFTY Futures
Educational Return: 81.4% annualized
Max Drawdown: ₹49,132.50
📊 Optimized Parameters:
"This strategy achieves 90% win rate on NIFTY Futures using optimized settings:
📈PARAM A: 69
📉PARAM B: 34
⚡PARAM C : 10
🎯 Source: Close
📊PARAM D: 39
🔴 Use Live Bar Signals: Enabled (may repaint)
💰 Long Profit %: 0.09
💸 Short Profit %: 0.05
💡 Features:
Non-repainting signal methodology
🧠 Triple Momentum Engine
🎯 Works best on **15-minute timeframe (Index Nifty Futures)**
Clean BUY/SELL/EXIT educational logic
Risk management principles included
🔎 Clean BUY / SELL / EXIT logic, optimized for high-probability trades
📧 Educational Access:
Send TradingView message for access.
📌 **Important Notes:**
- 🟢 Signals are real-time & backtest-matching (normal 1–2 pt slippage can occur its normal )
- 🧪 This tool has been **extensively tested**, and results shown are from actual backtests on TradingView
🔒 Access is invite-only for quality control
⚠️ Disclaimer:
Shared for learning and research purposes only. Not financial advice. Past educational results don't guarantee future outcomes. Trading involves risk of loss. We are not SEBI registered.
#MomentumStrategy #TradingEducation #InviteOnly #NIFTYFutures #AlgoTrading #EducationalStrategy
Reverse RSI Signals [AlgoAlpha]🟠 OVERVIEW
This script introduces the Reverse RSI Signals system, an original approach that inverts traditional RSI values back into price levels and then overlays them directly on the chart as dynamic bands. Instead of showing RSI in a subwindow, the script calculates the exact price thresholds that correspond to common RSI levels (30/70/50) and displays them as upper, lower, and midline bands. These are further enhanced with an adaptive Supertrend filter and divergence detection, allowing traders to see overbought/oversold zones translated into actionable price ranges and trend signals. The script combines concepts of RSI inversion, volatility envelopes, and divergence tracking to provide a context-driven tool for spotting reversals and regime shifts.
🟠 CONCEPTS
The script relies on inverting RSI math: by solving for the price that would yield a given RSI level, it generates real chart levels tied to oscillator conditions. These RSI-derived price bands act like support/resistance, adapting each bar as RSI changes. On top of this, a Supertrend built around the RSI midline introduces directional bias, switching regimes when the midline is breached. Regular bullish and bearish divergences are detected by comparing RSI pivots against price pivots, highlighting early reversal conditions. This layered approach means the indicator is not just RSI on price but a hybrid of oscillator translation, volatility-tracking midline envelopes, and divergence analysis.
🟠 FEATURES
Inverted RSI bands: upper (70), lower (30), and midline (50), smoothed with EMA for noise reduction.
Supertrend overlay on the RSI midline to confirm regime direction (bullish or bearish).
Gradient-filled zones between outer and inner RSI bands to visualize proximity and exhaustion.
Non-repainting bullish and bearish divergence markers plotted directly on chart highs/lows.
🟠 USAGE
Apply the indicator to any chart and use the plotted RSI price bands as adaptive support/resistance. The midline defines equilibrium, while upper and lower bands represent classic RSI thresholds translated into real price action. In bullish regimes (green candles), long trades are stronger when price approaches or bounces from the lower band; in bearish regimes (red candles), shorts are favored near the upper band. Divergence markers (▲ for bullish, ▼ for bearish) flag potential reversal points early. Traders can combine the band proximity, divergence alerts, and Supertrend context to time entries, exits, or to refine ongoing trend trades. Adjust smoothing and Supertrend ATR settings to match the volatility of the instrument being analyzed.
Apex Matrix AI [Institutional Grade] by IndicatorEdgeStop trading with amateur tools and retail-grade logic. The Apex Matrix AI is a professional-grade, institutional trading framework designed to provide a definitive analytical edge. This is not just another indicator; it's a complete, multi-asset "Operating System" that intelligently adapts its core logic to the unique personality of the market you are trading.
At its heart is a powerful Weighted Confluence Engine that quantifies trend strength across ten distinct factors. It only generates a signal when a decisive analytical edge is present, all while managing risk with mathematical precision. This is the level of detail and logical soundness that institutions demand.
The Institutional Edge: A System Worth Six Figures
Why do most public scripts fail? Because they are rigid, logically flawed toys. They don't adapt to changing markets, and their risk management is an afterthought.
Proprietary trading firms and hedge funds spend well over $100,000 on research and development to build in-house systems with the level of logical depth, adaptive capability, and integrated risk management found in this script. They understand that a true edge comes from a robust, multi-faceted framework, not a simple crossover.
The Apex Matrix AI brings that institutional-grade framework to the public TradingView community. Every component, from the dynamic scoring engine to the adaptive asset profiles, has been meticulously engineered to be logically sound, transparent, and effective.
Core Features: The Pillars of an Institutional System
🏆 The Adaptive Core (Multi-Asset Profiles): This is the script's most powerful feature. The Apex Matrix AI recognizes that Crypto does not trade like Stocks. Select a profile for Crypto, Forex, Indices, or Stocks, and the system automatically calibrates its most critical parameters (session filters, risk models, etc.) to that market's unique behavior.
🧠 Logically Sound Confluence Engine: Unlike flawed systems, the Apex Matrix AI is built on sound logic. The ADX is correctly used as a non-directional strength filter, while nine other factors contribute to a dynamic, weighted bull/bear score. The maximum possible score intelligently adapts based on the factors you have enabled, ensuring the score is always transparent and mathematically correct.
⚙️ Professional Risk & Position Sizing: This is not a strategy, but it is built with the principles of one. The logic is designed for traders who think in terms of risk. All on-chart signals are generated with the understanding that a professional trader would use ATR-based stops and risk-based position sizing.
📊 The "Command Center" Dashboard: The dashboard is your at-a-glance source of truth. It's large, professional, and built for instant clarity. It provides a complete, real-time view of:
The live status and value of all 11 market factors.
The current market regime (e.g., "Bull Regime," "Chop").
The live Confluence Score, showing you how close the market is to a high-probability setup.
🎯 Unambiguous On-Chart Signals: No more guessing. When a signal is confirmed, a professional Information Box appears on your chart, displaying the signal type and its final Confluence Score.
How the System Works: A Disciplined 3-Step Process
Regime Filter: First, the system confirms the market is in a healthy, "tradable" regime using the ADX and a Higher Timeframe trend analysis. It is designed to stay flat during low-probability chop.
Confluence Scoring: The script's Matrix Engine continuously analyzes nine different directional indicators, from EMAs and MACD to SuperTrend and Stochastics. It assigns a score based on the weights you have defined in the settings.
Signal Confirmation: A signal is only generated when the Confluence Score crosses a minimum threshold and the market regime filters are passed. This disciplined, multi-step process ensures you are only alerted to high-probability setups.
How To Use This Indicator
Select Your Asset Profile: This is your most important first step. Choose the profile from the dropdown that matches the asset on your chart (e.g., "Forex" for EURUSD).
Configure Your Weights (Optional): For advanced users, adjust the "Confluence Factor Weights" to align the scoring engine with your personal trading strategy.
Monitor the Dashboard: Use the live dashboard to get a constant, at-a-glance overview of the market's health. Watch as the Confluence Score builds or fades.
Act on Confirmed Signals: Use the on-chart Signal Information Boxes as your primary call to action. Use these high-probability signals to confirm your own analysis at key levels.
Disclaimer: This tool is for educational and analytical purposes only. All trading involves substantial risk, and the author, IndicatorEdge By SG, is not liable for any financial losses incurred. Past performance is not indicative of future results. Please trade responsibly.
Triple Momentum Indicator ALERT CODE (opt & fut )Nifty and Bank 🚀High Accuracy Triple Momentum Strategy - no repainting HIGH WINRATE
This system is designed for job holders who want to invest and trade using a proven, back tested strategy without needing to sit in front of charts all day.
📢 Need auto-trade alerts?
its an dedicated **indicator version with real-time BUY/SELL/EXIT alerts**
Strategy code review
📊 Results:
Historical Win Rate: 90.0% (314/349 signals)
Study Period: 1 Year on NIFTY Futures
Educational Return: 81.4% annualized
Max Drawdown: ₹49,132.50
📊 Optimized Parameters:
"This strategy achieves 90% win rate on NIFTY Futures using optimized settings:
📈PARAM A: 69
📉PARAM B: 34
⚡PARAM C : 10
🎯 Source: Close
📊PARAM D: 39
🔴 Use Live Bar Signals: Enabled (may repaint)
💰 Long Profit %: 0.09
💸 Short Profit %: 0.05
🔎 Clean BUY / SELL / EXIT logic, optimized for high-probability trades
📧 Educational Access:
Send TradingView message for access.
📌 **Important Notes:**
- 🧪 This tool has been **extensively tested**, and results shown are from actual backtests on TradingView
🔒 Access is invite-only for quality control
@How to Create Alerts in TradingView (Step by Step)
Add the Indicator to Your Chart
Open your chart in TradingView.
Add your custom indicator (from Pine Script) to the chart.
Set Your Indicator Parameters@
Click on the indicator’s name in the chart or in the “Indicators” list.
Click the gear/settings icon.
Enter the suggested parameters (Long Length: 69, Short Length: 34, etc.), then click OK.
Open the Alert Creation Window
Click the Alerts (clock/bell) icon at the top of the TradingView interface.
Or right-click on the chart and select “Add Alert”.
Configure Each Alert
In the “Condition” dropdown, select your indicator.
Choose the specific alert condition (e.g., Buy Alert, Sell Alert, Exit Buy Alert, Exit Sell Alert) from the list.
Set the “Options” to Once per bar close.
(Optional) Enter your webhook URL if you want alerts to be sent to another app or bot.
In the Message box, enter the JSON format for automation:
For Buy: {"SYMBOL":"{{ticker}}","ACTION":"BUY","PRICE":{{close}}}
For Sell: {"SYMBOL":"{{ticker}}","ACTION":"SELL","PRICE":{{close}}}
For Buy Exit: {"SYMBOL":"{{ticker}}","ACTION":"BUY_EXIT","PRICE":{{close}}}
For Sell Exit: {"SYMBOL":"{{ticker}}","ACTION":"SELL_EXIT","PRICE":{{close}}}
Save the Alert
Click Create to save your alert.
Repeat
Repeat steps (Buy, Sell, Buy Exit, Sell Exit).
Manage Alerts
You can edit, remove, or pause alerts any time in the “Alerts” panel at the bottom of TradingView.
⚠️ Disclaimer:
Shared for learning and research purposes only. Not financial advice. Past educational results don't guarantee future outcomes. Trading involves risk of loss. We are not SEBI registered.
#MomentumStrategy #TradingEducation #InviteOnly #NIFTYFutures #AlgoTrading #EducationalStrategy #NIFTYOptions
Market Compass V95 TRForeword for Your Friends
Hey everyone! I'm excited to share with you all the indicator I've been working on, which I believe brings a completely different perspective to market analysis.
This indicator combines many critical analyses—from momentum and volume data to volatility and RSI scoring—into a single panel. Thanks to its Normalised Gaussian MACD integration, it has become a unique tool for gaining a deep understanding of market dynamics and catching potential turning points.
I hope this tool opens up new doors for you as you read the market. I'm looking forward to hearing about your experiences and feedback. Wishing you all profitable trades!
Combined CE and PE Option Overlay with Time Targets for All TgsThe "Combined CE and PE Option Overlay with Time Targets for All Tgs" is a sophisticated TradingView Pine Script (v5) indicator designed for intraday options trading, focusing on Call (CE) and Put (PE) options. It overlays price levels and wick zones on the chart, using previous day's high, low, open, and close to define upper and lower wick areas, filled in red and green respectively. The indicator generates buy/sell signals based on EMA, SMA, or RSI crossovers, with customizable thresholds and signal line thickness. It calculates entry prices, stop losses (SL), and five target levels (TG1-TG5) for both CE and PE, adjusting for strikes and tick sizes (e.g., NIFTY 50, BANKNIFTY 100). Time targets are estimated using average price speed over a lookback period, accounting for market hours (9:15 AM to 3:30 PM IST). Labels display detailed info, including expiry dates (set by day) and time projections. Alerts trigger on signal crossovers and individual level breaches, with webhook support for automation. Features include adjustable risk-reward multipliers, line extensions, and debug tables, making it a comprehensive tool for options traders seeking precise entry/exit points and time-based targets.
Volume Profile – VPOC/VAH/VAL [VERY GREEN] [STRATEGY]The Volume Profile Only – VPOC/VAH/VAL Strategy is a trading model that builds everything around a rolling, algorithmic volume profile. It highlights the market’s most significant levels and uses them to drive both reversion and breakout entries.
Backtest results on a 5m timeframe with default inputs over TradingView's entire history yield a vast majority of green over 26,000 trades with a 1:1 RR.
-----
Volume Profile Calculation – dynamically reconstructs the histogram over a user-defined lookback with adjustable bin count and optional smoothing.
Point of Control (VPOC) – identifies the single price level with the highest traded volume and uses it for plotting and exit logic.
Value Area (VAH & VAL) – defines the zone containing a configurable percentage of total traded volume, forming the basis for both reversion and breakout strategies.
Reversion Mode – enters trades when price moves outside the value area and then crosses back in, with optional take profit at VPOC or fixed risk/reward targets.
Breakout Mode – enters trades after a set number of closes confirm acceptance above VAH or below VAL, capturing continuation behavior.
HVN/LVN Markers – optionally plots high-volume and low-volume nodes as dotted lines to add context and confluence.
Risk Management – fully parameterized stops (in ticks) and risk/reward ratios, with all exits managed programmatically for accurate backtesting.
Visuals – plots VPOC, VAH, VAL, and optional HVN/LVN levels directly on the chart, with an optional debug label showing the current levels and mode.
This strategy is designed for testing and educational purposes, demonstrating how volume profile levels can be translated into systematic trade logic.
Essa - Market Structure Crystal Ball SystemEssa - Market Structure Crystal Ball V2.0
Ever wished you had a glimpse into the market's next move? Stop guessing and start anticipating with the Market Structure Crystal Ball!
This isn't just another indicator that tells you what has happened. This is a comprehensive analysis tool that learns from historical price action to forecast the most probable future structure. It combines advanced pattern recognition with essential trading concepts to give you a unique analytical edge.
Key Features
The Predictive Engine (The Crystal Ball)
This is the core of the indicator. It doesn't just identify market structure; it predicts it.
Know the Odds: Get a real-time probability score (%) for the next structural point: Higher High (HH), Higher Low (HL), Lower Low (LL), or Lower High (LH).
Advanced Analysis: The engine considers the pattern sequence, the speed (velocity) of the move, and its size to find the most accurate historical matches.
Dynamic Learning: The indicator constantly updates its analysis as new price data comes in.
The All-in-One Dashboard
Your command center for at-a-glance information. No need to clutter your screen!
Market Phase: Instantly know if the market is in a "🚀 Strong Uptrend," "📉 Steady Downtrend," or "↔️ Consolidation."
Live Probabilities: See the updated forecasts for HH, HL, LL, and LH in a clean, easy-to-read format.
Confidence Level: The dashboard tells you how confident the algorithm is in its current prediction (Low, Medium, or High).
🎯 Dynamic Prediction Zones
Turn probabilities into actionable price areas.
Visual Targets: Based on the highest probability outcome, the indicator draws a target zone on your chart where the next structure point is likely to form.
Context-Aware: These zones are calculated using recent volatility and average swing sizes, making them adaptive to the current market conditions.
🔍 Fair Value Gap (FVG) Detector
Automatically identify and track key price imbalances.
Price Magnets: FVGs are automatically detected and drawn, acting as potential targets for price.
Smart Tracking: The indicator tracks the status of each FVG (Fresh, Partially Filled, or Filled) and uses this data to refine its predictions.
🌍 Trading Session Analysis
Never lose track of key session levels again.
Visualize Sessions: See the Asia, London, and New York sessions highlighted with colored backgrounds.
Key Levels: Automatically plots the high and low of each session, which are often critical support and resistance levels.
Breakout Alerts: Get notified when price breaks a session high or low.
📈 Multi-Timeframe (MTF) Context
Understand the bigger picture by integrating higher timeframe analysis directly onto your chart.
BOS & MSS: Automatically identifies Breaks of Structure (trend continuation) and Market Structure Shifts (potential reversals) from up to two higher timeframes.
Trade with the Trend: Align your intraday trades with the dominant trend for higher probability setups.
⚙️ How It Works in Simple Terms
1️⃣ It Learns: The indicator first identifies all the past swing points (HH, HL, LL, LH) and analyzes their characteristics (speed, size, etc.).
2️⃣ It Finds a Match: It looks at the most recent price action and searches through hundreds of historical bars to find moments that were almost identical.
3️⃣ It Analyzes the Outcome: It checks what happened next in those similar historical scenarios.
4️⃣ It Predicts: Based on that historical data, it calculates the probability of each potential outcome and presents it to you.
🚀 How to Use This Indicator in Your Trading
Confirmation Tool: Use a high probability score (e.g., >60% for a HH) to confirm your own bullish analysis before entering a trade.
Finding High-Probability Zones: Use the Prediction Zones as potential areas to take profit, or as reversal zones to watch for entries in the opposite direction.
Gauging Market Sentiment: Check the "Market Phase" on the dashboard. Avoid forcing trades when the indicator shows "😴 Low Volatility."
Confluence is Key: This indicator is incredibly powerful when combined with your existing strategy. Use it alongside supply/demand zones, moving averages, or RSI for ultimate confirmation.
We hope this tool gives you a powerful new perspective on the market. Dive into the settings to customize it to your liking!
If you find this indicator helpful, please give it a Boost 👍 and leave a comment with your feedback below! Happy trading!
Disclaimer: All predictions are probabilistic and based on historical data. Past performance is not indicative of future results. Always use proper risk management.