FTSE Trade SignalTrade FTSE with SMA crossovers and signals only printed on FTSE open, between 8am and 10am
在腳本中搜尋"纳斯达克期货cfd"
MultiSessions traderglobal.topEste indicador de sesiones está diseñado para traders intradía que desean visualizar con precisión la actividad y la volatilidad característica de cada mercado. Basado en Pine Script v5 y optimizado para la zona horaria “America/New_York”, divide el día en sub-sesiones configurables y resalta sus rangos de precio en tiempo real. En particular, incorpora tres bloques para New York (NY1, NY2, NY3), dos para Londres (LON1, LON2), dos para Tokio (TKO1, TKO2) y mantiene Sídney como sesión opcional. Cada bloque puede activarse o desactivarse de forma independiente y cuenta con su propio color ajustable, lo que permite construir mapas visuales claros para estrategias basadas en horario, solapamientos y micro-estructuras de mercado.
El panel de inputs incluye la opción “Activate High/Low View”. Cuando está activada, el indicador calcula de manera incremental el mínimo y máximo de cada sub-sesión y sombrea el área entre ambos con fill, proporcionando una referencia inmediata del rango intrasesión (útil para medir compresión/expansión y posibles rompimientos). Cuando está desactivada, emplea un simple bgcolor por bloque, ideal para traders que prefieren un gráfico más limpio y solo desean distinguir visualmente los tramos horarios.
La lógica central utiliza dos funciones auxiliares: is_session(sess), que detecta si la vela actual pertenece a un tramo horario concreto, e is_newbar(sess), que determina el inicio de una nueva barra de referencia según la resolución elegida (D, W o M). Gracias a esta combinación, en cada sub-sesión el indicador reinicia sus contadores de alto y bajo al comenzar el período y los actualiza vela a vela mientras el bloque siga activo. Este enfoque evita mezclas de datos entre sesiones y asegura que el rango que se muestra corresponda estrictamente al segmento horario configurado.
Los horarios por defecto están pensados para Forex y contemplan casos que cruzan medianoche (por ejemplo, Tokio 2 y Sídney). Pine Script admite rangos como 2200-0200; no obstante, si tu bróker o la zona horaria del gráfico generan un sombreado parcial, basta con dividir el tramo en dos: 2200-2359 y 0000-0200. Asimismo, cada input.session incluye el patrón :1234567 para habilitar los siete días; puedes restringir días según tu operativa.
En cuanto al uso práctico, el indicador facilita identificar: (1) la estructura del rango por sub-sesión (útil para estrategias de breakout/mean-reversion), (2) los solapamientos entre Londres y New York, donde suele concentrarse la liquidez, y (3) períodos de menor volatilidad (tramos tardíos de Asia o previos a noticias). El color independiente por bloque te permite codificar visualmente la importancia o tu plan de trading (por ejemplo, tonos más intensos en ventanas de alta probabilidad).
Finalmente, su diseño modular hace sencilla la personalización: puedes ajustar colores, activar/desactivar bloques, cambiar horarios y modificar la resolución de reseteo del rango. Como posible mejora, se pueden añadir alertas de ruptura de máximos/mínimos de sub-sesión o etiquetas con la altura del rango (pips) al cierre. Este indicador no sustituye el juicio del trader ni constituye recomendación financiera, pero ofrece una base visual robusta para integrar el factor tiempo en la toma de decisiones.
This sessions indicator is built for intraday traders who want a precise, time-aware view of market activity and typical volatility patterns across the day. Written in Pine Script v5 and optimized for the “America/New_York” timezone, it divides the trading day into configurable sub-sessions and highlights their price ranges in real time. Specifically, it provides three blocks for New York (NY1, NY2, NY3), two for London (LON1, LON2), two for Tokyo (TKO1, TKO2), and keeps Sydney as an optional session. Each block can be enabled or disabled independently and comes with its own adjustable color, letting you build clear visual maps for time-based strategies, overlaps, and microstructure nuances.
In the inputs panel you’ll find the “Activate High/Low View” option. When enabled, the indicator incrementally computes each sub-session’s low and high and shades the area between them with fill, giving you an immediate reference to the intra-session range (useful for gauging compression/expansion and potential breakouts). When disabled, it switches to a clean bgcolor background by block—ideal if you prefer a minimal chart and simply want to distinguish time windows at a glance.
The core logic relies on two helper functions: is_session(sess), which detects whether the current bar falls within a given time window, and is_newbar(sess), which identifies the start of a new reference bar according to your chosen reset resolution (D, W, or M). With this combination, each sub-session resets its high/low at the beginning of the period and updates them bar by bar while the block remains active. This prevents cross-contamination between sessions and ensures the range you see belongs strictly to the configured segment.
Default hours are suited to Forex and include segments that cross midnight (e.g., Tokyo 2 and Sydney). Pine Script supports ranges like 2200-0200; however, if your broker or chart timezone causes partial shading, simply split the segment into two: 2200-2359 and 0000-0200. Each input.session uses the :1234567 suffix to enable all seven days; you can easily restrict days to match your plan.
Practically speaking, the indicator helps you identify: (1) range structure by sub-session (great for breakout or mean-reversion frameworks), (2) overlaps between London and New York, where liquidity and directional moves often concentrate, and (3) lower-volatility windows (late Asia or pre-news lulls). Independent colors per block let you visually encode priority or your trading plan (for example, richer tones in high-probability windows).
Thanks to its modular design, customization is straightforward: adjust colors, toggle blocks, change hours, and tweak the range-reset resolution to suit your routine. As a natural extension, you can add alerts for sub-session high/low breakouts or labels that display the range height (in pips) at session close. While no indicator replaces trader judgment or constitutes financial advice, this tool offers a robust visual foundation for incorporating the time factor directly into your decision-making, helping you contextualize price action within the rhythm of global trading sessions.
Smart MTF Fair Value Gap StrategyThe Multi-Timeframe Fair Value Gap (FVG) Strategy is designed to identify institutional imbalance zones (Fair Value Gaps) from a higher timeframe and trade them efficiently on the current chart timeframe.
🔹 Core Logic
Detects Bullish FVGs when there’s a gap between a prior higher-timeframe high and the following low.
Detects Bearish FVGs when there’s a gap between a prior higher-timeframe low and the following high.
Zones are plotted as colored boxes (green for bullish, red for bearish).
When price re-enters a zone, the strategy automatically places trades with defined stop-loss and take-profit levels.
🔹 Risk Management
Stop-loss is set at the opposite side of the zone.
Take-profit is calculated using a customizable Risk:Reward ratio (default 2:1).
Adjustable position sizing and execution rules (enter on touch or require strict close inside zone).
🔹 Inputs & Features
Higher Timeframe selection (e.g., H1, H4, Daily).
Customizable box width for better visualization.
Toggle to show/hide zones.
Strict entry filter to avoid premature signals.
Works in both long and short directions.
⚡ This strategy provides a simple yet powerful way to visualize institutional FVG levels and test structured entries around them with proper risk management.
ICT ob by AyushThis indicator marks **order blocks** by detecting the first opposite candle of any pullback run and drawing a line from its **open** to the confirming candle’s close.
It works on **any timeframe (or HTF projection)**, stays clean, and only shows **solid, body-confirmed OBs**.
Advanced FVG Strategy Pro+ (v6)📌 Advanced FVG Strategy Pro+ (v6)
This is a professional-grade Fair Value Gap (FVG) strategy designed for modern trading environments. It combines multi-timeframe FVG detection, a digital low-pass trend filter, and dynamic risk management to create a highly adaptable trading system.
🔹 Core Features:
Smart FVG Detection → Identifies bullish & bearish imbalances with customizable sensitivity.
Trend Confirmation → Built-in IIR filter eliminates noise and aligns trades with dominant market flow.
Risk Management Pro Tools → Trade sizing by % of equity or fixed dollar risk, auto-adjusted to stop loss distance.
Adaptive R:R → Fully configurable risk/reward ratio for flexible trade planning.
On-Chart Dashboard → Real-time stats including Winrate, Profit Factor, Trade Count & configured risk.
Safety Guards → Position sizing capped to prevent oversized trades on small stop-loss setups.
🔹 Trading Logic:
Long Setup → Bullish FVG + (optional) trend confirmation.
Short Setup → Bearish FVG + (optional) trend confirmation.
Each trade automatically manages SL at the gap edge and TP based on RR multiplier.
🔹 Why It’s Different:
Unlike basic FVG scripts, this strategy integrates professional money management, signal filtering, and real-time performance analytics. It adapts across forex, crypto, and indices, making it a universal tool for both backtesting and live trading.
⚠️ Disclaimer: This strategy is for educational and research purposes only. Past performance does not guarantee future results. Always backtest thoroughly and manage your risk responsibly.
DodgyDD IndicatorIFVG setup indicator. I have not added support for IFVG with major liquidity sweep. The idea is if the price breaks previous swing and the quickly retract forming IFVG it will notify
Ripster EMA Clouds with customisable colorsEMA Clouds indicator inspired by Ripster47's concepts. Published primarily to offer customizable color settings for the cloud displays. This is not an identical copy but an inspired implementation.
Volume & RVOL TableVolume & RVOL Dynamic Table
Clean table displaying current volume, current RVOL%, and last RVOL% with dynamic color coding based on customizable percentage thresholds.
Features:
Color-coded RVOL cells change automatically based on volume activity levels
Vertical or horizontal layout options
Fully customizable colors, position, and text sizing
Adjustable RVOL period (default: 50 candles)
Perfect for quick volume analysis without chart clutter. Works on all timeframes.
ADX with Custom Limit LineSimple ADX with Custom Threshold
A clean, educational ADX indicator that allows traders to set their own trend strength threshold.
Features:
- Customizable limit line for personalized trend analysis
- Color-coded ADX line based on trend strength
- Educational reference lines (15, 25, 40, 50)
- Background highlighting when above custom threshold
- Comprehensive alerts for trend changes
Perfect for traders who want a simple but effective tool to assess trend strength without complexity.
This indicator helps understand:
- When trends are strong enough to trade
- How to interpret ADX readings
- Optimal entry/exit timing based on trend strength
Educational and straightforward - ideal for both beginners and experienced traders.
⚠️ RISK DISCLAIMER:
This indicator is for educational purposes only and does not constitute financial advice.
Trading involves significant risk of loss. Always do your own research and consider
consulting with a qualified financial advisor before making trading decisions.
Multi Timeframe EMA14 (CHANUT)เป็นการใช้ อินดิเคเตอร์ ในการดู แนวโน้มตลาดเช่น ทองคำ
It is the use of indicators to look at market trends such as gold.
XAUUSD Lot Size Calculator + RSI (Yoothobbiz)This indicator is designed for Gold traders on the 5-minute timeframe (M5) who want a clear and editable lot size, stop loss, and take profit calculator directly on their chart.
✨ Features:
📌 Dynamic Lot Size Calculation – based on account capital, chosen risk %, and stop loss distance.
⚖️ Risk/Reward Management – automatically displays TP level using a customizable risk/reward ratio (e.g., 1:2, 1:3, etc.).
🛑 Stop Loss in Points & Price – calculates SL from recent M5 highs/lows, including spread.
🎯 Take Profit in Price & Points – automatically adjusted to your risk/reward ratio.
💵 Risk in USD – instantly shows how much capital is at risk per trade.
🕒 Custom Time Zone Support – displays the real trading time (default UTC-4 for New York), fully editable for any user.
⏱ Timeframe Label – clearly shows the working timeframe (M5 by default).
🎨 Fully Editable Display Panel:
Position (6 corners available).
Font family, size, style (bold/italic).
Text and background colors.
Adjustable spacing between lines.
🔑 How to Use:
Set your capital and risk % in the settings.
Adjust spread (in points) if needed.
Choose your risk/reward ratio.
The panel will display:
Recommended lot size for XAUUSD
Stop loss (price + points)
Take profit (price + ratio)
Risk in $
Timeframe & real-time clock
📍 Notes:
Optimized for XAUUSD (Gold) and the 5M timeframe.
Works on any asset/timeframe, but SL logic is based on M5 candle highs/lows.
Ideal for traders who want a fast and disciplined risk management tool right on their chart.
Impulse Momentum Scalper⚡ Impulse Momentum Scalper: Catch the Wave of Big Moves
Tired of guessing when a trend is about to explode? Stop chasing and start catching the first wave with Impulse Momentum Scalper.
This isn't just another indicator repaint. This is a sophisticated strategy engine designed to identify the critical moment when surge in volume and expanding volatility converge within a strong trend, signaling the start of a powerful momentum move.
We don't predict. We react to the market's own footprint.
How It Works: The Triple-Filter System
THE TREND (The Highway): A simple EMA filter ensures you only trade in the direction of the dominant trend. Why swim against the current?
THE VOLUME (The Fuel): The strategy waits for an explosive volume surge—signaling strong institutional or crowd interest—before even considering an entry. No volume, no trade.
THE IMPULSE (The Trigger): It then scans for a significant expansion in volatility, indicating the market is breaking out of its slumber and initiating a new impulsive wave.
When all three elements align, the strategy provides a clear, non-repainting signal to enter.
Key Features & Advantages:
🛡️ Built-In Smart Risk Management: Every trade includes a dynamic Stop-Loss and Take-Profit based on Average True Range (ATR), adapting your risk to the market's current volatility.
🎯 High-Probability Signals: By combining three proven concepts (Trend, Volume, Volatility), it filters out market noise and aims for only the highest-quality setups.
⏰ Perfect for Scalpers & Swing Traders: While designed for quick, impulsive moves, the logic is effective on multiple timeframes (try 5m for scalping or 1H for swings).
🔔 One-Click Alerts: Includes pre-configured alert conditions so you never miss a signal, even if you're away from your charts.
Disclaimer: This script is a strategy, not financial advice. Past performance is not indicative of future results. Always backtest and forward-test any strategy in a risk-controlled environment before committing real capital.
Ready to trade the impulse? Add the strategy to your chart and see the signals in real-time!
cd_SMT_Sweep_CISD_CxGeneral
This indicator is designed to show trading opportunities after sweeps of higher timeframe (HTF) highs/lows and, if available, Smart Money Technique (SMT) divergence with a correlated asset, followed by confirmation from a lower timeframe change in state delivery (CISD).
Users can track SMT, Sweep, and CISD levels across nine different timeframes.
________________________________________
Usage and Details
Commonly correlated timeframes are available in the menu by default. Users can also enter other compatible timeframes manually if necessary.
The indicator output is presented as:
• A summary table
• Display on HTF candles
• CISD levels shown as lines
Users can disable any of these from the menu.
Presentations of selected timeframes are displayed only if they are greater than or equal to the active chart timeframe.
From the Show/Hide section, you can control the display of:
• SMT table
• Sweep table
• HTF candles
• CISD levels
• HTF boxes aligned with the active timeframe
________________________________________
SMT Analysis
To receive analysis, users must enter correlated assets in the menu (or adjust them as needed).
If asset X is paired with correlated asset Y, then a separate entry for Y correlated with X is not required.
Four correlation pairs are included by default. Users should check them according to their broker/exchange or define new ones.
Checkboxes at the beginning of each row allow activation/deactivation of pairs.
SMT analysis is performed on the last three candles of each selected HTF.
If one asset makes a new high while the correlated one does not (or one makes a new low while the other does not), this is considered SMT and will be displayed both in the table and on the chart.
Charts without defined correlated assets will not display an SMT table.
________________________________________
Sweep Analysis
For the selected timeframes, the current candle is compared with the previous one.
If price violates the previous level and then pulls back behind it, this is considered a sweep. It is displayed in both the table and on the chart.
Within correlated pairs, the analysis is done separately and shown only in the table.
Example with correlated and non-correlated pairs:
• In the table, X = false, ✓ = true.
• The Sweep Table has two columns for Bullish and Bearish results.
• For correlated pairs, both values appear side by side.
• For undefined pairs, only the active asset is shown.
Example 1: EURUSD and GBPUSD pair
• If both sweep → ✓ ✓
• If one sweeps, the other does not → ✓ X
• If neither sweeps → X X
Example 2: AUDUSD with no correlated pair defined
• If sweep → ✓
• If no sweep → X
________________________________________
HTF Candles
For every HTF enabled by the user, the last three candles (including the current one) are shown on the chart.
SMT and sweep signals are marked where applicable.
________________________________________
CISD Levels
For the selected timeframes, bullish and bearish CISD levels are plotted on the chart.
________________________________________
HTF Boxes
HTF boxes aligned with the active timeframe are displayed on the chart.
Box border colors change according to whether the active HTF candle is bullish or bearish.
________________________________________
How to Read the Chart?
Let’s break down the example below:
• Active asset: Nasdaq
• Correlated asset: US500 (defined in the menu, confirmed in the table bottom row)
• Active timeframe: H1 → therefore, the HTF box is shown for Daily
• Since a correlated pair is defined, the indicator runs both SMT and Sweep analysis for the selected timeframes. Without correlation, only Sweep analysis would be shown.
Table is prepared for H1 and higher timeframes (as per user selection and active TF).
Observations:
• SMT side → H1 timeframe shows a bearish warning
• Sweep side → Bearish column shows X and ✓
o X → no sweep on Nasdaq
o ✓ → sweep on US500
Meaning: US500 made a new high (+ sweep) while Nasdaq did not → SMT formed.
The last column of the table shows the compatible LTF for confirmation.
For H1, it suggests checking the 5m timeframe.
On the chart:
• CISD levels for selected timeframes are drawn
• SMT line is marked on H1 candles
• Next step: move to 5m chart for CISD confirmation before trading (with other confluences).
Similarly, the Daily row in the table shows a Bullish Sweep on US500.
________________________________________
Alerts
Two alert options are available:
1. Activate Alert (SMT + Sweep):
Triggers if both SMT and Sweep occur in the selected timeframes. (Classic option)
2. Activate Alert (Sweep + Sweep):
Triggers if sweeps occur in both assets of a correlated pair at the same timeframe.
Interpretation:
If SMT + Sweep are already present on higher timeframes, and simultaneous sweeps appear on lower timeframes, this may indicate a strong directional move.
Of course, this must be validated with CISD and other confluences.
________________________________________
HTF CISD Levels
Although CISD levels act as confirmation levels in their own timeframe, observing how price reacts to HTF CISD levels can provide valuable insights for intraday analysis.
POIs overlapping with these levels may be higher priority.
________________________________________
What’s Next in Future Versions?
• Completed CISD confirmations
• Additional alert options
• Plus your feedback and suggestions
________________________________________
Final Note
I’ll be happy to hear your opinions and feedback.
Happy trading!
VWAP Confluência 3x VWAP Confluence 3x — Daily · Weekly · Anchored
Purpose
A pragmatic VWAP suite for execution and risk management. It plots three institutional reference lines: Daily VWAP, Weekly VWAP, and an Anchored VWAP (AVWAP) starting from a user-defined event (news, earnings, session open, swing high/low).
Why it matters
VWAP is the market’s “fair price” weighted by where volume actually traded. Confluence across timeframes and events turns noisy charts into actionable bias and clean levels.
What it does
Daily VWAP — resets each trading day; intraday “fair value.”
Weekly VWAP — resets each week; swing context and larger player defense.
Anchored VWAP — starts at a precise timestamp you set (e.g., news release).
Price source toggle — Typical Price
(
𝐻
+
𝐿
+
𝐶
)
/
3
(H+L+C)/3 or Close.
Visibility switches — enable/disable each line independently.
Anchor marker — labels the first bar of the AVWAP.
Inputs
Show Daily VWAP (on/off)
Show Weekly VWAP (on/off)
Show Anchored VWAP (on/off)
Price Source: Typical (H+L+C)/3 or Close
Anchor Time: timestamp of your event (uses the chart/exchange timezone)
How to anchor to a news event
Find the exact release time as shown in your chart’s timezone.
Open the indicator settings → set Anchor Time to that minute.
The AVWAP begins at that bar and accumulates forward.
Playbook (examples, not signals)
Strong long bias: price above Daily and Weekly VWAP; AVWAP reclaimed after news.
Strong short bias: price below Daily and Weekly; AVWAP reject after news.
Mean-revert zones: price stretches far from the active VWAPs and snaps back; size around VWAP with tight risk.
Targets: opposite VWAP, prior day/week highs/lows, or liquidity pools near AVWAP.
Best used with
Session highs/lows, liquidity sweeps, volume profile, and time-of-day filters.
Notes & limitations
Works best on markets with reliable volume (equities, futures, liquid crypto). FX spot uses synthetic volume—interpret accordingly.
Anchor Time respects the chart’s timezone. Convert news times before setting.
This is an indicator, not a backtestable strategy. No trade advice.
Disclaimer
For educational purposes only. Trading involves risk. Do your own research and manage risk responsibly.
ICT Advanced Multi-Timeframe StrategyICT Advanced Multi-Timeframe Trading System
📊 Overview
This comprehensive Pine Script indicator implements the complete Inner Circle Trader (ICT) methodology for professional day trading and swing trading. Combining Fair Value Gaps, Order Blocks, Break of Structure analysis, and multi-timeframe trend confirmation with ADX, this tool provides institutional-grade market analysis for serious traders.
🎯 Key Features
Fair Value Gaps (FVG)
3-Candle Pattern Detection: Automatically identifies bullish and bearish Fair Value Gaps
Mitigation Tracking: Monitors when gaps get filled and changes visual appearance
ATR Filtering: Optional filter to eliminate noise using Average True Range
Visual Boxes: Color-coded FVG zones with customizable transparency and styles
Midline Support: Optional midlines for precise entry timing
Order Blocks (Institutional Zones)
Algorithmic Detection: Identifies institutional buying and selling zones
Visual Representation: Clear boxes marking significant price levels
Customizable Styling: Full control over colors, borders, and transparency
Multi-Timeframe Awareness: Works across all timeframes
Break of Structure (BOS)
Trend Change Detection: Identifies when market structure shifts
Change of Character (CHoCH): Detects momentum changes
Visual Labels: Clear BOS arrows with customizable appearance
Swing Analysis: Uses pivot points for accurate structure identification
Multi-Timeframe Analysis
ADX Trend Confirmation: Current timeframe + higher timeframe ADX analysis
Signal Alignment: Only fires signals when multiple timeframes agree
Weekly & 4HR Context: Previous candle boxes for higher timeframe structure
Dynamic Updates: Boxes automatically update as new candles form
Premium/Discount Zones
Institutional Price Levels: Identifies where smart money operates
Equilibrium Line: Central balance point for market structure
Color-Coded Zones: Visual representation of premium (sell) and discount (buy) areas
Range Analysis: Shows current price position relative to key levels
Central Pivot Range (CPR) Analysis
Range Classification: Identifies NARROW, NORMAL, or BROAD market conditions
Volatility Context: Helps adapt trading strategy to current market state
Visual Indicators: Color-coded range display with customizable thresholds
Percentage-Based: Universal application across all markets and timeframes
Previous Candle Boxes
4HR Candle Box: Yellow dotted box showing previous 4-hour candle range
Weekly Candle Box: Green dotted box displaying previous weekly candle range
Dynamic Updates: Automatically repositions as new candles complete
Reference Levels: Key support/resistance from higher timeframes
⚙️ Customization Options
Complete Visual Control
Colors: Individual color settings for every visual element
Transparency: Adjustable transparency for all boxes and fills
Line Styles: Solid, dashed, or dotted options for borders and lines
Line Widths: Customizable thickness for all visual elements
Label Sizes: Tiny to Large sizing options for all text elements
Information Table
Comprehensive Metrics: Real-time display of all key indicators
Positioning: 6 different table positions to suit your layout
Transparency Control: Adjustable background and header transparency
Color Customization: Full control over table appearance
Toggle Display: Show/hide table as needed
Alert System
FVG Alerts: New Fair Value Gap formations
Order Block Alerts: Institutional zone creation
BOS Alerts: Structure breaks and trend changes
Multi-Timeframe Signals: Strong buy/sell confirmations
Zone Alerts: Entry into premium/discount areas
📈 How to Use
For Day Traders
Enable Kill Zones: Focus on London (3-4 AM), NY AM (10-11 AM), NY PM (2-3 PM)
Watch FVG Formation: Look for gaps during high-impact news or market opens
Confirm with ADX: Ensure trend strength >25 on both current and higher timeframes
Trade Premium/Discount: Buy in discount zones, sell in premium zones
Use CPR Analysis: Adapt strategy based on range conditions
For Swing Traders
Focus on Higher Timeframes: Use 4HR and Weekly candle boxes for context
Order Block Priority: Trade from significant institutional zones
Structure Breaks: Enter positions after confirmed BOS signals
Multi-Timeframe Alignment: Wait for all timeframes to agree
Signal Interpretation
🔥 BUY Signals: Bullish FVG + ADX uptrend + discount zone + kill zone active
🔥 SELL Signals: Bearish FVG + ADX downtrend + premium zone + kill zone active
BOS Labels: Trend change confirmations for position adjustments
CPR Status: Market volatility context for strategy adaptation
🎓 Educational Value
This indicator serves as a comprehensive educational tool for learning ICT concepts:
Visual Learning: See ICT theory applied in real-time
Pattern Recognition: Develop skills in identifying institutional behavior
Risk Management: Understand proper entry and exit zones
Market Structure: Learn to read price action like institutions
⚡ Technical Specifications
Pine Script v6: Latest version for optimal performance
Multi-Timeframe: Seamlessly integrates multiple timeframe analysis
Resource Efficient: Optimized for maximum visual elements without lag
Universal Application: Works on all markets (Forex, Indices, Crypto, Stocks)
Real-Time Updates: Dynamic calculations and visual updates
📊 Performance Features
Maximum Elements: Supports 500 boxes, lines, and labels simultaneously
Memory Management: Automatic cleanup of old elements
Efficient Calculations: Optimized algorithms for smooth performance
Scalable Design: Works equally well on 1-minute to daily charts
🎯 Ideal For
ICT methodology students and practitioners
Day traders seeking institutional market insights
Swing traders needing multi-timeframe context
Professional traders requiring comprehensive market analysis
Anyone looking to understand smart money behavior
Disclaimer: This indicator is for educational purposes. Past performance does not guarantee future results. Always practice proper risk management and never risk more than you can afford to lose.
Support: For questions about ICT methodology, refer to Michael J. Huddleston's educational content. This indicator implements his concepts for practical trading application.
Relative Strength v4Relative Strength follow IDB and Mark Minervini
Thank Chat GPT 5 Help me to finish this indicator
EMA vs TMA Regime FilterEMA vs TMA Regime Filter
This indicator is built as a visual study tool to compare the behavior of the Exponential Moving Average (EMA) and the Triangular Moving Average (TMA).
The EMA applies an exponential weighting to price data, giving stronger importance to the most recent values. This makes it a faster, more responsive line that reflects short-term momentum. The TMA, by contrast, applies a double-smoothing process (or in the “True TMA” option, a split SMA sequence), which produces a much slower curve. The TMA emphasizes balance over reactivity, often used for filtering noise and observing longer-term structure.
When both are plotted on the same chart, their differences become clear. The shaded region between them highlights times when short-term price dynamics diverge from longer-term smoothing. This is where the idea of “regime” comes in — not as a trading signal, but as a descriptive way of seeing whether market action is currently dominated by speed or by stability.
Users can customize:
Line styles, widths, and colors.
Cloud transparency for visual clarity.
Whether to color bars based on relative position (optional, purely visual).
The goal is not to create a system, but to help traders experiment, observe, and learn how different smoothing techniques can emphasize different aspects of price. By switching between the legacy and true TMA, or adjusting lengths, users can study how each approach interprets the same data differently.
🏆 AI Gold Master IndicatorsAI Gold Master Indicators - Technical Overview
Core Purpose: Advanced Pine Script indicator that analyzes 20 technical indicators simultaneously for XAUUSD (Gold) trading, generating automated buy/sell signals through a sophisticated scoring system.
Key Features
📊 Multi-Indicator Analysis
Processes 20 indicators: RSI, MACD, Bollinger Bands, EMA crossovers, Stochastic, Williams %R, CCI, ATR, Volume, ADX, Parabolic SAR, Ichimoku, MFI, ROC, Fibonacci retracements, Support/Resistance, Candlestick patterns, MA Ribbon, VWAP, Market Structure, and Cloud MA
Each indicator generates BUY (🟢), SELL (🔴), or NEUTRAL (⚪) signals
⚖️ Dual Scoring Systems
Weighted System: Each indicator has configurable weights (10-200 points, total 1000), with higher weights for critical indicators like RSI (150) and MACD (150)
Simple Count System: Basic counting of BUY vs SELL signals across all indicators
🎯 Signal Generation
Configurable thresholds for both systems (weighted score threshold: 400-600 recommended)
Dynamic risk management with ATR-based TP/SL levels
Signal strength filtering to reduce false positives
📈 Advanced Configuration
Customizable thresholds for all 20 indicators (RSI levels, Stochastic bounds, Williams %R zones, etc.)
Dynamic weight bonuses that adapt to dominant market trends
Risk management with configurable TP1/TP2 multipliers and stop losses
🎛️ Visual Interface
Real-time master table displaying all indicators, their values, weights, and current signals
Visual trading signals (triangles) with detailed labels
Optional TP/SL lines and performance statistics
💡 Optimization Features
Gold-specific parameter tuning
Trend analysis with configurable lookback periods
Volume spike detection and volatility analysis
Multi-timeframe compatibility (15m, 1H, 4H recommended)
The system combines traditional technical analysis with modern weighting algorithms to provide comprehensive market analysis specifically optimized for gold trading.
Ragazzi è una meraviglia, pronto all uso, già configurato provatelo divertitevi e fate tanti soldoni poi magari una piccola donazione spontanea sarebbe molto gradita visto il tempo, risorse e gli insulti della moglie che mi diceva che perdevo tempo, fatemi sapere se vi piace.
nel codice troverete una descrizione del funzionamento se vi vengono in mente delle idee per migliorarlo contattatemi troverete i mie contatti in tabella un saluto.
IST 4H Candle Boxes (5m)highlights forex 4h session in IST. Works for scalping with 4h bias.
highlights forex 4h session in IST. Works for scalping with 4h bias.
highlights forex 4h session in IST. Works for scalping with 4h bias.
highlights forex 4h session in IST. Works for scalping with 4h bias.
Emre AOI Zonen Daily & Weekly (mit Alerts, max 60 Pips)This TradingView indicator automatically highlights Areas of Interest (AOI) for Forex or other markets on Daily and Weekly timeframes. It identifies zones based on the high and low of the previous period, but only includes zones with a width of 60 pips or less.
Features:
Daily AOI Zones in blue, Weekly AOI Zones in yellow with 20% opacity, so candlesticks remain visible.
Persistent zones: AOI boxes stay on the chart until the price breaks the zone.
Multiple zones: Supports storing multiple Daily and Weekly AOIs simultaneously.
Break Alerts: Sends alerts whenever a Daily or Weekly AOI is broken, helping traders spot key levels in real-time.
Fully automated: No manual drawing needed; zones are updated and extended automatically.
Use Case:
Ideal for traders using a top-down approach, combining Weekly trend analysis with Daily entry signals. Helps identify support/resistance, supply/demand zones, and critical price levels efficiently.