Macro Volatility Index TrackerVolatility Index Common TradingView Symbol
VIX CBOE: VIX
RVX CBOE: RVX
NAZVOL CBOE: VXN (sometimes used)
GVZ CBOE: GVZ
OVX CBOE: OVX
Göstergeler ve stratejiler
Rolling VWAPsThe Rolling VWAP Indicator is a powerful tool designed for traders seeking to analyze price trends with enhanced precision on TradingView. This indicator calculates and displays up to five distinct Volume Weighted Average Prices (VWAPs) over user-defined time periods, allowing for a customizable rolling window measured in days. By incorporating volume into the price averaging process, the Rolling VWAP provides a more accurate representation of the market's true average price, highlighting key support and resistance levels over multiple timeframes.
Daily Target & Consistency Tracker (Fixed + Win Rate)Updated this script. Realized that the suggested daily target calculations was giving the wrong number of profit to make per day to stay within the 20% or below level. Good luck to all and happy trading.
P4H SFP StrategySignals Long or Short Entries based on Previous 4H low/high. Entry criteria are SFP/Rejection of P4h L/H and candle close in opposite direction. RSI must be 65/35 but can customize. Stop/TP 1% from entry. All of this is customizable. Stats are shown and you can change the time range of that as well.
Kaufman Trend Strategy# ✅ Kaufman Trend Strategy – Full Description (Script Publishing Version)
**Kaufman Trend Strategy** is a dynamic trend-following strategy based on Kaufman Filter theory.
It detects real-time trend momentum, reduces noise, and aims to enhance entry accuracy while optimizing risk.
⚠️ _For educational and research purposes only. Past performance does not guarantee future results._
---
## 🎯 Strategy Objective
- Smooth price noise using Kaufman Filter smoothing
- Detect the strength and direction of trends with a normalized oscillator
- Manage profits using multi-stage take-profits and adaptive ATR stop-loss logic
---
## ✨ Key Features
- **Kaufman Filter Trend Detection**
Extracts directional signal using a state space model.
- **Multi-Stage Profit-Taking**
Automatically takes partial profits based on color changes and zero-cross events.
- **ATR-Based Volatility Stops**
Stops adjust based on swing highs/lows and current market volatility.
---
## 📊 Entry & Exit Logic
**Long Entry**
- `trend_strength ≥ 60`
- Green trend signal
- Price above the Kaufman average
**Short Entry**
- `trend_strength ≤ -60`
- Red trend signal
- Price below the Kaufman average
**Exit (Long/Short)**
- Blue trend color → TP1 (50%)
- Oscillator crosses 0 → TP2 (25%)
- Trend weakens → Final exit (25%)
- ATR + swing-based stop loss
---
## 💰 Risk Management
- Initial capital: `$3,000`
- Order size: `$100` per trade (realistic, low-risk sizing)
- Commission: `0.002%`
- Slippage: `2 ticks`
- Pyramiding: `1` max position
- Estimated risk/trade: `~0.1–0.5%` of equity
> ⚠️ _No trade risks more than 5% of equity. This strategy follows TradingView script publishing rules._
---
## ⚙️ Default Parameters
- **1st Take Profit**: 50%
- **2nd Take Profit**: 25%
- **Final Exit**: 25%
- **ATR Period**: 14
- **Swing Lookback**: 10
- **Entry Threshold**: ±60
- **Exit Threshold**: ±40
---
## 📅 Backtest Summary
- **Symbol**: USD/JPY
- **Timeframe**: 1H
- **Date Range**: Jan 3, 2022 – Jun 4, 2025
- **Trades**: 924
- **Win Rate**: 41.67%
- **Profit Factor**: 1.108
- **Net Profit**: +$1,659.29 (+54.56%)
- **Max Drawdown**: -$1,419.73 (-31.87%)
---
## ✅ Summary
This strategy uses Kaufman filtering to detect market direction with reduced lag and increased smoothness.
It’s built with visual clarity and strong trade management, making it practical for both beginners and advanced users.
---
## 📌 Disclaimer
This script is for educational and informational purposes only and should not be considered financial advice.
Use with proper risk controls and always test in a demo environment before live trading.
HTF Overlay Candles (Aggregated)🕯️ Synthetic Aggregated Candles
Created by: The_Forex_Steward
License: Mozilla Public License 2.0
🔍 Description
This indicator creates visually aggregated candles directly on your chart, allowing you to view synthetic candlesticks that combine multiple bars into one. It enables a higher-level perspective of price action without switching timeframes.
Each synthetic candle is built by combining a user-defined number of consecutive bars (e.g., 4 bars from the current timeframe form one aggregated candle). It accurately tracks open, high, low, and close values, then draws a colored box and wick to represent the aggregated data.
⚙️ Features
Aggregation Factor: Combine candles over a custom number of bars (e.g., 4 = 4x current TF)
Timezone Alignment: Aggregation is aligned with midnight in UTC-5 (modifiable in code)
Custom Colors: Choose colors for bullish and bearish synthetic candles
Body Opacity: Control the opacity of the candle body for visual clarity
Wick Width: Customize the thickness of the candle wick
📌 Use Case
Ideal for traders looking to:
- Reduce noise in lower timeframes
- Visualize price action in broader chunks
- Spot larger structure and swing patterns without switching charts
📈 How It Works
At every bar, the script checks whether a new aggregation interval has begun (aligned to the day start). If so, it finalizes the previous candle and starts a new one. On the last bar of the chart, it ensures the final synthetic candle is drawn.
✅ Tip
For best results, apply this script on intraday timeframes and experiment with different aggregation factors (4, 6, 12, etc.) to discover the most insightful compression for your strategy.
Note: This script is optimized for visual representation only. It does not repaint, but it is not intended for algorithmic strategies or alerts.
EMA + SMA All in One KryptologyChainThis script plots 11 Exponential Moving Averages (EMAs) and 11 Simple Moving Averages (SMAs) on your TradingView chart, each with distinct colors and styles for easy identification.
EMAs are plotted as solid lines.
SMAs are plotted as dotted lines (circle markers) with slight transparency to differentiate them from EMAs.
The moving averages cover key lengths used in technical analysis (e.g., 9, 21, 50, 100, 200).
The script calculates EMAs & SMAs for the following lengths:
9, 10, 11, 21, 38, 50, 61, 65, 100, 190, 200
ADX with Signal & ThresholdsHere’s a concise description and instruction set for your ADX script:
📊 ADX with Signal & Thresholds – Description & Instructions
This indicator plots the ADX line, a custom signal line, and up to three threshold levels to help assess trend strength.
🔧 How It Works
• ADX measures trend strength (not direction)
• Signal Line is a smoothed version of ADX using your selected MA type
• Thresholds highlight trend significance levels (e.g. 20 = weak, 25/40 = strong)
⚙️ Inputs
• ADX Length: Defines smoothing period
• Signal Line: Customizable MA type (EMA/SMA/RMA/TMA) and length
• Threshold Lines: Adjustable levels with individual colors
🧠 Use It To
• Spot trend confirmation when ADX > Signal
• Detect strong trends above threshold levels (e.g. >25 or >40)
• Filter out sideways markets when ADX < 20
Let me know if you want to add alerts for crossovers or threshold breaches.
Curved Trend Channels (Zeiierman)█ Overview
Curved Trend Channels (Zeiierman) is a next-generation trend visualization tool engineered to adapt dynamically to both linear and non-linear market behavior. It introduces a novel curvature-based channeling system that grows over time during trending conditions, mirroring the natural acceleration of price trends, while simultaneously leveraging adaptive range filtering and dual-layer candle trend logic.
This tool is ideal for traders seeking smooth yet reactive dynamic channels that evolve with market structure. Whether used in curved mode or traditional slope mode, it provides exceptional clarity on trend transitions, volatility compression, and breakout development.
█ How It Works
⚪ Adaptive Range Filter Foundation
The core of the system is a volatility-based range filter that determines the underlying structure of the bands:
Pre-Smoothing of High/Low Data – Highs and lows are smoothed using a selectable moving average (SMA, EMA, HMA, KAMA, etc.) before calculating the volatility range.
Volatility Envelope – The range is scaled using a fixed factor (2.618) and further adjusted by a Band Multiplier to form the primary envelope around price.
Smoothed Volatility Curve – Final bands are stabilized using a long lookback, ensuring clean visual structure and trend clarity.
⚪ Curved Channel Logic
In Curved Mode, the trend channel grows over time when the trend direction remains unchanged:
Base Step Size (× ATR) – Sets the minimum unit of slope change.
Growth per Bar (× ATR) – Defines the acceleration rate of the channel slope with time.
Trend Persistence Recognition – The longer a trend persists, the more pronounced the slope becomes, mimicking real market accelerations.
This dynamic, time-dependent logic enables the channel to "curve" upward or downward, tracking long-standing trends with increasing confidence.
⚪ Trend Slope
As an alternative to curved logic, traders can activate a regular Trend slope using:
Slope Length – Determines how quickly the trend line adapts to price shifts.
Multiplicative Factor – Amplifies the sensitivity of the slope, useful in fast-moving markets or lower timeframes.
⚪ Candle Trend Confirmation
A robust second-layer trend detection method, the Candle Trend System evaluates directional pressure by analyzing smoothed price action:
Multi-tier Smoothing – Trend lines are derived from short-, medium-, and long-term candle movement.
█ How to Use
⚪ Trend Identification
When the Trend Line direction and Candle Colors are in agreement, this indicates strong, persistent directional conviction. Use these moments to enter with trend confirmation and manage risk more confidently.
⚪ Retest
During ongoing trends, the price will often pull back into the dynamic channel. Look for:
Support/resistance interactions at the upper or lower bands.
█ Settings
Scaled Volatility Length – Controls the historical depth used to stabilize the volatility bands.
Smoothing Type – Choose from HMA, KAMA, VIDYA, FRAMA, Super Smoother, etc. to match your asset and trading style.
Volatility MA Length – Smoothing length for the calculated range; shorter = more reactive.
High/Low Smoother Length – Additional smoothing to reduce noise from spikes or false pivots.
Band Multiplier – Widens or tightens the band range based on personal preference.
Enable Curved Channel – Toggle between curved or regular trend slope behavior.
Base Step (× ATR) – The starting point for curved slope progression.
Growth per Bar (× ATR) – How much the slope accelerates per bar during a sustained trend.
Slope – Reactivity of the standard trend line to price movements.
Multiplicative Factor – Sensitivity adjustment for HyperTrend slope.
Candle Trend Length – Lookback period for trend determination from candle structure.
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
Volatility Regime Tracker (VIX vs Realized + MOVE)Apply to any chart (preferably SPY, QQQ, or macro assets)
Add alert from the top menu using “Spread Crossed Above” or “Below”
Use the background regime shading to spot when markets move from:
🟢 Calm (green): VIX < Realized
🟡 Neutral
🔴 Panic (VIX premium)
Breakout Retest MTF Strategy + Demand ZonesTrendline breakout
Retest
Confirmation candles
CONFIRMATION BY MACD RSI VOLUME
demand zone , order blocks and fibo golden zones
STOP LOSS USING ATR
Volatility Tracker: VIX, MOVE, RealizedRealized Volatility (Blue): Based on daily price changes.
VIX (Red): Implied equity volatility.
MOVE Index (Orange): Bond market volatility expectations.
Volatility Spread (Gray): VIX minus Realized Vol — useful for detecting complacency or fear premiums.
Volatility Tracker (VIX vs Realized)Plots Realized Volatility (historical, blue).
Plots Implied Volatility (VIX) (red).
Shows the spread between VIX and realized vol (gray), helping spot fear premium or complacency.
Fractals (Customizable)This indicator finds fractals on the chart with customizable numbers of candles to the left and right of the central candle. It marks local highs (fractal highs) and lows (fractal lows) using arrows directly on the chart.
Frequent Swing Trading Supertrend Strategy (Daily)Made By Riddhiman Bandyopadhyay
How to Use-
Set Chart to Daily: Ensure your TradingView chart is set to a daily timeframe (D).
Add Strategy: Copy the Pine Script code into TradingView’s Pine Editor, compile, and add it to your NIFTY chart.
Logic Behind the Backtest : Use TradingView’s Strategy Tester to evaluate performance over the past few months (e.g., March to June 2025). Check if the buy/sell signals occur more frequently and capture shorter swings.
Fine-Tune: If signals are too frequent (leading to whipsaws), increase atr Period to 12 or factor to 3.5. If still not frequent enough, reduce maPeriod to 8 or lower the RSI thresholds to 65/35.
Why This Should Work Better
Increased Sensitivity: The Supertrend (ATR 10, factor 3.0) and 10-period SMA make the strategy more responsive to daily price movements, generating more signals.
Fewer Restrictions: Removing the 50-period SMA filter and loosening entry conditions allow trades in a wider range of market conditions.
Quicker Exits: The 3% profit target encourages faster exits, freeing up capital for new trades, thus increasing frequency.
Balanced Filtering: The RSI (70/30) still filters out extreme conditions, but it’s less restrictive, allowing more trades.
QG-Particle OscillatorThis is an advanced oscillator based on auxiliary particle filter. It separates signal from noise and uses smoothing algorithm similar to JMA.
The main oscillator line is a smoothed and detrended version of the price series similar to detrended oscillator line. The purple/aqua lines are a prediction based on an additional adaptive smoothing technique and current volatility.
The prediction is smoothed twice and is supposed to represent the true signal without any noise, thus the prediction should always be less than the raw detrend line. However, certain volatile conditions will cause the prediction to cross above/below the detrend line. When this happens the likelihood of a reversal or pullback is extremely high.
There are 3 dots on the zero line- Red, Green and Yellow. The yellow dots warn of an eminent pullback 2 bars before it actually occurs. This is a non-repainting indicator.
One can also use this indicator to trade CCI signals, similar to zero line rejection in existing trend.
The indicator has 2 settings- Period and Phase. The phase represents cycle phase and Period represents oscillator period.
Credits: This indicator has been originally published for Ninjatrader and this is conversion into pinescript.
Autocorrección, Soporte y Resistencia de la VelaMuestra soporte, resistencia y autocorrección del precio en diferentes momentos del día
Adjustable Vertical LinesThe script provides an indicator which will plot lines - 15 min, 30 min and 60 min. You can customize the time intervals and go to as low as one minute, but I found the 15-minute and 30-minute intervals works best for me when trying to find setups, and the lower time-frame intervals, is just pointless to use if you're not scalping on the seconds timeframe.
You can customize inputs for the line style. Line thickness, colour, etc.
I've seen this work using the OBR theory and applying it to the one-minute candle then looking for other confluences like order blocks, or breakers, FVGs, BOS/CHoC for further confirmation for scalping. It's important to backtest though and see for yourself.
Thanks for the boost.
Alpha Pulse Intraday AI - Full Risk Mgmtpublic script for intraday trading idk what to say just let me publish this because i have an aniother tw account in my phone for getting signal
MomentumMomentum Indicator for Day Trading
This Momentum Indicator has been specifically designed for day traders to help identify and measure the speed and strength of price movements in real time. By analyzing short-term price swings, it highlights periods of acceleration or deceleration in market activity.
30-Minute Vertical Lines (Midnight to 23:30)Indicator plot 30-minute lines. You have the option to change the line style to how you like it. This has helped me with seeing setups easier.