Gre8t1ne Minimal AVWAP/VWAP (Auto-Optimized, HLC4 + Bands)The Gre8t1ne Minimal AVWAP/VWAP (Auto-Optimized, HLC4 + Bands) is a clean, lightweight version of your anchored VWAP (AVWAP) + VWAP tool.
It is built to give you the pure institutional reference point without clutter, while still offering bands for volatility context.
Indicators and strategies
Price Action DetectorAn all-in-one tool designed to automatically detect and label a wide array of key candlestick patterns on your chart, from single-candle Pinbars to complex three-candle formations like the Morning Star, Evening Star, Three White Soldiers, and Three Black Crows. By identifying potential trend reversals and continuations with clear, customizable visual labels and fully configurable alerts, this indicator helps traders streamline their technical analysis and quickly spot critical trading opportunities across any timeframe.
ATR% | Volatility NormalizerThis indicator measures true volatility by expressing the Average True Range (ATR) as a percentage of price. Unlike basic ATR plots, which show raw values, this version normalizes volatility to make it directly comparable across instruments and timeframes.
How it works:
Uses True Range (High–Low plus gaps) to capture actual market movement.
Normalizes by dividing ATR by the chosen price base (default: Close).
Multiplies by 100 to output a clean ATR% line.
Smoothing is flexible: choose from RMA, SMA, EMA, or WMA.
Optional Feature:
For comparison, you can toggle an auxiliary line showing the average absolute close-to-close % move, highlighting the difference between simplified and true volatility.
Why use it:
Track regime shifts: identify when volatility expands or contracts in % terms.
Compare volatility across different markets (equities, crypto, forex, commodities).
Integrate into risk management: position sizing, stop placement, or volatility filters for entries.
Interpretation:
Rising ATR% → expanding volatility, potential breakouts or unstable ranges.
Falling ATR% → contracting volatility, possible consolidation or range-bound conditions.
Sudden spikes → market “shocks” worth paying attention to.
Gre8t1ne ADX Session Strength (London/NY Only)The Gre8t1ne ADX Session Strength (London/NY Only) is a trend-strength confirmation tool that works only during the London and New York trading sessions. It uses the Average Directional Index (ADX) along with the Directional Indicators (+DI and –DI) to measure how strong a trend is and whether buyers or sellers are in control.
EMA/VWAP SuiteEMA/VWAP Suite
Overview
The EMA/VWAP Suite is a versatile and customizable Pine Script indicator designed for traders who want to combine Exponential Moving Averages (EMAs) and Volume Weighted Average Prices (VWAPs) in a single, powerful tool. It overlays up to eight EMAs and six VWAPs (three anchored, three rolling) on the chart, each with percentage difference labels to show how far the current price is from these key levels. This indicator is perfect for technical analysis, supporting strategies like trend following, mean reversion, and VWAP-based trading.
By default, the indicator displays eight EMAs and a session-anchored VWAP (AVWAP 1, in fuchsia) with their respective percentage difference labels, keeping the chart clean yet informative. Other VWAPs and their bands are disabled by default but can be enabled and customized as needed. The suite is designed to minimize clutter while providing maximum flexibility for traders.
Features
- Eight Customizable EMAs: Plot up to eight EMAs with user-defined lengths (default: 3, 9, 19, 38, 50, 65, 100, 200), each with a unique color for easy identification.
- EMA Percentage Difference Labels: Show the percentage difference between the current price and each EMA, displayed only for visible EMAs when enabled.
- Three Anchored VWAPs: Plot VWAPs anchored to the start of a session, week, or month, with customizable source, offset, and band multipliers. AVWAP 1 (session-anchored, fuchsia) is enabled by default.
- Three Rolling VWAPs: Plot VWAPs calculated over fixed periods (default: 20, 50, 100), with customizable source, offset, and band multipliers.
- VWAP Bands: Optional upper and lower bands for each VWAP, based on standard deviation with user-defined multipliers.
- VWAP Percentage Difference Labels: Display the percentage difference between the current price and each VWAP, shown only for visible VWAPs. Enabled by default to show the AVWAP 1 label.
- Customizable Colors: Each VWAP has a user-defined color via input settings, with labels matching the VWAP line colors (e.g., AVWAP 1 defaults to fuchsia).
Flexible Display Options: Toggle individual EMAs, VWAPs, bands, and labels on or off to reduce chart clutter.
Settings
The indicator is organized into intuitive setting groups:
EMA Settings
Show EMA 1–8 : Toggle each EMA on or off (default: all enabled).
EMA 1–8 Length : Set the period for each EMA (default: 3, 9, 19, 38, 50, 65, 100, 200).
Show EMA % Difference Labels : Enable/disable percentage difference labels for all EMAs (default: enabled).
EMA Label Font Size (8–20) : Adjust the font size for EMA labels (default: 10, mapped to “tiny”).
Anchored VWAP 1–3 Settings
Show AVWAP 1–3 : Toggle each anchored VWAP on or off (default: AVWAP 1 enabled, others disabled).
AVWAP 1–3 Color : Set the color for each VWAP line and its label (default: fuchsia for AVWAP 1, purple for AVWAP 2, teal for AVWAP 3).
AVWAP 1–3 Anchor : Choose the anchor period (“Session,” “Week,” “Month”; default: Session for AVWAP 1, Week for AVWAP 2, Month for AVWAP 3).
AVWAP 1–3 Source : Select the price source (default: hlc3).
AVWAP 1–3 Offset : Set the horizontal offset for the VWAP line (default: 0).
Show AVWAP 1–3 Bands : Toggle upper/lower bands (default: disabled).
AVWAP 1–3 Band Multiplier : Adjust the standard deviation multiplier for bands (default: 1.0).
Rolling VWAP 1–3 Settings
Show RVWAP 1–3 : Toggle each rolling VWAP on or off (default: disabled).
RVWAP 1–3 Color : Set the color for each VWAP line and its label (default: navy for RVWAP 1, maroon for RVWAP 2, fuchsia for RVWAP 3).
RVWAP 1–3 Period Length : Set the period for the rolling VWAP (default: 20, 50, 100).
RVWAP 1–3 Source : Select the price source (default: hlc3).
RVWAP 1–3 Offset : Set the horizontal offset (default: 0).
Show RVWAP 1–3 Bands : Toggle upper/lower bands (default: disabled).
RVWAP 1–3 Band Multiplier : Adjust the standard deviation multiplier for bands (default: 1.0).
VWAP Label Settings
Show VWAP % Difference Labels : Enable/disable percentage difference labels for all VWAPs (default: enabled, showing AVWAP 1 label).
VWAP Label Font Size (8–20) : Adjust the font size for VWAP labels (default: 10, mapped to “tiny”).
How It Works
EMAs : Calculated using ta.ema(close, length) for each user-defined period. Percentage differences are computed as ((close - ema) / close) * 100 and displayed as labels for visible EMAs when show_ema_labels is enabled.
Anchored VWAPs : Calculated using ta.vwap(source, anchor, 1), where the anchor is determined by the selected timeframe (Session, Week, or Month). Bands are computed using the standard deviation from ta.vwap.
Rolling VWAPs : Calculated using ta.vwap(source, length), with bands based on ta.stdev(source, length).
Labels : Updated on each new bar (ta.barssince(ta.change(time) != 0) == 0) to show percentage differences. Labels are only displayed for visible EMAs/VWAPs to avoid clutter.
Color Matching: VWAP labels use the same color as their corresponding VWAP lines, set via input settings (e.g., avwap1_color for AVWAP 1).
Example Use Cases
- Trend Following: Use longer EMAs (e.g., 100, 200) to identify trends and shorter EMAs (e.g., 3, 9) for entry/exit signals.
- Mean Reversion: Monitor percentage difference labels to spot overbought/oversold conditions relative to EMAs or VWAPs.
- VWAP Trading: Use the default session-anchored AVWAP 1 for intraday trading, adding weekly/monthly VWAPs or rolling VWAPs for broader context.
- Intraday Analysis: Leverage the session-anchored AVWAP 1 (enabled by default) for day trading, with bands as support/resistance zones.
Trend Table MTF – Customizable PROTrend Table MTF – Customizable PRO
The Trend Table MTF – Customizable PRO is a powerful visual tool that helps traders instantly monitor multi-timeframe trend direction using a simple and clean table display.
Perfect for scalpers, intraday, and swing traders, this indicator offers a bird’s eye view of the market trend across multiple timeframes – all in a compact format.
🔍 Features:
✅ 7 Timeframes (fully customizable: 1m, 5m, 15m, 30m, 1h, 4h, 1D by default)
✅ Trend Detection via price vs EMA 20 (customizable logic possible)
✅ Custom Table Positioning (Top/Bottom, Left/Right)
✅ Adjustable Background Transparency
✅ Fully Customizable Colors:
Background
Text
Uptrend Arrow Color (▲)
Downtrend Arrow Color (▼)
Uptrend Background Color
Downtrend Background Color
✅ Arrow Symbols for quick trend recognition
✅ Works on any asset and timeframe
🎯 How It Works:
The indicator compares the current price to the 20-period EMA on each selected timeframe.
If Price > EMA, it's considered an Uptrend (▲).
If Price < EMA, it's a Downtrend (▼).
You get immediate color-coded visual feedback in the table with customizable arrows and background colors.
📊 Use Cases:
🔹 Confirm trend alignment before entering trades
🔹 Spot momentum shifts across timeframes
🔹 Combine with your scalping or swing strategy for extra confidence
🔹 Perfect companion to your price action or volume indicators
🧩 Pro Tips:
Combine this with MACD, RSI, or Liquidity Zones for powerful confluence
Use table transparency to avoid visual clutter on your chart
Choose high-contrast colors for quick glance recognition
Ichimoku Cloud Advanced [CongTrader]Ichimoku Cloud Advanced
Overview
Ichimoku Cloud Advanced is a refined version of the classic Ichimoku system. It combines the power of the original Ichimoku framework with practical enhancements, including:
Crypto & Traditional Presets for flexible use in multiple markets.
EMA200 Trend Filter to help reduce false signals and highlight strong market direction.
Signal Table & Labels to visualize entry/exit signals clearly.
Smart Alerts for Tenkan/Kijun crosses and Kumo breakouts.
Designed for traders who want to capture momentum, confirm trends, and manage positions more effectively in crypto, forex, and stocks.
Unique Value
Unlike standard Ichimoku indicators, this tool focuses on:
Adaptability: Ready-made presets for crypto volatility or traditional markets.
Clarity: Built-in labels, status table, and optional signals.
Risk Awareness: Encourages users to filter trades with EMA200, not just raw Ichimoku signals.
This makes it a balanced tool for trend confirmation, swing entries, and scalping setups.
How to Use
Choose a Preset → Traditional (9/26/52) or Crypto (fast/medium) depending on your market.
Enable EMA200 Filter → Use it to avoid trading against major market direction.
Watch Signals → Buy/Sell labels, status table updates, and alerts will guide you.
Set Alerts → Get notified when Tenkan crosses Kijun or when price breaks out of the Kumo cloud.
Quick Guide
Crypto Short-Term: Use fast preset for scalping volatile coins.
Stocks/Forex: Traditional settings align well with daily/weekly analysis.
Trend Filter: Always check EMA200 color and slope for context.
Alerts: Configure them to avoid missing strong trend entries.
Disclaimer
This indicator is a decision-support tool, not a guaranteed profit system. Trading involves risk, and past performance does not guarantee future results. Always:
Manage your risk and position size.
Use stop-loss and take-profit levels.
Consider market context before making decisions.
We do not provide financial advice. Use at your own discretion.
Acknowledgments
Original Ichimoku Kinko Hyo system created by Goichi Hosoda.
Enhanced and adapted by CongTrader for modern markets.
Thank you for using this tool! Your feedback and suggestions are always welcome to make it better.
🚀 Start testing Ichimoku Cloud Advanced today and experience a clearer, smarter way to apply one of the most respected trading systems.
#Ichimoku #IchimokuCloud #Kumo #Tenkan #Kijun #Chikou #CloudBreakout #TKCross #EMA200 #TrendFilter #Momentum #SwingTrading #Scalping #RiskManagement #MultiTimeframe #Alerts #Crypto #Forex #Stocks #Futures #Spot #PriceAction #TechnicalAnalysis #TradingViewIndicator
Multi-TF Trend Change with Panel📊 Key Features:
✅ Functionalities:
4 Timeframes: 5 min, 15 min, 1 hour, and 4 hours
Visual dashboard with intuitive colors
Trend strength in percentage
Consolidated summary of all timeframes
Automatic alerts for confirmations
🎨 Color Scheme:
GREEN: Uptrend
RED: Downtrend
GRAY: Sideways market
📋 Information Displayed:
Timeframe name
Trend type
Market direction
Percentage strength
Strength status
⚡ Recommended Use:
Trade when 3 of 4 timeframes match
Use the 4-hour timeframe for the main direction
Confirm with lower timeframes for entries
Consider trend strength
SK's Intraday EMA Support/Resistance with Volume FilterThis indicator plots EMA-based intraday support & resistance with volume filters to highlight low-volume crossovers.
3 EMA TRONG 1 NTT CAPITALMASTER THE TREND WITH THE LEGENDARY 3-EMA SYSTEM
Hello traders,
In the world of finance, identifying market trends is key to making sound trading decisions. One of the simplest yet most powerful tools, trusted by millions of traders worldwide, is the 3-EMA (Exponential Moving Average) system. Specifically, by combining the 3 EMAs of 50, 100, and 200, you'll have a robust set of tools to "read" market trends from the short to the long term.
Why EMA 50-100-200?
EMA 50 (Short-Term Trend): The EMA 50 represents the average trend over the last 50 candles. It's a responsive indicator that helps you catch short-term trend changes. When the price is above the EMA 50, the market has a short-term bullish bias.
EMA 100 (Mid-Term Trend): The EMA 100 reflects the mid-term trend. It helps you determine if a short-term trend is sustainable. When the price is above both the EMA 50 and 100, it's a sign of a stronger uptrend.
EMA 200 (Long-Term Trend): The EMA 200 is the long-term average and is considered the strongest indicator of the market's main trend. Institutional traders often use the EMA 200 to identify the major trend.
How to Use the 3-EMA System
Determine the Main Trend: When all three EMAs (50, 100, and 200) are stacked in descending order (50 on top, 100 in the middle, 200 on the bottom), it's a clear sign of a strong uptrend. Conversely, when the order is reversed (200 on top, 100 in the middle, 50 on the bottom), the market is in a strong downtrend.
Find Entry Points: When the price pulls back and touches one of the EMAs, especially the EMA 50 or EMA 100, it can be a great opportunity to enter a trade in the direction of the trend.
Spot Reversals: When the EMAs begin to cross, especially the EMA 50 crossing the EMA 200 (a "Dead Cross" when crossing down or a "Golden Cross" when crossing up), it's a powerful signal of a potential long-term trend reversal.
The 3 EMA 50-100-200 system is a simple yet incredibly powerful tool that gives you a comprehensive view of the market, helping you trade with more discipline.
Trend Table MTF – Customizable PROTrend Table MTF – Customizable PRO
The Trend Table MTF – Customizable PRO is a powerful visual tool that helps traders instantly monitor multi-timeframe trend direction using a simple and clean table display.
Perfect for scalpers, intraday, and swing traders, this indicator offers a bird’s eye view of the market trend across multiple timeframes – all in a compact format.
🔍 Features:
✅ 7 Timeframes (fully customizable: 1m, 5m, 15m, 30m, 1h, 4h, 1D by default)
✅ Trend Detection via price vs EMA 20 (customizable logic possible)
✅ Custom Table Positioning (Top/Bottom, Left/Right)
✅ Adjustable Background Transparency
✅ Fully Customizable Colors:
Background
Text
Uptrend Arrow Color (▲)
Downtrend Arrow Color (▼)
Uptrend Background Color
Downtrend Background Color
✅ Arrow Symbols for quick trend recognition
✅ Works on any asset and timeframe
🎯 How It Works:
The indicator compares the current price to the 20-period EMA on each selected timeframe.
If Price > EMA, it's considered an Uptrend (▲).
If Price < EMA, it's a Downtrend (▼).
You get immediate color-coded visual feedback in the table with customizable arrows and background colors.
📊 Use Cases:
🔹 Confirm trend alignment before entering trades
🔹 Spot momentum shifts across timeframes
🔹 Combine with your scalping or swing strategy for extra confidence
🔹 Perfect companion to your price action or volume indicators
🧩 Pro Tips:
Combine this with MACD, RSI, or Liquidity Zones for powerful confluence
Use table transparency to avoid visual clutter on your chart
Choose high-contrast colors for quick glance recognition
FOOTPRINT-NTT CAPITALMASTER THE MONEY FLOW: THE "FOOTPRINT-NTT CAPITAL" INDICATOR
Have you ever heard about the power of FOOTPRINT—a tool for "reading" the order flow—but hesitated due to its complexity and the overwhelming amount of data?
At NTT CAPITAL, we believe that the more powerful a tool is, the easier it should be to use. After years of research and optimization, we're proud to introduce a revolutionary version: the FOOTPRINT-NTT CAPITAL indicator.
This isn't just a standard FOOTPRINT indicator. It's a specially enhanced version designed to streamline all the complexity and focus on the most crucial signals, helping you "read" the market like an expert.
What Makes "FOOTPRINT-NTT CAPITAL" Different?
Optimized and Lean: The indicator has completely eliminated redundant parameters and data. It focuses only on displaying the key footprints of smart money, helping you analyze faster and make more accurate decisions.
Specialized in Pinpointing Tops and Bottoms: It's programmed to automatically identify specific "footprints" of trend reversals, such as absorption, exhaustion, and imbalance, helping you pinpoint potential tops and bottoms with high reliability.
Simple to Use: The intuitive interface and automatically marked signals make it easy to use and adopt, even if you are new to order flow analysis.
A Powerful Tool for Every Strategy: The FOOTPRINT-NTT CAPITAL indicator is the perfect piece to integrate with your existing trading methods, from SMC and Wyckoff to Price Action strategies, providing a deeper and unique perspective on the market.
"FOOTPRINT-NTT CAPITAL" doesn't promise instant profits, but it is the key to understanding the true dynamics of the market, mastering the money flow, and trading more intelligently.
Join me in discovering the power of "FOOTPRINT-NTT CAPITAL" and elevate your trading journey!
RSI-NTT CAPITALA GROUNDBREAKING SOLUTION FROM TRADITIONAL RSI: THE "RSI-NTT CAPITAL" INDICATOR
Have you ever used RSI to find overbought/oversold zones, only to be frustrated by false signals and its ineffectiveness in sideways markets?
At NTT CAPITAL, we understand these challenges. We've dedicated hundreds of hours to research and optimization, elevating the traditional RSI indicator into a more powerful and accurate tool: the "RSI-NTT CAPITAL" indicator.
"RSI-NTT CAPITAL" is not just a simple relative strength indicator. It's a groundbreaking, improved version specifically designed to help you pinpoint tops and bottoms with outstanding reliability.
What Makes "RSI-NTT CAPITAL" Different?
False Signal Elimination: By integrating smart filters, the indicator helps remove most unreliable noise, especially during periods of sideways or low-volatility markets.
Powerful Divergence Detection: "RSI-NTT CAPITAL" not only detects conventional divergences but also identifies Hidden Divergences and latent divergences with high sensitivity, providing early signals of potential trend reversals.
Dynamic Support/Resistance Zones: The improved indicator displays overbought/oversold zones dynamically, not fixed at 70/30, but adjusting based on price action. This makes signals more precise in every market context.
Intuitive Display: The interface of "RSI-NTT CAPITAL" is designed to be clear, with buy/sell signals and divergences automatically marked, helping you easily read and make quick decisions without extensive analysis.
"RSI-NTT CAPITAL" is not a "holy grail," but it's a tool built on a deep understanding of the market and real-world trading experience. It will be your powerful assistant, helping you enhance your analysis, become more confident in identifying potential reversal points, and improve your trading results.
Join me in experiencing and discovering the power of "RSI-NTT CAPITAL"—the key to mastering market tops and bottoms!
Hourly Pivot High/Low LinesMarks out on the 1 hour timeframe, the 1 hour high pivot (Bullish to bearish) and the low pivot (bearish to bullish)
BTC/USD 3-Min Binary Prediction [v7.2 EN]BTC/USD 3-Minute Binary Prediction Indicator v7.2 - Complete Guide
Overview
This is an advanced technical analysis indicator designed for Bitcoin/USD binary options trading with 3-minute expiration times. The system aims for an 83% win rate by combining multiple analysis layers and pattern recognition.
How It Works
Core Prediction Logic
- Timeframe: Predicts whether BTC price will be ±$25 higher (HIGH) or lower (LOW) after 3 minutes
- Entry Signals: Generates HIGH/LOW signals when confidence exceeds threshold (default 75%)
- Verification: Automatically tracks and displays win/loss statistics in real-time
5-Layer Filter System
The indicator uses a sophisticated scoring system (0-100 points):
1. Trend Filter (25 points) - Analyzes EMA alignments and price momentum
2. Leading Indicators (25 points) - RSI and MACD divergence analysis
3. Volume Confirmation (20 points) - Detects unusual volume patterns
4. Support/Resistance (15 points) - Identifies key price levels
5. Momentum Alignment (15 points) - Measures acceleration and deceleration
Pattern Recognition
Automatically detects and visualizes:
- Double Tops/Bottoms - Reversal patterns
- Triangles - Ascending, descending, symmetrical
- Channels - Trending price channels
- Candlestick Patterns - Engulfing, hammer, hanging man
Multi-Timeframe Analysis
- Uses 1-minute and 5-minute data for confirmation
- Aligns multiple timeframes for higher probability trades
- Monitors trend consistency across timeframes
Key Features
Display Panels
1. Statistics Panel (Top Right)
- Overall win rate percentage
- Hourly performance (wins/losses)
- Daily performance
- Current system status
2. Analysis Panel (Left Side)
- Market trend analysis
- RSI status (overbought/oversold)
- Volume conditions
- Filter scores for each component
- Final HIGH/LOW/WAIT decision
Visual Signals
- Green Triangle (↑) = HIGH prediction
- Red Triangle (↓) = LOW prediction
- Yellow Background = Entry opportunity
- Blue Background = Waiting for result
Configuration Options
Basic Settings
- Range Width: Target price movement (default $50 = ±$25)
- Min Confidence: Minimum confidence to enter (default 75%)
- Max Daily Trades: Risk management limit (default 5)
Filters (Can be toggled on/off)
- Trend Filter
- Volume Confirmation
- Support/Resistance Filter
- Momentum Alignment
Display Options
- Show/hide signals, statistics, analysis
- Minimal Mode for cleaner charts
- EMA line visibility
Important Risk Warnings
Binary Options Trading Risks:
1. High Risk Product - Binary options are extremely risky and banned in many countries
2. Not Investment Advice - This tool is for educational/analytical purposes only
3. No Guaranteed Returns - Past performance doesn't predict future results
4. Capital at Risk - You can lose your entire investment in seconds
Technical Limitations:
- Requires stable internet connection
- Performance varies with market conditions
- High volatility can reduce accuracy
- Not suitable for news events or low liquidity periods
Best Practices
1. Paper Trade First - Test thoroughly on demo accounts
2. Risk Management - Never risk more than 1-2% per trade
3. Market Conditions - Works best in normal volatility conditions
4. Avoid Major Events - Don't trade during major news releases
5. Monitor Performance - Track your actual results vs displayed statistics
Setup Instructions
1. Add to TradingView chart (BTC/USD preferred)
2. Use 30-second or 1-minute chart timeframe
3. Adjust settings based on your risk tolerance
4. Monitor F-Score (should be >65 for entries)
5. Wait for clear HIGH/LOW signals with high confidence
Alert Configuration
The indicator provides three alert types:
- HIGH Signal alerts
- LOW Signal alerts
- General entry opportunity alerts
Legal Disclaimer
Binary options trading may not be legal in your jurisdiction. Many countries including the USA, Canada, and EU nations have restrictions or outright bans on binary options. Always check local regulations and consult with financial advisors before trading.
Remember: This is a technical analysis tool, not a money-printing machine. Successful trading requires discipline, risk management, and continuous learning. The displayed statistics are historical and don't guarantee future performance.
Seans_ScannerScanner for securities that is about to increase or decrease in value reliably
It utilizes EMAD 20 and 200 , RSI , MACD , ADX and filter for atr factor of 0.75. It was developed to work with crypto assets.
SMC-NTT CAPITALTHE DAWN OF INTELLIGENT TRADING: THE "SMC-NTT CAPITAL" INDICATOR
To all traders and those eager to uncover the secrets of smart money!
In the volatile world of finance, where traditional trading models are losing their effectiveness, a new methodology is emerging to change the game: Smart Money Concepts (SMC). This is not just a method; it's a philosophy that helps you "read" the market like major institutions do.
At NTT CAPITAL, with our real-world experience and relentless dedication, we've spent thousands of hours researching and distilling the essence of SMC, combining it with the power of technology to create a groundbreaking tool: the "SMC-NTT CAPITAL" indicator.
"SMC-NTT CAPITAL" isn't an ordinary indicator. It's a work of digital art, built on over 2000 lines of complex, meticulous code, with one sole purpose: to simplify the complexity of SMC and provide you with the highest quality signals.
What Makes "SMC-NTT CAPITAL" Different?
Fully Automated SMC: The indicator automatically and accurately identifies key market structure zones such as Order Blocks (OB), Fair Value Gaps (FVG), Break of Structure (BOS), and Change of Character (CHoCH), completely eliminating human emotion and error.
High-Reliability Entry Signals: "SMC-NTT CAPITAL" doesn't just plot SMC zones; it also provides carefully filtered Buy/Sell signals based on a combination of multiple factors to ensure superior accuracy.
Optimized and Intuitive Display: The interface is designed to be scientific, intuitive, and easy to read, helping you quickly grasp market conditions and make decisions in an instant.
"SMC-NTT CAPITAL" doesn't promise to turn you into a great trader overnight. But it will be your most powerful tool, your "AI assistant" to help you access and master the trading methods of large institutions, elevating your trading mindset and skills to a whole new level.
Join me in discovering the power of "SMC-NTT CAPITAL" and step into the era of intelligent trading!
Breadth BarsA simple bar representation ment to be used for indexed charts with values 0-100. I use it to visualize charts like MMTW (Percentage of Stocks Above 20-day Average).
The indicator lets you input thresholds, which for example can be used to highlight extremes.
goforthfx: 4EMA, Patterns, Pivots & Pin BarsMerging 4 ema, pivot standards, pin bars and 3 candle reversal indicator into one.
Use it for information purposes so to see if what is going on with the charts
TOS Second Leg EntryTOS Second Leg Entry for Scalping and Day Trading. If you love Love EMA and Price Action. You will love this indicator.
AARPAAR_Momentum_SignalsIt is a trend-following system to give entry and exit points for short-term strategy.
Momentum Based Buy and Sell Updates.
Muzyorae - ICT Quarter Cycle (Once)ICT Quarterly Theory — 06:00 to 12:00 (NY) Micro-Quarters
This tool focuses on the 06:00–12:00 New York time window and subdivides it into four equal “micro-quarters,” each 90 minutes long. In many ICT layouts this block is treated as a single higher-level quarter; here we break it into a finer structure to help you frame intraday narratives, liquidity runs, and session shifts with consistent time anchors.
How it’s partitioned
q1: 06:00 → 07:30 (NY)
q2: 07:30 → 09:00 (NY)
q3: 09:00 → 10:30 (NY)
q4: 10:30 → 12:00 (NY)
Each boundary is plotted at the exact start time, so you can see where one 90-minute cycle ends and the next begins. Labels can be placed above or below price, and colors/styles are configurable to match your chart.
Why it’s useful
Provides fixed time scaffolding for building AM session bias, execution windows, and narrative transitions.
Helps distinguish pre-cash open, cash open, and late-AM distribution/accumulation phases without guessing.
Standardizes replay and journaling: the same 90-minute checkpoints every day.
Key features
NY-time anchored (handles DST automatically through TradingView’s exchange time).
Four precise 90-minute segments inside the 06:00–12:00 block.
Customizable line styles, colors, and label placement (above/below).
Optional visibility controls to keep charts clean.
Note: Some ICT mappings name the 06:00–12:00 block differently (e.g., Q2 vs. Q3). This indicator uses the same time bounds regardless of the label you prefer; you can rename the macro label in settings if desired.
Disclaimer: Time framing does not guarantee outcomes. Use alongside your own analysis, risk management, and execution plan.