tuasab_indytuasab_indy is a breakout strategy indicator that uses Bollinger Bands to identify support (lower band) and resistance (upper band). It shows dotted lines as breakout outlines to visually mark breakout zones.
It uses emoji signals to indicate swing breakouts:
🚀 Rocket signals a breakout below the swing low — prepare to enter a sell position.
🔨 Hammer signals a breakout above the swing high — prepare to enter a buy position.
The breakout percentage threshold is set by default at 30%, which can be increased to adjust sensitivity. The indicator supports layered entry orders at buy1 and buy2 lines for buying, as well as sell1 and sell2 lines for selling. It can also trigger alerts whenever a breakout occurs.
Chart patterns
CISD နံကြားထောက်CISD နံကြားထောက် indicator ဖြစ်ပါတယ်
ဘာမှ မရှင်းပြဘူး သေချာသိချင်ရင် U Sai Pee (Facebook) မှာ သွားစုံစမ်း
SR Indicator//@version=5
indicator("TenUp Bots S R (fixed)", overlay=true)
a = input.int(title="Sensitivity", defval=10, minval=1, maxval=9999)
d = input.int(title="Transparency", defval=85, minval=0, maxval=100)
colR = color.new(color.red, d)
colS = color.new(color.blue, d)
// Use ta.highest(source, length) and ta.lowest(source, length)
plot(ta.highest(high, a * 1), title='Resistance 1', color=colR, linewidth=2, style=plot.style_line, trackprice=true)
plot(ta.lowest(low, a * 1), title='Support 1', color=colS, linewidth=2, style=plot.style_line, trackprice=true)
plot(ta.highest(high, a * 2), title='Resistance 2', color=colR, linewidth=2, style=plot.style_line, trackprice=true)
plot(ta.lowest(low, a * 2), title='Support 2', color=colS, linewidth=2, style=plot.style_line, trackprice=true)
plot(ta.highest(high, a * 3), title='Resistance 3', color=colR, linewidth=2, style=plot.style_line, trackprice=true)
plot(ta.lowest(low, a * 3), title='Support 3', color=colS, linewidth=2, style=plot.style_line, trackprice=true)
// ... repeat for all multipliers you had ...
// (copy the pattern above for 4,5,6,...,1500)
Nifty50 Swing Trading Super Indicator# 🚀 Nifty50 Swing Trading Super Indicator - Complete Guide
**Created by:** Gaurav
**Date:** August 8, 2025
**Version:** 1.0 - Optimized for Indian Markets
---
## 📋 Table of Contents
1. (#quick-start-guide)
2. (#indicator-overview)
3. (#installation-instructions)
4. (#parameter-settings)
5. (#signal-interpretation)
6. (#trading-strategy)
7. (#risk-management)
8. (#optimization-tips)
9. (#troubleshooting)
---
## 🎯 Quick Start Guide
### What You Get
✅ **2 Complete Pine Script Indicators:**
- `swing_trading_super_indicator.pine` - Universal version for all markets
- `nifty_optimized_super_indicator.pine` - Specifically optimized for Nifty50 & Indian stocks
✅ **Key Features:**
- Multi-component signal confirmation system
- Optimized for daily and 3-hour timeframes
- Built-in risk management with dynamic stops and targets
- Real-time signal strength monitoring
- Gap analysis for Indian market characteristics
### Immediate Setup
1. Copy the Pine Script code from `nifty_optimized_super_indicator.pine`
2. Paste into TradingView Pine Editor
3. Add to chart on daily or 3-hour timeframe
4. Look for 🚀BUY and 🔻SELL signals
5. Use the information table for signal confirmation
---
## 🔍 Indicator Overview
### Core Components Integration
**🎯 Range Filter (35% Weight)**
- Primary trend identification using adaptive volatility filtering
- Optimized sampling period: 21 bars for Indian market volatility
- Enhanced range multiplier: 3.0 to handle market gaps
- Provides trend direction and strength measurement
**⚡ PMAX (30% Weight)**
- Volatility-adjusted trend confirmation using ATR-based calculations
- Dynamic multiplier adjustment based on market volatility
- 14-period ATR with 2.5 multiplier for swing trading sensitivity
- Offers trailing stop functionality
**🏗️ Support/Resistance (20% Weight)**
- Dynamic level identification using pivot point analysis
- Tighter channel width (3%) for precise Indian market levels
- Enhanced strength calculation with historical interaction weighting
- Provides entry/exit timing and breakout signals
**📊 EMA Alignment (15% Weight)**
- Multi-timeframe moving average confirmation
- Key EMAs: 9, 21, 50, 200 (popular in Indian markets)
- Hierarchical alignment scoring for trend strength
- Additional trend validation layer
### Advanced Features
**🌅 Gap Analysis**
- Automatic detection of significant price gaps (>2%)
- Gap strength measurement and impact on signals
- Specific optimization for Indian market overnight gaps
- Visual gap markers on chart
**⏰ Multi-Timeframe Integration**
- Higher timeframe bias from daily/weekly data
- Configurable daily bias weight (default 70%)
- 3-hour confirmation for precise entry timing
- Prevents counter-trend trades against major timeframe
**🛡️ Risk Management**
- Dynamic stop-loss calculation using multiple methods
- Automatic profit target identification
- Position sizing guidance based on signal strength
- Anti-whipsaw logic to prevent false signals
---
## 📥 Installation Instructions
### Step 1: Access TradingView
1. Open TradingView.com
2. Navigate to Pine Editor (bottom panel)
3. Create a new indicator
### Step 2: Copy the Code
**For Nifty50 & Indian Stocks (Recommended):**
```pinescript
// Copy entire content from nifty_optimized_super_indicator.pine
```
**For Universal Use:**
```pinescript
// Copy entire content from swing_trading_super_indicator.pine
```
### Step 3: Configure and Apply
1. Click "Add to Chart"
2. Select daily or 3-hour timeframe
3. Adjust parameters if needed (defaults are optimized)
4. Enable alerts for signal notifications
### Step 4: Verify Installation
- Check that all components are visible
- Confirm information table appears in top-right
- Test with known trending stocks for signal validation
---
## ⚙️ Parameter Settings
### 🎯 Range Filter Settings
```
Sampling Period: 21 (optimized for Indian market volatility)
Range Multiplier: 3.0 (handles overnight gaps effectively)
Source: Close (most reliable for swing trading)
```
### ⚡ PMAX Settings
```
ATR Length: 14 (standard for daily/3H timeframes)
ATR Multiplier: 2.5 (balanced for swing trading sensitivity)
Moving Average Type: EMA (responsive to price changes)
MA Length: 14 (matches ATR period for consistency)
```
### 🏗️ Support/Resistance Settings
```
Pivot Period: 8 (shorter for Indian market dynamics)
Channel Width: 3% (tighter for precise levels)
Minimum Strength: 3 (higher quality levels only)
Maximum Levels: 4 (focus on strongest levels)
Lookback Period: 150 (sufficient historical data)
```
### 🚀 Super Indicator Settings
```
Signal Sensitivity: 0.65 (balanced for swing trading)
Trend Strength Requirement: 0.75 (high quality signals)
Gap Threshold: 2.0% (significant gap detection)
Daily Bias Weight: 0.7 (strong higher timeframe influence)
```
### 🎨 Display Options
```
Show Range Filter: ✅ (trend visualization)
Show PMAX: ✅ (trailing stops)
Show S/R Levels: ✅ (key price levels)
Show Key EMAs: ✅ (trend confirmation)
Show Signals: ✅ (buy/sell alerts)
Show Trend Background: ✅ (visual trend state)
Show Gap Markers: ✅ (gap identification)
```
---
## 📊 Signal Interpretation
### 🚀 BUY Signals
**Requirements for BUY Signal:**
- Price above Range Filter with upward trend
- PMAX showing bullish direction (MA > PMAX line)
- Support/resistance breakout or favorable positioning
- EMA alignment supporting upward movement
- Higher timeframe bias confirmation
- Overall signal strength > 75%
**Signal Strength Indicators:**
- **90-100%:** Extremely strong - Maximum position size
- **80-89%:** Very strong - Large position size
- **75-79%:** Strong - Standard position size
- **65-74%:** Moderate - Reduced position size
- **<65%:** Weak - Wait for better opportunity
### 🔻 SELL Signals
**Requirements for SELL Signal:**
- Price below Range Filter with downward trend
- PMAX showing bearish direction (MA < PMAX line)
- Resistance breakdown or unfavorable positioning
- EMA alignment supporting downward movement
- Higher timeframe bias confirmation
- Overall signal strength > 75%
### ⚖️ NEUTRAL Signals
**Characteristics:**
- Conflicting signals between components
- Low overall signal strength (<65%)
- Range-bound market conditions
- Wait for clearer directional bias
### 📈 Information Table Guide
**Component Status:**
- **BULL/BEAR:** Current signal direction
- **Strength %:** Component contribution strength
- **Status:** Additional context (STRONG/WEAK/ACTIVE/etc.)
**Overall Signal:**
- **🚀 STRONG BUY:** All systems aligned bullish
- **🔻 STRONG SELL:** All systems aligned bearish
- **⚖️ NEUTRAL:** Mixed or weak signals
---
## 💼 Trading Strategy
### Daily Timeframe Strategy
**Setup:**
1. Apply indicator to daily chart of Nifty50 or Indian stocks
2. Wait for 🚀BUY or 🔻SELL signal with >75% strength
3. Confirm higher timeframe bias alignment
4. Check for significant support/resistance levels
**Entry:**
- Enter on signal bar close or next bar open
- Use 3-hour chart for precise entry timing
- Avoid entries during major news events
- Consider gap analysis for overnight positions
**Position Sizing:**
- **>90% Strength:** 3-4% of portfolio
- **80-89% Strength:** 2-3% of portfolio
- **75-79% Strength:** 1-2% of portfolio
- **<75% Strength:** Avoid or minimal size
### 3-Hour Timeframe Strategy
**Setup:**
1. Confirm daily timeframe bias first
2. Apply indicator to 3-hour chart
3. Look for signals aligned with daily trend
4. Use for entry/exit timing optimization
**Entry Refinement:**
- Wait for 3H signal confirmation
- Enter on pullbacks to key levels
- Use tighter stops for better risk/reward
- Monitor intraday support/resistance
### Risk Management Rules
**Stop Loss Placement:**
1. **Primary:** Use indicator's dynamic stop level
2. **Secondary:** Below/above nearest support/resistance
3. **Maximum:** 2-3% of portfolio per trade
4. **Trailing:** Move stops with PMAX line
**Profit Taking:**
1. **Target 1:** First resistance/support level (50% position)
2. **Target 2:** Second resistance/support level (30% position)
3. **Runner:** Trail remaining 20% with PMAX
**Position Management:**
- Review positions at daily close
- Adjust stops based on new signals
- Exit if trend changes to opposite direction
- Reduce size during high volatility periods
---
## 🎯 Optimization Tips
### For Nifty50 Trading
- Use daily timeframe for primary signals
- Monitor sector rotation impact
- Consider index futures for better liquidity
- Watch for RBI policy and global cues impact
### For Individual Stocks
- Verify stock follows Nifty correlation
- Check sector-specific news and events
- Ensure adequate liquidity for position size
- Monitor earnings calendar for volatility
### Market Condition Adaptations
**Trending Markets:**
- Increase position sizes for strong signals
- Use wider stops to avoid whipsaws
- Focus on trend continuation signals
- Reduce counter-trend trading
**Range-Bound Markets:**
- Reduce position sizes
- Use tighter stops and quicker profits
- Focus on support/resistance bounces
- Increase signal strength requirements
**High Volatility Periods:**
- Reduce overall exposure
- Use smaller position sizes
- Increase stop-loss distances
- Wait for clearer signals
### Performance Monitoring
- Track win rate and average profit/loss
- Monitor signal quality over time
- Adjust parameters based on market changes
- Keep trading journal for pattern recognition
---
## 🔧 Troubleshooting
### Common Issues
**Q: Signals appear too frequently**
A: Increase "Trend Strength Requirement" to 0.8-0.9
**Q: Missing obvious trends**
A: Decrease "Signal Sensitivity" to 0.5-0.6
**Q: Too many false signals**
A: Enable "3H Confirmation" and increase strength requirements
**Q: Indicator not loading**
A: Check Pine Script version compatibility (requires v5)
### Parameter Adjustments
**For More Sensitive Signals:**
- Decrease Signal Sensitivity to 0.5-0.6
- Decrease Trend Strength Requirement to 0.6-0.7
- Increase Range Filter multiplier to 3.5-4.0
**For More Conservative Signals:**
- Increase Signal Sensitivity to 0.7-0.8
- Increase Trend Strength Requirement to 0.8-0.9
- Enable all confirmation features
### Performance Issues
- Reduce lookback periods if chart loads slowly
- Disable some visual elements for better performance
- Use on liquid stocks/indices for best results
---
## 📞 Support & Updates
This super indicator combines the best of Range Filter, PMAX, and Support/Resistance analysis specifically optimized for Indian market swing trading. The multi-component approach significantly improves signal quality while the built-in risk management features help protect capital.
**Remember:** No indicator is 100% accurate. Always combine with proper risk management, market analysis, and your trading experience for best results.
**Happy Trading! 🚀**
ATR-Filtered EMA + PVRSA M Pivot High (Highest Pivot TP)version 5 like previous version with tweaks for take profits
Advanced Market Predictor + Universal Stop-Hunt [Dow Presets]Dow presets for the advanced market predator for stop hunts
Base candle boxTitle
Session Candle Box (Customizable) — Pick Any Candle, Any Timeframe, Custom Length
Summary
Draw a fully customizable box from the exact high/low of a specific candle you choose (e.g., the 09:30 5-minute open) and project it for a user-defined duration measured either in source-timeframe candles or by time. The tool is multi-timeframe aware, time zone safe, session-aware, and designed to avoid repainting.
What it does
Targets a specific candle and builds a box using that candle’s high as the top and its low as the bottom.
Lets you select which timeframe the “source candle” belongs to (e.g., define the 09:30 candle on a 5m source while viewing a different chart timeframe).
Offers two ways to pick the candle: by exact session time (HH:MM:SS) or by index-from-session-open (0 = first bar of the session).
Extends the box to the right for a duration defined either by a number of source-timeframe candles (“Candles” mode) or by a time span (“Time” mode).
Keeps drawing stable and non-repainting by anchoring to the confirmed source candle’s timestamp and using time-based coordinates (so no 500-bars-into-the-future errors).
Provides extensive style controls (fill, border, midline, label) and session reset behavior (new box each session/day if desired).
Typical use cases
Opening Range tools (e.g., the 09:30 5-minute candle on equities).
Session kick-off levels for FX/indices (e.g., London or NY open bar on a chosen TF).
“Key event” candles (e.g., first bar after a scheduled release) with a controlled right projection measured in source candles.
Key features
Candle source selection: Choose the timeframe on which the defining candle lives (e.g., 5m, 15m, etc.).
Precise candle targeting: Match by exact session time (HH:MM:SS) or by bar index from session open.
Length modes:
Candles: End after N candles on the source timeframe (robust across mismatched chart TFs).
Time: End after a set duration (e.g., 60 minutes, 240 minutes).
Session-aware: Optionally reset each session/day and lock to only the first qualifying candle in that session.
Time zone safe: Uses the symbol’s exchange time zone by default, with an option to override to any valid IANA/UTC string.
Non-repainting logic: The selected candle is locked on confirmation; the box updates only its right edge according to your length mode and extend setting.
Visual customization:
Fill and border color, width, and style (solid/dashed/dotted).
Optional midline at the box midpoint with independent style.
Optional label placed at the box start.
Extend left and/or keep right edge live.
Immortal Strategy - Simplified Buy/Sell Signals//@version=5
indicator("TMC Strategy - Simplified Buy/Sell Signals", overlay=true)
// Input parameters
emaLength = input.int(20, title="EMA Length")
rsiLength = input.int(10, title="RSI Length")
macdFast = input.int(12, title="MACD Fast Length")
macdSlow = input.int(26, title="MACD Slow Length")
macdSignal = input.int(9, title="MACD Signal Length")
// Calculate indicators
ema = ta.ema(close, emaLength)
rsi = ta.rsi(close, rsiLength)
= ta.macd(close, macdFast, macdSlow, macdSignal)
// Trend condition
uptrend = close > ema
downtrend = close < ema
// Momentum condition
rsiBullish = rsi > 50
rsiBearish = rsi < 50
// MACD condition
macdBullish = ta.crossover(macdLine, signalLine)
macdBearish = ta.crossunder(macdLine, signalLine)
// Buy and Sell Signals
buySignal = uptrend and rsiBullish and macdBullish
sellSignal = downtrend and rsiBearish and macdBearish
// Plot Buy and Sell Signals
plotshape(series=buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY", size=size.small)
plotshape(series=sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL", size=size.small)
// Optional: Plot EMA for visual reference
plot(ema, title="EMA", color=color.blue, linewidth=2)
AK_Trend continuation_Trending Market_RSI + Stoch. RSIIndicator to predict where to buy and sell based on market structure. Most applicable in a trending market. Based on RSI and Stochastic RSI
AK_Trend reversal_Range_Market_RSI + Stoch. RSIRSI + Stoch. RSI based indicator to predict trend reversal. Most applicable in range market
🤖 Advanced Market Predictor ML (FRD/FGD/3D) + News Sentimentshowcases stop hunts and market trends within any session
🤖 Advanced Market Predictor ML (FRD/FGD/3D) + News Sentimentshowcases market trends and stop hunts within the market
TSI Indicator with Trailing StopAuthor: ProfitGang
Type: Indicator (visual + alerts). No orders are executed.
What it does
This tool combines the True Strength Index (TSI) with a simple tick-based trailing stop visualizer.
It plots buy/sell markers from a TSI cross with momentum confirmation and, if enabled, draws a trailing stop line that “ratchets” in your favor. It also shows a compact info table (position state, entry price, trailing status, and unrealized ticks).
Signal logic (summary)
TSI is computed with double EMA smoothing (user lengths).
Signals:
Buy when TSI crosses above its signal line and momentum (TSI–Signal histogram) improves, with TSI above your Buy Threshold.
Sell when TSI crosses below its signal line and momentum weakens, with TSI below your Sell Threshold.
Confirmation: Optional “Confirm on bar close” setting evaluates signals on closed bars to reduce repaint risk.
Trailing stop (visual only)
Units are ticks (uses the symbol’s min tick).
Start Trailing After (ticks): activates the trail only once price has moved in your favor by the set amount.
Trailing Stop (ticks): distance from price once active.
For longs: stop = close - trail; it never moves down.
For shorts: stop = close + trail; it never moves up.
Exits shown on chart when the trailing line is touched or an opposite signal occurs.
Note: This is a simulation for visualization and does not place, manage, or guarantee broker orders.
Inputs you can tune
TSI Settings: Long Length, Short Length, Signal Length, Buy/Sell thresholds, Confirm on Close.
Trailing Stop: Start Trailing After (ticks), Trailing Stop (ticks), Show/Hide trailing lines.
Display: Toggle chart signals, info table, and (optionally) TSI plots on the price chart.
Alerts included
TSI Buy / TSI Sell
Long/Short Trailing Activated
Long/Short Trail Exit
Tips for use
Timeframes/markets: Works on any symbol/timeframe that reports a valid min tick. If your market has large ticks, adjust the tick inputs accordingly.
TSI view: By default, TSI lines are hidden to avoid rescaling the price chart. Enable “Show TSI plots on price chart” if you want to see the oscillator inline.
Non-repainting note: With Confirm on bar close enabled, signals are evaluated on closed bars. Intrabar previews can change until the bar closes—this is expected behavior in TradingView.
Limitations
This is an indicator for education/research. It does not execute trades, and visuals may differ from actual broker fills.
Performance varies by market conditions; thresholds and trail settings should be tested by the user.
Disclaimer
Nothing here is financial advice. Markets involve risk, including possible loss of capital. Always do your own research and test on a demo before using any tool in live trading.
— ProfitGang
Bullish & Bearish Gap Boxes with Gap Points 2025
Bullish & Bearish Gap Boxes with Gap Points & Table Functionality 2025
## **1. Highlighted Key Points in the Code**
* **Gap Detection Logic**
* **Bullish Gap:** `Low >= High ` (low is above the previous high) → bullish sentiment.
* **Bearish Gap:** `High <= Low ` (high is below the previous low) → bearish sentiment.
* **Configurable Filters**
* Minimum gap size in points (`minGapPoints`).
* Option to show/hide bullish and bearish gaps individually.
* Custom table position, row count, and text size for flexibility.
* **Visual Marking on Chart**
* **Boxes:** Drawn between gap high and low, extending to the right until price “fills” the gap.
* **Labels:** Show gap size (points + %), tooltip with exact high & low.
* **Automatic Gap Removal**
* Bullish gap deleted when `Low <= gapBottom` (gap filled).
* Bearish gap deleted when `High >= gapTop` (gap filled).
* **Gap Ranking Table**
* Shows **nearest** gaps to the current price, sorted by distance.
* Separate bear and bull gap lists, each limited to `maxBearRows` & `maxBullRows`.
* Displays type, gap size, gap %, high, and low.
* Uses the current chart timeframe in the title.
* **Multi-Timeframe Safe Handling**
* Uses `request.security()` to fetch OHLC for the active timeframe.
* Includes a function to translate timeframe into human-readable labels.
---
## **2. User Functionality**
From a trader’s perspective, here’s what your script allows:
Setting window divided into Two Parts for Better Handling normal & Table Section
✅ Functionality to Hide and Show_Gap_Tbl.
✅ **Detects and visually marks price gaps** automatically on any timeframe.
✅ **Extends gap zones** forward until price fills them.
✅ **Separates bullish and bearish gaps** for better decision-making.
✅ **Custom filtering** (minimum size, display toggles, table layout).
✅ **Gap watchlist table** showing only the nearest & most relevant gaps to current price.
✅ **Multi-timeframe compatibility** without repainting issues.
✅ **Clean chart control** with `max_labels_count` & `max_lines_count` limits to prevent overload.
✅ **Clean Tooltip control** with `Gap High` & `Gap Low` & Gap Range Points for Quick Understanding.
---
## **3. Why Gaps Are Important in Trading (Runaway vs. Normal Gaps)**
Gaps in price are **areas with no trading activity** between two consecutive bars. They represent **imbalances between supply and demand** and often occur due to overnight news, earnings, or strong market sentiment.
### **A. Normal (Common) Gaps**
* Appear in normal market moves.
* Often get “filled” quickly as price reverts to the mean.
* Not usually linked to major trends.
* Example: A small gap on a 5-min chart due to sudden but minor news.
### **B. Runaway (Continuation) Gaps**
* Happen **in the middle of strong trends** (uptrend or downtrend).
* Indicate **momentum acceleration** — institutions are aggressively entering.
* Rarely get filled in the short term.
* Example: During a bull rally, price gaps up and never comes back to retest.
---
### **Why Traders Watch Gaps**
1. **Support & Resistance Zones**
* Gaps act like **magnets** for price (gap fill targets) or **barriers** (price rejection).
2. **Trend Confirmation**
* Runaway gaps signal strong momentum; traders may enter in the direction of the gap.
3. **Trade Setup Opportunities**
* Fade the gap: Trade against it if expecting a fill.
* Follow the gap: Trade with it if expecting continuation.
4. **Volume Confirmation**
* High volume + gap = institutional activity → higher reliability.
🤖 Advanced Market Predictor ML (FRD/FGD/3D) + News Sentimentshowcases market segments, stop hunts and trends in the market
🤖 Advanced Market Predictor ML (FRD/FGD/3D) + News Sentimentdetects stop hunts and detects volumes within the market
Bar Counts ProThis indicator counts and labels price bars within user-defined trading sessions.
It supports customizable sessions (Asia, Europe, US, or custom) with independent time zones, automatic session-based text coloring, and optional background shading for each market.
Opening and closing markers are plotted for each major session, and bar counts are displayed at a user-defined interval.
Useful for intraday traders tracking bar progress within specific time windows.
xmtr's session highs/lowsMarks Asia & London session highs/lows with precision + PDH/PDL for daily context. Fully customizable & perfect for all traders.
Pro Maker Prev Month Wick High/LowThis indicator plots the exact Previous Month’s Wick High & Wick Low on the chart.
Levels are fixed across all timeframes (M1 to M).
High/Low lines start exactly from the first bar of the previous month and extend to the right.
Perfect for identifying important swing points and supply/demand zones.
Features:
Auto-updates at the start of a new month.
Works on any symbol & any timeframe.
Clean dotted-line visuals with color-coded High (Red) & Low (Green).
Use case:
Quickly see where the previous month’s extreme levels were.
Combine with price action or breakout strategies for higher accuracy.
5% Canary (per Thrasher) Implements Thrasher’s framework using closing prices and simple, non-optimized thresholds. The study watches for the first 5% decline from the latest 52-week closing high and classifies it:
• 5% Canary: drop occurs in ≤ 15 trading days.
• Confirmed 5% Canary: within 42 trading days of a Canary, there are two consecutive closes below the 200-DMA.
• Buy-the-Dip: the first 5% decline takes > 15 days and 50-DMA > 200-DMA (uptrend).
Includes optional 50/200-DMA plots, clutter-reduction, and alert conditions. This is a signal framework, not a standalone system—pair with your own risk management.
Volume Breakout Candle Signals(Mastersinnifty)Description
The Volume Breakout Candle Signals indicator highlights price candles that occur with unusually high volume compared to recent history. By combining a moving average of volume with a user-defined breakout multiplier, it identifies bullish and bearish breakout candles and marks them directly on the chart.
How It Works
Calculates a Simple Moving Average (SMA) of volume over a user-selected period.
Compares current bar volume to the SMA multiplied by a breakout factor.
Flags candles as:
• Bullish breakout if volume is high and the candle closes higher than it opened.
• Bearish breakout if volume is high and the candle closes lower than it opened.
Marks breakout points with visual labels and background highlights for quick identification.
Inputs
Volume MA Length – Period for calculating the moving average of volume.
Breakout Multiplier – Factor above the average volume to qualify as a breakout.
Show Bullish Signals – Toggle bullish breakout labels.
Show Bearish Signals – Toggle bearish breakout labels.
Use Case
Identify potential breakout opportunities driven by significant market participation.
Spot volume surges that may precede trend continuation or reversals.
Combine with price action or other indicators for confirmation.
Useful for intraday scalping, swing trading, and breakout strategies.
Disclaimer
This tool is intended for educational purposes only and should not be considered financial advice. Trading involves risk, and past performance is not indicative of future results. Always perform your own analysis before making any trading decisions.
Weakening Selling Pressure FinderDescription:
This indicator helps traders identify potential trend reversals by detecting when selling pressure is weakening.
It uses the MACD histogram to spot moments when bearish momentum is still present but fading — a condition that often precedes a shift to bullish sentiment.
The indicator:
Highlights points where the MACD histogram is negative but rising
Marks these spots with a 📈 label for easy chart scanning
Works on any crypto pair and timeframe
Traders can use it to:
Spot early reversal setups before the crowd reacts
Time entries for potential trend changes
Complement other indicators like RSI, AO, or price action
This is a momentum shift detection tool — perfect for swing traders, scalpers, or anyone looking for early bullish signals after extended selling pressure.
WaveMap: Elliott Wave & Fibonacci Targets(Mastersinnifty)Description
WaveMap: Elliott Wave & Fibonacci Targets is a multi-purpose wave analysis tool designed to identify Elliott Wave patterns, draw price projections, and display Fibonacci retracement levels directly on the chart. It combines pivot detection with pattern recognition to highlight potential impulse and corrective phases, along with probable future targets.
How It Works
Uses pivot highs and lows to detect swing points over a user-defined length.
Identifies basic Elliott Wave structures as Impulse Up, Impulse Down, or Corrective.
Calculates price targets based on typical wave relationships (e.g., 1.618× Wave 1 for Wave 3).
Plots Fibonacci retracement levels between the most recent swing high and low.
Displays projections for up to three potential future targets using dashed lines and labels.
Provides an information table showing current wave type, wave count, price, and trend bias.
Generates alerts when new wave highs or lows are detected.
Inputs
Wave Detection Length – Number of bars used for pivot identification.
Future Projection Bars – How far ahead projections are plotted.
Wave Sensitivity – Adjusts detection sensitivity for wave turns.
Show Wave Labels – Toggles the on-chart information table.
Show Future Projections – Enables/disables projection lines and targets.
Show Fibonacci Levels – Enables/disables Fibonacci retracement lines and labels.
Wave Lines Color – Color for wave connection lines.
Projection Color – Color for projected target lines.
Fibonacci Color – Color for Fibonacci retracement levels.
Use Case
Identify and visualize Elliott Wave patterns to assist in market structure analysis.
Plan trade entries and exits using projected wave targets.
Combine wave detection with Fibonacci retracement for confluence zones.
Track trend bias and momentum during live trading sessions.
Disclaimer
This script is for educational and informational purposes only. Elliott Wave and Fibonacci projections are subjective and should be used in conjunction with other forms of technical analysis. Past performance does not guarantee future results. Always perform your own research and manage risk appropriately before trading.
Hurst Cycle Projections & Market Phase Analyzer(Mastersinnifty)Description
The Hurst Cycle Projections & Market Phase Analyzer is a technical analysis tool designed to detect dominant market cycles, project potential future price paths, and identify prevailing market phases. Using the Hurst exponent, harmonic cycle analysis, and trend strength evaluation, it provides traders with visual cycle channels, forward projections, and an at-a-glance market condition table.
This indicator is ideal for traders who want to combine cycle theory with trend analysis for timing entries, exits, and managing risk.
How It Works
Calculates the Hurst exponent to determine whether the market is trending or mean-reverting.
Identifies the dominant cycle length using pivot-based cycle detection.
Generates a cycle price channel to frame current market action.
Performs harmonic analysis to track multiple related cycles.
Projects future price levels based on cycle phase, trend strength, and mean reversion tendencies.
Displays a summary table with Hurst exponent, cycle length, trend strength, cycle phase, and market state.
Includes alerts for Hurst exponent crossovers and cycle turning points.
Inputs
Cycle Analysis Length – Number of bars used for cycle detection and Hurst exponent calculation.
Projection Bars – Number of future bars to project prices.
Show Cycle Lines – Toggle visibility of cycle markers.
Show Price Projections – Enable/disable forward price lines.
Show Cycle Channel – Display cycle-based price channel.
Cycle Sensitivity – Adjust responsiveness of cycle detection.
Colors – Customize cycle, projection, and channel colors.
Use Case
Identify whether the market is currently trending or mean-reverting.
Anticipate potential price turning points based on cycle phases.
Project possible future price levels for trade planning.
Spot trend strength and direction within the context of cycles.
Assist in swing trading, position trading, or long-term analysis.
Disclaimer
This indicator is for educational and analytical purposes only. It does not constitute financial advice. Trading in financial markets involves risk, and past performance is not indicative of future results. Always use proper risk management and consult with a licensed financial professional before making investment decisions.