Sweep + Estructura + Pullback (Long & Short)Sweep + Estructura + Pullback (Long & Short)
EFECTIVO EN 5 MIN
Cycles
Adaptive Correlation Engine (ACE)🧠 Adaptive Correlation Engine (ACE)
Quantify inter-asset relationships with adaptive lag detection and actionable insights.
📌 What is ACE?
The Adaptive Correlation Engine (ACE) is a precision tool for seeking to uncover meaningful relationships between two assets — not just raw correlation, but also lag dynamics, leader detection, and alignment vs. divergence classification.
Unlike static correlation tools, ACE intelligently scans multiple lag windows to find:
✅ The maximum correlation between the base asset and a comparison symbol
⏱️ The optimal lag (if any) at which the correlation is strongest
🧭 Whether the assets are Aligned (positive correlation) or Divergent (inverse)
🔁 Which symbol is leading, and by how many bars
📈 Actionable signal strength based on a user-defined correlation threshold
⚙️ How It Works
Correlation Scan:
For each bar, ACE checks the correlation between the charted asset (close) and a lagged version of the comparison asset across a sliding window of lookback periods.
Lag Optimization:
The engine searches from lag 0 up to your specified Max Lag to find where the correlation (positive or negative) is most significant.
Relationship Classification:
The indicator classifies the relationship as:
Aligned: Positive correlation above the threshold
Divergent: Negative correlation above the threshold
Synchronous: No lag detected
Low Signal: Correlation is weak or noisy
Visual & Tabular Insights:
ACE plots the highest detected correlation on the chart and shows an insight table displaying:
- Correlation value
- Detected lag
- Direction type (aligned/divergent)
- Leading asset
- Suggested action (e.g., “Likely continuation” or “Possible mean reversion”)
💡 How to Use It
Use ACE to identify leadership patterns between assets (e.g., ETH leads altcoins, SPX leads crypto, etc.)
Spot potential lagging trade setups where one asset’s move may soon echo in another
Confirm or challenge correlation-based trading assumptions with data
Combine with technical indicators or price action to time entries and exits more confidently
🔔 Alerts
Built-in alerts notify you when correlation strength crosses your actionable threshold, classified by alignment or divergence.
🛠️ Inputs
Compare Symbol: The asset to compare against (e.g., INDEX:ETHUSD)
Correlation Lookback: Rolling window for calculating correlation
Max Lag Bars: Maximum lag shift to test
Minimum Actionable Correlation: Signal threshold for trade-worthy insights
⚠️ Disclaimer
This tool is for research and informational purposes only. It does not constitute financial advice or a trading signal. Always perform your own due diligence and consult a financial advisor before making investment decisions.
MacD Alerts MACD Triggers (MTF) — Buy/Sell Alerts
What it is
A clean, multi-timeframe MACD indicator that gives you separate, ready-to-use alerts for:
• MACD Buy – MACD line crosses above the Signal line
• MACD Sell – MACD line crosses below the Signal line
It keeps the familiar MACD lines + histogram, adds optional 4-color histogram logic, and marks crossovers with green/red dots. Works on any symbol and any timeframe.
How signals are generated
• MACD = EMA(fast) − EMA(slow)
• Signal = SMA(MACD, length)
• Buy when crossover(MACD, Signal)
• Sell when crossunder(MACD, Signal)
• You can compute MACD on the chart timeframe or lock it to another timeframe (e.g., 1h MACD on a 4h chart).
Key features
• MTF engine: choose Use Current Chart Resolution or a custom timeframe.
• Separate alert conditions: publish two alerts (“MACD Buy” and “MACD Sell”)—ideal for different notifications or webhooks.
• Visuals: MACD/Signal lines, optional 4-color histogram (trend & above/below zero), and crossover dots.
• Heikin Ashi friendly: runs on whatever candle type your chart uses. (Tip below if you want “regular” candles while viewing HA.)
Settings (Inputs)
• Use Current Chart Resolution (on/off)
• Custom Timeframe (when the above is off)
• Show MACD & Signal / Show Histogram / Show Dots
• Color MACD on Signal Cross
• Use 4-color Histogram
• Lengths: Fast EMA (12), Slow EMA (26), Signal SMA (9)
How to set alerts (2 minutes)
1. Add the script to your chart.
2. Click ⏰ Alerts → + Create Alert.
3. Condition: choose this indicator → MACD Buy.
4. Options: Once per bar close (recommended).
5. Set your notification method (popup/email/webhook) → Create.
6. Repeat for MACD Sell.
Webhook tip: send JSON like
{"symbol":"{{ticker}}","time":"{{timenow}}","signal":"BUY","price":"{{close}}"}
(and “SELL” for the sell alert).
Good to know
• Symbol-agnostic: use it on crypto, stocks, indices—no symbol is hard-coded.
• Timeframe behavior: alerts are evaluated on bar close of the MACD timeframe you pick. Using a higher TF on a lower-TF chart is supported.
• Heikin Ashi note: if your chart uses HA, the calculations use HA by default. To force “regular” candles while viewing HA, tweak the code to use ticker.heikinashi() only when you want it.
• No repainting on close: crossover signals are confirmed at bar close; choose Once per bar close to avoid intra-bar noise.
Disclaimer
This is a tool, not advice. Test across timeframes/markets and combine with risk management (position sizing, SL/TP). Past performance ≠ future results.
Zonas de Volumen con Punto Medio miguelidentifica las zonas de volumen en aperturas de new york preferiblemente usar
Detector Mecha Profunda M20This indicator identifies a high-probability "Deep Wick Pattern" based on candlestick structure and volume analysis, filtered by the 20-period simple moving average (SMA). A buy signal is generated when the candle has a long lower wick, closes above the previous low, shows bullish structure, and is confirmed by increasing volume — all while the price is trading above the 20 SMA. A sell signal appears under the opposite conditions: a long upper wick, bearish candle closing below the previous high, with increased volume, and price trading below the 20 SMA. This tool helps traders spot potential reversals or continuations with added confirmation from trend direction and volume.
Detector Mecha Profunda M20This indicator identifies a high-probability "Deep Wick Pattern" based on candlestick structure and volume analysis, filtered by the 20-period simple moving average (SMA). A buy signal is generated when the candle has a long lower wick, closes above the previous low, shows bullish structure, and is confirmed by increasing volume — all while the price is trading above the 20 SMA. A sell signal appears under the opposite conditions: a long upper wick, bearish candle closing below the previous high, with increased volume, and price trading below the 20 SMA. This tool helps traders spot potential reversals or continuations with added confirmation from trend direction and volume.
EMA & MACD with AlertsEMA & MACD with Alerts
Version: 1.0
Pine Script Version: 5
Type: Overlay Indicator
What It Does
This script combines classic trend-following EMAs and momentum MACD signals into one clean, actionable package — right on your price chart. It highlights key moving average crossovers and MACD zero-line crossings with visual cues and alert triggers so you never miss critical momentum shifts.
Features
Three EMAs:
EMA 20 (fast) — lime green
EMA 50 (medium) — blue
EMA 200 (slow) — orange
EMA Cross Background Highlights:
Golden Cross: EMA 50 crosses above EMA 200 (bullish trend) — subtle green background
Death Cross: EMA 50 crosses below EMA 200 (bearish trend) — subtle red background
EMA 20 crossing EMA 50 for short-term momentum shifts — stronger green/red backgrounds
MACD Zero Line Cross Signals:
Bullish (MACD line crossing above zero) marked with a green upward triangle below bar
Bearish (MACD line crossing below zero) marked with a red downward triangle above bar
Alert Conditions:
Golden Cross
Death Cross
MACD bullish zero line cross
MACD bearish zero line cross
Alerts include clear, actionable messages.
Why Use This?
Instead of hunting through multiple indicators, this script distills crucial trend and momentum signals into one integrated view with easy-to-spot visual markers and automated alerts. It’s designed for traders who want quick, reliable triggers to align their entries and exits with underlying market strength shifts.
How to Use
Add the script to any TradingView chart (works best on daily and higher timeframes for trend signals).
Watch for background color changes signaling EMA crossovers (Golden/Death Cross).
Use plotted shapes as entry/exit signals based on MACD zero line cross.
Set up alerts in TradingView using the built-in alert conditions to get notified in real time.
Limitations
Signals are best combined with volume and price action context—don’t blindly follow crosses.
MACD zero line crosses can be noisy on lower timeframes; use with discretion.
No trade management or risk controls included; this is a pure signal tool.
_mr_beach Sunday Entwicklung Version 1_mr_beach Sunday Development Version 1
Short Description (for TradingView publication):
This indicator combines EMA crossovers, VWAP with standard deviation bands, gap detection, pivot-based support & resistance, and VWAP distance labels in a single overlay. Perfect for discretionary traders aiming to efficiently identify gap fills, trend reversals, and key price levels. All components can be toggled on/off via the settings menu.
Full Indicator Description:
🧠 Purpose of the Indicator:
This all-in-one tool merges several analytical features to visualize trend direction, market structure, key price levels (e.g., gaps, VWAP distance, pivot support), and entry signals at a glance.
🔧 Integrated Features:
EMA20 / EMA50: Trend detection via moving averages. Crossover signals indicate potential entries.
VWAP + Band: Volume-weighted average price with visual deviation bands.
GAP-Up / GAP-Down: Price gaps are highlighted in color (brown/yellow), optionally showing only open ones.
VWAP Distance Label: Displays the current price’s percentage deviation from the VWAP as a chart label.
Buy/Sell Signals: Triggered by EMA20 and EMA50 crossovers.
HH/LL SL-Marker: Identifies local highs/lows using pivots.
Support & Resistance: Automatically calculated pivot zones.
Customizable Visibility: All features can be toggled in the settings menu.
Dummy Plot: plot(na) ensures error-free compilation.
⚙️ Settings Menu Options:
Show VWAP: Displays VWAP and deviation bands.
Show EMA20 / EMA50: Shows the moving averages.
Show Gaps: Enables gap detection.
Show Only Open Gaps: Hides already filled gaps.
Show VWAP Distance: Activates VWAP deviation label.
Support & Resistance: Displays pivot-based zones as support/resistance.
🔔 Alerts:
‘Mads Morningstar Signal’: Buy/Sell alerts based on EMA crossover.
📈 Use Cases:
Trend-following setups using EMA crossover
Gap-fill trading strategies
VWAP reversion trades
SL/TP based on HH/LL or pivot levels
Visual chart preparation for scalping, intraday, or swing trading
🛠 Suggested Extensions:
Gap table showing open levels
Take-Profit/Stop-Loss strategy
Alerts for new gap formation
Strategy tester module with gap-based entries
SPX 0DTE Forecast Indicator by Alpha CrunchingSPX 0DTE Forecast Indicator
This indicator is designed specifically for the SPX 5-minute chart and plots a forward-looking price projection for the current trading day.
🔹 Forecast Model Overview:
The forecast is built by analyzing SPX price action over the past month. The trading day is broken into 5-minute intervals, and the average net price movement (delta) is calculated for each interval. These deltas are then reassembled and accumulated to generate a full-day projection for each day of the week.
🔹 Usage:
Before the market opens, users can paste that day’s forecast data into the indicator input. Once the session begins, the forecast curve will be visible alongside live price action.
📌 Note:
This indicator is only compatible with the SPX 5-minute chart.
Forecast data must be entered manually each day.
No trading signals or automation are included.
ICT SMC By VIPIN | Volume OB + BOS, CHoCH, FVG, Sweep VTTitle:
Smart Money Concepts Pro – OB, FVG, BOS, CHoCH & Liquidity Sweep
Description:
This indicator is built on Smart Money Concepts (SMC) and is designed to help traders analyze market structure in depth. It identifies institutional trading levels, potential reversal points, and high-probability trade setups using advanced price action techniques.
Key Features:
1. Order Blocks (OB) – Detects and marks bullish and bearish order blocks to identify possible reversal and continuation zones.
2. Fair Value Gaps (FVG) – Highlights price imbalances that often attract price retracements.
3. Break of Structure (BOS) – Marks structural breaks that confirm trend continuation.
4. Change of Character (CHoCH) – Signals early signs of trend reversal.
5. Liquidity Sweep – Highlights buy-side and sell-side liquidity grabs to identify stop hunts and false breakouts.
6. Custom Styling & Filters – Users can customize colors, sizes, and filter settings for better clarity.
How It Works:
• The indicator automatically detects market structure (HH, HL, LH, LL) and identifies BOS and CHoCH based on price movement.
• Order Blocks are filtered using past price action and volume confluence to show only significant zones.
• Fair Value Gaps and Liquidity Sweeps are detected with a smart logic system for improved accuracy.
How to Use:
• Use higher timeframes (H1, H4, Daily) to determine the main trend and lower timeframes (M15, M5) for entries.
• Combine Order Blocks and FVGs for strong confluence.
• Wait for BOS/CHoCH confirmations along with liquidity sweep signals before entering trades.
Disclaimer:
This tool is for chart analysis assistance only. Always conduct your own research and apply proper risk management before trading.
RSI (14) with Auto Zone Colors — Overbought/Oversold HighlighterThis indicator plots the Relative Strength Index (RSI 14) with dynamic color changes for instant visual clarity:
✅ Green line in overbought zone (≥70)
✅ Red line in oversold zone (≤30)
✅ White line in neutral range (30–70)
Includes reference lines at 70, 50, and 30 for quick decision-making. Perfect for spotting momentum extremes, divergences, and potential reversal points without squinting at numbers. Works on any timeframe.
Institutional Momentum Zones (ADX+ROC+DI+MACD+Filters)Institutional Momentum Zones (ADX + ROC + DI + MACD + Filters)
This indicator is designed to help traders visually identify Bullish, Neutral, and Bearish momentum zones on Nifty, indices, or any liquid asset, using a rules-based, institutional-style approach.
It combines multiple professional-grade momentum and trend filters into a single framework:
ADX (Average Directional Index) – Measures trend strength, filters out choppy conditions.
Directional Indicators (+DI / –DI) – Confirms whether bulls or bears are in control.
ROC (Rate of Change) – Quantifies momentum speed and direction.
MACD (optional) – Adds confirmation by checking multi-timeframe momentum alignment.
EMA Filters (optional) – Ensures price is in alignment with long-term trend bias.
Supertrend (optional) – Can be enabled for additional trend confirmation.
How it works:
Bullish Zone (Green) → Strong trend (ADX > threshold) + upward momentum (ROC > 0, +DI > –DI) + optional EMA/MACD/Supertrend confirmation.
Bearish Zone (Red) → Strong trend (ADX > threshold) + downward momentum (ROC < 0, –DI > +DI) + optional EMA/MACD/Supertrend confirmation.
Neutral Zone (Yellow) → Low trend strength (ADX < threshold) or mixed momentum signals.
Features:
Automatic background coloring for zone detection.
On-chart labels marking new zone changes.
EMA50 / EMA200 and Supertrend overlay options.
Signal markers for bullish/bearish entries.
Info panel with live ADX, ROC, DI values, and MACD histogram.
Alert conditions for zone changes (Bull, Bear, Neutral).
Best used for:
Index momentum tracking (e.g., Nifty, Bank Nifty, Dow, S&P500)
Swing trading & positional trading strategies
Filtering trades to avoid entering during low-momentum chop
Tip: For Nifty positional trading, use Daily or 4H charts with EMA & MACD filters enabled for cleaner, high-confidence signals.
Tabela RSI e Tendência EMA MTF - 2This custom TradingView indicator provides a consolidated view of trend and Relative Strength Index (RSI) across multiple timeframes, all within an intuitive table directly on your chart. Designed for traders seeking quick and efficient analysis of market momentum and direction across different time horizons, this indicator automatically adapts to the asset you are currently viewing.
Gelişmiş Mum Ters StratejiAdvanced Candle Reversal Strategy Overview
This TradingView PineScript indicator detects potential reversal signals in candlestick patterns, focusing on a sequence of directional candles followed by a wick-based reversal candle. Here's a step-by-step breakdown:
User Inputs:
candleCount (default: 6): Number of consecutive candles required (2–20).
wickRatio (default: 1.5): Minimum wick-to-body ratio for reversal (1.0–5.0).
Options to show background colors and an info table.
Candle Calculations:
Computes body size (|close - open|), upper wick (high - max(close, open)), and lower wick (min(close, open) - low).
Identifies bullish (close > open) or bearish (close < open) candles.
Checks for long upper wick (≥ body * wickRatio) for short signals or long lower wick for long signals.
Sequence Check:
Verifies if the last candleCount candles are all bearish (for long signal) or all bullish (for short signal), including the current candle.
Signal Conditions:
Long Signal: candleCount bearish candles + current candle has long lower wick (plotted as green upward triangle below bar with "LONG" text).
Short Signal: candleCount bullish candles + current candle has long upper wick (plotted as red downward triangle above bar with "SHORT" text).
Additional Features:
Alerts for signals with custom messages.
Optional translucent background color (green for long, red for short).
Plots tiny crosses for long wicks not triggering full signals (yellow above for upper, orange below for lower).
Info table (top-right): Displays strategy summary, candle count, and signal explanations.
Debug label: On signals, shows wick/body ratio above the bar.
The strategy aims for reversals after trends (e.g., after 6 red candles, a red candle with long lower wick signals buy). Customize via inputs; backtest for effectiveness. Not financial advice.
LANZ Strategy 7.0🔷 LANZ Strategy 7.0 — Multi-Session Breakout Logic with Midnight-Cross Support, Dynamic SL/TP, Multi-Account Lot Sizing & Real-Time Visual Tracking
LANZ Strategy 7.0 is a robust, visually-driven trading indicator designed to capture high-probability breakouts from a customizable market session.
It includes full support for sessions that cross midnight, dynamic calculation of Entry Price (EP), Stop Loss (SL) and Take Profit (TP) levels, and a multi-account lot sizing panel for precise risk management.
The system is built to only trigger one trade per day and manages the full trade lifecycle with automated visual cleanup and detailed alerts.
📌 This is an indicator, not a strategy — it does not place trades automatically, but provides exact entry setups, SL/TP levels, risk-based lot size guidance, and real-time alerts for execution.
🧠 Core Logic & Features
🚀 Entry Signal (BUY/SELL)
The trading day begins with a Decision Session (yellow box) where the high/low range is recorded.
Once the Operative Session starts (blue zone), the first touch of the session’s high triggers a BUY setup, and the first touch of the session’s low triggers a SELL setup.
Only one valid trade can be triggered per day — the system locks after the first signal.
⚙️ Dynamic Stop Loss & Take Profit
SL levels are derived from the Decision Session high/low using customizable Fibonacci multipliers (independent for BUY and SELL).
TP is dynamically calculated from the EP–SL distance using a user-defined Risk:Reward ratio (R:R).
All EP, SL, and TP levels are drawn as independent lines with customizable colors, label text size, and style.
⏳ Session & Midnight-Cross Support
Works with any custom Decision/Operative session hours, including sessions that start one day and end the next.
Properly tracks time zones using New York session time for consistency.
Includes Cutoff Time: after this limit, no new entries are allowed, and all visuals are auto-cleared if no trade was triggered.
💰 Multi-Account Risk-Based Lot Sizing
Supports up to 5 independent accounts.
Each account can have:
Own capital
Own risk percentage per trade
Lot size is auto-calculated based on:
SL distance (in pips or points)
Pip value (auto-detected for Forex or manually set for indices/commodities)
Results are displayed in a clean lot size info panel.
🖼️ Real-Time Visual Tracking
Dynamic updates to all levels during the Decision Session.
EP, SL, TP lines update if the session high/low changes before the Operative Session starts.
Trade result labels:
SL hit → “–1.00%” in red
TP hit → “+X.XX%” in green
Manual close at Operative End → shows actual % result in blue or purple.
🔔 Alerts for Every Key Event
Session start notification
EP entry triggered
SL or TP hit
Manual close at session end
Missed entry due to cutoff
🧭 Execution Flow
Decision Session (Yellow) — Capture high/low range.
Operative Session (Blue) — First touch of high = BUY setup; first touch of low = SELL setup.
Plot EP, SL, TP lines + calculate lot sizes for all active accounts.
Track trade until SL, TP, or Operative End.
If no entry triggered by Cutoff Time → clean all visuals and notify.
💡 Ideal For:
Traders who operate breakout logic on specific sessions (NY, London, Asian, or custom).
Those managing multiple accounts with strict risk per trade.
Anyone trading assets with sessions crossing midnight.
👨💻 Credits:
Developer: LANZ
Logic Design: LANZ
Built For: Multi-timeframe session breakouts with high precision.
Purpose: One-shot trade per day, risk consistency, and total visual clarity.
BTC/USD Confluence Breakout Pro – IST EditionBTC/USD Confluence Breakout Pro – IST Edition is a multi-factor breakout trading system designed for intraday and swing traders.
It combines trend, momentum, price action, volume, and candlestick analysis with time-based volatility windows to deliver high-probability Buy/Sell signals.
Key Features:
Trend Filters: EMA 9/21 crossover + optional EMA 200 bias filter.
Price Action Breakouts: Detects closes above/below the last N bars’ range.
Candlestick Patterns: Bullish/Bearish engulfing, hammer, and shooting star.
Momentum Indicators: RSI (14) with configurable thresholds, MACD (12/26/9).
Volume Confirmation: Volume spike vs 20-period SMA.
IST Breakout Windows: Highlights Early London, London–US Overlap, and US Open momentum periods (Hyderabad/IST time). Optionally restricts signals to these windows.
Risk Management: ATR-based stop-loss + auto-plotted 1R, 2R, and 3R take-profit levels.
Visual Aids: EMA plots, bar coloring, shaded volatility windows, and clear entry/exit labels.
Alerts: Configurable alerts for both Buy and Sell signals.
Best Use:
Apply on 1m–15m charts for intraday trading or 1H–4H for swings.
Works best during high-volatility IST windows (London–US overlap & US open).
Ideal for BTC/USD but adaptable to other crypto or forex pairs.
Kalman Supertrend (High vs Low) Bands Inspired by BackQuant, this script modifies the original Kalman Hull Supertrend by replacing the close price with High and Low sources. This creates clearer trend definition and better trend tracking.
This is one of the best trend indicators that can be used for trend trading or to capture reversals with high clarity.
Key Features:
Kalman High/Low Bands — Smooths market noise while separating bullish and bearish zones.
BB & SS Alerts — Triggered only when the entire candle closes outside both bands, helping filter out false breakouts.
Supertrend (optional) — Can be toggled on/off to monitor potential short-term or early trend shifts.
Customizable Display — Show/hide bands, fills, and live candle coloring for chart clarity.
Reversal Insight:
For 4H and Daily charts, reversal signals appear to be quite accurate when the price retests the trend bands before continuing the move.
How to Use:
BB appears when a candle fully closes above both High/Low Kalman bands — possible bullish breakout.
SS appears when a candle fully closes below both bands — possible bearish breakdown.
Supertrend toggle can confirm shorter-term moves or early reversals.
Credit to the original script BackQuant
BTC/USD Breakout Hours – IST (Hyderabad)This indicator highlights the most volatile BTC/USD trading hours based on Hyderabad (IST) time.
It marks three key breakout windows:
London–US Overlap (17:30–20:30 IST) – Highest liquidity & volatility
US Market Open Momentum (19:00–23:30 IST) – Strong trend moves
Early London Session (12:30–15:30 IST) – Pre-US setup moves
The script automatically converts chart time to IST, shades each breakout window, and includes optional alerts for:
Window start
15 minutes before start
Ideal for traders who want to align entries with high-probability market moves while avoiding low-volume hours.
Monthly High/Low & % Move By Ai Trade LabYou can have idea How much it moved Monthly. Just Change it to Monthly
TRAMA - Law of AttractionUses multiple Trend Regularity Adaptive Moving Averages to determine price points candles will eventually touch.
Dr FIB - FGBAB - Enhanced Market Structure Levels V1.0Based on Market Profile Auction Theory this indicator will provide you will key levels that will help you tailor your trading and structure the market movements properly.
This indicator will provide the following information on the chart in any time frame you select and for any instrument including Futures, Stocks and Crypto.
The levels will be provided as fully configurable horizontal lines including the following data:
- Regular trading hours HIGH, LOW and OPEN.
- Extended Trading Hours HIGH, LOW, OPEN.
- Previous Day HIGH, LOW, CLOSE.
- T+2 Settlement HIGH, LOW and CLOSE.
- Point of Control (POC).
- Initial Balance HIGH and LOW. (1st hour RTH Open).
As price tend to re-visit well know price areas, you will find this indicator very useful for day to day trading.
Raicher Strategy 3Presenting an enhanced version of the classic Raicher Strategy, refined to minimize noise and amplify meaningful signals.
This update incorporates all the moving averages I've utilized over the past few years, along with the flexibility to switch between Simple Moving Average (SMA), Exponential Moving Average (EMA), and Weighted Moving Average (WMA).
I hope you enjoy this iteration! Your feedback is greatly appreciated!
Thiru Zeussy TimeCycles IndicesThiru Zeussy TimeCycles Indices
Overview:
This indicator is designed for indices traders, highlighting key trading sessions (killzones) and granular Zeussy Time Cycles to identify high-probability price action periods. It plots session boxes, pivots, and ranges, with customizable settings for flexibility across various timeframes and markets.
Features:
- Displays six major killzone sessions with customizable colors and transparency.
- Includes eight Zeussy Time Cycles for finer intraday analysis within killzones.
- Tracks high/low pivots for each session with optional labels and alerts.
- Shows day, week, and month open/high/low lines with separators.
- Provides a range table to display current and average session ranges.
- Supports customizable time zones and drawing limits to optimize performance.
Time Cycles (All times in GMT-4, adjustable via Timezone setting):
Killzones:
// - Asia: 20:00–00:05 – Captures Asian session volatility.
// - London: 02:00–05:05 – Highlights London market open and early moves.
// - NY AM: 08:30–11:05 – Covers New York morning session, key for indices.
// - NY Lunch: 12:00–13:05 – Identifies quieter midday consolidation.
// - NY PM: 13:30–16:05 – Tracks New York afternoon volatility.
// - Power Hour: 15:00–16:05 – Focuses on high-activity period before market close.
Zeussy Time Cycles (Sub-sessions within killzones):
// - London AMD: 02:30–04:05 – Early London momentum phase.
// - London M2: 04:03–04:30 – Late London consolidation window.
// - NY A: 07:00–08:35 – Pre-NY open volatility for indices.
// - NY M: 08:30–10:05 – Early NY momentum phase.
// - NY D: 10:00–11:35 – Mid-morning NY directional moves.
// - Lunch A: 11:30–13:05 – Extended lunch consolidation period.
// - PM M: 13:00–14:35 – Early afternoon momentum.
// - PM D: 14:30–16:05 – Late afternoon directional phase.
Settings:
// - Session Drawing Limit: Controls how many sessions are drawn (default: 1 day) to manage chart clutter.
// - Timeframe Limit: Restricts drawings on timeframes ≥ 240 minutes (4 hours).
// - Timezone: Set to GMT-4 by default; adjust to match your broker’s server time.
// - Killzone Settings: Enable/disable individual killzones, customize colors, and adjust transparency (default: 95 for boxes, 75 for text).
// - Zeussy Time Cycles: Enable/disable sub-sessions, set box color, and adjust transparency (default: 95 for boxes, 75 for text).
// - Killzone Pivots: Show high/low lines, midpoints, and labels; configure alerts for pivot breaks.
// - Day-Week-Month: Display daily, weekly, or monthly open/high/low lines and separators.
// - Range Table: Shows current and average ranges for enabled sessions; position and size customizable.
Usage Notes:
// - Best suited for indices (e.g., S&P 500, NASDAQ) on intraday timeframes (1–60 minutes).
// - Adjust Timezone setting if your broker’s server time differs from GMT-4.
// - Enable only necessary killzones/Zeussy cycles to avoid chart clutter, especially on lower timeframes.
// - Test alerts for pivot breaks to ensure they align with your trading strategy.
// - For performance, limit drawings (max_days) or disable unlimited lines if lag occurs.
MK SpreadCalculates the spread between two instruments, with a primary use case of tracking the differential between real (inflation-adjusted) and nominal yields.