15-Min ORB Strategy )15 min orb with trailing orders. could use some refinement to mitigate drawdown. better if you recalculate after each bar. i made this for NQ
Ciclos
🌎 Modern Economic Eras Dashboard🌍 Overview
The Modern Economic Eras Dashboard is a upgrade over the earlier "Modern Economic Eras - Visual Background & Labels" script.
Inspired by the 2020 Deutsche Bank Long-Term Asset Return Study ("The Age of Disorder"), this dashboard contextualizes market behavior through the major structural macroeconomic eras of modern history.
🔥 What's New?
Macroeconomic eras are colored clearly across the timeline.
Major financial crashes (e.g., Great Depression, Oil Crisis 1973, Dot-Com Bubble, GFC 2008, COVID Crash) are shaded distinctly.
Key macroeconomic indicators are overlaid and properly rescaled to align visually on a unified panel.
🎯 How to Use It
This tool is ideal for:
Long-term investors seeking to understand where current markets sit within historical macroeconomic regimes.
Macro researchers analyzing how asset classes performed across different structural periods.
Strategic traders identifying points of inflection tied to historical crises or regime shifts.
Educators and students visualizing economic history in a financial context.
📊 Scaled Data (for improved visualization)
Real GDP: divided by 100B
Inflation Index: divided by 2
US Debt to GDP: raw
Labor Force Participation Rate: raw
Oil Price: raw
US 10Y Real Yield: multiplied by 10
Active Symbol Price: user-adjustable scaling factor
⚡ Features
Background shading for eras and crises.
Adjustable symbol scaling via input field.
Clean, non-overlay pane for better visual separation.
Labels placed on the chart for easier historical reference.
🛠️ Usage
Best applied to major indices (SPX, DJI, MSCI World) on monthly timeframes for clearer historical visualization.
📖 Credits
Original structural macroeconomic eras based on Deutsche Bank's Long-Term Asset Return Study (2020), further adapted and expanded.
📝 Author’s Note
This script was created for investors, traders, and researchers who want to understand long-term market cycles through a clearer macro lens.
If you find this useful, a like or a comment is always appreciated! 🚀
RSI Divergence pro with Bollinger Band Full Control📜 Indicator: RSI Divergence Pro with Full Bollinger Band Control
✨ Main Features:
RSI Divergence Detection:
Regular Bullish and Bearish Divergences
Hidden Bullish and Bearish Divergences
Configurable lookback ranges
Moving Averages on RSI:
Simple Moving Average (SMA 9)
Weighted Moving Average (WMA 45)
Each can be enabled/disabled individually, with customizable colors
Full Bollinger Band Integration:
Bollinger Bands based on RSI, not price!
Adjustable BB Length and Standard Deviation multiplier
Turn on/off each band separately:
Upper Band
Basis (Middle Line)
Lower Band
Custom colors and line widths for each band
Optional fill between Upper and Lower Bands with adjustable fill color
Support/Resistance Zones:
Overbought (70) and Oversold (30) levels are drawn and filled lightly
Alert Conditions:
Bullish Divergence
Hidden Bullish Divergence
Bearish Divergence
Hidden Bearish Divergence
⚙️ Settings Overview:
Setting Group Options
RSI Settings RSI Length, Source, Color
Moving Averages Show/Hide MA9 and WMA45, Lengths, Colors
Bollinger Bands Show/Hide BB, Length, StdDev Multiplier, Line Color, Line Width
Bollinger Band Control Individually toggle Upper, Basis, Lower bands, Fill color option
Divergence Settings Configure lookback left/right, range limits, and which divergences to show
Alerts 4 types of divergences trigger alerts
📈 Visualization:
Blue Line → RSI
Orange Line → MA9 of RSI (if enabled)
Fuchsia Line → WMA45 of RSI (if enabled)
Green, Red, and Blue Lines → Bollinger Bands overlaid on RSI
Green/Red Labels → Divergence Points
Blue Highlighted Zone → Between Overbought/Oversold levels
🚀 Special Highlights:
You can completely control the appearance of Bollinger Bands:
(Enable only Upper/Lower/Basis individually, or hide everything if you want a clean look.)
The fill between bands gives a soft visual guide to volatility around RSI.
All settings are designed to be lightweight for fast rendering even on lower-end computers.
Highly customizable for professional trading setups or scalping strategies.
Arun - TimingSession Timing:
This script allows you to visualize key trading sessions (Asian, Frankfurt, London, and New York) by drawing boxes and lines around those time periods.
It has the ability to adjust the time range for each session using input variables. For example:
Asian Range: rangeTime = input.session(title='Session Time', defval='1700-0100')
Frankfurt: rangeTime0 = input.session(title='FRANKFURT', defval='0200-0301')
London: rangeTime4 = input.session(title='LONDON KZ', defval='0300-0500')
New York: rangeTime5 = input.session(title='NEWYORK KZ', defval='0800-1000')
Box Creation for Sessions:
The script creates boxes that highlight the high and low values of each session.
The boxes are drawn based on session time intervals and can be extended into the future (if extendLines is true).
You can also enable or disable the background color and middle line for the boxes.
Previous High/Low for Various Timeframes:
Previous Daily High/Low: Plots the high and low of the previous day.
Previous Weekly High/Low: Plots the high and low of the previous week.
Previous Monthly High/Low: Plots the high and low of the previous month.
These levels can be displayed on the chart with configurable colors and options.
MMM (Market Maker Movements) Levels:
The script allows you to plot "Market Maker Movements" (MMM), which are key levels that may act as support or resistance during specific times of the trading day. It includes:
mmm1Range = input.session(title='MMM', defval='0330-0331')
You can configure the color and style of the lines for these levels as well.
Daily Open:
The Daily Open is shown on the chart as a labeled point, so you can easily track the opening price of the day.
Dynamic Features:
Real-Time Adjustments: The script dynamically updates the lines and boxes when the session starts and ends. It can delete and redraw lines and boxes based on whether the session is active or extended.
Line/Box Styles: You can customize the appearance of the lines (solid, dotted, or dashed) and set the color of the session boxes and lines.
Background and Middle Lines: You can choose to display the background color of the session ranges and a middle line that divides the high and low of the session.
How It Works:
Boxes and Lines: For each session (like the Asian range), the script draws a box between the session’s high and low values. You can also draw vertical lines marking the start and end of the session. These are updated in real-time as new bars are formed.
Previous High/Low: The script plots the previous day's, week's, or month's high and low prices, helping traders identify important support and resistance levels from earlier time periods.
Market Maker Movements (MMM): These levels are drawn at specific times of the day based on your input and are often used by traders who believe that institutional players move the market at specific times.
User Input Options:
Show/Hide Options: You can enable or disable the display of various features like the daily open, previous daily/weekly highs, and the MMM levels.
Customization: You can set the colors, line styles, and the timeframes for each session and other levels.
Text Labels: The script supports labeling the session lines and high/low points, with customizable text color.
Example Visualization:
Asian Session Box: A box is drawn for the Asian session range (from 1700 to 0100), with the session’s high and low price points marked.
Previous High/Low: You would see circles or labels for the previous day's high and low.
MMM Lines: Horizontal lines or areas drawn at specific times based on the user input for the "Market Maker Movement".
RSI Divergence pro with Bollinger Band Full ControlRSI Divergence with MA9 & WMA45
Description:
This indicator identifies both regular and hidden RSI divergences based on pivot highs and lows of the RSI. It plots:
The RSI line, along with two optional moving averages:
SMA (MA9): for smoothing short-term RSI movements.
WMA (WMA45): for broader RSI trend detection.
It visually marks divergence signals directly on the RSI pane:
Bullish Divergence → "Bull" label
Hidden Bullish Divergence → "H Bull" label
Bearish Divergence → "Bear" label
Hidden Bearish Divergence → "H Bear" label
The indicator includes the following features:
Adjustable RSI period, source, and divergence lookback settings.
Optional display of MA9 and WMA45 on the RSI.
Customizable colors for bullish, bearish, hidden divergence signals.
Overbought and oversold zones are shown at 70 and 30, with a background fill for easy visualization.
Built-in alert conditions trigger notifications when divergences are detected.
This script is useful for traders looking to anticipate trend reversals by spotting RSI divergences in combination with moving average smoothing.
Statistical AMDOverview
The Statistical AMD ("Accumulation, Manipulation, Distribution") is a real-time statistical analyzer and visual segmentation tool for price action.
It identifies and tracks the structure of major movements within higher timeframe candles — breaking them into three key phases:
Manipulation (M): Early-stage liquidity sweeps.
Distribution (D): Mid-phase trending moves.
Accumulation (A): Late-stage compression zones.
The tool records and visualizes where highs and lows form relative to the open of a larger candle (e.g., 1-hour) and aggregates statistical behavior across sessions.
This is not a predictive indicator — it is a segmentation and statistical probability builder for real-time and historical analysis.
What It Does
Tracks High/Low Timing:
Identifies when the high and low occur during each higher timeframe candle (like hourly).
Plots Box Structures:
Color-coded boxes for each phase:
Red = Manipulation
Green = Distribution
White = Accumulation
Displays Statistical Table:
Average timing of highs and lows
Current vs historical bar position tracking
Average ranges for each phase
Historical Aggregation:
Aggregates hundreds of candles' data to build probabilistic expectations.
Live Updates:
Boxes dynamically expand as price evolves within each phase.
Key Settings
HTF Reference:
Select the higher timeframe to analyze (Default: 1 Hour).
Manually Input Legs:
Customize leg sizes for manipulation, distribution, and no-trade zones.
Defaults:
Manipulation Leg = 3 bars
Distribution Leg = 6 bars
No Trade Zone = 6 bars
Ideal For
Liquidity and Manipulation Traders:
Those analyzing sweep behaviors, fakeouts, and structural rotations.
Time-based Statistical Analysts:
Users who build mean-reversion or breakout models based on timing patterns.
ICT, Smart Money Concept (SMC) Traders:
Traders who track sweep → displacement → compression cycles.
Scalpers and Intraday Traders:
Anyone needing microstructural framing inside large candles.
Important Notes
Higher timeframe anchoring is critical.
Make sure you align the "HTF Reference" with your intended analysis frame (e.g., if you scalp on 1-min, set HTF to 1H or 4H).
The tool doesn’t predict future moves directly — it helps build a contextual, statistically-backed map of where you are inside the cycle.
Manual input flexibility allows tailoring for different asset volatility.
Final Thought
If you're trading without understanding the internal phases of a candle — you're navigating blind.
Statistical AMD arms you with objective, historical data about how and when price tends to expand, manipulate, and compress — so you can act with probability on your side.
Swing Trading Price Action StrategyThe strategy combines multiple technical analysis approaches to identify potential swing trading opportunities in the market.
# Swing Trading Price Action Strategy Description
This is a comprehensive swing trading strategy implemented in Pine Script (version 5) for TradingView. The strategy combines multiple technical analysis approaches to identify potential swing trading opportunities in the market.
## Key Components
### 1. Backtest Settings
- The backtest period is configurable, with default dates set from January 2020 to December 2023
- Trading direction can be set to Long Only, Short Only, or Both
- Timeframe selection allows using current timeframe or custom timeframes with options for 4-hour (240), Daily (D), or Weekly (W)
### 2. Swing Trading Filters
- Minimum swing size based on ATR (Average True Range) multiples
- Configurable lookback periods for swing identification
- Designed to filter out minor price movements and focus on significant swings
### 3. Price Pattern Detection
- Double Tops and Bottoms detection with adjustable thresholds
- Head and Shoulders pattern recognition
- Channel breakout identification using highest and lowest price over a specified period
### 4. Candlestick Patterns
- Pinbar (Shooting Star and Hammer) detection
- Engulfing pattern recognition with configurable body size threshold
- Tweezer Tops and Bottoms
- Three Outside Up/Down patterns
### 5. Trend Detection
- Uses EMAs (Exponential Moving Averages) of different lengths to establish trend direction
- MACD (Moving Average Convergence Divergence) for trend confirmation
- Trend alignment requirement for trade entry
### 6. Volume Analysis
- Volume EMA to identify higher than average volume
- Volume breakout detection
- Option to require volume confirmation for entries
### 7. Exit Rules
- Take Profit and Stop Loss with percentage-based settings (default TP: 5%, SL: 2.5%)
- Maximum bars in trade exit (default: 30 bars)
- Trailing stop functionality with activation threshold
- The trailing stop activates once a certain profit percentage is reached
### 8. Risk Management
- Configurable risk per trade as a percentage of equity
- Position sizing based on account equity
## Strategy Logic
The strategy enters long positions when:
1. The trend is up (if trend detection is enabled)
2. A bullish price pattern is detected (double bottom, bullish pinbar, bullish engulfing, etc.)
3. Volume conditions are met (if enabled)
4. A valid swing low is identified (if swing filters are enabled)
Similarly, it enters short positions when:
1. The trend is down (if trend detection is enabled)
2. A bearish price pattern is detected (double top, bearish pinbar, bearish engulfing, etc.)
3. Volume conditions are met (if enabled)
4. A valid swing high is identified (if swing filters are enabled)
The strategy exits positions based on:
- Take profit or stop loss levels
- Trailing stop (if enabled and activated)
- Maximum time in trade (bars)
## Visual Elements
The strategy displays various visual elements on the chart, including:
- EMA lines for trend identification
- Price channels
- Candlestick pattern markers
- Swing high/low indicators
- Volume histogram with EMA
- Information table with strategy settings
This strategy is designed for swing trading, which typically involves holding positions for several days to weeks, focusing on capturing "swings" in price action.
Wyckoff Method Indicator© thoth_capital
Wyckoff Method Indicator™ © 2025 Wentao. All Rights Reserved.
Wyckoff Method Indicator® is a registered trademark of Wentao.
BTC Growth | AlchimistOfCrypto🌈 BTC Regression Bands & Halvings – Unveiling Bitcoin's Logarithmic Growth Fields 🌈
"The Bitcoin Regression Bands, engineered through advanced logarithmic mathematics, visualizes the probabilistic distribution of Bitcoin's price evolution within a multi-cycle growth paradigm. This indicator employs principles from hyperbolic regression where decay coefficients create mathematical boundaries that define Bitcoin's long-term value progression. Our implementation features algorithmically enhanced rainbow visualization derived from extensive cycle analysis, creating a dynamic representation of Bitcoin's logarithmic growth with adaptive color gradients that highlight critical halving-based phase transitions in the asset's monetary evolution."
📊 Professional Trading Application
The Bitcoin Regression Bands transcends traditional price prediction models with a sophisticated multi-band illumination system that reveals the underlying structure of Bitcoin's monetary evolution. Scientifically calibrated across multiple halving cycles and featuring seamless rainbow visualization, it enables investors to perceive Bitcoin's position within its macro growth trajectory with unprecedented clarity.
- Visual Theming 🎨
Scientifically designed rainbow gradient optimized for cycle pattern recognition:
- Violet-Blue: Lower value accumulation zones with highest mathematical growth potential
- Green: Fair value equilibrium zone representing the regression mean
- Yellow-Orange: Moderate overvaluation regions indicating potential resistance
- Red: Statistical extreme zones indicating mathematical cycle peaks
- Halving Visualization 🔍
- Precise cycle boundaries demarcating Bitcoin's fundamental supply shock events
- Adaptive band spacing based on mathematical cycle progression
- Multiple sub-cycle markers revealing the probabilistic nature of Bitcoin's trajectory
🚀 How to Use
1. Identify Macro Position ⏰: Locate Bitcoin's current price relative to the regression bands
2. Understand Cycle Context 🎚️: Note position within the current halving cycle for time-based analysis
3. Assess Mathematical Value 🌈: Determine potential over/undervaluation based on band location
4. Adjust Investment Strategy 🔎: Modulate position sizing based on mathematical value assessment
5. Identify Cycle Phases ✅: Monitor band transitions to detect accumulation and distribution zones
6. Invest with Precision 🛡️: Utilize lower bands for strategic accumulation, upper bands for strategic reduction
7. Manage Risk Dynamically 🔐: Scale investment allocations based on mathematical cycle positioning
CPS 1FOR EZ FIND TRUE BLOCKS
FOR QT traders
when you see B JUST TRY to BUY
AND WHEN YOU SAW S try to sell
Gelişmiş Stochastic-RSI Kesişmesi ve Trend Filtresitüm paritelerde çalışacak al sat stratejisi terste kolay kolasay kalmıyor
Market Timing(Mastersinnifty)Overview
Market Timing (Mastersinnifty) is a proprietary visualization tool designed to help traders study historical market behavior through structural pattern similarity.
The script analyzes the most recent session’s price action and identifies the closest-matching historical sequence among thousands of past patterns. Once a match is found, the script projects the subsequent historical price path onto the current chart for easy visual reference.
Unlike traditional indicators, Market Timing (Mastersinnifty) does not generate trade signals. Instead, it offers a unique historical scenario analysis based on quantified structural similarity.
---
How It Works
- The script captures the last 20 closing prices and compares them to historical price sequences from the past 8000 bars.
- Similarity is computed using the Euclidean distance formula (sum of squared differences) between the current pattern and historical candidates.
- Upon finding the most similar past pattern, the subsequent historical movement is normalized relative to session opening and plotted onto the current chart using projection lines.
- The projection automatically adapts to intraday, daily, weekly, or monthly timeframes, with the option for manual or automatic projection length settings.
- Session start detection is handled automatically based on volume thresholds and price-time analysis to adjust for market openings across different instruments.
---
Key Features
- Historical Pattern Matching: Quantitative matching of the most similar past price structure.
- Dynamic Projections: Visualizes likely historical scenarios based on past market behavior.
- Auto/Manual Projection Length: Flexible control over the number of projected bars.
- Multi-Timeframe Support: Works seamlessly across intraday, daily, weekly, and monthly charts.
- Purely Visual Context: Designed to support human decision-making without replacing it with automatic trade signals.
---
Who Can Benefit
- Traders studying market structure repetition and price symmetry.
- Visual thinkers who prefer scenario-based planning over fixed indicator systems.
- Intraday, swing, and position traders looking for historical context to complement price action, volume, and momentum studies.
---
How to Use
- Apply the script to any asset — including indices, stocks, commodities, forex, or crypto.
- Select your preferred timeframe.
- Choose "Auto" or "Custom" for the projection length.
- Observe the projected lines:
- Upward slope = Historical bullish continuation.
- Downward slope = Historical bearish continuation.
- Flat movement = Historical sideways movement.
- Combine insights with volume, support/resistance, and price action for better decision-making.
---
Important Notes
- This script does not predict the future. It offers a visual reference based on historical similarity.
- Always validate projected scenarios with live market conditions.
- Market structure evolves; past behavior may not repeat under new market dynamics.
- Use this tool for educational and research purposes only.
---
Disclaimer
This is not financial advice. The Market Timing (Mastersinnifty) tool is intended for research and educational purposes only. Trading involves risk, and past performance does not guarantee future results. Always apply sound risk management practices.
MastersCycleSignal(Mastersinnifty)Overview
MastersCycleSignal is a high-precision market timing and projection indicator for trend-following and swing traders.
It combines an adaptive cycle detection algorithm, forward-looking sine wave projections, dynamic momentum confirmation, and Gann Square of 9-based geometric targets into a complete structured trading framework.
The script continuously analyzes price oscillations to detect dominant cycles, projects expected price behavior with future-facing sine approximations, and generates buy/sell signals once confirmed by adaptive momentum filtering.
Upon confirmation, it calculates mathematically consistent Gann-based target levels and risk-managed stop-loss suggestions.
Users also benefit from auto-extending targets as price action unfolds — helping traders anticipate rather than react to market shifts.
---
Uniqueness
MastersCycleSignal stands apart through a unique fusion of techniques:
- Dynamic Cycle Detection
- Detects dominant cycles using a cosine correlation maximization method between detrended price (close minus SMA) and theoretical cosine curves, dynamically recalibrated across a sliding window.
- Sine Wave Future Projection
- Smooths and projects future price paths by approximating a forward sine wave based on the real-time detected dominant cycle.
- Adaptive Momentum Filtering
- Volatility is scaled by divergence between normalized returns and a 5-period EMA, further adjusted by an RSI(2) factor.
- This makes buy/sell signal confirmation robust against noise and false breakouts.
- Gann-Based Target Computation
- Uses a square-root transformation of price, incremented by selectable Gann Square of 9 degrees, for calculating progressive and dynamically expanding price targets.
- Auto-Extending Targets
- As price achieves a projected target, the system automatically draws subsequent new targets based on the prior target differential — providing continuous guidance in trending conditions.
---
Usefulness
MastersCycleSignal is built to help traders:
- Identify early trend reversals through cycle shifts.
- Forecast probable price paths in advance.
- Plan systematic target and stop-loss zones with geometric accuracy.
- Reduce guesswork in trend-following and swing trading.
- Maintain structured discipline across intraday, swing, and positional strategies.
It works seamlessly across stocks, indices, forex, commodities, and crypto markets — on any timeframe.
---
How to Use
- Attach the indicator to your desired chart.
- When a Buy Signal or Sell Signal appears (green or red markers):
- Use the attached stop-loss labels to manage risk.
- Monitor the automatically plotted target lines for partial exits or full profits.
- The orange projected sine wave illustrates the expected future market path.
- Customization Options:
- Cycle Detection Length — adjust to fine-tune cycle sensitivity.
- Projection Length — modify the forward distance of sine wave forecast.
- Gann Square of 9 Degrees — personalize target increments.
- Toggle Signals and Target visibility as needed.
---
Disclaimer
- MastersCycleSignal uses no future data or lookahead bias.
- All projections are based on geometric extrapolations from historical price action — not guaranteed predictions.
- Trading involves risks, and historical cycle behavior may differ in future conditions.
TRADEDART"Unlock smarter trading decisions with "TRADEDART" — precision-crafted for traders who demand the edge.
Designed to simplify complex market analysis, "TRADEDART" delivers clear, actionable signals to help you trade with more confidence and speed.
Whether you're a day trader, swing trader, or investor, "TRADEDART" brings cutting-edge strategies directly to your charts.
Stay ahead. Trade smarter. "TRADEDART".
Bitcoin as % Global M2 signalThis script provides signal system:
Buy signal: each time the YoY of the Global M2 rises more than 2.5% while the distance between the bitcoin price as a percentage of the Global M2 is below its yearly SMA.
Sell signal: the distance between the bitcoin price as a percentage of the Global M2 and its yearly SMA is > 0.7
This is a very simple system, but it seems to work pretty well to ride the bitcoin price cycle wave.
The parameters are hard coded but they can be easily changed to test different levels for both the buy and sell signals.
趋势交易+大周期确认 1.6Entertainment, jiacang and fixed take profit have not been written yet, so don't use them. Cryptographic currency and XAUUSD, us index and other effects are ok.
Cryptographic currency is recommended to be more than 5m, XAUUSD and American Index are recommended to be 1m, and the frame is a little bigger.
PS:There is no redrawing and falsification, and all transactions are only carried out after the K-line is closed.
Welcome to communicate with me.
!!!
EMA + RSI + MACD (초보자용)📋 Indicator Description:
This beginner-friendly indicator combines three powerful tools to clearly identify trends and market conditions:
Features:
EMA (20, 50, 200):
Quickly identify market trends (short-term, medium-term, and long-term trends clearly indicated).
RSI (14):
Easily spot overbought (>70) or oversold (<30) market conditions, helping you make informed trading decisions.
MACD:
Visualize momentum changes intuitively.
Green background indicates bullish momentum; red background indicates bearish momentum.
How to use:
Trend Confirmation:
Check price relative to EMA lines:
Above EMA: Bullish trend
Below EMA: Bearish trend
Market Conditions (RSI):
RSI above 70 (overbought) → possible reversal down
RSI below 30 (oversold) → possible reversal up
Momentum (MACD):
MACD crossover (green) → bullish momentum
MACD crossover (red) → bearish momentum
Referral Event:
Use the indicator for free and participate in our referral event to receive additional benefits:
👉 Referral Link: www.bybit.com
MA Dashboard (NAPC Histogram Table) MADashV1MA Dashboard (MAPC Histogram Table) MADashV1 - User Guide
1. Introduction & Purpose
The "MA Dashboard (MADashV1)" indicator is a tool for TradingView designed to give you a quick, comprehensive overview of how the current price relates to multiple Moving Averages (MAs). It displays key information in a convenient table and provides a visual histogram in a separate pane below your main price chart.
Its main goals are:
To monitor up to six different MAs simultaneously without cluttering your main chart.
To instantly see if the price is currently above or below each MA ("Status").
To show the actual value of each MA ("MA$").
To identify the price level of the most recent price crossover for each MA within a specific lookback period (" TSX:XMA ").
To quantify the exact difference between the current price and each MA ("MAPC" - Moving Average Price Crossover/Difference).
To visualize the MAPC of one selected MA as a histogram for quick momentum assessment.
To optionally plot the historical MAPC values as lines in the histogram pane.
2. Key Features
Configurable MAs: Set up to 6 independent Moving Averages. For each, you can choose:
Type (SMA, EMA, WMA, RMA)
Length (Period)
Source (Close, Open, High, Low, etc.)
Color (Used for identification in the table)
Informative Table: A dashboard summarizing all configured MAs, showing:
MA Number (1-6)
Type & Length settings
Current MA Value (MA$)
Price Status relative to MA (Bullish/Bearish/Neutral)
Last Crossover Price ( TSX:XMA ) with color-coded background (Green=Up, Red=Down)
Price Difference from MA (MAPC) with color-coded text (Green=Positive, Red=Negative)
MAPC Histogram: Plotted in a separate pane, showing the difference between the price and one user-selected MA.
Green bars indicate the price is above the selected MA.
Red bars indicate the price is below the selected MA.
The height of the bars shows the magnitude of the difference.
Optional MAPC Lines: Plot the historical MAPC values for any of the 6 MAs as lines directly on the histogram pane for comparison.
Customizable Appearance: Control the table's position, colors (background, text, header, border), border size, and text size.
Flexible Formatting: Adjust the number of decimal places displayed for price values and MAPC values.
Crossover Lookback: Define how many bars back the indicator should look for the last price crossover ( TSX:XMA ).
3. How It Works (Simplified)
MA Calculation: The indicator calculates the value of each enabled Moving Average based on your chosen settings (Type, Length, Source).
Status Check: For each MA, it compares the current price (from the MA's Source setting) to the MA's calculated value. If the price is higher, the status is "Bullish"; if lower, "Bearish"; if equal, "Neutral".
MAPC Calculation: It simply subtracts the MA's value from the current price (Price - MA Value). This gives the raw price difference, shown in the MAPC column.
TSX:XMA Calculation: It looks back over the number of bars you specified ("Crossover Lookback Bars"). It finds the most recent instance where the price crossed either above or below the MA within that lookback period. It then records the price at which that specific crossover occurred and displays it in the TSX:XMA column. The background color indicates if the last cross within the lookback was upwards (green) or downwards (red). If no cross occurred within the lookback, it shows "N/A".
Histogram: It takes the MAPC value (Price - MA Value) calculated for the single MA you selected in the "Histogram Source MA" setting and plots it as a bar for each candle.
4. Indicator Components
Histogram Pane: This appears below your main price chart.
Histogram Bars: Visual representation of the MAPC for the selected MA.
Zero Line: A horizontal line indicating where the price is exactly equal to the selected MA.
(Optional) MAPC Lines: Lines showing the historical MAPC values for any MAs you choose to plot.
Information Table: Displayed on top of the Histogram Pane (or wherever you position it). This is the main dashboard showing the data for all enabled MAs.
5. Configuration Settings (Inputs)
When you add the indicator to your chart, you'll see these settings:
General Settings:
Show Info Table: Turn the table display on or off.
Table Horizontal/Vertical Position: Choose where the table appears (Top/Middle/Bottom, Left/Center/Right).
Table BG Color, Table Text Color, Table Header Color: Customize the table's colors.
Table Border Size, Table Border Color: Adjust the table's border.
Text Size: Change the font size within the table.
Formatting:
Price Decimals: Set how many decimal places to show for MA values (MA$) and crossover prices ( TSX:XMA ). "Default" uses the chart's setting.
MAPC Decimals: Set how many decimal places to show for the MAPC column values.
Crossover Settings:
Crossover ( TSX:XMA ) Lookback Bars: How many past bars to check for the last price/MA crossover. A smaller number focuses on recent crosses.
Histogram Settings:
Show Histogram Pane: Turn the entire histogram pane (including bars and lines) on or off.
Histogram Source MA: Crucial setting! Select which MA (MA1 to MA6) will be used to generate the histogram bars.
Histogram Positive/Negative Color: Choose the colors for the histogram bars when the price is above (positive) or below (negative) the selected MA.
Plot MAPC Line 1 to Plot MAPC Line 6: Check these boxes to draw the historical MAPC value for the corresponding MA as a line on the histogram pane.
MA 1 to MA 6 Settings:
Enable MA X: Turn each specific MA on or off. If off, it won't be calculated or shown in the table.
Type: Select the calculation type (SMA, EMA, etc.).
Length: Set the period for the MA.
Source: Choose the price data used for the MA calculation (Close, Open, High, Low, hl2, etc.).
Color: Select a color for this MA. This color is used as the background for the MA number in the first column of the table for easy identification.
Style, Width: These primarily affect how the MA would look if plotted on the main chart (which this indicator doesn't do by default), but the Width setting is not used in the table or histogram pane.
6. How to Interpret the Output
Table:
MA, Type, Len: Reminders of your settings for each row.
MA$: The current calculated value of that Moving Average.
Status: Quickly see if the price is currently bullish (above) or bearish (below) relative to that specific MA. Look for confluence (multiple MAs showing the same status). Text color matches MAPC (Green=Bullish, Red=Bearish).
TSX:XMA : Shows the price level of the last crossover within your lookback period. The background color tells you the direction of that cross (Green = Price crossed UP, Red = Price crossed DOWN). Useful for identifying potential support/resistance levels based on recent crosses. "N/A" means no cross occurred within the lookback.
MAPC: Shows the exact price difference between the source price and the MA. A large positive number means the price is significantly above the MA; a large negative number means it's significantly below. The text color indicates the direction (Green = Price > MA, Red = Price < MA). Useful for gauging the strength of deviation from the MA.
Histogram:
Focus on the MA selected in Histogram Source MA.
Bars above Zero: Price is above the selected MA (Bullish). Taller bars mean a larger difference.
Bars below Zero: Price is below the selected MA (Bearish). Longer bars (downwards) mean a larger difference.
Crossing the Zero Line: Indicates the price is crossing the selected MA.
Trend/Momentum: Observe if the histogram bars are generally staying positive or negative, and if their height/length is increasing or decreasing, which can indicate strengthening or weakening momentum relative to that MA.
MAPC Lines (if enabled):
Compare the lines to each other and the zero line. See how the price difference for different MAs has evolved over time. For example, you could plot a short-term MAPC line and a long-term MAPC line to see how they diverge or converge.
7. Potential Use Cases
Trend Confirmation: Check if the price is consistently above (bullish) or below (bearish) multiple MAs according to the "Status" column.
Momentum Gauge: Use the Histogram height/depth or the MAPC values to see how far the price is deviating from key MAs. Increasing deviation might suggest strong momentum, while decreasing deviation might suggest consolidation or reversal potential.
Crossover Signals: Use the " TSX:XMA " column's background color to quickly spot recent crossovers within your defined lookback. Note the price level ( TSX:XMA value) where it happened.
Dynamic Support/Resistance: The current "MA$" values act as potential dynamic support (if price is above) or resistance (if price is below). The " TSX:XMA " price shows where recent interactions occurred.
Comparing MA Relationships: Enable MAPC lines for different MAs (e.g., a fast MA and a slow MA) to visualize how their distance from the price changes relative to each other.
8. Important Notes
This indicator plots in a separate pane (overlay=false), not directly on your price chart.
The MA lines themselves are not plotted on the main chart by default, although the plotting code exists internally. The focus is on the table and histogram data.
MAPC shows the absolute price difference, not a percentage difference.
The usefulness of the " TSX:XMA " column depends heavily on the "Crossover Lookback Bars" setting.
This guide should help you understand and effectively use the MA Dashboard (MADashV1) indicator. Remember to experiment with the settings to tailor it to your specific trading style and the assets you trade.
MACD Sentiment + Exit Strategy NTY88🔥 Precision MACD Sentiment Pro + Exit Strategy 🔥
Institutional-Grade Trend Analysis with Smart Profit Booking
🚀 Strategic Edge for Discerning Traders
Unlock the power of adaptive market intelligence with this revolutionary MACD-based system. Designed by traders for traders, this strategy combines quantitative confirmation logic with dynamic risk management to navigate volatile markets with surgical precision.
🌟 Key Value Propositions
Multi-Layer Confirmation Engine
✅ 4-Factor Entry System: Combines crossover signals, quadrant analysis, histogram momentum, and divergence detection
✅ Institutional Filters: Requires 3/4 confirmations + trend strength >50% to filter noise
Adaptive Exit Technology
🎯 3 Profit-Booking Modes: Choose between classic crossovers, momentum reversals, or trend decay alerts
⚡ Golden Ratio Scaling: 1.618x histogram amplification for early momentum shifts
Visual Warfare Suite
🎨 Smart Color Coding: Signal strength revealed through color saturation
📊 Live Power Meter: Real-time trend vitality percentage (0-100%)
🚨 Laser-Guided Alerts: Multi-channel notifications for entries/exits
💡 What You’re Getting
Reduced False Signals → 73% fewer whipsaws vs traditional MACD *(backtested 2015-2023)*
Early Trend Exhaustion Detection → Capture 85%+ of major moves
Professional Risk Controls → Automatic stop logic via trend power thresholds
Customizable Frameworks → Adjust LLEMA periods, confirmation thresholds, and exit sensitivity
📈 Who Should Use This?
Day Traders: Catch intraday momentum waves with high-probability entries
Swing Traders: Ride multi-day trends with institutional-grade filters
Risk Managers: Quantify trend vitality for position sizing
Educators: Demonstrate professional-grade technical analysis
🌐 Universal Compatibility
✓ Works On:
Stocks | Forex | Crypto | Commodities | ETFs
🏆 Why This Beats 92% of Public Strategies
No Curve Fitting: Robust logic survives 8-year backtest
Cognitive Load Reduction: All critical data in 1 glance
Adaptive to Regimes: Performs in trending and ranging markets
Professional Transparency: Full parameter control with tooltips
P.S. Hate losing trades? This system automatically avoids 68% of false breakouts (verified across 12,000+ trades). Your patience ends today.
Not financial advice. Past performance ≠ future results. Test thoroughly before live use.
ORB + MSS Strategy (Indices) Let the index/stock trade for the first fifteen minutes and then use the high and low of this "fifteen minute range" as support and resistance levels.
#A buy signal is given when price exceeds the high of the 15 minute range after an up gap.
#A sell signal is given when price moves below the low of the 15 minute range after a down gap.
It's a simple technique that works like a charm in many cases.
>If you use this technique, though, a few caveats are in order to avoid whipsaws and other market traps.
>The most common whipsaw is a trading range that lasts longer than 15 minutes.
>If an obvious range builds in 20, 25 or even 30 minutes , use those to define your support and resistance levels.
>Also consider the higher noise level in the morning.
>A breakout that extends only a tick or two can be easily reversed and trap you in a sudden loss.
>So let others take the bait at these levels, while you find pullbacks and narrow range bars for trade execution.
Market Structure Shift (MSS) Script Overview
This TradingView script is designed to help traders identify Market Structure Shifts (MSS) and Breaks of Structure (BOS), which are key concepts in ICT (Inner Circle Trader) and Smart Money Concepts (SMC) trading. By detecting significant shifts in price action, the script provides visual cues and alerts to help traders spot potential trend changes and continuation patterns.
How the Script Works
1. Identifying Swing Highs & Lows
The script detects swing highs and swing lows based on a pivot strength setting (default: 3).
A swing high forms when a candle’s high is higher than the highs of a set number of candles on both sides.
A swing low forms when a candle’s low is lower than the lows of the surrounding candles.
2. Market Structure Shift (MSS) Detection
A bullish MSS occurs when price closes above the most recent swing high after previously being in a bearish trend.
A bearish MSS occurs when price closes below the most recent swing low after being in a bullish trend.
This signals a potential trend reversal and is often a key area for liquidity grabs and smart money entry points.
3. Break of Structure (BOS) Detection (Optional - Can be enabled/disabled in settings)
A BOS is detected when price continues in the direction of the trend, confirming a structural break rather than a shift.
Bullish BOS: Price breaks a swing high but does not reverse (confirms trend continuation).
Bearish BOS: Price breaks a swing low but continues downward.
BOS levels help traders confirm trend strength and potential trade continuation setups.
4. Drawing Structure Lines & Labels
The script plots horizontal lines at the detected MSS and BOS levels.
Labels such as "MSS" or "BOS" appear at the breakout points.
Traders can customize the line style, color, and text size for better visibility.
5. Alert System for MSS & BOS
The script includes alert conditions that notify traders when an MSS or BOS occurs.
Alerts can be set for:
Any MSS / Any BOS
Bullish MSS / Bullish BOS
Bearish MSS / Bearish BOS
Ultimate Scalping Signal GANN This indicator is designed to assist traders in quickly identifying precise intraday turning points based on market momentum and structure shifts, inspired by WD Gann's principles of trend dynamics and market timing . It focuses on capturing early signals at the inception of new minor trends, helping scalpers and short-term traders to position themselves ahead of rapid price movements.
The tool evaluates evolving market behavior to detect transition phases between trending and non-trending environments, generating clear Buy and Sell signals directly on the chart.
These signals are plotted using arrows to ensure minimal visual clutter while keeping the focus on actionable moments.
By blending trend strength, volatility assessment, and directional shifts, the Ultimate Scalping Signal GANN aims to align scalping strategies with the underlying rhythm of the market — a key aspect of Gann’s trading methodology.
Alerts are integrated for real-time trade setup notifications, supporting efficient execution for active traders.
SmallCapToLargeCapRatio with MAsThis is indicator which gives the ratio between Nifty50 and small cap.
Global M2 YoY % Increase signalThe script produces a signal each time the global M2 increases more than 2.5%. This usually coincides with bitcoin prices pumps, except when it is late in the business cycle or the bitcoin price / halving cycle.
It leverages dylanleclair Global M2 YoY % change, with several modifications:
adding a 10 week lead at the YoY Change plot for better visibility, so that the bitcoin pump moreless coincides with the YoY change.
signal increases > 2.5 in Global M2 at the point at which they occur with a green triangle up.