CM_Pivot Points Daily To IntradayNew Pivots Indicator With Options for Daily, 4 Hour, 2 Hour, 1 Hour, 30 Minute Pivot Levels!
Great for Forex Traders! - Take a Look at Chart with Weekly, Daily, and 4 Hour levels. Weekly Pivots Indicator is separate - Link is Below.
Plot one Pivot Level or Multiple at the Same Time via Check Boxes in the Inputs tab.
Defaults to 4 Hour Pivot Levels - Adjust in Inputs Tab.
S3 and R3 are turned off by Default - You can Activate Them In The Inputs Tab.
These Intraday Options were Requested By Users Using My CM_ Pivots Point Custom Indicator that Plots Daily, Weekly, Monthly, Quarterly, and Yearly Pivot Levels. Link is Below.
Now Both Longer-Term Traders and Shorter Term Traders Have All The Pivot Levels They Need. From Yearly Levels All The Way Down to 30 Minute Levels!
***The Candles On The Chart Are Custom Heikin-Ashi Paint Bars. Link is Below
CM_ Pivot Points Custom
Daily, Weekly, Monthly, Quarterly, Yearly Pivot Levels
Heikin-Ashi Paint Bars
Komut dosyalarını "weekly" için ara
CM_Pivot Points_CustomCustom Pivots Indicator - Plots Yearly, Quarterly, Monthly, Weekly, and Daily Levels.
I created this indicator because when you have multiple Pivots on one chart (For Example The Monthly, Weekly, And Daily Pivots), the only way to know exactly what pivot level your looking at is to color ALL S1 Pivots the same color, but create the plot types to look different. For example S1 = Bright Green with Daily being small circles, weekly being bigger circles, and monthly being even bigger crosses for example. This allows you to visually know exactly what pivot levels your looking at…Instantly without thinking. This indicator allows you to Choose any clor you want for any Pivot Level, and Choose The Plot Type.
fibonacci alarm last bar (Merged with Fast Move + RSI + S/R)This indicator doesn't require you to worry about Fibonacci retracement. It automatically plots the chart starting from the price's starting date. All you need to do is check the timeframe. If you're looking at the daily timeframe, if there aren't any lines, use the weekly or monthly one. Five oscillators are used. A signal is generated when there are at least four matching oscillators. The oscillators used are RSI, MACD, Stochastic, CCI, and MFI. Signals on the weekly, 15-day, and monthly timeframes have a very low margin of error.
An extra control triangle has been defined based on RSI break points.
Multi Volume Weighted Average Price VWAPMain features:
1. Three independent VWAP configurations (VWAP 1, 2, and 3). Each can be set up separately
for periods such as: session, daily, weekly, monthly, etc.
2. Previous VWAP closing prices: Closed VWAPs from previous periods remain visible until the
price touches them. At that point, they are removed.
3. Bands: Based on standard deviation or a percentage of VWAP with an adjustable multiplier.
The bands can be turned on or off.
4. Source: OHLC4 is the default setting for an accurate approximation, but it is customizable
(e.g. HLC3).
5. Global Setting: Select 10,000 or 20,000 historical bars to prevent runtime errors for long
periods.
Usage tips:
1. Use VWAP 1 for daily sessions, VWAP 2 for weekly, and VWAP 3 for Monthly analysis to receive
multi-timeframe support.
2. Customize the labels to clearly distinguish them (e.g. D VWAP, W VWAP, M VWAP).
3. If you encounter errors with historical data (e.g. on the M1 chart), minimize the number of
historical bars displayed to 10,000.
Bitcoin Expectile Model [LuxAlgo]The Bitcoin Expectile Model is a novel approach to forecasting Bitcoin, inspired by the popular Bitcoin Quantile Model by PlanC. By fitting multiple Expectile regressions to the price, we highlight zones of corrections or accumulations throughout the Bitcoin price evolution.
While we strongly recommend using this model with the Bitcoin All Time History Index INDEX:BTCUSD on the 3 days or weekly timeframe using a logarithmic scale, this model can be applied to any asset using the daily timeframe or superior.
Please note that here on TradingView, this model was solely designed to be used on the Bitcoin 1W chart, however, it can be experimented on other assets or timeframes if of interest.
🔶 USAGE
The Bitcoin Expectile Model can be applied similarly to models used for Bitcoin, highlighting lower areas of possible accumulation (support) and higher areas that allow for the anticipation of potential corrections (resistance).
By default, this model fits 7 individual Expectiles Log-Log Regressions to the price, each with their respective expectile ( tau ) values (here multiplied by 100 for the user's convenience). Higher tau values will return a fit closer to the higher highs made by the price of the asset, while lower ones will return fits closer to the lower prices observed over time.
Each zone is color-coded and has a specific interpretation. The green zone is a buy zone for long-term investing, purple is an anomaly zone for market bottoms that over-extend, while red is considered the distribution zone.
The fits can be extrapolated, helping to chart a course for the possible evolution of Bitcoin prices. Users can select the end of the forecast as a date using the "Forecast End" setting.
While the model is made for Bitcoin using a log scale, other assets showing a tendency to have a trend evolving in a single direction can be used. See the chart above on QQQ weekly using a linear scale as an example.
The Start Date can also allow fitting the model more locally, rather than over a large range of prices. This can be useful to identify potential shorter-term support/resistance areas.
🔶 DETAILS
🔹 On Quantile and Expectile Regressions
Quantile and Expectile regressions are similar; both return extremities that can be used to locate and predict prices where tops/bottoms could be more likely to occur.
The main difference lies in what we are trying to minimize, which, for Quantile regression, is commonly known as Quantile loss (or pinball loss), and for Expectile regression, simply Expectile loss.
You may refer to external material to go more in-depth about these loss functions; however, while they are similar and involve weighting specific prices more than others relative to our parameter tau, Quantile regression involves minimizing a weighted mean absolute error, while Expectile regression minimizes a weighted squared error.
The squared error here allows us to compute Expectile regression more easily compared to Quantile regression, using Iteratively reweighted least squares. For Quantile regression, a more elaborate method is needed.
In terms of comparison, Quantile regression is more robust, and easier to interpret, with quantiles being related to specific probabilities involving the underlying cumulative distribution function of the dataset; on the other expectiles are harder to interpret.
🔹 Trimming & Alterations
It is common to observe certain models ignoring very early Bitcoin price ranges. By default, we start our fit at the date 2010-07-16 to align with existing models.
By default, the model uses the number of time units (days, weeks...etc) elapsed since the beginning of history + 1 (to avoid NaN with log) as independent variable, however the Bitcoin All Time History Index INDEX:BTCUSD do not include the genesis block, as such users can correct for this by enabling the "Correct for Genesis block" setting, which will add the amount of missed bars from the Genesis block to the start oh the chart history.
🔶 SETTINGS
Start Date: Starting interval of the dataset used for the fit.
Correct for genesis block: When enabled, offset the X axis by the number of bars between the Bitcoin genesis block time and the chart starting time.
🔹 Expectiles
Toggle: Enable fit for the specified expectile. Disabling one fit will make the script faster to compute.
Expectile: Expectile (tau) value multiplied by 100 used for the fit. Higher values will produce fits that are located near price tops.
🔹 Forecast
Forecast End: Time at which the forecast stops.
🔹 Model Fit
Iterations Number: Number of iterations performed during the reweighted least squares process, with lower values leading to less accurate fits, while higher values will take more time to compute.
Gabriel's Relative Strength Scatter PlotHow to apply it to a portfolio (no fluff)
1) Choose your universe + benchmark wisely
Universe = the things you’re willing to own. Keep it consistent (e.g., 11 GICS sectors, your 26 megacaps, or your watchlist).
Benchmark (your symBench) should match the mandate (SPX for US large caps, QQQ for tech-tilt, BTC for crypto, etc.). RS is only as good as the yardstick.
2) Work on the right timeframe
For rotation/investing: Weekly chart with length = 20~63 is a sweet spot (roughly one trading quarter of memory).
For swing trading: Daily; for strategic: Monthly. Keep the indicator timeframe and rebalance cadence aligned.
3) Read the quadrants like a checklist
Leading (RS>100 & MOM>100): core holdings, add on pullbacks.
Improving (RS<100 & MOM>100): fresh candidates; buy breakouts/confirmations.
Weakening (RS>100 & MOM<100): trim/hold, don’t add; momentum fading.
Lagging (RS<100 & MOM<100): avoid/short (or underweight).
4) Select systematically
Pick the top N names by a score (examples below) and cap single-name weight.
Good composite score: Score = 0.7 * (RS-Ratio-100) + 0.3 * (RS-Momentum-100)
(weighting privileges persistent outperformance, with a nod to acceleration).
5) Rebalance on a schedule
Monthly works well for weekly inputs. Only trade when membership changes or weights drift > X%.
Use the alerts to catch entries into Improving/Leading and exits into Lagging.
6) Risk guardrails
Max position (e.g., 10%/name), max sector (e.g., 30%), cash/defensive sleeve when breadth is poor.
Simple regime filter: risk-on only if bench > bench SMA(20/200); otherwise shrink exposure or rotate to defensives (e.g., XLP/XLU/TLT/SHY).
7) Sanity checks
Don’t chase when tails are very long and curling down (late cycle).
Prefer Improving → Leading transitions with shallow pullbacks.
Keep slippage/fees real for shorter cadences.
Best during Market cycles, or catching deep value equity plays.
JJ Thursday Expiry Highlighter - NiftyThursday Expiry Highlighter
This indicator shades the background of all Thursday trading sessions on your chart — ideal for Nifty, Bank Nifty, and other Indian markets where the weekly options expiry typically occurs on Thursdays.
Features:
Highlights entire Thursday columns on any timeframe (intraday or daily).
Adjustable highlight color and transparency for maximum visibility without obscuring candles.
Makes expiry days stand out for quick recognition in both live trading and historical analysis.
Use Cases:
Quickly identify weekly option expiry days for planning.
Visually backtest expiry-day patterns or volatility setups.
Combine with other indicators for expiry-specific strategies.
Disclaimer:
This tool is for educational and informational purposes only. It does not provide financial advice and should not be relied upon as a sole basis for making investment decisions. Market conditions can change, and there is no guarantee of accuracy. Always do your own research and consult a licensed financial professional before trading or investing.
JJ Tuesday Expiry Highlighter – SensexHighlights every Tuesday across your chart for quick identification of Indian market weekly expiry days (Sensex expiry = Tuesday).
Features:
• Works on all timeframes
• Customizable highlight color
• Optional "Expiry" label on daily charts
• Useful for options traders tracking weekly expiry trends
Disclaimer:
This script is for informational and educational purposes only.
It does not constitute financial advice or a recommendation to trade.
Please do your own research and consult a licensed financial advisor.
Pro Tip:
Duplicate this script and change `dayofweek.tuesday` to `dayofweek.thursday` to mark Nifty expiry days as well.
Daily Signal Alert**📄 English Description (English version)**
**Indicator Name:** Daily Signal Alert + Multi-Indicator Dashboard & Volume Profile
This all-in-one indicator combines multiple technical analysis tools into a single dashboard to help you read market movements easily and make better trading decisions.
It provides technical signals, key support/resistance levels, and a basic volume profile, along with a smart alert system.
**Included Indicators:**
1. **Exponential Moving Averages (EMA 9/20/50):**
* Shows current trend by comparing EMA9 & EMA20 with EMA50.
* Generates bullish and bearish crossover signals.
2. **MACD (12/26/9):**
* Generates bullish and bearish crossovers between MACD line and Signal line.
3. **Relative Strength Index (RSI 14):**
* Detects overbought (RSI > 70) and oversold (RSI < 30) conditions.
4. **Average Directional Index (ADX 14):**
* Measures trend strength and indicates if the trend is bullish or bearish.
5. **Candle Behavior (Squeeze):**
* Compares the current candle size with the previous one to detect momentum squeeze/expansion.
6. **Relative Volume (RVOL):**
* Shows if current volume is above or below average.
7. **Traditional Pivot Levels (Daily / Weekly / Monthly / Auto):**
* Displays key support and resistance levels.
8. **Approximate Volume Profile (POC / VAH / VAL):**
* Identifies Point of Control (POC) and Value Area range.
**Features:**
* Option to display all signals or only the latest one (removing old ones).
* Dashboard table summarizing indicator states with automatic coloring.
* Automatic alerts when any signal appears.
* Auto mode for pivot timeframe selection.
* Basic volume profile to highlight accumulation/distribution zones.
**How to Use:**
* Enable or disable “Show All Signals” depending on your trading style.
* Monitor the dashboard to quickly check indicator states.
* Use Pivot Levels & Volume Profile for key market zones.
* Enable alerts to get notified immediately after a candle closes.
**📄 Arabic Description (الوصف العربي)**
**اسم المؤشر:** Daily Signal Alert + Multi-Indicator Dashboard & Volume Profile
هذا المؤشر المتكامل يجمع بين عدة أدوات تحليل فني في لوحة واحدة، ليساعدك على قراءة حركة السوق بسهولة واتخاذ قرارات تداول أفضل.
المؤشر يعرض إشارات فنية، مستويات دعم ومقاومة، وجانب من تحليل حجم التداول، بالإضافة إلى نظام تنبيه ذكي.
**المؤشرات المدمجة:**
1. **المتوسطات المتحركة الأسية (EMA 9/20/50):**
* يعرض الاتجاه الحالي عبر مقارنة EMA9 و EMA20 مع EMA50.
* إشارات تقاطع صاعدة وهابطة.
2. **مؤشر الماكد (MACD 12/26/9):**
* يعطي إشارات تقاطع صاعدة وهابطة بين خط الماكد وخط الإشارة.
3. **مؤشر القوة النسبية (RSI 14):**
* يحدد حالات التشبع الشرائي (RSI > 70) والتشبع البيعي (RSI < 30).
4. **مؤشر الاتجاه المتوسط (ADX 14):**
* يقيس قوة الاتجاه مع تحديد إذا كان صاعداً أو هابطاً.
5. **سلوك الشموع (Squeeze):**
* يقارن حجم الشمعة الحالية مع السابقة لتحديد ضغط أو انفراج الحركة.
6. **حجم التداول النسبي (RVOL):**
* يحدد إذا كان حجم التداول أعلى أو أقل من المتوسط.
7. **مستويات Pivot التقليدية (Daily / Weekly / Monthly / Auto):**
* تعرض نقاط الدعم والمقاومة الرئيسية.
8. **بروفايل الحجم التقريبي (POC / VAH / VAL):**
* يحدد نقطة التحكم (POC) ومنطقة القيمة.
**المزايا:**
* عرض جميع الإشارات أو آخر إشارة فقط (مع حذف الإشارات القديمة).
* جدول ملخص لحالة كل مؤشر مع تلوين تلقائي.
* تنبيهات تلقائية عند ظهور أي إشارة فنية.
* دعم الوضع التلقائي لاختيار إطار مستويات الـ Pivot.
* عرض بروفايل حجم تداول تقريبي لمناطق التجميع/التوزيع.
**طريقة الاستخدام:**
* فعّل أو عطّل عرض جميع الإشارات حسب أسلوبك.
* راقب الجدول لمعرفة حالة المؤشرات لحظياً.
* استخدم مستويات الـ Pivot والبروفايل لتحديد مناطق الدعم والمقاومة.
* فعّل التنبيهات لتصلك الإشارات فور إغلاق الشمعة.
Innotrade Liquidity Sweep Order Block Suite for Sniper EntryThe Innotrade LSOB Suite is not just another indicator; it is a comprehensive, multi-layered trading system designed to provide a complete market perspective on a single chart. In today's markets, traders are often overwhelmed by using multiple, disconnected indicators. This suite solves that problem by integrating several powerful, conceptually distinct analytical methods into one cohesive framework.
The core philosophy is built on the principle of confluence. A high-probability trade setup occurs when market structure, trend, momentum, and volume analysis align. This suite is designed to clearly visualize these points of confluence, helping traders move beyond single-indicator signals and make more informed decisions.
Core Features & Underlying Concepts
This is a "mashup" by design, and each component has been carefully selected and calibrated to serve a specific purpose within the broader system. Here’s how they work together:
1. Market Structure & Key Zones - The LSOB Engines
Innotrade LSOB Logic (Proprietary): This is the heart of the indicator. It goes beyond simple order blocks by first identifying a genuine liquidity sweep of a recent high or low. It then establishes a potential zone of interest and waits for a specific price action pattern—a confirmed re-entry and rejection—before generating a high-probability signal. This multi-step validation process is a core part of our proprietary algorithm designed to filter out weak or false zones.
LSOB Fractal Logic: This serves as a complementary method for identifying zones. It uses a more classic fractal-based detection to find areas where price has aggressively reversed after sweeping a fractal high/low. These zones are excellent for identifying potential S/R flips and continuation trades.
2. Trend & Momentum - The Directional Bias
Octo MA Super Suite: This isn't just a collection of moving averages. The eight MAs, with their optional clouds and slope-based coloring, act as a dynamic "river" of trend across multiple timeframes. A trader can instantly gauge whether they should be looking for long or short opportunities by observing the price's position relative to the MA cluster and the color of the flow.
MC Orderflow Signals (Proprietary Weighting): This module provides entry timing and confirmation. It combines multiple momentum oscillators (including concepts from DCO, RSI, and Stochastics) into a single, proprietary weighted aggregate value. A signal is generated only when this aggregate value crosses its own moving average, indicating a statistically significant shift in short-term momentum. This fusion and weighting prevent the common issue of contradictory signals from using these oscillators separately.
3. Signal Confirmation - The Final Check
PVSRA Candle Coloring: Volume is a critical component of confirmation. PVSRA (Price, Volume, Support/Resistance Analysis) colors candles based on the interplay between volume and price spread. A bullish LSOB zone becomes a much higher probability entry if a green or blue PVSRA "vector" candle appears, confirming institutional buying pressure.
Wick Analysis (Advancing/Retracing): This unique pattern identifies potential exhaustion or absorption at key levels. An "Advancing Wick" pattern at the bottom of a bullish LSOB zone, for example, can signal that selling pressure is drying up, adding another layer of confidence to a long entry.
4. High-Level Context - The Bigger Picture
PSY Levels & Daily Open: These tools map out the key psychological levels for the week and the daily opening price. They act as "magnets" or barriers for price and are crucial for setting realistic profit targets and stop losses. A trade signal that aligns with a rejection from a weekly PSY level is often a very powerful setup.
Multi-Timeframe Dashboard: This provides an at-a-glance overview of ATR (volatility) and RSI conditions across six user-defined timeframes, ensuring you are not trading against the broader market flow.
How to Use the Suite: A Practical Strategy
The power of the suite lies in combining these elements. Here is a sample workflow for a high-probability long setup:
Establish Trend: Check the Octo MAs. Is the price generally above the main cluster? Is the MA "flow" predominantly green? This confirms a bullish bias.
Identify Zone: Wait for the price to pull back into a green Innotrade LSOB Zone or a Fractal LSOB Zone. These are your high-interest buy areas.
Wait for Confirmation: As the price interacts with the zone, look for one or more confirming signals:
An MC Orderflow "B" signal appears.
A bullish PVSRA candle (Green/Blue) prints.
An Advancing Wicks pattern forms.
Final Check: Is the entry well above the weekly PSY Low? Is the multi-timeframe dashboard not showing extreme bearishness? If conditions are met, the trade has a high degree of confluence.
Why Is This an Invite-Only Script?
The decision to make this a closed-source, invite-only script was made to protect the intellectual property at its core.
Proprietary Algorithms: The specific calculation, weighting, and validation logic within the Innotrade LSOB signal engine and the MC Orderflow module are unique and the result of extensive research and backtesting. They are not based on publicly available code.
Protection of Key Parameters: To preserve the integrity and effectiveness of these core systems, the most sensitive parameters (such as lookback periods, invalidation tolerances, and oscillator weightings) have been internalized within the code. This prevents misuse and ensures the indicator operates as designed.
Value Proposition: While the suite uses concepts familiar to many traders (MAs, RSI, etc.), its value comes from the unique way these elements are integrated, weighted, and filtered to produce a cohesive and actionable trading framework. This is a complete system, not just a collection of indicators, justifying its exclusivity.
We believe this suite offers a distinct and powerful edge by simplifying complex analysis and focusing on the power of confluence.
PanelWithGrid v1.4📈 Multi-Timeframe Candle Panel + Custom Grid v1.4
🔥 Professional Trading Tool for Multi-Timeframe Analysis
This advanced indicator displays a comprehensive panel of candle data across multiple timeframes (from 1 minute to daily) while plotting a fully customizable grid based on historical price levels. Perfect for traders who use dynamic support/resistance levels!
🌟 Key Features:
✅ Smart Custom Grid:
Choose your reference timeframe (1min to weekly)
Select which previous candle to use as reference (1st, 2nd, 3rd, etc. back)
Adjust grid spacing in points
✅ Multi-Timeframe Dashboard:
Displays Open, Close, High, Low and Price Difference for:
Current timeframe
30M, 1H, 2H, 3H, 4H, 6H, 12H, 1D
✅ Smart Confluence Alerts:
Visual signals when all timeframes align (bullish/bearish)
Special 1H candle analysis after 30 minutes
✅ Clean Visualization:
Thick red line marking reference level
Blue (above) and gold (below) grid lines at regular intervals
Informative label showing reference value and candle used
⚙ How To Use:
1️⃣ Set Grid Timeframe (e.g. "D" for daily, "60" for 1H)
2️⃣ Choose Reference Candle ("1" = most recent, "2" = previous, etc.)
3️⃣ Adjust Grid Spacing (e.g. 5 points between levels)
4️⃣ Watch for Confluence across timeframes
💡 Pro Tip: Use higher timeframes (Daily/Weekly) for significant levels and lower timeframes (1H/4H) for intraday trading.
🔔 Like & Favorite to support future updates!
Optimized Code | Pine Script v5 | TradingView
🎯 Perfect For: Swing Trading, Day Trading, Multi-Timeframe Analysis
PanelWithGrid v1.4📈 Multi-Timeframe Candle Panel + Custom Grid v1.4
🔥 Professional Trading Tool for Multi-Timeframe Analysis
This advanced indicator displays a comprehensive panel of candle data across multiple timeframes (from 1 minute to daily) while plotting a fully customizable grid based on historical price levels. Perfect for traders who use dynamic support/resistance levels!
🌟 Key Features:
✅ Smart Custom Grid:
Choose your reference timeframe (1min to weekly)
Select which previous candle to use as reference (1st, 2nd, 3rd, etc. back)
Adjust grid spacing in points
✅ Multi-Timeframe Dashboard:
Displays Open, Close, High, Low and Price Difference for:
Current timeframe
30M, 1H, 2H, 3H, 4H, 6H, 12H, 1D
✅ Smart Confluence Alerts:
Visual signals when all timeframes align (bullish/bearish)
Special 1H candle analysis after 30 minutes
✅ Clean Visualization:
Thick red line marking reference level
Blue (above) and gold (below) grid lines at regular intervals
Informative label showing reference value and candle used
⚙ How To Use:
1️⃣ Set Grid Timeframe (e.g. "D" for daily, "60" for 1H)
2️⃣ Choose Reference Candle ("1" = most recent, "2" = previous, etc.)
3️⃣ Adjust Grid Spacing (e.g. 5 points between levels)
4️⃣ Watch for Confluence across timeframes
💡 Pro Tip: Use higher timeframes (Daily/Weekly) for significant levels and lower timeframes (1H/4H) for intraday trading.
🔔 Like & Favorite to support future updates!
Optimized Code | Pine Script v5 | TradingView
🎯 Perfect For: Swing Trading, Day Trading, Multi-Timeframe Analysis
Pocs Volume Profile MultitimeframeThis tool automatically plots Point of Control (POC) levels from multiple timeframes (Monthly, Weekly, Daily) directly on your chart.
It helps traders quickly identify key price levels where the highest trading activity occurred, acting as potential support/resistance zones.
Features:
Multi-Timeframe POCs: Displays Monthly, Weekly, and Daily POCs.
Customizable Appearance: Adjust colors, widths, and line styles for each timeframe.
Label Options: Show or hide POC labels with different sizes.
Automatic Updates: New POC levels are added as timeframes change.
Use these levels to spot high-probability reaction zones, align entries/exits with market structure, and enhance confluence with other indicators.
Scalp Swing indicator [ CRM ]The Scalp Swing indicator is designed to provide clear, actionable trade setups for both short-term scalping and longer swing positions — all on a single chart.
It blends advanced trend detection with structured entry/exit mapping so you can trade with clarity and confidence.
🛠 What it Does
Trade Direction Clarity – Instantly identifies probable BUY and SELL zones with visual chart signals.
Structured Risk & Reward – Auto-plots Entry, Stop Loss, and three progressive Target levels for each signal.
Dynamic Trend Guidance – Keeps you aligned with prevailing momentum.
Key Price Zones – Highlights previous daily highs/ lows/ close and weekly highs/ lows to spot potential reaction points.
Multi-Tool Integration – Internally uses a robust combination of trend, moving average, momentum oscillator, and session-based logic (confidential, proprietary blend).
🎯 Key Benefits
Works for both scalping and swing strategies.
One-chart simplicity – no need to load multiple indicators.
Trade setups remain clean and visible without clutter.
Can be used across multiple assets (indices, crypto, commodities).
Designed for traders who value both precision entries and disciplined exits.
📸 Visual Examples
Example BUY Setup
Clean long trade signal with predefined targets and stop loss for structured risk management.
Example SELL Setup
Clear short trade setup highlighting profit-taking zones and protective stop levels.
🕒 Recommended Timeframes
3min / 5min → Intraday & Scalping
4H / Daily Chart → Swing & Positional setups
Before entering, analyze higher timeframes (Weekly/ Daily/ 4H/ 1H/ 15min)
⚠️ Important Learning Note
This tool is meant to aid your learning and strategy development. Use it with:
A clear trading plan
Disciplined risk management
Correct position sizing
Strict Stop Loss rules
Trade only when the risk-to-reward ratio is favorable
In a sideways or opposing market, no trade can be the best trade
True wealth creation happens only through long-term investing
For disciplined risk management, limit intraday exposure to 10% of your capital
🔰 Beginner Path
Start with paper trading for 3 months.
Avoid option/ futures trading initially — options are high-risk instruments and require advanced understanding.
💡 “Learn first, earn later.” Your capital’s growth or loss is entirely in your control.
⚠️ Disclaimer
This indicator and content are intended purely for educational and informational purposes. They do not constitute financial, investment, or legal advice.
All opinions are personal interpretations based on research and are not recommendations to buy, sell, or hold any security.
Always consult a SEBI-registered advisor or certified financial planner before making investment decisions.
The creator is not responsible for any financial loss or decision taken by viewers.
Use this tool as support to your own strategy — not as a standalone trading system.
Happy Trading, CHEERS!
Dynamic OHLC levels(Day/Week/Month/6M/Year)+Open MarkerThis indicator automatically displays the Open, High, Low, and Close (OHLC) levels from the previous trading period directly on your chart. It's a versatile tool for identifying key support and resistance zones based on historical price action. The indicator offers a unique "Auto" mode that intelligently selects the most relevant time frame (Daily, Weekly, Monthly, 6M, or Yearly) based on your current chart's time frame. Alternatively, you can choose a specific time frame in "Manual" mode.
The indicator is designed to provide traders with clear visual cues for important price levels, helping them make more informed trading decisions. It's a valuable resource for both intraday and swing traders, as these levels often act as significant psychological barriers and turning points in the market.
Key Benefits 🎯
Identifies Key Levels Instantly: Automatically plots crucial support and resistance levels from the previous session, saving you time and effort.
Adaptable & Versatile: The "Auto" mode intelligently adjusts to your chart's time frame, ensuring you always see the most relevant OHLC levels.
Customizable: You have full control over which levels to display (High, Low, Open, Close), their colors, line styles, and thickness.
Visual Clarity: The option to highlight the area between the previous high and low provides a clear visual representation of the past session's range.
Multi-Session Support: It supports both Regular Trading Hours (RTH) and Extended Trading Hours (ETH), with a configurable timezone, making it globally applicable.
Core Features ✨
Dynamic Timeframe Selection:
Auto Mode: Automatically displays previous Day OHLC on intraday charts (e.g., 1-hour), previous Week OHLC on daily charts, and so on.
Manual Mode: Allows you to explicitly choose between previous Day, Week, Month, 6-Month, or Year OHLC levels.
Customizable Visuals:
Show Previous High: Plots the highest price of the previous period.
Show Previous Low: Plots the lowest price of the previous period.
Show Previous Open: Plots the opening price of the previous period.
Show Previous Close: Plots the closing price of the previous period.
Show Current Open Marker Line: A separate line that marks the open of the current period.
Highlight Area: Fills the space between the previous high and low with a customizable color.
Global Trading Support:
Session Mode: Choose to display levels based on Regular Trading Hours, Extended Hours, or both.
Timezone Selection: Configure the session timezone to align with major markets like New York, London, Tokyo, or Kolkata.
Line Styling: Adjust the line thickness, style (Solid, Dashed, Dotted), and transparency for each level to match your chart's aesthetics.
Labels: Toggle on/off text labels that clearly identify each plotted level (e.g., "PDH" for Previous Day High).
Who is this indicator for? 👤
This indicator is a powerful tool for a wide range of traders looking to incorporate historical price action into their analysis.
Intraday Traders: Can use the previous Daily OHLC levels to identify potential support/resistance for breakouts and reversals during the trading day.
Swing Traders: Can leverage the previous Weekly, Monthly, or Yearly OHLC levels on higher time frames to spot long-term trend continuation or reversal points.
Day Traders: Use the Previous Daily High/Low to frame the day's trading range and identify key levels for potential mean-reversion trades.
Technical Analysts: Those who rely on key levels and price action will find this indicator invaluable for their analysis.
This indicator simplifies a crucial part of technical analysis, providing a clean, customizable, and adaptive way to visualize and trade off of historical price levels.
💎💎💎 We are the Masters- by edegrano-Donna-Leah 2How to Use the "💎💎💎 We are the Masters" Script
1. Set Your Timeframes
EMA Timeframes (emaTF1, emaTF2, emaTF3):
Choose 3 different chart timeframes on which you want to analyze the EMA bias. These timeframes will determine how the script evaluates the market trend via EMAs.
Trendline Timeframes (tf1, tf2, tf3):
Choose 3 timeframes for the linear regression trendlines. These smooth out price action and indicate the trend slope.
2. Set Linear Regression Length (regLen)
This controls the length (number of bars) the linear regression trendline uses to calculate the trend.
Smaller values make the trendline more sensitive; higher values smooth out noise but react slower.
3. Interpret the Output
EMA Bias per Timeframe:
Bullish if EMA 50 > EMA 200 on that timeframe.
Bearish if EMA 50 < EMA 200.
Trendline Slope per Timeframe:
Bullish if current regression value > previous regression value (price is trending up).
Bearish if current regression value ≤ previous regression value.
Special Buy Signal:
When all 3 EMA biases are bullish AND all 3 trendline slopes are bullish → Strong Buy Signal (blue dot below bar).
Special Sell Signal:
When all 3 EMA biases are bearish AND all 3 trendline slopes are bearish → Strong Sell Signal (red dot above bar).
EMA Crosses:
The script plots vertical lines and labels on the current timeframe when EMA 50 crosses above (bullish) or below (bearish) EMA 200.
Information Table:
Shows EMA bias and trendline slope status for all timeframes, last EMA cross info, and final overall suggestion.
4. How to Use in Trading
Confirm Trend: Use the EMA bias and trendline slope confluences to confirm the overall trend across multiple timeframes.
Trade Entry: Consider entering long when the special buy signal appears; enter short when the special sell signal appears.
EMA Crosses: Use crosses as secondary confirmation or to detect early momentum shifts.
Trendline Slope: Helps confirm if the price is gaining or losing strength on different timeframes.
Monitor Table: Quickly glance to understand current market bias and confluence.
Suggested Parameters for Different Trading Styles
Style EMA Timeframes Trendline Timeframes Linear Regression Length (regLen)
Scalping 1 min, 3 min, 5 min 1 min, 3 min, 5 min 15 - 20 (responsive, fast)
Day Trading 5 min, 15 min, 30 min 5 min, 15 min, 30 min 20 - 30 (balanced responsiveness)
Swing Trading 1 hr, 4 hr, Daily 1 hr, 4 hr, Daily 30 - 50 (smoother, slower trend)
Position Trading 4 hr, Daily, Weekly 4 hr, Daily, Weekly 50 - 100 (very smooth)
Tips
When using short timeframes, keep the regression length smaller for quicker reaction to price changes.
For longer timeframes, increase regression length to reduce noise and false signals.
Use this script alongside volume or other indicators to improve entry quality.
Avoid trading against the overall confluence bias (e.g., don’t enter longs if final suggestion is “Strong Bearish”).
Dynamic 5DMA/EMA with Color for Multiple Products🔹 Dynamic 5DMA/EMA with Slope-Based Coloring (All Timeframes)
This indicator plots a dynamic 5-period moving average that adapts intelligently to your chart's timeframe and product type — giving you a clean, slope-sensitive visual edge across intraday, daily, and weekly views.
✅ Key Features:
📈 Dynamic MA Length Scaling:
On intraday timeframes, the MA adjusts for your selected market session (RTH, ETH, VIX, or Futures), calculating a true 5-day average based on actual session length — not just a flat bar count.
🔄 Automatic Timeframe Detection:
Daily Chart: Uses standard 5DMA or 5EMA.
Weekly Chart: Applies a true 5-week MA.
Intraday Charts: Converts 5 days into bar-length equivalent dynamically.
🎨 Color-Coded Slope Logic:
Green = Rising MA (bullish slope)
Red = Falling MA (bearish slope)
Neutral slope = previous color held for visual continuity
No more guessing — direction is instantly clear.
⚠️ Built-In Slope Flip Alerts:
Set alerts when the slope of the MA turns up or down. Ideal for timing pullback entries or exits across any product.
⚙️ Session Settings for Proper Scaling:
Choose your product's market structure to ensure accurate 5-day conversion on intraday charts:
Stocks - RTH: 390 mins/day
Stocks - ETH: 780 mins/day
VIX: 855 mins/day
Futures: 1440 mins/day
This ensures the MA reflects 5 full trading days, regardless of session irregularities or bar interval.
📌 Why Use This Indicator?
Most MAs misrepresent trend direction on intraday charts because they assume static daily bar counts. This tool corrects that, then adds slope-based coloring to give you a fast, visual read on short-term momentum. Whether you’re swing trading SPY, scalping VIX, or position trading futures, this indicator keeps your view aligned with how institutions see moving averages across timeframes.
🔧 Best For:
VIX & volatility traders
Short-term SPY/SPX traders
Swing traders who value clean setups
Anyone wanting a true 5-day trend anchor on any chart
D, W, M_CPR _ By VAZHGA VALAMUDAN SKcpr for daily, weekly, monthly levels and daily weekly monthly high low with ema 8,20,50,200"
Bitcoin Logarithmic Growth Curve 2025 Z-Score"The Bitcoin logarithmic growth curve is a concept used to analyze Bitcoin's price movements over time. The idea is based on the observation that Bitcoin's price tends to grow exponentially, particularly during bull markets. It attempts to give a long-term perspective on the Bitcoin price movements.
The curve includes an upper and lower band. These bands often represent zones where Bitcoin's price is overextended (upper band) or undervalued (lower band) relative to its historical growth trajectory. When the price touches or exceeds the upper band, it may indicate a speculative bubble, while prices near the lower band may suggest a buying opportunity.
Unlike most Bitcoin growth curve indicators, this one includes a logarithmic growth curve optimized using the latest 2024 price data, making it, in our view, superior to previous models. Additionally, it features statistical confidence intervals derived from linear regression, compatible across all timeframes, and extrapolates the data far into the future. Finally, this model allows users the flexibility to manually adjust the function parameters to suit their preferences.
The Bitcoin logarithmic growth curve has the following function:
y = 10^(a * log10(x) - b)
In the context of this formula, the y value represents the Bitcoin price, while the x value corresponds to the time, specifically indicated by the weekly bar number on the chart.
How is it made (You can skip this section if you’re not a fan of math):
To optimize the fit of this function and determine the optimal values of a and b, the previous weekly cycle peak values were analyzed. The corresponding x and y values were recorded as follows:
113, 18.55
240, 1004.42
451, 19128.27
655, 65502.47
The same process was applied to the bear market low values:
103, 2.48
267, 211.03
471, 3192.87
676, 16255.15
Next, these values were converted to their linear form by applying the base-10 logarithm. This transformation allows the function to be expressed in a linear state: y = a * x − b. This step is essential for enabling linear regression on these values.
For the cycle peak (x,y) values:
2.053, 1.268
2.380, 3.002
2.654, 4.282
2.816, 4.816
And for the bear market low (x,y) values:
2.013, 0.394
2.427, 2.324
2.673, 3.504
2.830, 4.211
Next, linear regression was performed on both these datasets. (Numerous tools are available online for linear regression calculations, making manual computations unnecessary).
Linear regression is a method used to find a straight line that best represents the relationship between two variables. It looks at how changes in one variable affect another and tries to predict values based on that relationship.
The goal is to minimize the differences between the actual data points and the points predicted by the line. Essentially, it aims to optimize for the highest R-Square value.
Below are the results:
snapshot
snapshot
It is important to note that both the slope (a-value) and the y-intercept (b-value) have associated standard errors. These standard errors can be used to calculate confidence intervals by multiplying them by the t-values (two degrees of freedom) from the linear regression.
These t-values can be found in a t-distribution table. For the top cycle confidence intervals, we used t10% (0.133), t25% (0.323), and t33% (0.414). For the bottom cycle confidence intervals, the t-values used were t10% (0.133), t25% (0.323), t33% (0.414), t50% (0.765), and t67% (1.063).
The final bull cycle function is:
y = 10^(4.058 ± 0.133 * log10(x) – 6.44 ± 0.324)
The final bear cycle function is:
y = 10^(4.684 ± 0.025 * log10(x) – -9.034 ± 0.063)
The main Criticisms of growth curve models:
The Bitcoin logarithmic growth curve model faces several general criticisms that we’d like to highlight briefly. The most significant, in our view, is its heavy reliance on past price data, which may not accurately forecast future trends. For instance, previous growth curve models from 2020 on TradingView were overly optimistic in predicting the last cycle’s peak.
This is why we aimed to present our process for deriving the final functions in a transparent, step-by-step scientific manner, including statistical confidence intervals. It's important to note that the bull cycle function is less reliable than the bear cycle function, as the top band is significantly wider than the bottom band.
Even so, we still believe that the Bitcoin logarithmic growth curve presented in this script is overly optimistic since it goes parly against the concept of diminishing returns which we discussed in this post:
This is why we also propose alternative parameter settings that align more closely with the theory of diminishing returns."
Now with Z-Score calculation for easy and constant valuation classification of Bitcoin according to this metric.
Created for TRW
Price Action 101 Pro3-in-1 Price Action Pro: Complete Trading System
The Ultimate All-in-One Price Action, Support & Resistance, and Break & Retest Professional Trading Suite
---
🤔 What Makes This Indicator Unique?
This is the only indicator you'll ever need for complete price action mastery.
Unlike traditional single-purpose tools, the 3-in-1 Price Action Pro combines three essential trading methodologies into one seamlessly integrated system. This isn't just another indicator collection—it's a sophisticated trading ecosystem that automatically detects market structure shifts, identifies dynamic and static support/resistance levels, and signals high-probability break and retest opportunities across multiple timeframes simultaneously.
The 3-in-1 Price Action Pro is your complete price action trading command center.
This revolutionary all-in-one system eliminates the need for multiple indicators cluttering your charts. By combining advanced swing point detection, multi-timeframe support and resistance analysis, and professional-grade break & retest signals into one unified tool, you get institutional-level market analysis with the simplicity of a single indicator. Whether you're scalping 1-minute charts or swing trading daily timeframes, this comprehensive suite adapts to your strategy while maintaining the clean, professional presentation that serious traders demand.
---
📊 Core Swing Point Detection System (Price Action Module)
Multi-Length Swing Point Analysis Engine
Transform your market structure analysis with our proprietary multi-length swing detection algorithm. This advanced system simultaneously monitors multiple swing lengths, creating a layered view of market dynamics that captures everything from minor intraday reversals to major trend shifts across multiple time horizons.
Intelligent Swing Point Classification:
- HH (Higher High) - Bullish momentum confirmation
- HL (Higher Low) - Uptrend structure validation
- LH (Lower High) - Bearish momentum signal
- LL (Lower Low) - Downtrend confirmation
The system instantly reveals current market structure by automatically labelling the relationship between consecutive swing points—absolutely crucial for professional trend analysis and strategic trade planning.
Advanced Visual Display Features
Dynamic Swing Point Breakout Lines
Our breakthrough visualization system plots intelligent breakout lines based on recent swing point activity, providing crystal-clear identification of:
- Critical structure shift moments
- High-probability breakout and reversal levels
- Precise entry and exit timing signals
Professional Moving Average Integration
- Standard SMA: Dynamic trend direction with built-in support/resistance functionality
- Exclusive 20SMA River: Creates a flowing price channel system that highlights average price movement range, assists in trend channel trading, and identifies high-probability mean reversion zones
Enhanced Daily Trend Display System
Revolutionary Multi-Mode Trend Analysis
Choose from three powerful trend analysis modes tailored to your trading style:
✅ Real-Time Mode: Live trend updates for scalpers and day traders requiring instant market feedback
✅ Daily Close Mode: Confirmed daily candle analysis perfect for swing traders seeking noise-free signals
✅ Both Mode: Side-by-side comparison display for traders demanding complete market context
---
🎯 Multi-Timeframe Support & Resistance Detection System
Automated Dual-Layer S&R Technology
Experience the power of our advanced support and resistance detection engine that automatically identifies and plots critical price levels across multiple timeframes with institutional-grade precision.
Daily Support & Resistance Levels (Automated)
- Proprietary algorithm uses advanced high/low analysis to generate precise support and resistance zones
- Dynamic colour-changing technology when price interacts with levels
- Fully customizable lookback periods optimized for timeframes from 4H down to 1M
- Professional visual zone creation around key institutional price areas
Higher Timeframe Support & Resistance Integration (Automated)
- Intelligent auto-updating system based on higher timeframe swing point analysis
- Perfect for establishing longer-term bias and strategic positioning
- Independent customization settings separate from daily level analysis
- Optimized performance for timeframes from Daily down to 1H
Weekly Separator Integration
Visual weekly separators enhance time-based analysis, helping you maintain proper temporal context for all support and resistance decisions.
Professional Applications
- Multi-timeframe confluence analysis for high-probability setups
- Institutional price level identification for trading with the smart money
- Enhanced bounce and breakout opportunity detection
- Precise stop-loss and take-profit placement** based on actual market structure
---
🚀 Break & Retest Pro: Advanced Strategy Signal System
Professional Break & Retest Detection Engine
Transform your breakout trading with our sophisticated break and retest identification system. This advanced module combines cutting-edge price action analysis with visual trend confirmation and automated signal generation for executing proven high-probability strategies with institutional-level precision.
Multi-Timeframe Break Analysis Technology
- Advanced break point detection across multiple sensitivity levels
- Dynamic line plotting system visualizes key support and resistance violations
- Real-time identification of significant price structure breaks
- Intelligent filtering eliminates false breakouts and focuses on high-conviction setups
Exclusive SMA River Analysis System
- Professional-grade SMA River with advanced price smoothing algorithms
- Creates dynamic support and resistance channels perfect for river strategy implementation
- Fully customizable transparency and colour schemes for optimal chart clarity
- Visual "river" channel flow identifies trend direction and critical price interaction zones
Integrated Daily Support & Resistance Automation
- Optional automated daily S&R detection and plotting system
- Precision calculation of key daily support and resistance zones
- Clean, professional line display with complete customization control
- Perfect complement to dynamic river levels for comprehensive institutional-style analysis
Advanced Signal Generation
Professional Visual Trading Signals
- Crystal-clear buy/sell arrow indicators for instant trade identification
- Fully customizable arrow display with complete toggle control
- Intelligent color-coded signals that adapt to real-time market conditions
Real-Time Trend Direction Display
- Live trend status table showing current market momentum
- Daily timeframe trend analysis for enhanced probability setups
- Professional customizable colour schemes for all market conditions
Complete Professional Customization Suite
- Adjustable line styles (Solid, Dashed, Dotted) for personal preference
- Full colour customization for all visual elements
- Clean, uncluttered professional chart presentation
- Organized settings interface for efficient configuration
---
⚡ Why Choose 3-in-1 Price Action Pro?
Complete Trading System Integration:
This isn't just another indicator—it's a complete price action trading ecosystem that replaces multiple tools with one professional-grade solution.
Institutional-Level Analysis:
Access the same level of market structure analysis used by professional trading firms, but simplified for individual trader implementation.
Multi-Strategy Compatibility:
Whether you're a scalper, day trader, swing trader, or position trader, this system adapts to your methodology while maintaining consistent professional-grade analysis.
Clean Professional Presentation: Maintain uncluttered charts while accessing comprehensive market analysis—perfect for traders who demand both functionality and visual clarity.
Proven Methodology Integration: Based on time-tested price action principles combined with modern algorithmic precision for the ultimate trading advantage.
---
🎯 Perfect For All Trading Styles
- Day Traders: Real-time structure analysis with instant breakout detection
- Swing Traders: Multi-day level analysis with confirmed trend direction
- Scalpers: Fast structure shifts with clean entry/exit visualization
- Position Traders: Long-term trend confirmation with strategic level identification
- All Experience Levels: Intuitive visual signals suitable for beginners to professionals
Stop using multiple indicators that conflict with each other. Start trading with the only system that gives you complete price action mastery in one professional package.
ICT Assistance TYHE42█ Overview
ICT Assistant Tye42 is a complete indicator built for Smart Money Concepts (SMC) and ICT-based trading strategies, offering a clear, stable, and real-time view of key market levels.
This all-in-one tool includes several essential features used by professional traders:
Fair Value Gaps (FVG) detected in real-time
EQH (Equal Highs) and EQL (Equal Lows) auto-detected
Previous Highs & Lows (Daily, Weekly, Monthly)
Killzones (Asian Range, London Open, New York Open, London Close)
Daily Open Line
Every module is fully customizable (color, opacity, timezone, toggle on/off), allowing traders to tailor the indicator to their strategy, style, and chart theme.
Designed for traders focused on market structure, liquidity, and imbalances, this script emphasizes clarity, responsiveness, and visual efficiency — without cluttering your chart.
█ How It Works
🔍 Automatic detection of key price action elements:
Fair Value Gaps (FVG): identified based on ICT logic (imbalance between the current candle and the one two candles back)
EQH/EQL: spots equal highs and lows as potential liquidity zones
Previous Highs & Lows: automatically plots highs and lows from previous sessions (Daily, Weekly, Monthly)
Killzones: highlights key time-based volatility zones depending on your selected timezone
Daily Open Line: shows the daily open level to help frame the trading session
█ How to Use
Use FVGs and EQH/EQL as potential imbalance or liquidity signals
Combine with Killzones to identify moments of high volatility
Monitor Previous Highs & Lows for potential stop hunts or reaction areas
Works on all timeframes – ideal for intraday and swing trading
█ Settings
Custom colors & opacity for each module
Adjustable timezone for precise session alignment
Individual on/off toggles for a clean and tailored display
█ What Makes It Unique
Unlike other ICT indicators that overload charts with visuals, ICT Assistant Tye42 follows a minimalist, clean, and efficient approach, while combining all key tools in one script.
Built for traders who want to focus on what matters most — market structure, liquidity, and institutional price behavior — this tool provides everything you need in a sleek package.
⚠️ Disclaimer
This script is for educational purposes only and does not constitute financial advice. Use at your own risk. No refunds or liabilities provided.
HiddenRidder - Scalping - WVAP based on RSISTATEMENT : I’m NOT fan of intraday (or scalping) approach, but done some tradings with real money to verify my strategies.
Works well on very small timeframe (15 mins and lower)
This indicator is a very tight to scalping or intraday (not big fan), it equipped with:
- VWAP (you may change the anchor "session" based or weekly, monthly ,,, etc).
- Moving Average (with dynamic coloring base on direction).
- You may "Enable " the high volume (including ultra-high) and low volume too.
- You may "Enable" Show session , which create vertical dotted lines that indicates hourly, daily) for last few days back.
- RSI is "not active" for testing purposes only.
How to use it: ( on your own risk )
As showing below, add RSI andrew cardwell that used Andrew approach for direction. Above Weekly/Session VWAP along with RSI above 60 and MA (green), that's an enter point. And vise versa.
Disclaimer
These indicators are provided for educational purposes only and do not constitute financial advice or guarantees. Use is at your own risk, and all decisions remain your sole responsibility.
Desempenho 4ªs (MA)This Pine Script v5 indicator calculates the performance from Wednesday to Wednesday at 10:30 AM for the charted instrument. Every Wednesday at that time, it records the closing price and computes the percentage change, assigning a signal: +1 for increases above 1 %, -1 for declines below -1 %, and 0 for intermediate movements. It plots a five-period simple moving average on the main chart, color-coded green, red, or gray based on the weekly signal. Vertical dotted lines mark each weekly separation, and two blue horizontal lines denote the ±1 % thresholds for the current week. A label displays the performance percentage and signal.