Nirvana Mode PRONirvana Mode PRO is a fully automated swing trading strategy designed for BTCUSDT on 15-minute charts.
It combines EMA crossover, RSI filtering, Supertrend confirmation, and volume spike detection to generate high-probability entries.
Includes automatic exit conditions and webhook-compatible signal messages for integration with WunderTrading.
Optimized for low-risk, consistent profit with trailing stop, breakeven, and dynamic SL/TP settings.
Breadth Indicators
Nirvana Mode PRONirvana Mode PRO is an advanced automated swing trading strategy designed for BTCUSDT on 15-minute charts. It uses a multi-indicator system including EMA crossover (8 & 21), RSI confirmation (thresholds: 55/45), Supertrend direction filter, and a dynamic volume spike condition to identify high-conviction entries.
Features:
– EMA (8/21) trend logic
– RSI momentum filter
– Supertrend confirmation
– Volume spike validation
– Full signal automation for integration with WunderTrading bots
– Supports Webhook alerts and 100% hands-free execution on Bitget USDT-M Futures
This strategy is optimized for stable low-risk performance with Swing Trade logic and custom alert messaging. Perfect for traders seeking consistent entries without manual intervention.
UTBot + EMA Filter (HA + ATR Logic)UT+ EMA = hightest winrate >90% for scalping
UT+ EMA = hightest winrate >90% for scalping
UT+ EMA = hightest winrate >90% for scalping
UT+ EMA = hightest winrate >90% for scalping
Nirvana Mode PRONirvana Mode PRO is an advanced automated swing trading strategy designed for BTCUSDT on 15-minute charts. It uses a multi-indicator system including EMA crossover (8 & 21), RSI confirmation (thresholds: 55/45), Supertrend direction filter, and a dynamic volume spike condition to identify high-conviction entries.
Features:
– EMA (8/21) trend logic
– RSI momentum filter
– Supertrend confirmation
– Volume spike validation
– Full signal automation for integration with WunderTrading bots
– Supports Webhook alerts and 100% hands-free execution on Bitget USDT-M Futures
This strategy is optimized for stable low-risk performance with Swing Trade logic and custom alert messaging. Perfect for traders seeking consistent entries without manual intervention.
UT BOT ALERTS W % PT + ATRThis scrip was made from a friend to a friends. share good vibes.
The %, default is 1, but you can start w 0.5 ........
UT Bot Alert W ATR TPThis script is from a friend to friends. I hope you can used and share good vibes
Nirvana Mode PRONirvana Mode PRO is a precision-built automated trading strategy designed for low-risk, high-efficiency trades on BTCUSDT.
It combines:
- EMA crossover (8/21)
- RSI filters
- Supertrend confirmation
- Volume spike detection
Perfectly optimized for 15-minute charts and full integration with automated platforms like WunderTrading.
Signals:
- Long Entry: "ENTER-LONG_NIRVANA_PRO"
- Short Entry: "ENTER-SHORT_NIRVANA_PRO"
- Exit All: "EXIT-ALL_NIRVANA_PRO"
Suitable for both manual and bot-driven strategies.
Nirvana Mode PRONirvana Mode PRO v1.0 is a fully automated TradingView strategy designed for BTCUSDT on the 15-minute chart. It combines EMA crossover, RSI filtering, Supertrend direction, and volume spike confirmation to provide high-accuracy entries and safe exits. Optimized for integration with WunderTrading Signal Bots.
Non-Repainting OBV Divergence (Historical Lines - Simple Pivots)OBV NR DIV GEMINI
Here is a Pine Script indicator that attempts to do this for OBV divergence. It uses a simple non-repainting pivot detection method (a bar is a pivot if the bar before it was the highest/lowest of the three bars centered around the previous bar) and stores these pivots to draw historical divergence lines.
UTBot + EMA Filter (HA + ATR Logic)hightest winrate >90%,
hightest winrate >90%
hightest winrate >90%
hightest winrate >90%hightest winrate >90%
My script1// This Pine Script® code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org
2// © Lkkahar99
3
4//@version=6
5indicator("My script")
6plot(close)
7
SMA crossover + Momentum tipo vela garciaThis script is from a friend to friends.. Share good vibes
When the fast SMA cross a Slow SMA is change of tendency and the script gives you an entry alert. The other alert is when a strong big candle cross the slow SMA..
Nifty/BankNifty Scanner - RSI, MACD, BB, VWAP1. RSI (Relative Strength Index)
Purpose: Measures market momentum and identifies overbought (>70) or oversold (<30) conditions.
Benefit: Helps catch potential reversal zones or trend exhaustion points.
📈 2. MACD (Moving Average Convergence Divergence)
Purpose: Detects changes in trend direction via crossovers of the MACD line and signal line.
Benefit: Flags bullish and bearish momentum shifts, useful for confirming trade entries/exits.
📉 3. Bollinger Bands
Purpose: Shows volatility using a moving average with upper/lower bands.
Benefit: When price touches the upper/lower bands, it may indicate overextended conditions—potential reversal or breakout areas.
🟠 4. VWAP (Volume Weighted Average Price)
Purpose: Tracks the average price traded based on both volume and price.
Benefit: Acts as a dynamic support/resistance level, especially useful for intraday trading in Nifty/Bank Nifty. Crossing VWAP often signals institutional buying/selling zones.
✅ Overall Benefits
Combines momentum, trend, volatility, and volume-based signals
Helps in multi-angle analysis—confirming trades with multiple indicators
Useful for intraday and swing trading on Nifty/Bank Nifty
Clean visuals and alerts make decision-making faster
Z-Score V2Z-Score Reversal Indicator for TradingView
Catch Overextended Trends & Potential Reversals Using Statistical Z-Scores
📌 Overview
This indicator calculates the Z-score of price movements, helping traders identify overbought and oversold conditions based on standard deviations from the mean.
Plots the Z-score (forest green line) to visualize momentum strength.
Key levels at ±1, ±2, ±3 standard deviations (dashed white lines) highlight potential reversal zones.
Customizable lookback period to adjust sensitivity.
Ideal for:
Mean-reversion strategies
Trend exhaustion detection
Breakout confirmation
📊 How It Works (The Math Behind It)
The Z-score measures how far the current price is from its mean, normalized by standard deviation.
🔹 Formula:
Z = (X − μ) / σ
X = Current price (or selected source)
μ = Simple Moving Average (SMA) over the lookback period
σ = Standard deviation over the lookback period
🎯 Trading Applications
Reversal Trading (Mean Reversion):
Short near +2 or +3 (expecting a pullback toward the mean).
Long near -2 or -3 (expecting a bounce toward the mean).
Trend Continuation (Breakout Confirmation):
If price breaks above +2 or +3, momentum may continue further.
If price breaks below -2 or -3, downtrend may accelerate.
Divergence Detection:
If price makes a new high but Z-score fails to reach prior highs, weakening momentum (bearish divergence).
If price makes a new low but Z-score fails to reach prior lows, potential bullish reversal.
⚙️ Customization Options
Adjustable Lookback Period – Modify sensitivity (shorter = more responsive, longer = smoother).
Source Selection – Apply to close, open, hl2, etc.
Clean Visuals – Plotlines do not distort scaling (only Z-score affects autofit).
Distance from EMA (Points/%) [ATN]"Distance from MA (Points or %) "
This indicator calculates the real-time distance between price and a user-defined moving average (EMA or SMA). It allows you to display the output either in raw price points or as a percentage.
Features include:
Toggle between EMA or SMA (on price)
Switch between points and percentage mode
Optional smoothing of the distance line using EMA or SMA
Clean plotting with correct format and precision (5 decimals for points, 2 for %)
Visual zero line for easy reference
Ideal for identifying overextensions, trend strength, and reversion opportunities.
“ If this tool helps your trading, give it a Boost to support more releases! ”
Developed by ATN
TTM Squeeze with SignalsTTM Squeeze by TheNewGuy
What It Does
The TTM Squeeze indicator is designed to detect when a market is "squeezing" (low volatility, like a coiled spring) and then "fires" (volatility increases, signaling a potential breakout). The script:
Shows when a squeeze is happening.
Displays a momentum histogram to gauge the strength and direction of price movement.
Plots buy and sell arrows on the price chart when conditions align for a trade.
Includes a 20-period Exponential Moving Average (EMA) for trend context.
Key Components
Squeeze Detection:
The script uses Bollinger Bands (based on a 20-period Simple Moving Average and 2 standard deviations) and Keltner Channels (based on a 20-period EMA and 1.5 times the Average True Range).
A "squeeze" happens when the Bollinger Bands move inside the Keltner Channels, indicating low volatility (the market is quiet and may be preparing for a big move).
When the squeeze ends (Bollinger Bands break out of the Keltner Channels), it’s called a "squeeze fire," signaling a potential breakout.
Momentum Histogram:
A histogram (bar chart) is shown in a separate panel below the price chart.
It measures momentum by comparing the current price to the midpoint of the highest and lowest prices over the past 20 periods.
Blue bars (above zero) indicate bullish momentum (price is strong).
Red bars (below zero) indicate bearish momentum (price is weak).
Buy and Sell Signals:
The script generates buy and sell signals when multiple conditions align, ensuring higher-confidence trades:
A squeeze must "fire" (transition from squeeze on to off).
Momentum must be in the right direction (positive for buy, negative for sell).
The price must be above the 20-period EMA for a buy (or below for a sell).
The Relative Strength Index (RSI, 14-period) must be above 50 for a buy (or below 50 for a sell).
The MACD (Moving Average Convergence Divergence) must show a bullish crossover for a buy (or bearish for a sell).
Buy signals appear as green upward triangles below the price bars, labeled "Buy."
Sell signals appear as red downward triangles above the price bars, labeled "Sell."
Visual Elements:
A blue 20-period EMA is plotted on the price chart to show the trend.
In the histogram panel:
A gray zero line helps you see whether momentum is positive or negative.
Red circles at the zero line indicate when a squeeze is active.
The histogram bars (blue or red) show momentum strength.
How to Use It
Look for Squeezes: Check the histogram panel for red circles, which show when the market is in a squeeze (low volatility). This is a heads-up that a big move might be coming.
Wait for a Squeeze Fire: When the red circles disappear, the squeeze has ended, and the market may be ready to breakout.
Check Momentum: Look at the histogram. Blue bars suggest a potential upward move, while red bars suggest a downward move.
Trade on Signals: Only act when a green "Buy" or red "Sell" arrow appears on the price chart. These signals combine the squeeze fire, momentum, trend (EMA), RSI, and MACD to confirm a trade.
Use the EMA for Context: If the price is above the blue EMA, the trend is bullish (favor buys). If below, it’s bearish (favor sells).
Why It’s Useful
The TTM Squeeze with Signals simplifies trading by:
Highlighting moments when the market is primed for a breakout.
Filtering trades with multiple indicators (momentum, RSI, MACD, and EMA) to reduce false signals.
Providing clear visual cues (arrows, histogram, and EMA) so you don’t need to calculate anything manually.
This script is great for traders who want to catch big price moves while avoiding choppy, indecisive markets. It works best on daily, hourly, or other timeframes where volatility patterns are clear.
Note: No indicator guarantees profits, so always use proper risk management and consider combining this with other analysis or strategies.
BTCUSDT_MSTR_BTC_12FEN_DCA策略The real strength of this strategy is that regression prediction from order flow prediction and machine learning to do DCA
Multi-Element CFD Indicator ]Multi-Element CFD Indicator
Simple but very effective script that finds areas of support and resistance through ticks exchange. Only works with CFDs
(You must enter in the settings the value corresponding to the CFD, example: US500 = 500, DAX30 = 30, FRANCE40 = 40 etc ...)
Z Score (Multi-Timeframe)This indicator plots the Z-score of price based on a user-defined timeframe and length. The Z-score measures how far the current price deviates from its historical mean in terms of standard deviations, making it ideal for identifying overbought and oversold conditions in mean reversion setups.
Features:
Adjustable lookback period and standard deviation thresholds
Selectable source price (e.g., close, hl2, ohlc4)
Multi-timeframe support for higher-timeframe confluence
Clean subgraph layout with visual reference lines at ±1 and ±2 standard deviations
This tool is best used in confluence with other indicators or price action for scalping, swing trading, or momentum fading strategies.