ORB Scalp setup on 15min by UnenbatThis indicator draws a 2-minute Opening Range Box (ORB) at the beginning of each 15-minute candle by combining the last minute of the previous candle and the first minute of the current one. It highlights the session high/low during this range, and extends the box for a customizable duration. TP and BE lines are also plotted above/below the range for strategic planning. Perfect for scalpers using 15-minute timeframe.
Educational
OBV Trend TableDisplays last 3 TF OBV values and current value of OBV. Also displays one of the trend values
- Uptrend healthy (price ↑ + OBV ↑)
- Downtrend strong (price ↓ + OBV ↓)
- Early reversal (price and OBV diverge)
- No clear trend (flat or mixed)
Nse F&O LotThis is a simple indicator that displays the 1 NSE F&O lot size for the security. There is no display for securities that do not trade in futures.
Turtle Trading System IndicatorKey Features & Components
Donchian Channels
The core of the indicator is the Donchian Channel, represented by the upper and lower blue bands.
Upper Channel: The highest price over a user-defined period.
Lower Channel: The lowest price over the same period.
Middle Line: The midpoint between the upper and lower channels.
These channels are used to identify potential breakouts, which form the basis for trade entries.
Trading Signals
The script automatically generates clear, non-repainting signals for potential trades:
Long Entry (Green ▲): A green upward-facing triangle appears below the candle when the closing price breaks above the upper Donchian channel, signaling the start of a potential uptrend.
Short Entry (Red ▼): A red downward-facing triangle appears above the candle when the closing price breaks below the lower Donchian channel, signaling the start of a potential downtrend.
Long Exit (Green X): A green cross appears above the candle when the price crosses below the middle line, suggesting the uptrend is weakening.
Short Exit (Orange X): An orange cross appears below the candle when the price crosses above the middle line, suggesting the downtrend is losing momentum.
Integrated Risk Management
A crucial element of the Turtle strategy is disciplined risk management, which is built into this indicator.
Volatility-Based Position Sizing
You can enable position sizing that adapts to market volatility using the Average True Range (ATR). When an entry signal occurs, a label appears showing a calculated position size unit. The formula aims to normalize risk, meaning you would trade smaller sizes in volatile markets and larger sizes in calmer markets. The formula used is:
Volatility Unit=
100
Risk %
×
4×ATR
Close Price
Dynamic Stop Loss
Upon a long or short entry, a stop-loss level is plotted on the chart as red circles. This level is calculated based on the ATR, automatically adjusting to the market's current volatility to provide a data-driven exit point for managing losses. It is calculated as:
Long Stop: Close Price - 1.8 * ATR
Short Stop: Close Price + 1.8 * ATR
On-Chart Information Panel
A convenient table is displayed in the bottom-right corner of the chart, showing the current ATR value and the calculated Position Size unit for quick and easy reference.
Customizable Settings
You can tailor the indicator to your specific strategy and risk tolerance:
Donchian Channel Period: Sets the lookback period for the channels. The default is 20. Shorter periods will be more sensitive and generate more signals.
ATR Period: Sets the lookback period for the Average True Range calculation, affecting both position size and stop-loss levels. The default is 14.
Risk Percentage: The percentage of equity you wish to risk per trade. This directly influences the position size calculation.
Use Volatility Position Sizing: A simple checkbox to turn the ATR-based position sizing on or off.
Multi-Length Quad Bollinger BandsHere is a Pine Script code for TradingView that plots four separate Bollinger Bands on your chart. The lengths are preset to 14, 50, 100, and 200, but every aspect—including lengths, standard deviations, colors, and the source price—is fully customizable through the script's settings menu.
The 14 and 50-period bands are enabled by default, while the 100 and 200-period bands are disabled to keep the chart clean initially. You can easily toggle any of them on or off.
Returns Since Entry DateThis indicator shows the returns and max returns since entry date in a nice tabular format.
Hassi XAUUSD STRATEGY BOTGold (XAUUSD) 15m trend+momentum based signals with EMA(9/21/200), RSI, custom ADX, ATR-based SL/TP & alerts
Works on XAUUSD 15m.
Entry: EMA9/21 cross + price relative to EMA200 + RSI filter + custom ADX trend strength.
Risk: default SL=1.5×ATR, TP=2×ATR (editable).
Notes: No financial advice. Backtest before live use. Avoid high-impact news whipsaws.
Lot Size Calculator (Dynamic) with Manual Pip ValueDevoleper: Sheikh Rakib
This TradingView indicator helps you calculate the correct lot size based on your risk amount in USD and stop loss (SL) in pips. It dynamically detects pip value per lot depending on the trading instrument (e.g., Forex majors, minors, gold, crypto), and also allows manual override if needed.
✅ Key Features:
📏 Input SL in pips and risk amount in USD
⚙️ Automatically detects pip size and pip value per lot
🧮 Calculates lot size based on your inputs
✍️ Manual pip value override option if auto-detection is incorrect
🖥️ Clean, organized info panel displayed on chart
💹 Works with Forex, Gold (XAUUSD), Silver (XAGUSD), BTC, ETH, and more
📘 Usage Tips:
Set your SL in pips and how much you want to risk per trade (USD)
If the pip value is not calculated correctly (rare for exotic pairs), enable and set your own value using the “Manual Pip Value” input
Recommended for scalpers, day traders, and swing traders who want to manage risk smartly
Built with risk management in mind — because consistent trading starts with proper lot sizing.
MK Custome Adaptive SuperTrend Strategy [HalfSquatch]This strategy uses Lux Algos Adaptive supertrend. It has been modified here as a strategy.
This is used to test a trading bot.
Thors Economic NewsThe Live Economic Calendar indicator seamlessly integrates with external news sources to provide real-Time, upcoming, and past financial news directly on your Tradingview chart.
By having a clear understanding of when news are planned to be released, as well as their respective impact, analysts can prepare their weeks and days in advance. These injections of volatility can be harnessed by analysts to support their thesis, or may want to be avoided to ensure higher probability market conditions. Fundamentals and news releases transcend the boundaries of technical analysis, as their effects are difficult to predict or estimate.
Designed for both novice and experienced traders, the Live Economic Calendar indicator enhances your analysis by keeping you informed of the latest and upcoming market-moving news.
Custom Ichimoku Cloud with Signals📊 OVERVIEW
This indicator generates trading signals based on Ichimoku Cloud breakouts and breakdowns. It identifies when price decisively moves through the cloud boundaries, filtering out false signals from consolidation periods.
📈 KEY FEATURES
- Transition-based signals only when price breaks through cloud
- Candle body must completely clear cloud (no touching)
- Alternating signal system prevents consecutive duplicate signals
- Built-in alerts for automated notifications
- Standard Ichimoku components included
⚙️ HOW IT WORKS
BUY SIGNAL: Triggered when candle body moves completely above cloud after being inside/below
SELL SIGNAL: Triggered when candle body moves completely below cloud after being inside/above
🎯 USE CASES
- Trend continuation trading
- Breakout trading strategies
- Cloud support/resistance analysis
- Multi-timeframe analysis
📝 PARAMETERS
- Adjustable Ichimoku periods (Conversion, Base, Lagging Span B)
- Customizable lookback period for transition detection
- Visual signal markers with alerts
⚠️ DISCLAIMER
This indicator is for educational purposes. Past performance doesn't guarantee future results. Always use proper risk management and combine with other analysis methods.
⚠️ DISCLAIMER & RISK WARNING
This indicator is provided for informational and educational purposes only and should not be considered as financial advice.
TRADING RISKS:
- Trading involves substantial risk of loss and is not suitable for all investors
- Past performance is not indicative of future results
- You can lose more than your initial investment
- Never trade with money you cannot afford to lose
NO GUARANTEES:
- This indicator does not guarantee profits or predict market movements with certainty
- Signals are based on mathematical calculations and may produce false signals
- Market conditions can change, making any strategy ineffective
- Success depends on multiple factors beyond this indicator
USER RESPONSIBILITY:
- You are solely responsible for your trading decisions
- Always conduct your own research and analysis
- Consider consulting with a qualified financial advisor
- Use proper risk management and position sizing
- Test thoroughly on demo accounts before live trading
TECHNICAL LIMITATIONS:
- Indicator may be subject to repainting in real-time conditions
- Historical results do not represent actual trading
- Signals are for analysis only, not automatic trade execution
- Performance varies across different timeframes and instruments
By using this indicator, you acknowledge that you understand these risks and accept full responsibility for your trading outcomes. The author assumes no liability for any losses incurred.
NOT FINANCIAL ADVICE - FOR EDUCATIONAL PURPOSES ONLY
Liquidity Grab Entry Signals [Daily Enhanced]Liquidity Grab Entry Signals is a powerful tool designed to detect intraday reversal opportunities around daily high/low liquidity zones.
Core features: – Plots current daily high/low levels
– Identifies price interaction with these key zones
– Confirms rejection via strong engulfing candles
– Plots real-time long/short entry signals directly on chart
– Includes alerts for both long and short setups
This script is ideal for scalpers and intraday traders looking to exploit stop hunts, liquidity sweeps, and false breakouts.
Optimized for instruments like US30, NAS100, Gold, BTC and more.
Customize the sensitivity buffer to suit your asset and timeframe.
Use this in combination with VWAP, FVG or Smart Money concepts for enhanced confirmation.
---
Built for: 1s–15m charts
Includes: Alerts + Custom Settings
Type: Non-repainting
Trade with clarity around the most manipulated price levels of the day.
Leader-Lagger DashboardSummary:
The ultimate frustration for a trader: being right on the idea, but wrong on the asset.
You correctly predict a market move, develop a solid bullish or bearish thesis, but the instrument you choose fails to follow through. Meanwhile, a correlated asset makes the exact move you anticipated, leaving you with a losing trade or a missed opportunity.
This common pitfall is precisely what the Leader/Lagger Dashboard is designed to solve.
The Solution: Instant Clarity on Relative Strength
The Leader/Lagger Dashboard provides a clear, real-time verdict on the relative strength between two correlated assets, such as ES (S&P 500 futures) and NQ (Nasdaq 100 futures).
By instantly identifying the Leader (the stronger asset) and the Lagger (the weaker asset), it empowers you to focus your capital on the instrument with the highest probability of performing in line with your market view.
As shown in the example image, if your idea is to short the market, choosing the "Weak" asset (ES) results in a winning trade, while shorting the "Strong" asset (NQ) would have failed. This tool helps you make that critical distinction before you enter.
How It Works
The engine at the core of this dashboard analyzes the price action of two assets on a higher timeframe (defaulting to 90 minutes). It measures how the current bar's high and low are performing relative to the previous bar's range for each asset. By comparing these normalized values, it generates a score to determine which asset is exhibiting stronger momentum (the Leader) and which is showing weakness (the Lagger).
A tie-breaking mechanism using a lower timeframe ensures you always have a decisive verdict.
How to Use It
The principle is simple: Go long the leader, and short the lagger.
If you are Bullish: Look for the asset marked "Strong." This is the instrument most likely to lead the upward move.
If you are Bearish: Look for the asset marked "Weak." This is the instrument most likely to lead the downward move.
By aligning your trade execution with the market's internal momentum, you dramatically increase your odds of success and avoid the frustration of trading against underlying strength or weakness.
Key Features
Instant Verdict: A simple on-chart table displays a "Strong" or "Weak" verdict for each asset.
Focus on the Leader: Easily identify which asset is leading the move to align your trades with momentum.
Avoid the Lagger: Steer clear of the weaker asset that might chop around or reverse, even if your directional bias is correct.
Fully Customizable: Change the two assets to any symbols you trade (e.g., GOLD vs. SILVER, EURUSD vs. GBPUSD).
Adjustable Display: Control the table's position and font size to perfectly fit your chart layout. The table is designed to be visible on lower timeframes (5-minutes and under) to assist with day trading execution.
This tool is designed to be a crucial part of your decision-making process, providing an objective layer of confirmation for your trading ideas. so Stop guessing and start trading the right asset.
As always, use this indicator in conjunction with your own complete analysis and risk management strategy.
Trading Holidays and Expiry CalendarTrading Holiday and Expiry Calendar
This indicator displays calendar for current and next 2 months. Calendar marks ‘CRITICAL DAYS’ on the calendar.
‘CRITICAL DAYS’:
Trading Days
Trading Holidays
Weekends
Expiry Days
Out of these ‘Expiry Days’ are marked based on User input and rest of the days are derived and marked automatically.
Why this indicator:
Most of the Pine Script developers find it tedious (rather difficult or impossible) to find future holidays and expiry days.
This indicator exactly does that based on a simple input parameter
Use cases:
Calendar view of 3 months Trading days along with identification off critical activity days
Pine Script developers can extract code/functions from the indicator and use it for building indicators and strategies
Chart Snapshot
Advance FVG with 3 EMAThis is a very powerful script and is an advanced version of Fair Value Gaps with powerful EMAs.
Highlight Candle with Half Volume on CloseIt checks volume of the current candle and compares with previous candle,
if volume is low then it highlights the candle. Lines are configurable.
Correlation HeatMap [TradingFinder] Sessions Data Science Stats🔵 Introduction
n financial markets, correlation describes the statistical relationship between the price movements of two assets and how they interact over time. It plays a key role in both trading and investing by helping analyze asset behavior, manage portfolio risk, and understand intermarket dynamics. The Correlation Heatmap is a visual tool that shows how the correlation between multiple assets and a central reference asset (the Main Symbol) changes over time.
It supports four market types forex, stocks, crypto, and a custom mode making it adaptable to different trading environments. The heatmap uses a color-coded grid where warmer tones represent stronger negative correlations and cooler tones indicate stronger positive ones. This intuitive color system allows traders to quickly identify when assets move together or diverge, offering real-time insights that go beyond traditional correlation tables.
🟣 How to Interpret the Heatmap Visually ?
Each cell represents the correlation between the main symbol and one compared asset at a specific time.
Warm colors (e.g. red, orange) suggest strong negative correlation as one asset rises, the other tends to fall.
Cool colors (e.g. blue, green) suggest strong positive correlation both assets tend to move in the same direction.
Lighter shades indicate weaker correlations, while darker shades indicate stronger correlations.
The heatmap updates over time, allowing users to detect changes in correlation during market events or trading sessions.
One of the standout features of this indicator is its ability to overlay global market sessions such as Tokyo, London, New York, or major equity opens directly onto the heatmap timeline. This alignment lets traders observe how correlation structures respond to real-world session changes. For example, they can spot when assets shift from being inversely correlated to moving together as a new session opens, potentially signaling new momentum or macro flow. The customizable symbol setup (including up to 20 compared assets) makes it ideal not only for forex and crypto traders but also for multi-asset and sector-based stock analysis.
🟣 Use Cases and Advantages
Analyze sector rotation in equities by tracking correlation to major indices like SPX or DJI.
Monitor altcoin behavior relative to Bitcoin to find early entry opportunities in crypto markets.
Detect changes in currency alignment with DXY across trading sessions in forex.
Identify correlation breakdowns during market volatility, signaling possible new trends.
Use correlation shifts as confirmation for trade setups or to hedge multi-asset exposure
🔵 How to Use
Correlation is one of the core concepts in financial analysis and allows traders to understand how assets behave in relation to one another. The Correlation Heatmap extends this idea by going beyond a simple number or static matrix. Instead, it presents a dynamic visual map of how correlations shift over time.
In this indicator, a Main Symbol is selected as the reference point for analysis. In standard modes such as forex, stocks, or crypto, the symbol currently shown on the main chart is automatically used as the main symbol. This allows users to begin correlation analysis right away without adjusting any settings.
The horizontal axis of the heatmap shows time, while the vertical axis lists the selected assets. Each cell on the heatmap shows the correlation between that asset and the main symbol at a given moment.
This approach is especially useful for intermarket analysis. In forex, for example, tracking how currency pairs like OANDA:EURUSD EURUSD, FX:GBPUSD GBPUSD, and PEPPERSTONE:AUDUSD AUDUSD correlate with TVC:DXY DXY can give insight into broader capital flow.
If these pairs start showing increasing positive correlation with DXY say, shifting from blue to light green it could signal the start of a new phase or reversal. Conversely, if negative correlation fades gradually, it may suggest weakening relationships and more independent or volatile movement.
In the crypto market, watching how altcoins correlate with Bitcoin can help identify ideal entry points in secondary assets. In the stock market, analyzing how companies within the same sector move in relation to a major index like SP:SPX SPX or DJ:DJI DJI is also a highly effective technique for both technical and fundamental analysts.
This indicator not only visualizes correlation but also displays major market sessions. When enabled, this feature helps traders observe how correlation behavior changes at the start of each session, whether it's Tokyo, London, New York, or the opening of stock exchanges. Many key shifts, breakouts, or reversals tend to happen around these times, and the heatmap makes them easy to spot.
Another important feature is the market selection mode. Users can switch between forex, crypto, stocks, or custom markets and see correlation behavior specific to each one. In custom mode, users can manually select any combination of symbols for more advanced or personalized analysis. This makes the heatmap valuable not only for forex traders but also for stock traders, crypto analysts, and multi-asset strategists.
Finally, the heatmap's color-coded design helps users make sense of the data quickly. Warm colors such as red and orange reflect stronger negative correlations, while cool colors like blue and green represent stronger positive relationships. This simplicity and clarity make the tool accessible to both beginners and experienced traders.
🔵 Settings
Correlation Period: Allows you to set how many historical bars are used for calculating correlation. A higher number means a smoother, slower-moving heatmap, while a lower number makes it more responsive to recent changes.
Select Market: Lets you choose between Forex, Stock, Crypto, or Custom. In the first three options, the chart’s active symbol is automatically used as the Main Symbol. In Custom mode, you can manually define the Main Symbol and up to 20 Compared Symbols.
Show Open Session: Enables the display of major trading sessions such as Tokyo, London, New York, or equity market opening hours directly on the timeline. This helps you connect correlation shifts with real-world market activity.
Market Mode: Lets you select whether the displayed sessions relate to the forex or stock market.
🔵 Conclusion
The Correlation Heatmap is a robust and flexible tool for analyzing the relationship between assets across different markets. By tracking how correlations change in real time, traders can better identify alignment or divergence between symbols and gain valuable insights into market structure.
Support for multiple asset classes, session overlays, and intuitive visual cues make this one of the most effective tools for intermarket analysis.
Whether you’re looking to manage portfolio risk, validate entry points, or simply understand capital flow across markets, this heatmap provides a clear and actionable perspective that you can rely on.
Nifty Intraday Dashboard + Overall TrendlineThis is for educational purpose only. it will show trend line with dashbord
Intraday Dashboard + Overall TrendlineThis is to inform this indicator is combined of two different indicators by me. it is only for education purpose only.
Daily Manipulation Probability Dashboard📜 Summary
Tired of getting stopped out on a "Judas Swing" just before the price moves in your intended direction? This indicator is designed to give you a statistical edge by quantifying the daily manipulation move.
The Daily Manipulation Probability Dashboard analyzes thousands of historical trading days to reveal the probability of the initial "stop-hunt" or "fakeout" move reaching certain percentage levels. It presents this data in a clean, intuitive dashboard right on your chart, helping you make more data-driven decisions about stop-loss placement and entry timing.
🧠 The Core Concept
The logic is simple but powerful. For every trading day, we measure two things:
Amplitude Above Open (AAO): The distance price travels up from the daily open (High - Open).
Amplitude Below Open (ABO): The distance price travels down from the daily open (Open - Low).
The indicator defines the "Manipulation" as the smaller of these two moves. The idea is that this smaller move often acts as a liquidity grab to trap traders before the day's primary, larger move ("Distribution") begins.
This tool focuses exclusively on providing deep statistical insight into this crucial manipulation phase.
🛠️ How to Use This Tool
This dashboard is designed to be a practical part of your daily analysis and trade planning.
1. Smarter Stop-Loss Placement
This is the primary use case. The "Prob. (%)" column tells you the historical chance of the manipulation move being at least a certain size.
Example: If the table shows that for EURUSD, the ≥ 0.25% level has a probability of 30%, you can flip this information: there is a 70% probability that the daily manipulation move will be less than 0.25%.
Action: Placing your stop-loss just beyond a level with a low probability gives you a statistically sound buffer against typical stop-hunts.
2. Entry Timing and Patience
The live arrow (→) shows you where the current day's manipulation falls.
Example: If the arrow is pointing at ≥ 0.10% and you know there is a high probability (e.g., 60%) of the manipulation reaching ≥ 0.20%, you might wait for a deeper pullback before entering, anticipating that the "Judas Swing" hasn't completed yet.
3. Assessing Daily Character
Quickly see if the current day's action is unusual. If the manipulation move is already in a very low probability zone (e.g., > 1.00%), it might indicate that your Bias is wrong, or signal a high-volatility day or a potential trend reversal.
📊 Understanding the Dashboard
Ticker: The top-right shows the current symbol you are analyzing.
→ (Arrow): Points to the row that corresponds to the current, live day's manipulation amplitude.
Manip. Level: The percentage threshold being analyzed (e.g., ≥ 0.20%).
Days Analyzed: The raw count of historical days where the manipulation move met or exceeded this level.
Prob. (%): The key statistic. The cumulative probability of the manipulation move being at least the size of the level.
⚙️ Settings
Position: Choose where you want the dashboard to appear on your chart.
Text Size: Adjust the font size for readability.
Max Historical Days to Analyze: Set the number of past daily candles to include in the statistical analysis. A larger number provides a more robust sample size.
I believe this tool provides a unique, data-driven edge for intraday traders across all markets (Forex, Crypto, Stocks, Indices). Your feedback and suggestions are highly welcome!
- @traderprimez
JADUGAAR_GORACHAND_V21. What is a Trendline?
A trendline is a straight line drawn on a chart that connects two or more price points. It helps visualize the direction and strength of a trend — uptrend, downtrend, or sideways.
🔼 2. Uptrend Line
An uptrend line connects higher lows. It acts as a support level, suggesting that buyers are in control. Price tends to bounce upward off this line during a bullish trend.
🔽 3. Downtrend Line
A downtrend line connects lower highs. It acts as a resistance level, indicating that sellers dominate. Price tends to fall after touching this line in a bearish trend.
🔄 4. Trendline Breaks
When price breaks a trendline, it may signal a potential trend reversal or trend weakening. Traders often use this for entry or exit signals.
📊 5. Trendline Validity
A trendline is more reliable when:
It touches 3 or more points
It's drawn over a longer time frame
There's strong volume on the breakout
Daily Volatility/Amplitude Probability DashboardSummary
This indicator provides a powerful statistical deep-dive into an asset's daily volatility. It moves beyond simple range indicators by calculating the historical probability of a trading day reaching certain amplitude levels.
The results are presented in a clean, interactive dashboard that highlights the current day's performance in real-time, allowing traders to instantly gauge if the current volatility is normal, unusually high, or unusually low compared to history.
This tool is designed to help traders answer a critical question: "Based on past behavior, what is the likelihood that today's range will be at least X%?"
Key Concepts Explained
1. Daily Amplitude (%)
The indicator first calculates the amplitude (or range) of every historical daily candle and expresses it as a percentage of that day's opening price.
Formula: (Daily High - Daily Low) / Daily Open * 100
This normalization allows for a consistent volatility comparison across different price levels and time periods.
2. Cumulative Probability Distribution
Instead of showing the probability of a day's final range falling into a small, exclusive bin (e.g., "exactly between 1.0% and 1.5%"), this indicator uses a cumulative model. It answers the question, "What is the probability that the daily range will be at least a certain value?"
For example, if the row for "≥ 2%" shows a probability of 12.22%, it means that historically, 12.22% of all trading days have had a total range of 2% or more. This is incredibly useful for risk management and setting realistic expectations.
Core Features
Statistical Dashboard: Presents all data in a clear, easy-to-read table on your chart.
Cumulative Probability Model: Instantly see the historical probability of the daily range reaching or exceeding key percentage levels.
Real-Time Highlight & Arrow (→): The dashboard isn't just historical. It actively tracks the current, unfinished day's amplitude and highlights the corresponding row with a color and an arrow (→). This provides immediate context for the current session's price action.
Timeframe Independent: You can use this indicator on any chart timeframe (e.g., 5-minute, 1-hour, 4-hour), and it will always fetch and calculate using the correct daily data.
Clean & Professional UI: Features a monospace font for perfect alignment and a simple, readable design.
Fully Customizable: Easily adjust the dashboard's position, text size, and the amount of historical data used for the analysis.
How to Use & Interpret the Data
This indicator is not a trading signal but a powerful tool for statistical context and decision-making.
Risk Management: If you see that an asset has only a 5% historical probability of moving more than 3% in a day, you can set stop-losses more intelligently and avoid being overly aggressive with your targets on a typical day.
Setting Profit Targets: Gauge realistic intra-day profit targets. If a stock is already up 2.5% and has historically only moved more than 3% on rare occasions, you might consider taking profits.
Options Trading: Volatility is paramount for options. This tool helps you visualize the expected range of movement, which can inform decisions on strike selection for strategies like iron condors or straddles.
Identifying Volatility Regimes: Quickly see if the current day is a "normal" low-volatility day or an "abnormal" high-volatility day that could signal a major market event or trend initiation.
Dashboard Breakdown
→ (Arrow): Points to the bin corresponding to the current, live day's amplitude.
Amplitude Level: The minimum amplitude threshold. The format "≥ 1.5%" means "greater than or equal to 1.5%".
Days Reaching Level: The raw number of historical days that had an amplitude equal to or greater than the level in the first column.
Prob. of Reaching Level (%): The percentage of total days that reached that amplitude level (Days Reaching Level / Total Days Analyzed).
Settings
Position: Choose where the dashboard appears on your chart.
Text Size: Adjust the font size for better readability on your screen resolution.
Max Historical Days to Analyze: Set the lookback period for the statistical analysis. A larger number provides a more robust statistical sample but may take slightly longer to load initially.
Enjoy this tool and use it to add a new layer of statistical depth to your trading analysis.
BCbc script using everything to detect the thing we need and using every volume % wise to see dry wet