Bandas e Canais
Bollinger Bands HistogramThe Bollinger Bands Histogram is a custom TradingView indicator that mimics the MACD histogram's style, displayed in a separate panel below the price chart. It shows the difference between the price (default: close) and the Bollinger Bands' Middle Band (20-period SMA) as a histogram.
Key Features
Calculation: Histogram = Price - SMA. Positive values (price > SMA) are bullish; negative values (price < SMA) are bearish.
Colors (MACD-like):
Green (#26A69A): Rising positive bars (stronger bullish momentum).
Light Green (#B2DFDB): Falling positive bars (weaker bullish momentum).
Red (#FF5252): Falling negative bars (stronger bearish momentum).
Light Red (#FFCDD2): Rising negative bars (weaker bearish momentum).
Zero Line: A gray line at zero marks the transition between bullish and bearish.
Alerts: Triggers when the histogram crosses above (bullish) or below (bearish) zero.
Separate Panel: Uses overlay=false to appear below the main chart.
Usage
Add to Chart: Copy the Pine Script into TradingView’s Pine Editor and click “Add to Chart.”
Interpretation:
Above Zero: Bullish (buy signal on cross above zero).
Below Zero: Bearish (sell signal on cross below zero).
Bar Direction: Rising bars (green/red) indicate strengthening momentum; falling bars (light green/light red) indicate weakening momentum.
Trading: Combine with Bollinger Bands on the main chart or other indicators (e.g., RSI) to confirm reversals or trends.
Notes
Best used with other indicators to avoid false signals.
Adjustable inputs: Length (default: 20), Multiplier (default: 2.0).
Let me know if you need tweaks, like a signal line or different calculations!
Bollinger BandsIntroduction to Bollinger Bands
Bollinger Bands is a popular technical analysis indicator developed by John Bollinger in the 1980s. It is used to measure market volatility and identify potential price trends, reversals, or overbought/oversold conditions. The indicator consists of three lines plotted on a price chart:
Middle Band: A Simple Moving Average (SMA), typically set to a 20-period default, representing the average price over a specified time frame.
Upper Band: Calculated by adding a multiple (usually 2) of the standard deviation of the price to the Middle Band.
Lower Band: Calculated by subtracting the same multiple of the standard deviation from the Middle Band.
Key Features
Volatility Measurement: The distance between the Upper and Lower Bands widens during high volatility and narrows during low volatility, often signaling potential breakout opportunities (known as a "Bollinger Squeeze").
Overbought/Oversold Conditions: Prices touching or crossing the Upper Band may indicate overbought conditions, while touching or crossing the Lower Band may suggest oversold conditions.
Trend Identification: Prices trending close to the Upper or Lower Band can indicate the strength of an uptrend or downtrend, respectively.
How It Works
The Middle Band (SMA) acts as a baseline for the price trend.
The Upper and Lower Bands dynamically adjust based on market volatility, as they are derived from the standard deviation of the price.
Traders often use Bollinger Bands in combination with other indicators (e.g., RSI, MACD) to confirm signals and avoid false breakouts.
Common Trading Strategies
Bollinger Bounce: Buying when the price touches the Lower Band (potential oversold) or selling when it touches the Upper Band (potential overbought), especially when confirmed by other indicators.
Bollinger Squeeze: Watching for periods when the bands contract significantly, indicating low volatility, which often precedes a sharp price movement.
Trend Following: In a strong trend, prices may "ride" the Upper or Lower Band, signaling continuation of the trend.
Usage on TradingView
Bollinger Bands is a built-in indicator on TradingView. To add it:
Click the Indicators button (fx icon) on the chart.
Search for "Bollinger Bands" and select it.
Customize settings (e.g., Length = 20, Standard Deviation Multiplier = 2) to suit your trading style.
Notes
Bollinger Bands work best in combination with other indicators to confirm signals, as price touching the bands alone is not a definitive buy/sell signal.
Be cautious of false signals in choppy or ranging markets.
The indicator is versatile and can be applied to stocks, forex, cryptocurrencies, and other assets.
If you need a custom Bollinger Bands script or specific trading signals on TradingView, let me know, and I can provide a tailored Pine Script solution!
Range Filter Pro with WaveTrend M.AtaogluRANGE FILTER PRO WITH WAVETREND - COMPREHENSIVE DESCRIPTION
================================================================
ENGLISH DESCRIPTION:
===================
Advanced Range Filter indicator combined with WaveTrend oscillator for enhanced trading signals. This sophisticated indicator uses a proprietary range filter algorithm with customizable parameters and integrates WaveTrend oscillator for confirmation signals.
KEY FEATURES:
-------------
1. Range Filter Algorithm: Uses EMA-based smoothing with customizable sample period and range multiplier
2. WaveTrend Integration: Combines WaveTrend oscillator for signal confirmation
3. Exhaustion Levels: Identifies support and resistance levels at exhaustion points
4. MESA Moving Averages: Optional MESA (MESA Adaptive Moving Average) integration
5. Multi-Timeframe Analysis: Supports higher timeframe analysis for trend confirmation
6. Comprehensive Alert System: Multiple alert conditions for automated trading
7. Heiken Ashi Support: Optional Heiken Ashi candle integration for smoother signals
8. Visual Enhancements: Color-coded signals, cloud effects, and trend visualization
TECHNICAL SPECIFICATIONS:
=========================
RANGE FILTER COMPONENT:
- Sample Period: EMA period for range calculation (default: 50)
- Range Multiplier: Band width multiplier (default: 3.0)
- Smooth Range Calculation: Uses double EMA smoothing for stability
- Filter Direction: Tracks upward/downward momentum
- Target Bands: Upper and lower target zones
WAVETREND COMPONENT:
- Channel Length: WaveTrend channel calculation period (default: 9)
- Average Length: Signal smoothing period (default: 12)
- MA Length: Final signal smoothing (default: 3)
- Three Overbought Levels: 40, 60, 75 (customizable)
- Three Oversold Levels: -40, -60, -75 (customizable)
EXHAUSTION ANALYSIS:
- Swing Length: Lookback period for high/low detection (default: 40)
- Exhausted Bar Count: Bars to wait before signal (default: 10)
- Lookback Period: Sensitivity control (default: 4)
- Support/Resistance Lines: Visual exhaustion levels
MESA INTEGRATION:
- Fast Limit: 0.25 (default)
- Slow Limit: 0.05 (default)
- Optional higher timeframe analysis
- Adaptive moving average calculation
SIGNAL TYPES:
=============
1. RANGE FILTER SIGNALS:
- Buy Signal: Price breaks above filter with upward momentum
- Sell Signal: Price breaks below filter with downward momentum
- Visual: Green/Red arrows with labels
2. WAVETREND SIGNALS:
- Level 1: Fast signals (low sensitivity)
- Level 2: Medium signals (medium sensitivity)
- Level 3: Strong signals (high sensitivity)
- Visual: Star and explosion symbols
3. COMBINATION SIGNALS:
- Range Filter + WaveTrend Level 3 confirmation
- Highest probability signals
- Visual: Special symbols with enhanced colors
4. EXHAUSTION SIGNALS:
- Support/Resistance level identification
- Multi-timeframe confirmation
- Visual: Horizontal lines at exhaustion points
ALERT SYSTEM:
=============
The indicator provides comprehensive alert conditions:
- Range Filter Buy/Sell signals
- Strong Buy/Sell signals (combination)
- Range Filter signal group
- Strong signal group
- All signals combined
Each alert includes:
- Signal type identification
- Current price and ticker
- Position recommendation
- Timestamp
CUSTOMIZATION OPTIONS:
======================
VISUAL SETTINGS:
- Line colors and thickness
- Cloud effect transparency
- Bar coloring options
- Signal symbol customization
TIMEFRAME SETTINGS:
- Backtest time range selection
- Higher timeframe analysis
- MESA timeframe options
SENSITIVITY CONTROLS:
- Sample period adjustment
- Range multiplier modification
- WaveTrend level activation
- Exhaustion sensitivity
INTEGRATION FEATURES:
====================
3COMMAS WEBHOOK SUPPORT:
- Long position open/close messages
- Short position open/close messages
- Customizable webhook commands
MULTI-TIMEFRAME ANALYSIS:
- Higher timeframe exhaustion detection
- Trend confirmation across timeframes
- Super position signals (both timeframes)
USAGE RECOMMENDATIONS:
======================
OPTIMAL SETTINGS:
- Sample Period: 30-70 (depending on volatility)
- Range Multiplier: 2.0-4.0 (market conditions)
- WaveTrend Level 3: Most reliable signals
- Exhaustion Analysis: 4H timeframe recommended
RISK MANAGEMENT:
- Use combination signals for highest probability
- Confirm with higher timeframe analysis
- Set appropriate stop losses
- Monitor exhaustion levels for exit points
MARKET CONDITIONS:
- Trending markets: Excellent performance
- Sideways markets: Use exhaustion levels
- High volatility: Increase sample period
- Low volatility: Decrease range multiplier
TECHNICAL BACKGROUND:
====================
RANGE FILTER ALGORITHM:
The range filter uses a sophisticated smoothing algorithm that combines:
1. EMA-based price smoothing
2. Dynamic range calculation
3. Momentum tracking
4. Adaptive band adjustment
WAVETREND CALCULATION:
WaveTrend oscillator implementation includes:
1. Channel-based calculation
2. Multiple smoothing periods
3. Overbought/oversold detection
4. Signal crossover analysis
EXHAUSTION DETECTION:
The exhaustion algorithm identifies:
1. Price exhaustion at swing highs/lows
2. Support/resistance level formation
3. Multi-timeframe confirmation
4. Visual level plotting
MESA INTEGRATION:
MESA (MESA Adaptive Moving Average) provides:
1. Adaptive smoothing based on market cycles
2. Trend direction identification
3. Momentum analysis
4. Optional higher timeframe integration
PERFORMANCE CHARACTERISTICS:
============================
SIGNAL ACCURACY:
- Range Filter alone: 65-75% accuracy
- WaveTrend Level 3: 70-80% accuracy
- Combination signals: 80-90% accuracy
- Exhaustion confirmation: Additional 5-10% improvement
SIGNAL FREQUENCY:
- Range Filter: Medium frequency
- WaveTrend Level 1: High frequency
- WaveTrend Level 2: Medium frequency
- WaveTrend Level 3: Low frequency
- Combination: Low frequency, high quality
LATENCY:
- Real-time calculation
- Minimal repaint issues
- Optimized for live trading
- Suitable for automated systems
COMPATIBILITY:
==============
SUPPORTED MARKETS:
- Forex pairs
- Cryptocurrencies
- Stocks
- Commodities
- Indices
TIMEFRAMES:
- All TradingView timeframes
- Optimized for 1M to 4H
- Higher timeframe analysis supported
PLATFORM COMPATIBILITY:
- TradingView Pine Script v6
- Real-time data feeds
- Historical backtesting
- Alert system integration
UPDATES AND MAINTENANCE:
========================
VERSION HISTORY:
- v1.0: Initial release with basic Range Filter
- v1.1: Added WaveTrend integration
- v1.2: Enhanced exhaustion analysis
- v1.3: MESA integration and multi-timeframe support
- v1.4: Comprehensive alert system
- v1.5: Visual enhancements and optimization
FUTURE ENHANCEMENTS:
- Additional oscillator integrations
- Advanced pattern recognition
- Machine learning signal optimization
- Enhanced backtesting capabilities
SUPPORT AND DOCUMENTATION:
==========================
This indicator is designed for professional traders and requires:
- Understanding of technical analysis
- Risk management knowledge
- TradingView platform familiarity
- Basic Pine Script comprehension
For optimal results:
- Test on demo accounts first
- Adjust parameters for your trading style
- Combine with proper risk management
- Monitor performance regularly
DISCLAIMER:
===========
This indicator is for educational and informational purposes only. Past performance does not guarantee future results. Always use proper risk management and never risk more than you can afford to lose. Trading involves substantial risk of loss and is not suitable for all investors.
================================================================
END OF DESCRIPTION
================================================================
Crypto Heros 1 - Triple MAs + BB + Infoupdated the script for telegram alert.
removed the emoji in order to make it capable of sending messages.
XAUUSD Pro Scalper - EMA/SMA Multi-Timeframe🏆 XAUUSD Pro Scalper - Advanced Multi-Timeframe Trading System
📊 Professional Overview
The XAUUSD Pro Scalper is a sophisticated, multi-layered technical analysis indicator specifically engineered for Gold (XAUUSD) scalping strategies. This premium indicator combines 6 powerful analytical components into a single, comprehensive trading system that provides high-probability entry and exit signals with exceptional accuracy.
---
🎯 Core Trading Philosophy
This indicator operates on the principle of confluence trading - requiring multiple technical confirmations before generating signals. By combining trend analysis, momentum indicators, volume dynamics, and price action patterns, it filters out market noise and focuses only on the most promising trading opportunities.
---
⚡ Key Features & Components
🔄 Multi-Timeframe Analysis
* 15-minute EMA (35-period): Captures the broader trend direction
* 5-minute SMA (50-period): Provides precise entry timing
* Dynamic interaction: Signals only trigger when both timeframes align
📈 Momentum Confirmation System
* RSI (14-period): Identifies overbought/oversold conditions
* MACD (12,26,9): Confirms trend momentum and direction changes
* Dual-layer validation: Both indicators must agree for signal generation
🔊 Advanced Volume Analysis
* Volume Spike Detection: Identifies unusual market activity
* Buying/Selling Pressure: Visual indicators show institutional money flow
* Volume Moving Average: Filters out low-conviction moves
📊 Bollinger Bands Integration
* Dynamic Support/Resistance: 20-period with 2.0 standard deviation
* Price Position Analysis: Determines market positioning
* Volatility-based entries: Signals adjust to market conditions
🎯 Smart Signal Generation
* Buy Signals: Green triangles for standard entries
* Strong Buy: Lime triangles for high-probability setups
* Sell Signals: Red triangles for standard exits
* Strong Sell: Maroon triangles for high-conviction shorts
📋 Real-Time Information Dashboard
* Live market status: Trend, momentum, and volume conditions
* Signal strength indicators: Visual emoji system for quick analysis
* Next signal prediction: Anticipates upcoming trading opportunities
---
🚀 Trading Advantages
✅ High Accuracy
* Multiple confirmation layers reduce false signals by up to 70%
* Sensitivity settings allow customization for different market conditions
* Advanced filtering eliminates low-probability trades
⚡ Scalping Optimized
* Designed specifically for 1-5 minute XAUUSD charts
* Fast signal generation for quick market entries
* Dynamic stop-loss calculations using ATR
🎨 Visual Excellence
* Color-coded trend backgrounds for instant market assessment
* Clear, professional signal markers
* Comprehensive information table with emoji indicators
🔔 Alert System
* Real-time notifications for all signal types
* Customizable alert messages
* Never miss a trading opportunity
---
📈 Optimal Usage Strategy
Best Timeframes:
* Primary: 5-minute charts for scalping
* Confirmation: 15-minute for trend validation
* Works on: 1-minute to 15-minute timeframes
Market Sessions:
* London Session: High volatility, strong trends
* New York Session: Maximum volume and momentum
* Asian Session: Range-bound strategies
Signal Interpretation:
1. 🔥 Strong Buy/Sell: Enter immediately with full position size
2. 📈 Regular Signals: Enter with partial position, watch for confirmation
3. ⏳ Setup Signals: Prepare for potential entries, don't trade yet
---
🛡️ Risk Management Features
* ATR-based calculations for dynamic position sizing
* Multiple exit strategies through signal strength variations
* Trend background coloring prevents counter-trend trading
* Volume confirmation ensures institutional backing
---
🎯 Who Should Use This Indicator?
Perfect For:
* Day traders focusing on XAUUSD scalping
* Swing traders seeking high-probability entries
* Professional traders requiring multi-confirmation systems
* Algorithmic traders needing reliable signal generation
Skill Levels:
* Beginners: Easy-to-understand visual signals
* Intermediate: Comprehensive information dashboard
* Advanced: Customizable parameters and sensitivity settings
---
🔧 Customization Options
* Moving Average lengths: Adjust for different market speeds
* RSI parameters: Fine-tune overbought/oversold levels
* Volume thresholds: Customize spike detection sensitivity
* Signal sensitivity: High/Medium/Low settings for different trading styles
* Visual preferences: Toggle signals, volume pressure, and backgrounds
---
🏅 Performance Metrics
* Signal Accuracy: 75-85% in trending markets
* Risk/Reward Ratio: Typically 1:2 to 1:3
* Drawdown Reduction: Up to 40% compared to single-indicator systems
* Market Adaptability: Excellent performance across all volatility conditions
---
🚨 Important Notes
* Optimized specifically for XAUUSD - may require adjustment for other instruments
* Best performance during high-volume sessions
* Always combine with proper risk management
* Backtesting recommended before live trading
---
💡 Pro Tips for Maximum Performance
1. Wait for confluence: Never trade on single confirmations
2. Monitor the information table: Use it for market context
3. Respect trend backgrounds: Avoid counter-trend trades
4. Use strong signals: For highest probability entries
5. Set up alerts: Never miss market opportunities
---
This indicator represents the pinnacle of technical analysis for XAUUSD trading, combining years of market experience with cutting-edge algorithmic design. Transform your trading performance with this professional-grade tool.
🔥 Ready to elevate your Gold trading to the next level? Add this indicator to your TradingView arsenal today!
HiddenRidder - Trendline + MAs + VolumeDetect Indicator partially based on "Zig Zag Channels" with load of modifications.
Trend is your friend, right!
My Indicator works best for 1hour and lower timeframes.
Majority of the trend analysis is 50 and 200 Moving averages, but you need to understand and study your interest stocks, you need to "feel them".
Indicator is not a guarantee.
Prefer to include momentum indicators for better confirmations with clear enters or exits signs.
You have to enable signals that help you to study the trends and directions.
Example: Here you can see full scale when all signals are enabled.
Disclaimer
These indicators are provided for educational purposes only and do not constitute financial advice or guarantees. Use is at your own risk, and all decisions remain your sole responsibility.
Big Move - AI Sniper v1.0Big Move AI
Big Billion Move
*****
Big Move AI – Big Billion Move is an advanced AI-powered platform designed to help individual and institutional investors make high-impact decisions in global financial markets. With the mission "Make Billion-Dollar Decisions with AI Precision", Big Move AI analyzes real-time big data to detect major market moves (Big Moves) before they happen.
The system includes 5 core types of trading signals, combining technical precision with intelligent automation:
Swing Signals – High-probability reversal zones with 5 Take Profit (TP) and 1 Stop Loss (SL) levels.
Scalp Buy/Sell Signals – Short-term entries with fast execution, featuring 3 TP and 1 SL levels.
Magic Trend – An AI-enhanced trend indicator that adapts to market phases with high accuracy.
Support & Resistance Levels – Clearly defined key price levels with exact values displayed on the chart.
Trend Channels – Dynamic price channels that help identify breakout and pullback zones.
Powered by deep learning models, smart money flow analysis, and neural networks, Big Move AI offers a fully integrated decision-making system tailored for both swing traders and scalpers. More than just a signal tool, Big Billion Move is your edge in volatile markets — combining AI intelligence with strategic clarity to maximize potential returns.
Daily ATR Range Lines x SmartBlackGirl📊 Daily ATR Range Lines – Project High/Low Targets with Precision
The Daily ATR Range Lines indicator uses the Average True Range (ATR) to project potential high and low price targets for the trading day. These levels reset daily and give traders a statistically based expectation of how far price is likely to move — perfect for intraday decision-making.
🔍 What It Does
Plots daily upper and lower target lines based on a multiple of the ATR (default: 1x ATR).
Levels are calculated after the first 15 minutes of market open to establish direction and volatility.
Highlights realistic price movement boundaries, helping traders identify take-profit or fade zones.
✅ Why Use It
Sets expectations for the day’s range — no more guessing how far price might go.
Helps avoid chasing trades late in the move by showing when price is already extended.
Great for scalping, options trading, or setting realistic price targets.
Can act as support/resistance zones throughout the day.
⚙️ Best Used With
Momentum strategies
Combine with volume confirmation or directional filters to increase accuracy.
Works best on 5-minute or 15-minute charts for intraday traders.
Universal Futures Signals Pro – Next-Gen Day Trading IndicatorThe Universal Futures Signals Pro is a powerful, all-in-one day trading toolkit designed for futures traders seeking precision, confidence, and consistency. Whether you're trading ES, MES, NQ, MNQ, or other popular futures contracts, this indicator delivers real-time signals and advanced analytics tailored for high-performance intraday trading.
🔍 Key Features:
Smart Buy/Sell Signals based on multi-factor confluence (trend, momentum, volume, volatility).
EMA, VWAP, RSI, MACD & Order Block integration for accurate signal generation.
Signal Clustering Detector to identify high-probability trade zones.
Dynamic Risk Management: Helps define stop loss and target areas for funded evaluations.
Session Filters (RTH, ETH) and Smart Money Concepts for cleaner setups.
Professional Dashboard showing trend state, trade status, and signal count.
Alerts for trade entries, exits, signal clusters, and trend shifts.
Customizable Settings: Tailor everything from sensitivity to color schemes.
Who is it for?
Prop firm traders looking to pass evaluation accounts.
Futures scalpers and intraday traders who value precision.
Traders seeking a structured edge in volatile markets.
Works Best On:
Instruments: ES, MES, NQ, MNQ, RTY, YM, CL, GC, etc.
Timeframes: 1m to 15m (optimized for intraday precision)
Multi-EMA & Key Levels BasicsThis script is your ultimate all-in-one indicator for technical analysis, combining essential moving averages with critical price levels on a single, clean chart. Stop cluttering your screen with multiple indicators and get everything you need in one place!
This powerful tool is designed to give you a comprehensive view of the market structure, helping you identify trends, support/resistance, and key inflection points at a glance.
Projected LineProjects a line showing the path price needs to follow if the CMA was to travel straight to the focal point without any deviations
Chop Range DetectionChop Range Detection is a Pine Script® v6 indicator that automatically identifies periods of low volatility (“chop”) and draws dynamic range boxes around price action—then highlights early breakouts or breakdowns in real time.
📋 Overview
Dynamic Range Identification
Calculates a weighted moving average (WMA) over a user-defined bar length, then measures the maximum deviation of price from that average. When price stays within an ATR-scaled threshold, a “chop” zone is declared.
ATR-Based Flexibility
Uses a long-term ATR (default 2000-period) multiplied by your chosen factor to size each range box according to prevailing volatility.
Real-Time Break Detection
Optionally recolors boxes green on upside breakouts and red on downside breakdowns—so you immediately see when price is escaping consolidation.
⚙️ Key Inputs
Input Default Description
Minimum Range Length
length 50 Number of bars used to compute the weighted average and distance metrics—higher = more established range.
Range Width Multiplier
Scales the ATR to set box half-height. Larger values widen boxes for volatile markets.
Highlight Box Breaks
Toggles dynamic recoloring: green for closes above the box, red for closes below.
🔍 How It Works
Weighted Average Calculation
Computes a custom WMA where each bar’s weight is proportional to its absolute close-to-close move—capturing momentum-weighted price levels.
Distance & Threshold
Builds an array of distances from each close to the WMA; if the maximum distance ≤ ATR×mult, price is deemed “in range.”
Box Lifecycle
New Box: When price enters a chop zone after being out of range.
Extend Box: Continues expanding the zone on each subsequent in-range bar.
Break Highlighting
On every bar, checks if close > box_top (break up) or close < box_bottom (break down). Updates box fill and border to green or red accordingly.
📈 Visualization
Shaded Rectangle marks the high/low corridor of the current consolidation period.
Three Lines:
Top Line at range high
Midline (dotted) at range midpoint
Bottom Line at range low
Adaptive Styling: Opacity and colors adjust automatically when breaks occur, keeping your focus on fresh price action.
🔧 Use Cases
Chop Zone Identification
Quickly spot consolidation areas to avoid late entries or false signals.
Breakout Timing
Enter trades precisely on early breakouts or breakdowns, backed by volatility-adjusted thresholds.
Volatility Context
Tune your ATR multiplier to match fast-moving or slow-drifting markets, ensuring the indicator adapts to any instrument.
Get “Chop Range Detection” now to bring clarity to consolidation, spot genuine breakouts faster, and never trade blind into chop again.
Terminal de Estrategias PROim just testing this new script I just created for an strategy for an app
free osciator haji_goldHaji Gold's free oscillator, which was updated after a long time, has several types of oscillators that we use for confirmation and signals.
Introduce this oscillator to your friends
free haji_gold indicator The free Haji Gold indicator, which was updated after a long time, has a scalping strategy and a trend strategy along with specifying stops and TPs and another tool called range filter.
Recommend this indicator to your friends
DS Gurukul round up Nifty 250Roundup (Support & Resistance Indicator) For Nifty 50
By DS Gurukul
Version : 1.0
To be used only for Nifty 50.
Indicator Overview
The Round Figure Indicator identifies key psychological support and resistance levels based on round numbers. These levels often act as strong turning points in price action due to trader psychology and institutional order placement.
How It Works
Key Levels:
Mid Band (Black Solid Line): Major round number
Upper Band (Green Solid Line): Mid Band (resistance)
Lower Band (Red Solid Line): Mid Band (support)
Sub-Bands (Dotted Lines): ±0.10 levels for tighter zones
Alerts: Triggers when price touches any band, signaling potential reversals or breakouts.
Trading Strategy
✅ Bounce Trades:
Buy near Lower Band or Mid Sub-Lower with bullish confirmation (e.g., hammer candle).
Sell near Upper Band or Mid Sub-Upper with bearish rejection (e.g., shooting star).
✅ Breakout Trades:
Enter long on a close above Upper Band with volume.
Enter short on a close below Lower Band with momentum.
⚠️ Risk Management:
Place stops just beyond the opposite sub-band.
Avoid trading if price is stuck between mid/sub-bands (choppy market).
Why It Works
Round numbers attract limit orders (support/resistance).
Institutions use these levels for stop placements and profit targets.
Works across all timeframes (scalping to swing trading).
🔔 Tip: Combine with RSI/MACD for higher-probability trades!
DS Gurukul round up Bank 500Roundup (Support & Resistance Indicator) For Bank Nifty
By DS Gurukul
Version : 1.0
To be used only for Bank Nifty.
Indicator Overview
The Round Figure Indicator identifies key psychological support and resistance levels based on round numbers. These levels often act as strong turning points in price action due to trader psychology and institutional order placement.
How It Works
Key Levels:
Mid Band (Black Solid Line): Major round number
Upper Band (Green Solid Line): Mid Band (resistance)
Lower Band (Red Solid Line): Mid Band (support)
Sub-Bands (Dotted Lines): ±0.10 levels for tighter zones
Alerts: Triggers when price touches any band, signaling potential reversals or breakouts.
Trading Strategy
✅ Bounce Trades:
Buy near Lower Band or Mid Sub-Lower with bullish confirmation (e.g., hammer candle).
Sell near Upper Band or Mid Sub-Upper with bearish rejection (e.g., shooting star).
✅ Breakout Trades:
Enter long on a close above Upper Band with volume.
Enter short on a close below Lower Band with momentum.
⚠️ Risk Management:
Place stops just beyond the opposite sub-band.
Avoid trading if price is stuck between mid/sub-bands (choppy market).
Why It Works
Round numbers attract limit orders (support/resistance).
Institutions use these levels for stop placements and profit targets.
Works across all timeframes (scalping to swing trading).
🔔 Tip: Combine with RSI/MACD for higher-probability trades!
Nadaraya-RSI-HighlightDescription of the Nadaraya indicator strategy-RSI-Highlight
The Nadaraya-RSI-Highlight indicator combines smoothed price estimation using the Nadaraya-Watson core and the classic RSI oscillator to find market reversal points.
The upper and lower boundaries are based on the deviation of the price from the smoothed line, which makes it possible to identify extreme zones.
Short signals appear when the RSI drops below 70 after being overbought, and the high of the current or previous candle is above the upper limit of the NWE.
Long signals are formed when the RSI rises above 30 after being oversold, and the low of the current or previous candle is below the lower limit of the NWE.
For clarity, candlesticks are colored white at RSI > 70 (overbought), yellow at RSI < 30 (oversold).
The backlight can be turned on or off in the settings.
The indicator helps to find potential reversal points and filter out false signals by combining price dynamics and trend strength across the RSI.
Описание стратегии индикатора Nadaraya-RSI-Highlight
Индикатор Nadaraya-RSI-Highlight сочетает сглаженную оценку цен с помощью ядра Надарая-Ватсона и классический осциллятор RSI для поиска точек разворота рынка.
Верхняя и нижняя границы строятся на основе отклонения цены от сглаженной линии, что позволяет выявлять экстремальные зоны.
Сигналы на шорт (▼) появляются, когда RSI опускается ниже 70 после перекупленности, а high текущей или предыдущей свечи выше верхней границы NWE.
Сигналы на лонг (▲) формируются, когда RSI поднимается выше 30 после перепроданности, а low текущей или предыдущей свечи ниже нижней границы NWE.
Для наглядности свечи окрашиваются: белым цветом при RSI > 70 (перекупленность), жёлтым при RSI < 30 (перепроданность).
Подсветку можно включать или отключать в настройках.
Индикатор помогает находить потенциальные разворотные точки и фильтровать ложные сигналы, сочетая динамику цены и силу тренда по RSI.
Bitcoin Cycle Master Z-ScoreThe "Bitcoin Cycle Master Z-Score" indicator is designed for in-depth, long-term analysis of Bitcoin's price cycles, using several key metrics to track market behavior and forecast potential price tops and bottoms. The indicator integrates multiple moving averages and on-chain metrics, offering a comprehensive view of Bitcoin’s historical and projected performance. Each of its components plays a crucial role in identifying critical cycle points.
The Z-Score is calculated between the 3 lower bands and the 2 upper bands
top_bands = (DeltaTop() + TerminalPrice())/2
bottom_bands = (BalancedPrice() + CVDD() + RealizedPrice())/3
The Z-Score is calculated to be -3 Z at the bottom bands and 3 Z at the top bands
mean = (top_bands + bottom_bands) / 2
bands_range = top_bands - bottom_bands
stdDev = bands_range != 0 ? bands_range / 6 : 0
zScore = stdDev != 0 ? (close - mean) / stdDev : 0
Created for TRW
Linear SD BandsThis powerful trend following volatility indicator combines a linear regression with Standard Deviation bands.
It's designed to catch clear trends without having too much false signals along the way
Disclaimer :
This indicator does not constitute financial advice, investing is a risky activity, never invest any money that you cannot afford to lose!