Solar Wave by ninZa.coSolar Wave - trend indicator stands out with many key features to help traders enhance their trading, let's check below:
Plot "Trend Vector" that interprets trend direction (uptrend or downtrend) and trend strength (strong or weak)
Plot "Trailing Stop" for stop trailing management
Allow configuring "Trend Vector" and "Trailing Stop" with ninZaATR adjustment
Print trend steps and highlight step decreases to warn of trend weakness
Colorize bars based on 4 statuses: uptrend strong, uptrend weak, downtrend strong, downtrend weak
Colorize "Trend Vector" based on 4 statuses: uptrend strong, uptrend weak, downtrend strong, downtrend weak
Colorize "Trailing Stop" to clearly show uptrend vs downtrend
Paint background to clearly show uptrend vs downtrend
Trigger alerts on trend start, pullback, strengthening
Print markers on trend start, pullback, strengthening
Be NinjaScript ready for advanced usage, only restricted by your imagination
Expose dedicated NinjaScript signals
4 states of the markets (strong/weak uptrend, strong/weak downtrend) are displayed clearly with various visual signals to help you easily read: bar painting, plot colorization, background highlight.
The best signal of Solar Wave is PULLBACK. As you know, a trend rarely goes straight, but often retraces – which creates great opportunities for pullback trading. In Solar Wave, pullbacks are our recommended signals for entries. From our testing and experiences, the first and second pullbacks are usually the most reliable and optimal entries.
Volatilità
Cosmik Z-TP by ninZa.coWith Cosmik Z-TP - Trading System, you can:
Enter trades confidently with highly reliable signals.
Pinpoint where to place stops and profit targets with ease.
Enjoy high rewards while keeping the risks low in every trade.
Simplify your charts by kicking out 2, 3, or even 10 indicators.
Customize the system to your unique trading approach.
Get started with trading immediately.
Enhance the enjoyment of your daily trading with a user-friendly interface.
Identify the market's direction, spot signal zones, and make timely entry decisions.
Simplified signal mechanism:
During an uptrend, indicated by a green background and blue trailing stop, buy signals emerge within the blue signal zone.
During a downtrend, identified by a red background and pink trailing stop, sell signals emerge within the pink signal zone.
Advanced signal filter: You have the flexibility to control the quantity of signals within a trend phase or a range.
MagnetOsc Turbo by ninZa.coMagnetOsc Turbo - Multi-timeframe momentum analysis
Unlike conventional oscillators, MagnetOsc Turbo analyzes momentum on two independent timeframes simultaneously (e.g., 100-tick & 5-minute).
Why it matters: Momentum alignment across timeframes is a key signal of trend strength or turning points.
Easy Trend by ninZa.coEasy Trend, a NinjaTrader trend indicator, gives you many key features as below:
Allow defining moving average with (11 popular moving averages)
Allow smoothing moving average
Allow applying a plot change filter, either before or after smoothing
Paint plot to clearly show uptrend vs downtrend
Paint chart background to clearly show uptrend vs downtrend
Trigger alerts on trend shift
Print markers on trend shift
Be NinjaScript ready for advanced usage, only restricted by your imagination
Expose dedicated NinjaScript signals
BandBreak Pro (BB×ST×SRC) — Live-Sync Indicator📌 Overview
BandBreak Pro is a volatility + trend confirmation indicator designed to provide traders with clean breakout signals.
It synchronizes Bollinger Bands (BB), a selectable SRC line (price source), and Super trend (ST) into one unified logic.
⚡ Signals only trigger when price breaks the Bollinger Bands and the Super trend confirms the same direction.
📖 Basics & Definitions
1. Bollinger Bands (BB)
Bollinger Bands measure volatility by building an envelope around price.
Middle line (Basis) = Simple Moving Average (SMA).
Upper Band = SMA + (Multiplier × Standard Deviation).
Lower Band = SMA – (Multiplier × Standard Deviation).
👉 Meaning: A break above the upper band often suggests bullish strength, while a break below the lower band suggests bearish momentum.
2. SRC Line (Source Line)
The SRC line is a chosen price input: close, hlc3, or ohlc4.
It acts as the backbone since both BB and ST derive from it.
Benefit: Ensures everything is perfectly synchronized and avoids repainting issues.
3. Super trend (ST)
Supertrend is an ATR (Average True Range) based trend filter.
If price is above the ST line → Uptrend (Green).
If price is below the ST line → Downtrend (Red).
👉 Meaning: ST is a simple yet powerful filter to confirm trend direction and reduce false breakouts.
📌 CONCEPTS (with Calculations)
Hybrid Sync (History vs Realtime)
History: All calculations use confirmed OHLC via request.security (no lookahead) → no repaint.
Realtime: (if ON) calculations follow live chart OHLC → what you see is what you get.
Strict No-Repaint: Forces realtime bar to also use confirmed OHLC values.
👉 Formula:
if strict = true → use confirmed OHLC only
else if realtime and followChart = true → use chart OHLC
else → use confirmed OHLC
SRC Line (Selected Source)
User can select close, hlc3 = (high+low+close)/3, or ohlc4 = (open+high+low+close)/4.
This SRC drives Bollinger Bands and Supertrend.
👉 Formula:
SRC = close | hlc3 | ohlc4 (user choice)
Bollinger Bands (BB Break Logic)
Basis:
Basis = SMA(SRC, Length)
Standard Deviation:
Dev = StDev(SRC, Length)
Bands:
Upper = Basis + (Multiplier × Dev)
Lower = Basis - (Multiplier × Dev)
Breakout Filter:
UpBB = Upper × (1 + Buffer%)
DnBB = Lower × (1 – Buffer%)
👉 Meaning: Breakouts only count when price crosses filtered bands.
Supertrend (Directional Filter)
True Range:
TR = max(High – Low, |High – PrevClose|, |Low – PrevClose|)
ATR:
ATR = RMA(TR, ST_Length)
Bands:
BasicUp = (High+Low)/2 + (ST_Factor × ATR)
BasicDn = (High+Low)/2 – (ST_Factor × ATR)
Final Line (flip logic):
If Close > PrevUp → Trend = UP → use Dn line
If Close < PrevDn → Trend = DOWN → use Up line
Signal Formation (Confirmed Bar Only)
Long Condition:
Long = crossover(SRC, UpBB) AND Supertrend = UP
Short Condition:
Short = crossunder(SRC, DnBB) AND Supertrend = DOWN
Validation: Signals trigger only on barstate.isconfirmed (bar close).
🛠️ FEATURES
Clean, synced plots: Bollinger Bands, Basis line, SRC line, Supertrend line.
Hybrid sync modes: live-follow or strict no-repaint.
Bollinger controls: length, multiplier, buffer %, show/hide.
Supertrend controls: enable, ATR length, factor, show/hide.
Signal labels: BB×ST ↑ and BB×ST ↓.
Alerts: Built-in LONG/SHORT ready to use.
Overlay = true; optimized for intraday with higher label capacity.
📊 HOW TO USE
Timeframes: 5m–1H intraday; 2H–1D for swing trades.
Markets: Crypto, Forex, Indices, Equities.
Workflow:
Keep chart clean with only BandBreak Pro.
Start BB = 20 length, 2.0 multiplier. Use buffer 0.25–0.75% in choppy pairs.
Keep Supertrend ON to reduce false signals. Lower factor = faster flips.
After breakout, manage trades using S/R or BB midline.
SL = opposite ST line, TP = midline or nearest support/resistance.
⚠️ LIMITATIONS
Ranging markets may produce whipsaws.
Strict mode = safest but slower signals.
Not a strategy → no backtesting/PnL.
Parameters must be tuned for volatile/illiquid assets.
Always use with risk management.
🔔 ALERTS
BB×ST LONG → SRC crosses above upper band + ST = UP.
BB×ST SHORT → SRC crosses below lower band + ST = DOWN.
👉 Recommended: “Once Per Bar Close”.
NOTES
Buffer % = micro filter, useful for high-volatility assets.
Higher ST factor = fewer flips, more trend fidelity.
Lower ST factor = faster flips, more frequent signals.
🌟 Why BandBreak Pro is Unique
✅ Both BB and ST are calculated from the same hybrid OHLC SRC source → perfectly aligned & repaint-free.
✅ Only issues dual-confirmation signals → fewer false breakouts.
✅ Beginner-friendly (clear definitions included) + Pro-level customization (buffer %, sync modes).
✅ Multi-market: Crypto, Forex, Indices, Stocks.
🙏 Thanks
Bollinger Bands = John Bollinger’s volatility framework.
Supertrend = ATR-based classic TA tool.
SRC + Hybrid Sync = original implementation adapted for TradingView.
🎁 <172> 25_0821 CVD (Continuous + MTF) + IchimokuCVD (= Cumulative Volume Delta) is a volume-based indicator that tracks the net difference between buy volume (market orders hitting the ask) and sell volume (market orders hitting the bid).
If more trades happen at the ask → CVD goes up (buying pressure).
If more trades happen at the bid → CVD goes down (selling pressure).
👉 In short: CVD shows the cumulative balance between aggressive buyers and sellers, revealing market pressure behind price moves.
🎁 <174> 25_0821 OBV Δ% + OHLC4 (scale + bands)OBV(= On-Balance Volume) is a momentum indicator that uses trading volume to predict price movements.
It adds volume on days when price goes up,
and subtracts volume on days when price goes down.
Over time, the OBV line shows whether buying pressure (demand) or selling pressure (supply) is dominating.
If OBV rises, it suggests buyers are strong; if OBV falls, sellers are strong.
👉 In short: OBV = a running total of volume that shows the flow of money in and out of a stock.
ابو فيصل 12The Traders Trend Dashboard (ابو فيصل 12) is a comprehensive trend analysis tool designed to assist traders in making informed trading decisions across various markets and timeframes. Unlike conventional trend-following scripts,ابو فيصل12 goes beyond simple trend detection by incorporating
SMT - Squeeze Momentum Trend📊 Squeeze Momentum Trend
An indicator that combines volatility, momentum, and trend to anticipate the market’s strongest moves. 🚀
✅ Squeeze → when Bollinger Bands tighten inside the Keltner Channel: the market is in compression, ready to “explode”.
✅ Momentum → shows direction and strength (green = bullish push, red = bearish push).
✅ Trend Filter → confirms direction using a higher timeframe EMA (to avoid false signals).
💡 In practice:
🔥 If price breaks out of a squeeze with positive momentum → potential long breakout.
❄️ If it breaks out with negative momentum → potential short breakout.
📌 Perfect for spotting key moments when the market stops “resting” and makes its next big move.
SPX Daily Key Levels# Day Trading GPS S&P500 SPX Index Daily Key Levels Indicator
## Description
The Day Trading GPS S&P500 SPX Index Daily Key Levels Indicator (DT-GPS SPX) is a specialized technical tool designed for day traders focusing on trading index options on the CBOE S&P500 SPX index. This indicator provides daily key levels for both the CBOE SPX Index and EIGHTCAP SPX500 CFD, offering traders comprehensive price level analysis and actionable insights.
## Key Features
1. **Dual Market Coverage**:
- CBOE SPX Index levels generation on CBOE SPX chart at 9:30 AM EST
- EIGHTCAP SPX500 CFD levels generation on EIGHTCAP SPX500 CFD at 9:00 AM EST as well as
early display of CBOE SPX Index levels while on EIGHTCAP SPX500 chart at 9:00 AM EST (30 minutes before CBOE SPX 9:30 AM EST market open via separate Table Display for CBOE SPX levels
2. **Comprehensive Level Generation**:
- CBOE SPX index Daily Bull/Bear Key Price Level (BB-KPL) - this is the indicator's daily key Bull/Bear Pivot level for the current day's CBOE SPX trading session
- Multiple Support and Resistance Levels (R1-R6, S1-S6) to accommodate low, moderate and high volatility market environments
- Option for user to also display midpoint levels between any or all main levels if desired
- Fully customizable display options for each main level as well as midpoint levels
3. **Advanced Visualization**:
- Customizable line colors, styles, and widths
- Zone shading between levels
- Midpoint line calculations and display
4. **Dynamic Reference Tables**:
- Separate tables for CBOE SPX Index and EIGHTCAP SPX500 CFD levels
- Customizable table positioning and appearance
- Real-time level updates
5. **Pre-Market Analysis**:
- Early level generation for the EIGHTCAP SPX500 CFD at 9:00AM EST
- Preview of CBOE SPX index levels at 9:00 AM EST - 30 minutes before CBOE SPX index market open at 9:30 AM EST via separate table display at 9:00 AM EST for CBOE SPX index on EIGHTCAP SPX500 CFD chart
## Unique Aspects
1. **Market-Specific Timing**:
- Early access to CBOE SPX levels at 9:00 AM EST (30 minutes before 9:30 AM EST CBOE SPX index market open) via additional CBOE SPX levels table display on EIGHTCAP SPX500 CFD chart displayed at 9:00 AM EST
- CBOE SPX levels on CBOE SPX chart at CBOE SPX index market open (9:30 AM EST)
2. **Dual Display System**:
- Simultaneous viewing of both EIGHTCAP and CBOE levels
- Comparative analysis capabilities
3. **Precision Adjustment**:
- Automatic level adjustments between CFD and Index values
- Market-specific volatility calculations
## How It Enhances Your Trading
- Access key levels before market open through CFD analysis
- Compare and validate levels across both instruments
- Identify potential support and resistance zones with precision
- Implement sophisticated level-to-level trading strategies
- Manage risk with clearly defined price levels
- Track market structure through multiple timeframes
- Make informed decisions for SPX Index Options Trading with comprehensive level information
## Recommended Setup
For optimal use, it's recommended to run the indicator on two charts simultaneously:
1. EIGHTCAP SPX500 CFD chart for early level generation at 9:00 AM EST - 30 minutes before CBOE SPX index market open at 9:30 AM EST
2. CBOE SPX Index chart for official market levels
## Historical Level Analysis Features
**Historical Bull/Bear Key Price Level (BB-KPL)**
The Historical BB-KPL serves as a critical reference point for measuring value and potential price extensions in the market. By analyzing past BB-KPL interactions, traders can better anticipate future price behavior and make more informed decisions about entries and exits.
**Historical Support and Resistance Levels**
These dynamic levels provide crucial insights into market extension and momentum conditions, with levels further from the BB-KPL indicating potential reversal zones while also signaling strong trend conditions. Historical analysis of these levels helps traders identify high-probability trading opportunities by understanding how price has previously reacted at similar extensions from value.
**Video On Indicator Set-Up And Features**
www.youtube.com
**Videos On How To Trade Using This Indicator**
www.youtube.com
www.youtube.com
www.youtube.com
www.youtube.com
## Note
This indicator is specifically designed for day trading index options on the CBOE S&P500 SPX index. It requires appropriate data subscriptions for both CBOE indices and CFDs on TradingView. The indicator works best on timeframes of 30 minutes or less and should be used in conjunction with proper risk management practices. Past performance does not guarantee future results.
🏹 EMA Momentum TheoryEMA Trend following system
Summary
This indicator blends EMA trend direction with momentum confirmation to plot high-quality Buy/Sell signals, plus safe exit and profit-booking cues. It’s designed to keep you aligned with the primary trend, avoid chop, and exit decisively when momentum fades.
How it works
Trend Engine: Fast and slow EMAs define bias (Uptrend when Fast EMA > Slow EMA; Downtrend when Fast EMA < Slow EMA).
Signals:
Buy when uptrend + momentum turns positive after a pullback.
Sell when downtrend + momentum turns negative after a bounce.
Best use
Works on all liquid symbols (Index, Equity, Futures, FX, Crypto).
Timeframes: 15m–1D for cleaner structure.
Risk management
Position sizing per trade ≤ 1–2% account risk.
Avoid trading during major news events on lower TFs.
Alerts
“Buy Signal” on confirmed uptrend + momentum flip
“Sell Signal” on confirmed downtrend + momentum flip
“Safe Exit” on momentum fade or trail stop hit
“Partial TP” when RR target reached
Disclaimer
This tool is for education & research. Past performance doesn’t guarantee future results. Always validate on demo and manage risk.
Changelog
v1.0 — Initial release: EMA trend + momentum filter, ATR/EMA trail, partial TP, full alert suite.
StdDev Supply/Demand Zone RefinerThis indicator uses standard deviation bands to identify statistically significant price extremes, then validates these levels through volume analysis and market structure. It employs a proprietary "Zone Refinement" technique that dynamically adjusts zones based on price interaction and volume concentration, creating increasingly precise support/resistance areas.
Key Features:
Statistical Extremes Detection: Identifies when price reaches 2+ standard deviations from mean
Volume-Weighted Zone Creation: Only creates zones at extremes with abnormal volume
Dynamic Zone Refinement: Automatically tightens zones based on touch points and volume nodes
Point of Control (POC) Identification: Finds the exact price with maximum volume within each zone
Volume Profile Visualization: Shows horizontal volume distribution to identify key liquidity levels
Multi-Factor Validation: Combines volume imbalance, zone strength, and touch count metrics
Unlike traditional support/resistance indicators that use arbitrary levels, this system:
Self-adjusts based on market volatility (standard deviation)
Refines zones through machine-learning-like feedback from price touches
Weights by volume to show where real money was positioned
Tracks zone decay - older, untested zones automatically fade
RVOL with Breakout Signals
Key Features
RVOL Line : Displays RVOL as a gray line on the chart. Values above 1 indicate above-average volume; above 2 suggests strong activity.
Horizontal Lines :
Base Line (light pink dotted at 0): Reference baseline.
RVOL 1 (gray dashed): Threshold for average volume.
RVOL 2 (green dashed): Threshold for high volume activity.
Breakout Buy Signals : Pink upward triangles (above the bar) appear when the price closes above the highest high of the past breakout lookback period AND RVOL exceeds the set threshold (default 2). This confirms potential valid breakouts backed by volume.
How to Use
Add the indicator to your chart.
Adjust inputs in the settings:
RVOL Lookback Period (default 10): Number of bars to calculate average volume. For short-term trades (intraday to mid-term), 5-20 works best; test based on your timeframe.
Breakout Lookback Period (default 20): Bars to check for the previous high. Shorter for aggressive breakouts, longer for stronger confirmations.
RVOL Threshold for Breakout (default 2.0): Minimum RVOL required to confirm a breakout signal.
Look for pink triangles as buy signals during breakouts. Combine with your strategy (e.g., support/resistance, trends) for entries.
For position sizing: Higher RVOL (e.g., >2) allows larger positions due to better liquidity and reward potential.
When to Use
Breakout Plays : Ideal for spotting valid breakouts in volatile stocks. High RVOL confirms the move isn't a fakeout, as volume indicates real interest (e.g., institutional buying).
Short to Mid-Term Trades : Best on 5-min to daily charts for day trading or swings. Use on "In Play" stocks with news, earnings, or catalysts.
Avoid in Low Volume : If RVOL <1, skip or use small positions—low liquidity increases risk.
Inspired by traders like those at SMB Capital, who use RVOL to decide execution and sizing.
Example
See the attached screenshot on Bitcoin daily chart, showing multiple valid breakouts marked by pink triangles where price breaks highs with RVOL >2, leading to strong upward moves. This demonstrates how the indicator filters noise and highlights high-probability setups. Always backtest and use risk management!
Let me knows u have any idea to improve the indicator. Thank you all!
ADR% / AWR% / AMR% (v5)This indicator calculates on the time scale you choose by modifying the parameters as you are the average range in daily, weekly and monthly percentage.
By Mr. Le Besque
VSOVSO
This is similar to LazyBear's WaveTrend oscillator but handles momentum calculation differently and has some extra components for trade analysis.
The oscillator calculates an adaptive mean, then measures how far price deviates from that mean. Instead of just looking at raw deviation, it normalizes this by dividing by smoothed absolute deviation values.
The key difference is how it separates momentum - it splits the deviation into positive (up) and negative (down) components, then applies directional strength smoothing to each separately before combining them:
100 * (up_strength - down_strength) / (up_strength + down_strength)
This directional strength calculation gives more weight to sustained moves in either direction rather than just price volatility. The result is the main Momentum Wave oscillating between -100 and +100. The Signal Wave is just a smoothed version of this. The Momentum Gap shows the difference between them.
You'll see the Momentum Wave as a colored area/line with four color states, the Signal Wave as a white area, the Momentum Gap as a yellow line, the Drip Rate as cyan/purple area, and Velocity as a colored line at the bottom. The overbought/oversold zones are shaded, volatility bands adapt to current conditions, and major/minor signals show up as circles when the waves cross.
For trading, the Drip Rate is your long-term signal for bigger shifts. When it makes lower lows into resistance, look for reversals. Works great across multiple timeframes. Volatility squeezes signal big moves coming - use these with support/resistance and divergences. Top/bottom signals show momentum shifts and usually lead to pumps or drops.
Velocity shows breakout speed or rejections. Higher readings mean faster moves, regardless of direction. Wave colors reveal continuation patterns - green to purple to green means strong continuation up, red to cyan to red means continuation down.
The Momentum Gap can signal divergence on its own. The angle it crosses zero often hints at how fast the next move will be. When momentum goes outside the volatility bands, watch the next wave for divergence or confirmation.
Works best when you combine the Drip Rate across timeframes with squeeze setups and color changes for high-probability entries.
Works well with Heikin Ashi candles, or use the smoothed candle mode in the settings to mimic them. You can set the candle colors to the momentum wave colors as well, it can be helpful.
Here is a trade setup and how you can use it to take trades.
Overnight Gap Dominance Indicator (OGDI)The Overnight Gap Dominance Indicator (OGDI) measures the relative volatility of overnight price gaps versus intraday price movements for a given security, such as SPY or SPX. It uses a rolling standard deviation of absolute overnight percentage changes divided by the standard deviation of absolute intraday percentage changes over a customizable window. This helps traders identify periods where overnight gaps predominate, suggesting potential opportunities for strategies leveraging extended market moves.
Instructions
A
pply the indicator to your TradingView chart for the desired security (e.g., SPY or SPX).
Adjust the "Rolling Window" input to set the lookback period (default: 60 bars).
Modify the "1DTE Threshold" and "2DTE+ Threshold" inputs to tailor the levels at which you switch from 0DTE to 1DTE or multi-DTE strategies (default: 0.5 and 0.6).
Observe the OGDI line: values above the 1DTE threshold suggest favoring 1DTE strategies, while values above the 2DTE+ threshold indicate multi-DTE strategies may be more effective.
Use in conjunction with low VIX environments and uptrend legs for optimal results.
KAMA Trend Flip - SightLing LabsBuckle up, traders—this open-source KAMA Trend Flip indicator is your ticket to sniping trend reversals with a Kaufman Adaptive Moving Average (KAMA) that’s sharper than a Wall Street shark’s tooth. No voodoo, no fluff—just raw, volatility-adaptive math that dances with the market’s rhythm. It zips through trending rockets and chills in choppy waters, slashing false signals like a samurai. Not laggy like the others - this thing is the real deal!
Core Mechanics:
• Efficiency Ratio (ER): Reads the market’s pulse (0-1). High ER = turbo-charged MA, low ER = smooth operator.
• Adaptive Smoothing: Mixes fast (default power 2) and slow (default 30) constants to match market mood swings.
• Trend Signals: KAMA climbs = blue uptrend (bulls run wild). KAMA dips = yellow downtrend (bears take over). Flat = gray snooze-fest.
• Alerts: Instant pings on flips—“Trend Flip Up” for long plays, “Down” for shorts. Plug into bots for set-and-forget domination.
Why It Crushes:
• Smokes static MAs in volatile arenas (crypto, stocks, you name it). Backtests show 20-30% fewer fakeouts than SMA50.
• Visual Pop: Overlays price with bold blue/yellow signals. Slap it on BTC 1D to see trends light up like Times Square.
• Tweakable: Dial ER length (default 50) to your timeframe. Short for scalps, long for swing trades.
Example Settings in Action:
• 10s Chart (Hyper-Scalping): Set Source: Close, ER Length: 100, Fast Power: 1, Slow Power: 6. Catches micro-trends in crypto like a heat-seeking missile. Blue/yellow flips scream entry/exit on fast moves.
• 2m Chart (Quick Trades): Set Source: Close, ER Length: 14, Fast Power: 1, Slow Power: 6. Perfect for rapid trend shifts in stocks or forex. Signals align with momentum bursts—check historical flips for proof.
Deployment:
• Drop it on any chart. Backtest settings to match your asset’s volatility—tweak until it sings.
• Pair with RSI or volume spikes for killer confirmation. Pro move: Enter on flip + volume pop, exit on reverse.
• Strategy-Ready: Slap long/short logic on alerts to build a lean, mean trading machine.
Open source from SightLing Labs—grab it, hack it, profit from it. Share your tweaks in the comments and let’s outsmart the market together. Trade hard, win big!
Realized Volatility (StdDev of Returns, %)📌 Realized Volatility (StdDev of Returns, %)
This indicator measures realized volatility directly from price returns, instead of the common but misleading approach of calculating standard deviation around a moving average.
🔹 How it works:
Computes close-to-close log returns (the most common way volatility is measured in finance).
Calculates the standard deviation of these returns over a chosen lookback period (default = 200 bars).
Converts results into percentages for easier interpretation.
Provides three key volatility measures:
Daily Realized Vol (%) – raw standard deviation of returns.
Annualized Vol (%) – scaled by √250 trading days (market convention).
Horizon Vol (%) – volatility over a custom horizon (default = 5 days, i.e. weekly).
🔹 Why use this indicator?
Shows true realized volatility from historical returns.
More accurate than measuring deviation around a moving average.
Useful for traders analyzing risk, position sizing, and comparing realized vs implied volatility.
⚠️ Note:
It is best used on the Daily Chart!
By default, this uses log returns (which are additive and standard in quant finance).
If you prefer, you can easily switch to simple % returns in the code.
Volatility estimates depend on your chosen lookback length and may vary across timeframes.
Range Percent Histogram📌 Range Percent Histogram – Indicator Description
The Range Percent Histogram is a custom indicator that behaves like a traditional volume histogram, but instead of showing traded volume it displays the percentage range of each candle.
In other words, the height of each bar represents how much the price moved (in percentage terms) within that candle, from its low to its high.
🔧 What it shows
The indicator has two main components:
Component Description
Histogram Bars Columns plotted in red or green depending on the candle direction (green = bullish candle, red = bearish). The height of each bar = (high - low) / low * 100. That means a candle that moved, for example, 1 % from its lowest point to its highest point will show a bar with 1 % height.
Moving Average (optional) A 20-period Simple Moving Average applied directly to the bar values. It can be turned ON/OFF via a checkbox and helps you detect whether current range activity is above or below the average range of the past candles.
⚙️ How it works
Every time a new candle closes, the indicator calculates its range and converts it into a percentage.
This value is drawn as a column under the chart.
If the closing price is above the opening price → the bar is green (bullish range).
If the closing price is below the opening price → the bar is red (bearish range).
When the Show Moving Average option is enabled, a smooth line is plotted on top of the histogram representing the average percentage range of the last 20 candles.
📈 How to use it
This indicator is very helpful for detecting moments of range expansion or contraction.
One powerful way to use it is similar to a volume exhaustion / low-volume pattern:
Situation Interpretation
Consecutive bars with very low height Price is in a period of low volatility → possible accumulation or "pause" phase.
A sudden large bar after a series of small ones Indicates a strong pickup in volatility → often marks the start of a new impulse in the direction of the breakout.
Auto Fib V2Auto Fib V2 — Advanced Fibonacci Mapping Tool
Introduction
Auto Fib V2 is an advanced Fibonacci retracement indicator that automatically adapts to recent market ranges. Rather than manually drawing Fibonacci lines, this script dynamically maps them based on the most recent highs and lows, allowing traders to see the chart as if it were a "navigation map." Its primary purpose is to help identify potential buy and sell zones with greater clarity.
Key Concept
The script is built on a simple but powerful interpretation of Fibonacci retracement:
When the price moves below the 0.236 level, it suggests an oversold zone, where buyers may step in and market reversal potential increases.
When the price rises above the 0.764 level, it highlights an overbought zone, where sellers may become more active and risk of reversal grows.
Between these extremes, the Golden Pocket (0.382–0.618 zone) is highlighted as the area where institutional traders and algorithms often react. Historically, this is one of the most respected Fibonacci areas in technical analysis.
Features & Customization
Automatic Range Detection: The indicator automatically finds the recent high/low (based on user-defined lookback bars) and applies Fibonacci levels.
Flexible Direction Setting: Traders can use Auto Mode to let the script decide direction from price movement, or manually choose upward/downward mapping.
Multiple Levels Display: Beyond the standard levels, extra fractional retracements (0.146, 0.309, 0.441, etc.) are included for more precise mapping.
Golden Pocket Highlighting: Visually emphasizes the 0.382–0.618 retracement zone for quick recognition.
Custom Styles: Switch between line-based and dot-based plotting, with adjustable colors and transparency for improved readability.
Practical Use
Auto Fib V2 is not intended as a direct buy/sell signal generator, but as a contextual guide. Traders can use it to:
Confirm whether the current price area is closer to an overbought or oversold condition.
Combine it with oscillators (RSI, MACD) or trend indicators (EMA, ADX) to strengthen trading decisions.
Identify confluence zones where Fibonacci levels overlap with key supports/resistances.
Quickly adapt to market shifts without the need to redraw Fibonacci retracement lines repeatedly.
Why Use Auto Fib V2?
Manual Fibonacci drawing can be subjective, often depending on the swing points a trader chooses. Auto Fib V2 reduces that subjectivity by using consistent logic, creating a more systematic approach. For intraday traders, it provides rapid context to assess whether the market is stretched or balanced. For swing traders, it offers a map of reaction zones across higher timeframes.
Ultimate Webby RSI 2.0 for MNQ 3m
🔎 Introduction
This is a flexible version of Amphibiantrading’s Webby RSI concept, optimized for MNQ 3-minute trading.
It normalizes the distance of price from moving averages (EMA/SMA) using ATR, producing stretch histograms that highlight overextended moves.
I extended it with:
✅ Swing and Scalper presets (instantly switch via dropdown)
✅ Custom mode (type in your own parameters)
✅ Optional HTF (Higher Timeframe) bias filter — e.g., only show longs when 15m trend is up
✅ Alerts for bull/bear stretches and SMA extension
⚙️ Core Logic
Green histogram = low above EMA (normalized by ATR) → bullish stretch
Red histogram = EMA above high → bearish stretch
Orange line = high above SMA → extension (useful for exhaustion / fade plays)
Stretch Level line = threshold (default depends on Swing vs Scalper preset)
📊 Presets
Choose in the Mode dropdown:
Swing (MNQ 3m)
ATR Length = 100
EMA Length = 34
SMA Length = 14
Stretched Level = 3.8
👉 Fewer, cleaner signals (approx 3–6/day).
Scalper (MNQ 3m)
ATR Length = 34
EMA Length = 13
SMA Length = 8
Stretched Level = 2.4
👉 More signals (approx 15–25/day).
Custom
Enter your own ATR/EMA/SMA/Level values.
🧭 HTF Bias Filter (optional)
Enable the toggle to align entries with a higher-timeframe trend.
Example: HTF timeframe = 15m, EMA(34)
If close > EMA → bull bias (only green/orange plots show)
If close < EMA → bear bias (only red plots show)
Optional background tint shows bias (green = bull, red = bear).
This reduces false signals and keeps you trading with the bigger move.
🚀 How to Use
Add the indicator → In settings, choose Mode (Swing/Scalper/Custom).
Leave Computation timeframe = 3 and Override symbol = MNQ1! for MNQ micro futures.
Watch for histogram/extension values crossing your Stretched Level.
Bull stretch above threshold = price stretched to upside.
Bear stretch above threshold = price stretched to downside.
SMA extension = price extended above SMA, often exhaustion.
(Optional) Turn on HTF Bias to only take trades in the main trend direction.
🔔 Alerts Included
Bull Stretch > Level (positive histogram crosses above level)
Bear Stretch > Level (negative histogram crosses above level)
SMA Extension > Level (SMA line crosses above level)
All alerts automatically respect the HTF bias filter if enabled.
⚠️ Notes & Best Practices
Stretched Level is not RSI OB/OS — it’s distance normalized by ATR. Combine with market structure (VWAP, supply/demand, session levels).
If using higher-TF calculations (via HTF bias), remember values finalize at the close of that TF bar.
Swing preset is better for holding through moves; Scalper preset is better for fast in/out trading.
Always combine with risk management — normalized stretch can still extend further in strong trends.
✅ Credits
Original Webby RSI by Amphibiantrading.
Extended by for flexible MNQ swing/scalp use with HTF filters.
⚖️ Disclaimer
This script is provided for educational purposes only. It does not constitute financial advice or an offer to buy or sell any financial instrument.
Trading futures, stocks, forex, and cryptocurrencies involves substantial risk and may not be suitable for every investor.
Past performance is not indicative of future results.
Always do your own research and consult with a licensed financial advisor before making any trading decisions.
Use at your own risk.
Ultimate Webby RSI Pro [MNQ 3min]Ultimate Webby RSI Pro – User Guide
I made it to use it on NQ micro futures on a 3-minute time frame.
What it does
Plots the RSI as a colored histogram (green above 50, red below 50, gray near 50).
Adds adaptive ATR-scaled bands around RSI to measure volatility-adjusted momentum.
Optional multi-timeframe RSI filter (choose a higher resolution to confirm signals).
Optional volume filter (signals only when volume is above average).
Detects potential bullish and bearish divergences.
Generates buy/sell alerts when RSI crosses 30/70 with wave/volume confirmation.
How to use it
Apply to a chart (default: MNQ 3m).
Look for Buy signals (green triangles) when RSI crosses upward through 30 with trend/volume confirmation.
Look for Sell signals (red triangles) when RSI crosses downward through 70 with trend/volume confirmation.
Use the colored histogram for quick momentum reading:
Green = bullish pressure
Red = bearish pressure
Gray = neutral/transition
Watch ATR bands: when RSI approaches/exceeds them, momentum may be stretched.
Divergence labels (“Bull Div” / “Bear Div”) highlight possible reversal zones.
Enable TradingView alerts from the “Webby RSI Buy/Sell Signal” conditions.
⚠️ Disclaimer
This script is provided for educational purposes only.
It is not financial advice, and past performance does not guarantee future results.
Always do your own research and use proper risk management before trading or investing.