NY Open 5 minute Range (5m Box Extended)Draws a box around the first 5 minute candle for the New York session.
Options
Auto Option Premium Viewer - csgnanamThat's a great idea! Clear documentation is key for anyone using your script. Since your selected code block is the dedicated space for documentation, I'll provide an explanation tailored for that context, covering the main features of your "Auto Option Premium Viewer" Canvas.
Here is a detailed explanation of the script's core functionality, which you can use in your Canvas description or in a separate document to help users understand it.
I will not edit the Canvas itself, as you requested a separate explanation.
***
### Explanation of the "Auto Option Premium Viewer" Canvas
This Pine Script indicator, **"Auto Option Premium Viewer — Full Auto Symbols (NSE format, improved detection),"** is designed to automatically fetch and display the At-The-Money (ATM) Call and Put option premiums for major NSE indices (NIFTY, BANKNIFTY, MIDCPNIFTY, FINNIFTY) in real-time.
The primary goal is to provide a single, clean chart overlay showing the total premium (CE + PE) for the options closest to the current spot price, without requiring the user to manually enter strike prices or steps.
#### 1. Automatic Index Detection (`AUTO` Functionality)
* **Smart Underlying Detection:** The script attempts to automatically detect the index you are currently viewing (`activeUnderlying`). For example, if your chart is set to `BANKNIFTY`, the indicator automatically focuses on Bank Nifty options.
* **Spot Ticker Mapping (The Fix):** To accurately find the spot price, the script uses a helper function (`getSpotTicker`) to map the common index name (like `FINNIFTY`) to the specific underlying ticker required by TradingView (like `CNXFINANCE` or `NIFTY_MID_SELECT`). This ensures accurate price referencing for ATM calculation across all indices.
#### 2. Fully Automated Strike & Step Sizing
* **No Base Strike Inputs:** The script dynamically calculates the At-The-Money (ATM) strike price based on the live spot price of the underlying index.
* **Fixed Strike Steps:** The strike increment (`current_step`) is hardcoded based on market conventions:
* **100:** NIFTY, BANKNIFTY, FINNIFTY
* **50:** MIDCPNIFTY
* **Dynamic ATM Calculation:** The live spot price is rounded to the nearest valid strike based on the correct step size. This automatically determines the central strike (B), along with the adjacent strikes (A and C) to ensure the fetched data is always relevant.
#### 3. Data Fetching and Display
* **Symbol Construction:** The `buildSymbol` function creates the exact NSE option symbol string (e.g., `NSE:NIFTY251028C26000`) required by the `request.security` function.
* **Option Price Request:** The script uses `request.security` to fetch the closing price (`close`) of the Call and Put options for the three relevant strikes (A, B, C) on a fixed **5-minute** timeframe (`dataTF`).
* **Plots:** The indicator displays three lines on the chart's lower panel:
1. **ATM CE Premium:** The price of the Call option closest to ATM.
2. **ATM PE Premium:** The price of the Put option closest to ATM.
3. **ATM Total Premium:** The sum of CE + PE, often used as a proxy for the minimum expected range or implied volatility.
This automatic setup makes the Canvas extremely efficient for quick analysis without needing to manually adjust any numerical settings.
SmartTrend Pro - Options [V5.0 ]A Multi-filter trend-following system designed specifically OPTION SPREAD STRATEGY in NIFTY and Indian Indices - Works by combining price action, volatility, and market regime awareness to reduce whipsaws while capturing strong trends. The indicator dynamically adapts to market conditions using real VIX data and enforces disciplined entry/exit rules based on confirmed signals.
Adaptive Timeframe Guidance
Recommends 15-minute chart when VIX ≥ 13 (high volatility)
Recommends 45-minute chart when VIX < 13 (low volatility)
Uses real-time NSE:INDIAVIX data (daily close)
Whipsaw-Resistant Logic
SuperTrend (ATR 10, Multiplier 3.0) for stable trend direction
Range Filter (100-period smoothed median) to confirm price structure
2-bar confirmation required for all entries (avoids false breakouts)
ADX ≥ 25 ensures only strong trends are traded
Smart Trade Management
Exits based purely on price action (no premature exits due to volatility drops)
No forced reversals — positions held until trend truly end
Designed For
Traders who want fewer, higher-quality signals
Markets with volatile regime shifts (like NIFTY)
Avoiding choppy, sideways whipsaws without missing major moves
Philosophy
“Be patient in noise, aggressive in trend.”
This system stays out during uncertainty (yellow candles) and commits fully when all conditions align — letting winners run while cutting losers quickly.
How to Use
Apply to NIFTY futures or spot
Check dashboard:
If VIX ≥ 13 → use 15-min chart
If VIX < 13 → use 45-min chart
Only take trades when:
All ✔ align under “Long” or “Short”
Candle turns green/red (not yellow)
This indicator is not a black box — it’s a transparent, rule-based framework that puts you in control, with full visibility into why every signal appears (or doesn’t).
The Slick Strategy ReadinessThe Slick Strategy Readiness
Purpose
This is a readiness checklist, not an auto-trader. It supports the method from “The Slick Strategy: A Unique Profitable Options Trading Method.” The idea: each Monday, if conditions are READY, sell a 10-point wide SPX put credit spread with the short strike ~30 points below Monday’s open and hold to Friday’s close.
How the decision works
• Timing mode (choose one):
– Strict: Monday OPEN vs Friday SMAs (non-repainting on daily)
– Mid: Monday OPEN vs Monday SMAs (uses same day; repaints on daily)
• Core rules (always applied):
1) Price ≥ 200-SMA
2) 10-SMA ≥ 20-SMA
3) Core pause: if price is below both 10 & 20 while still above 200 → PAUSE
• Optional context pauses (only if “Apply context pauses” = ON):
– September: Price > 200 and (10 or 20 above price) → PAUSE
– Short week: Price > 200 and Price > 20 and (10 above price) → PAUSE
– Short week + Mon/Fri holiday + late-week major event and price above both 10 & 20 → PAUSE
If “Apply context pauses” is OFF, context rows are informational only and do not change the decision.
What you see on the chart
• Background tint: green = READY, red = PAUSED (by default, only on Mondays).
• Status bubble (last bar): shows “GOOD TO GO” or “PAUSED” on Mondays.
• PCS weekly reference line (strike helper):
– Level = Monday open − offset (default 30 pts; adjustable; optional rounding).
– Current week: orange = GOOD TO GO, gray = PAUSED; appears at start of Monday’s bar and extends through the week.
– Past weeks: green = win (Friday close ≥ that week’s level), red = loss, purple = skipped by core rules.
• SMA plots: optional 10/20/200 with fill between 10 & 20.
Readiness table (top-right by default)
Two columns: Check / Now (✓ or ✗). Rows: Price ≥ 200-SMA; 10-SMA ≥ 20-SMA; Price ≥ 10-SMA; Price ≥ 20-SMA; any enabled context rows; Core READY; Core PAUSE (price < 10 & 20 while >200); Final decision; optional Weekly PCS level.
Inputs (what to tweak)
• Source, SMA 10/20/200 lengths
• Plot SMAs, Fill between 10 & 20
• Only evaluate/tint on Mondays (on by default)
• Decision timing (Strict or Mid)
• Apply context pauses (and individual context flags)
• Table position/size/padding/border
• PCS helper: show current week’s line, show previous weeks’ lines, offset (pts), rounding increment & method, start only on Mondays, show Weekly PCS level in table
How to use (quick steps)
1) Add to SPX on Daily.
2) Pick timing: Strict (no repaint) or Mid (uses Monday SMAs).
3) Optionally enable Apply context pauses and relevant context flags.
4) On Monday’s open:
– If bubble says GOOD TO GO, consider selling a 10-wide SPX PCS with short strike ~30 pts below Monday’s open (adjust offset/rounding as desired).
– If PAUSED, skip this week.
5) Hold to Friday’s close; past weeks color green/red by result; purple indicates skipped.
Notes
This indicator does not place orders. Results depend on fills, fees, slippage, and risk management. Options trading involves risk; trade responsibly.
AI Scalping Signals# 🤖 AI-Powered Scalping Indicator - Ultra-Fast Trading Signals
## Overview
This advanced AI-driven **scalping indicator** is specifically engineered for high-frequency traders operating on smaller timeframes. Designed exclusively for **1-minute, 3-minute, and 5-minute charts**, this system combines multiple sophisticated technical analysis methods to identify rapid-fire, high-probability trade entries and exits. The AI algorithms analyze market momentum, micro-trend strength, and instant price dynamics in real-time, delivering lightning-fast BUY and SELL signals perfect for scalping strategies.
## Key Features
### ✨ AI-Enhanced Scalping Signal Generation
- **Machine Learning Integration**: Proprietary AI algorithms process multiple technical indicators simultaneously with millisecond precision to catch quick market moves
- **Smart Cross-Validation**: The AI system validates signals across multiple micro-conditions before generating alerts, perfect for fast-paced scalping
- **Adaptive Micro-Trend Analysis**: Intelligent momentum and trend detection optimized specifically for 1M, 3M, and 5M timeframes
- **Low-Latency Processing**: Designed for speed—signals generate instantly when conditions align for rapid trade execution
### 📊 Clean Visual Interface for Fast Trading
- **Crystal Clear Signals**: Easy-to-read BUY (green) and SELL (red) labels appear directly on your chart—no delay, no confusion
- **Background Confirmation**: Subtle background highlighting provides additional visual confirmation of scalping signals
- **No Chart Clutter**: The indicator focuses on signals only—no unnecessary lines or plots to distract from rapid price action and quick decision-making
- **Optimized for Speed**: Minimalist design allows you to spot and execute trades in seconds
### 🔔 Comprehensive Alert System for Scalpers
- **Real-Time Notifications**: Get instantly notified when AI-confirmed BUY or SELL signals are generated—critical for scalping success
- **Multi-Alert Options**: Separate alerts for buy signals, sell signals, or combined alerts for any scalping opportunity
- **Never Miss a Quick Move**: Set up alerts and let the AI monitor rapid market movements 24/7
- **Mobile-Friendly**: Receive alerts on your phone for on-the-go scalping
## How It Works
The indicator employs a sophisticated multi-layer analysis system optimized for scalping:
1. **Micro-Trend Analysis Layer**: AI algorithms analyze rapid trend shifts using advanced moving average techniques calibrated for small timeframes
2. **Momentum Spike Detection**: Smart momentum oscillators identify instant overbought and oversold conditions with scalping-level precision
3. **Price Action Validation**: Proprietary price cross-detection ensures signals align with actual market microstructure movements
4. **AI Flash Confirmation**: All conditions are processed through ultra-fast AI validation logic for immediate signal generation
### Signal Conditions
**🟢 BUY Signal (Long Scalp Entry)**
Generated when the AI system confirms:
- Bullish micro-trend alignment detected
- Price momentum shows instant strength above key thresholds
- AI-validated upward price breakout occurs on small timeframe
- Multiple technical confirmations align simultaneously for quick profit potential
**🔴 SELL Signal (Short Scalp Entry)**
Generated when the AI system confirms:
- Bearish micro-trend alignment detected
- Price momentum shows instant weakness below key thresholds
- AI-validated downward price breakdown occurs on small timeframe
- Multiple technical confirmations align simultaneously for quick profit potential
## Best Practices for Scalping
### Recommended Usage
- **⚡ Optimal Timeframes**: Specifically calibrated for **1-minute, 3-minute, and 5-minute charts** for maximum scalping performance
- **Markets**: Highly effective on forex pairs (especially majors), crypto (BTC, ETH), and high-liquidity stocks and indices
- **Session Focus**: Best results during high-volume trading sessions (London/NY overlap for forex, market open for stocks)
- **Quick Execution**: This is a scalping tool—execute trades immediately when signals appear
- **Risk Management**: Use tight stop-losses (5-15 pips for forex) and quick take-profits; scalping requires strict risk control
### Scalping Strategy Tips
- Execute trades instantly—scalping requires fast action within seconds of signal generation
- Use 1:1 or 1:2 risk-reward ratios for consistent scalping profits
- Monitor spreads and commissions—they matter significantly for scalpers
- Trade during high liquidity hours to ensure tight spreads and quick fills
- Consider trading multiple signals per session for accumulated gains
- Set mobile alerts to catch quick opportunities throughout the day
- Close positions quickly—don't let scalps turn into swing trades
- The background color change provides a split-second early warning system
## What Makes This Scalping Indicator Different?
Unlike traditional indicators designed for longer timeframes, this AI-powered scalping tool:
- ✅ **Built Exclusively for Scalping**: Optimized specifically for 1M, 3M, and 5M timeframes—not a generic indicator
- ✅ Combines multiple technical analysis methods with millisecond-precision AI processing
- ✅ Uses artificial intelligence to filter noise and validate only the fastest, cleanest scalping signals
- ✅ Eliminates the need to manually analyze multiple indicators during rapid market moves
- ✅ Provides clear, actionable signals with no interpretation required—critical for scalping speed
- ✅ Reduces false signals through multi-condition validation tuned for small timeframes
- ✅ Adapts to rapid volatility changes and micro-trend shifts in real-time
- ✅ Zero lag—signals appear instantly when conditions align for immediate execution
## Important Disclaimers
⚠️ **Scalping Risk Warning**: Scalping involves extremely high frequency trading with substantial risk of loss. This indicator is a tool to assist with fast-paced analysis and should not be the sole basis for trading decisions. Scalping requires experience, discipline, and proper risk management.
⚠️ **No Guarantee**: Past performance and backtested results do not guarantee future performance. No indicator is 100% accurate, especially in volatile scalping conditions.
⚠️ **Due Diligence**: Always conduct your own research and analysis. Use proper risk management with every single trade. Never risk more than 1-2% of your account per scalp trade.
⚠️ **Transaction Costs**: Be aware that scalping involves frequent trading, which means higher commission and spread costs. Ensure your broker offers competitive pricing for high-frequency trading.
⚠️ **Educational Tool**: This indicator is designed as an educational and analytical tool for experienced traders. Users are solely responsible for their own trading decisions.
## Settings & Customization
This is a **protected scalping indicator** with optimized parameters locked specifically for 1-minute, 3-minute, and 5-minute chart performance. The AI algorithms have been fine-tuned through extensive backtesting and live scalping optimization. No manual adjustments are needed—simply add to your small timeframe chart and start receiving rapid-fire signals.
## Support & Updates
This indicator receives regular updates to enhance AI algorithms and improve signal accuracy. For questions or support, please contact the publisher.
---
**Ready to dominate the scalping game with AI-powered lightning-fast signals?** Add this indicator to your 1M, 3M, or 5M chart and experience the difference of intelligent, validated scalping signals designed for rapid-fire trading.
*Remember: Scalping success requires lightning-fast execution, strict discipline, proper risk management, and continuous practice. Use this tool as part of a comprehensive scalping strategy with tight stop-losses and realistic profit targets.*
ETD-A BELLEarly Trend Detection with Engulfing Pattern Recognitio n
This indicator is designed to identify early trading trend reversals by combining trend-based EMA analysis with candlestick pattern detection. It automatically plots up and down arrows on the chart to signal potential bullish or bearish shifts in market momentum.
A key feature of this tool is its Engulfing Pattern Detection, which highlights strong reversal zones confirmed by price action. When an engulfing pattern aligns with an EMA crossover or momentum change, the indicator provides an early alert helping traders anticipate potential entry or exit points before larger market moves occur.
PCP Arbitrage Monitor (Math by Thomas)Live monitor for Put–Call Parity (C + PV(K) = P + S) showing drift, arbitrage direction, and opportunity strength.
The PCP Arbitrage Monitor helps traders visualize and quantify deviations from the Put–Call Parity (PCP) relationship:
𝐶+𝐾𝑒−𝑟𝑇 = 𝑃+𝑆
When this equation drifts, it indicates a potential arbitrage opportunity between call, put, and underlying (spot or future).
This indicator plots the left-hand side (LHS) and right-hand side (RHS) of the PCP equation on your chart, computes the drift, and automatically highlights and displays actionable trade combinations when the deviation exceeds a set threshold.
⚙️ How It Works
Inputs
Call & Put Symbols – Select matching call and put options (same strike & expiry).
Strike (K) – The strike price for those options.
Expiry (UTC) – Option expiry date/time (used to calculate 𝑇 and PV(K)).
Risk-free Rate (r) – Annualized rate used for discounting the strike.
Lot Size / Tick Value – Used to calculate profit in INR.
Arbitrage Threshold – Minimum drift (in points) to trigger signals (default 200).
Displayed Data
LHS = C + PV(K) (Call + discounted Strike)
RHS = P + S (Put + Spot/Future)
Drift = LHS – RHS
Bookable Profit (INR)
Action Suggestion (only when |drift| ≥ threshold)
Background Highlight
🟩 Green – Call side expensive → Sell Call + Buy Put + Buy Fut
🟥 Red – Call side cheap → Buy Call + Sell Put + Sell Fut
Table
Displays all key values live in the top-right corner:
Option prices
LHS, RHS
Drift (points)
Time to expiry
Lot size
Bookable profit (INR)
Trade action (only if |drift| ≥ threshold)
📈 How to Use
Open a NIFTY Spot or Futures chart (works on both).
Enter the exact option symbols (e.g., NSE:NIFTY24DEC21900CE and NSE:NIFTY24DEC21900PE).
Adjust Strike (K) and Expiry to match those options.
Observe:
The green/red background highlights large deviations (≥ threshold).
The Action cell displays the arbitrage combination and expected profit.
A drift beyond the threshold suggests a potential risk-free arbitrage if executed simultaneously across all legs.
Hold positions till expiry if margin allows; the profit is theoretically locked in.
💡 Tips
Works on both Spot and Futures charts — the script auto-uses the chart’s close as 𝑆
Set smoothing to 0 to see raw parity values.
Adjust threshold based on costs and margin — e.g., 150–200 points for NIFTY is practical.
Only valid when options are European (no early exercise risk).
Ensure both option symbols are liquid and from the same expiry.
⚠️ Disclaimer
This tool is for educational and analytical purposes.
Real arbitrage execution depends on liquidity, bid-ask spread, slippage, and margin requirements.
Always validate prices with your broker before trading.
PG ATM Strike Line with Call & Put PremiumsPine Script: ATM Strike Line with Call & Put Premiums (Simplified)This Pine Script for TradingView displays the At-The-Money (ATM) strike price, futures price, call/put premiums (time value), and two ratios—Premium Ratio (PR) and Volume Ratio (VR)—for a user-selected underlying asset (e.g., NIFTY, BANKNIFTY, or stocks). It helps traders gauge near-term market direction using options data.How the Script WorksInputs:Expiry: Select year (e.g., '25), month (01–12), day (01–31) for option expiry (e.g., '251028').
Timeframe: Choose data timeframe (e.g., Daily, 15-min).
Symbol: Auto-detects chart symbol or select from Indian indices/stocks.
Strike: Auto-ATM (based on futures) or manual strike input.
Interval: Auto (e.g., 100 for NIFTY) or custom strike interval.
Colors: Customizable for ATM line, labels (Futures Price, CPR, PPR, VR, PR).
Calculations:Futures Price (FP): Fetches front-month futures price (e.g., NSE:NIFTY1!).
ATM Strike: Rounds futures price to nearest strike interval.
Option Data: Retrieves Last Traded Price (LTP) and volume for ATM call/put options (e.g., NSE:NIFTY251028C24200).
Call Premium (CPR): Call LTP minus intrinsic value (max(0, FP - Strike)).
Put Premium (PPR): Put LTP minus intrinsic value (max(0, Strike - FP)).
Premium Ratio (PR): PPR / CPR.
Volume Ratio (VR): Put Volume / Call Volume.
Visuals:Draws ATM strike line on chart.
Displays labels: FP (futures price), CPR (call premium), PPR (put premium), VR, PR.
VR/PR labels: Red (≥ 1.25, bearish), Green (≤ 0.75, bullish), Gray (0.75–1.25, neutral).
Updates on last confirmed bar to avoid redraws.
Using PR and VR for Market DirectionPremium Ratio (PR):PR ≥ 1.25 (Red): High put premiums suggest bearish sentiment (expect price drop).
PR ≤ 0.75 (Green): High call premiums suggest bullish sentiment (expect price rise).
0.75 < PR < 1.25 (Gray): Neutral, no clear direction.
Use: High PR favors bearish trades (e.g., buy puts); low PR favors bullish trades (e.g., buy calls).
Volume Ratio (VR):VR ≥ 1.25 (Red): High put volume indicates bearish activity.
VR ≤ 0.75 (Green): High call volume indicates bullish activity.
0.75 < VR < 1.25 (Gray): Neutral trading activity.
Use: High VR suggests bearish moves; low VR suggests bullish moves.
Combined Signals:High PR & VR: Strong bearish signal; consider put buying or call selling.
Low PR & VR: Strong bullish signal; consider call buying or put selling.
Mixed/Neutral: Use price action or support/resistance for confirmation.
Tips:Combine with technical analysis (e.g., trends, levels).
Match timeframe to trading horizon (e.g., 15-min for intraday).
Monitor FP for context; check volatility or news for accuracy.
ExampleNIFTY: FP = 24,237.50, ATM = 24,200, CPR = 120.25, PPR = 180.50, PR = 1.50 (Red), VR = 1.30 (Red).
Insight: High PR/VR suggests bearish bias; consider bearish trades if price nears resistance.
Action: Buy puts or exit longs, confirm with price action.
Conclusion: This script provides a concise tool for options traders, showing ATM strike, premiums, and PR/VR ratios. High PR/VR (≥ 1.25) signals bearish sentiment, low PR/VR (≤ 0.75) signals bullish sentiment, and neutral (0.75–1.25) suggests indecision. Combine with technical analysis for robust trading decisions in the Indian options market.
KayeDinero TrendSetter Klarity v6 - by Kulture MetricsPrecision. Discipline. Klarity.
Klarity v6 is a trend-recognition and risk-mapping framework built for traders who demand focus over noise.
It blends classical SMA trend structure with ATR-based precision targeting, revealing actionable BUY / SELL zones in real time.
• Orange line = Core trend (Simple Moving Average)
• Green / Red bands = Dynamic target & stop levels
• Labels & alerts = Execution triggers once per signal
Klarity adapts easily to equities (Detroit grit) or growth momentum (Atlanta drive) — built by Kulture Metrics for traders chasing Billions in clarity, not chaos.
Usage
Add to any chart, any timeframe.
Set alerts → “Once per bar close” on Klarity BUY or Klarity SELL conditions.
Tune ATR Multiplier & R:R Ratio to your volatility.
Kulture Metrics • Detroit × Atlanta • Billions Mindset • © 2025
🧠 How to Publish Privately / Publicly
In Pine Editor → click Publish Script.
Choose:
Public knowledge-sharing if you want it visible on your profile.
Private (Invite-Only) if you want to control access.
Paste the description above into the “About this script” field.
Add tags:
#KultureMetrics #KayeDinero #Klarity #Detroit #Atlanta #Billions #TrendTrading #ATR #SMA
KayeDinero TrendSetter v6 - KultureMetricsScript 4 the Kulture and the Swingers
KayeDinero TrendSetter v6 – KultureMetrics is a professional-grade, multi-confirmation trading framework that combines trend, volatility, and momentum analysis into a unified signal system.
It’s optimized for equities, indices, and crypto on intraday to swing-term timeframes.
⚙️ Core Logic
The indicator merges three high-probability systems:
Simple Moving Average (SMA): defines directional bias and major trend breakouts.
Keltner Channels (KC): captures overbought/oversold volatility extremes and mean-reversion zones.
Stochastic Oscillator (STOCH): refines timing by identifying short-term momentum shifts within broader trends.
These signals are filtered by a higher-timeframe trend alignment filter (HTF), ensuring that long trades align with higher-level bullish momentum and short trades align with bearish structure.
💡 Risk & Money Management
Automatically calculates ATR-based stop loss and reward-to-risk (R:R) targets.
Dynamically computes position size based on your chosen risk % per trade.
Optional visualizations for stop and target levels (color-coded line breaks).
BB LONG 2BX & FVB StrategyThis Strategy is optimized for the 2h timeframe. Happy Charting and you're welcome!
**BB LONG 2BX & FVB Strategy – Simple Text Guide**
---
### **What It Does**
A **long-only trading strategy** that:
- Enters on **strong upward momentum**
- Adds a second position when the trend gets stronger
- Takes profits in parts at **smart price levels**
- Exits fully if the trend weakens or reverses
---
### **Main Tools Used**
| Tool | Simple Meaning |
|------|----------------|
| **B-Xtrender (Oscillator)** | Measures speed of price move. Above 0 = bullish, below 0 = bearish |
| **Weekly & Monthly Timeframes** | Checks if higher timeframes agree with the trade |
| **Red ATR Line** | A moving stop-loss that follows price up |
| **Fair Value Bands (1x, 2x, 3x)** | Profit targets that adjust to market volatility |
---
### **When It Enters a Trade (Long)**
**First Entry:**
- Weekly momentum is **rising**
- Monthly momentum is **positive or increasing**
- No current position
**Second Entry (Pyramiding):**
- Already in trade
- Price breaks **above the Red ATR line** → add same size again
(Max 2 total entries)
---
### **When It Takes Profit (Scaling Out)**
| Level | Action |
|-------|--------|
| **1x Band** | Sell **50%** when price pulls back from this level |
| **2x Band** | Sell **50%** when price pulls back from this level |
| **3x Band** | **Exit everything** when price pulls back from this level |
> You can hit 1x and 2x **multiple times** – it will keep taking 50% each time
---
### **When It Exits Fully (Closes Everything)**
1. Price **closes below Red ATR line**
2. Weekly momentum shows **2 red bars in a row, both falling**
3. Weekly momentum **crosses below zero** AND price is below Red ATR
4. Weekly momentum **drops sharply** (more than 25 points in one bar)
> After full exit, it **won’t re-enter** unless price comes back below 2x band
---
### **Alerts You Get**
Every time price **touches** a profit band, you get an alert:
- “Price touched 1x band from below”
- “Price touched 1x band from above”
- Same for **2x** and **3x**
> One alert per touch, per bar
---
### **On the Chart – What You See**
- **Histogram bars (weekly momentum)**
Lime = up, Red = down
**Yellow highlight** = warning (exit soon)
- **Red broken line** = stop-loss level
- **Blue line** = fair middle price
- **Orange, Purple, Pink lines** = 1x, 2x, 3x profit targets
---
### **Best Used On**
- Daily or 4-hour charts
- Strong trending assets (like Bitcoin, Tesla, S&P 500)
---
### **Quick Rules Summary**
| Do This | When |
|--------|------|
| **Enter** | Weekly up + monthly support |
| **Add more** | Price breaks above Red line |
| **Take 50% profit** | Price pulls back from 1x or 2x |
| **Exit all** | Red line break, weak momentum, or 3x hit |
---
**Simple Idea:**
**Ride strong trends, add when confirmed, take profits in chunks, cut losses fast.**
GAMMA REGIME PROXYProxy to calculate gamma regime based on implied volatility
A short gamma regime can enhance the probabilities to have a breakout with a trend
A long gamma regime can enhance the probabilities to see reversal
Integrated Volatility Intelligence System (IVIS)"Integrated Volatility Intelligence System (IVIS)", shorttitle="VolMind™: Adaptive Volatility Intelligence for Modern Markets"
MULTI Straddle-SU₹ESH SMulti straddle price for comparision and trade
VWAP add straddle and vwap price difference added
CE,PE,CE VWAP AND PE VWAP ADDED
GREEN AND RED BACK GROUND ADDED FOR EASY REFERENCE
MULTI Straddle-$U₹ESH $Multistraddle for indian markets
straddle value ,vwap values and straddle vwap added
based on background you can take the trade and put stoploss at vwap
All-in-One Confluence DashboardHELLO FRIENDS
This indicator will help us find the trend and sentiment of the market and on every chart and segement so that by finding the correct trend we can plan our trade accordingly....thank you.
QQQ Price Levels + Custom LevelsThis indicator projects QQQ price levels onto any chart — ideal for traders who monitor Nasdaq futures (NQ), QQQ ETF, or correlated tech stocks.
It helps visualize where QQQ sits relative to your current instrument and lets you fully customize your view with user-defined colored levels.
QQQ Ladder Projection
Automatically plots a range of evenly spaced QQQ levels around the current QQQ price.
Adjustable multiplier for spacing.
Configurable line style (solid/dashed/dotted), color, and label offset.
Labels show “QQQ ” and move dynamically with chart scaling.
Six User-Defined QQQ Levels
- Type in up to six specific QQQ prices (e.g. key support/resistance or psychological levels).
- Each level has independent color, line width, and line style controls.
- Default theme: 3 red levels (resistance) and 3 green levels (support).
- Lines are projected onto the current chart’s price scale, even if it’s not QQQ.
Colored Overlay Labels
- Labels on the main QQQ ladder automatically recolor at your selected levels.
- A small box overlays the original label, matching your chosen line color for clear visual emphasis.
Dynamic Updates
- Choose to update on every tick or once per candle close.
- Compatible with intraday or higher-timeframe charts.
ATM Strike Line with Call & Put Premiums (ARJO)This indicator is designed specifically for the Indian market (NSE) and helps traders visualize the At-The-Money (ATM) strike line along with real-time Call (CE) and Put (PE) option premiums.
Key Features
Automatic ATM Detection: The script automatically identifies the ATM strike based on the underlying price, with an option for manual input.
Dynamic Expiry Control: Select expiry date easily (Year, Month, Day) in YYMMDD format.
Flexible Timeframe Support: Choose between the chart’s current timeframe or custom intervals.
Smart Symbol & Strike Interval: Automatically adapts to the selected underlying symbol (e.g., NIFTY, BANKNIFTY, RELIANCE, etc.) or allows manual setup.
Visual Representation:
ATM line plotted clearly on the chart.
CE and PE premium labels are displayed on each side of the ATM line.
ATM strike price label shown at the center.
Call–Put Volume Ratio (CPVR): Displays the live CPVR value to quickly assess market sentiment.
CPVR Interpretation
Bullish Bias: CPVR ≥ 1.25
Bearish Bias: CPVR ≤ 0.75
Neutral Zone: Between 0.75 and 1.25
⚙️ Customization
Adjustable colors for ATM line, CE/PE labels, and CPVR.
Option to manually select strike, symbol, and interval for maximum flexibility.
This tool may help to track option sentiment directly on the price chart, making it ideal for option traders and intraday analysts focusing on NIFTY, BANKNIFTY, and other NSE stocks.
Happy Trading. ARJO
Major Trading Sessions IndicatorsThis indicator displays vertical lines on your chart to mark the opening times of the major global trading sessions (Tokyo, Shanghai/HK, London, and New York). As a crypto trader I want to find price action patterns after sessions open.
It's fully customizable and extendable (you could add closing time for sessions as well)
Works best on short timeframes.
Features:
6 configurable vertical lines (4 preset for major sessions + 2 custom)
Each line shows a customizable label (e.g., "Tokyo", "London")
Individual time and color settings for each line
UTC offset for each line to handle Daylight Saving Time
Option to fix all labels at a specific price level for cleaner appearance (need to set and save it for each chart, it becomes a mess if you don't). Default behavior and limit of Pine Script is that it will be attached to the price wick.
Default Sessions:
Tokyo: 00:00 UTC (midnight)
Shanghai/HK: 01:30 UTC
London: 08:00 UTC (winter) - adjust offset to +1 for summer
New York: 13:00 UTC (winter) - adjust offset to -4 for summer
DST Adjustments:
Simply change the UTC offset when daylight saving time begins/ends:
London: 0 (winter) or +1 (summer)
New York: -5 (winter) or -4 (summer)
Lines extend from top to bottom of the chart and appear precisely when each session opens.
My preferred configuration: shorten names and reduce opacity of colors to 20-30%.
Low Range Predictor [NR4/NR7 after WR4/WR7/WR20, within 1-3Days]Indicator Overview
The Low Range Predictor is a TradingView indicator displayed in a single panel below the chart. It spots volatility contraction setups (NR4/NR7 within 1–3 days of WR4/WR7/WR20) to predict low-range moves (e.g., <0.5% daily on SPY) over 2–5 days, perfect for your weekly 15/22 DTE put calendar spread strategy.
What You See
• Red Histograms (WR, Volatility Climax):
• WR4: Half-length red bars, widest range in 4 bars.
• WR7: Three-quarter-length red bars, widest in 7 bars.
• WR20: Full-length red bars, widest in 20 bars.
• Green Histograms (NR, Entry Signals):
• NR4: Half-length green bars, only on NR4 days (tightest range in 4 bars) within 1–3 days of a WR4.
• NR7: Full-length green bars, only on NR7 days within 1–3 days of a WR7.
• Panel: All signals (red WR4/WR7/WR20, green NR4/NR7) show in one panel below the chart, with green bars marking put calendar entry days.
Probabilities
• Volatility Contraction:
• NR4 after WR4: 65–70% chance of daily ranges <0.5% on SPY for 2–5 days (ATR drops 20–30%). Occurs ~2–3 times/month.
• NR7 after WR7: 60–65% chance of similar low ranges, less frequent (~1–2 times/month).
• Backtest (SPY, 2000–2025): 65% of NR4/NR7 signals lead to reduced volatility (<0.7% daily range) vs. 50% for random days.
• Signal Frequency: NR4 signals are more common than NR7, ideal for weekly entries. WR20 provides context but isn’t tied to NR signals.
Market Sentiment Suite: PCCE + VIX + Signals📊 Market Sentiment Suite: PCCE + VIX + Signals
Identify fear, greed, and turning points in the market.
This script combines the CBOE Put/Call Ratio (PCCE) with the VIX volatility index percentile to visualize crowd sentiment and highlight potential market tops and bottoms.
🔍 Key Features
Dual-indicator design: PCCE + normalized VIX percentile
Color-coded zones for Greed (<0.6) and Fear (>1.2)
Automatic alert signals when sentiment reaches extremes
Live sentiment table displaying real-time PCCE and VIX data
Works seamlessly on SPX, SPY, QQQ, or any major index
🧠 How to Use
When PCCE > 1.2 and VIX percentile > 80%, fear is extreme → possible market bottom
When PCCE < 0.6 and VIX percentile < 20%, greed is extreme → possible market top
Perfect for contrarian traders, sentiment analysts, and swing traders
✨ Best Timeframe: Daily
⚙️ Markets: SPX / SPY / QQQ / Global Indexes
📈 Type: Contrarian Sentiment Indicator
Buy-or-Sell-WiPIndicator Features:
> Simple red/green histogram to indicate go long/buy or go short/sell
> Recommended to use with my other indicator: 5/15-Min-ORB-Trend-Finder-WiP
Strategy:
> Use with 1-min chart with 5-min High/Low or 5-min chart with 15-min High/Low
> After a breakout, wait for confirmation before placing a trade, which is:
- Two confirming candles (green for long/buy, red for short/sell)
and
- Buy-or-Sell-WiP histogram: green for long/buy, red for short/sell






















