CyberFlow [Probabilities] | FractalystWhat's the indicator's purpose and functionality?
CyberFlow quantifies, per chosen higher-timeframe “Period 1/2/3”, what happens after price first taps the midpoint (Mid) of the previous period’s range. Specifically, it estimates P(High first | Mid tap) versus P(Low first | Mid tap): which side (previous High “PH” or previous Low “PL”) is typically reached first after that mid activation.
It extends a previously shared OrderFlow concept that used market structure; here it conditions on higher‑timeframe previous‑period PH/PL with the Mid as the explicit trigger.
Note: It's specifically designed to exports raw probabilistic series for algorithmic/system developers to integrate a probabilistic layer into strategies and to build/backtest ideas directly from those series.
What is “Mid activation”?
The Mid is the average of the previous period’s PH and PL. Activation occurs on the first bar in the current period whose high–low range includes the Mid. The first bar of a new period cannot activate Mid; activation can only start from the second bar of the period onward.
What counts as “first hit” after activation?
After a Mid activation, the script waits for a subsequent bar that touches either the previous High (PH) or previous Low (PL). The first side touched after the activation bar is recorded as that period’s first hit. Once decided, the other side is ignored for first‑hit statistics.
Which periods does it use?
You can select three custom reference timeframes (Period 1/2/3) in the UI (defaults: D/W/M). All logic—PH/PL/Mid, activation, first‑hit stats—runs independently per selected period.
Do the display controls change the calculation?
No. The “Show” selector only controls visuals:
Period 1/2/3: show only that period’s plots/barcolors.
OFF: shows all periods. Statistics and exported series are unaffected by this selector.
What do the bar/line colors mean?
Activation (first Mid tap): yellow bar.
Delivered to previous High after activation: blue
Delivered to previous Low after activation: red
Plots stop showing PH/PL once delivery happens (for that side) within the period.
What do the status symbols in the table mean?
■ Inactive — Mid not tapped this period.
▶ Activated — Mid tapped; awaiting delivery to PH or PL.
● Delivered — PH or PL was hit first after the Mid tap.
How are probabilities computed?
For each period, the script counts samples where the Mid was tapped and one side was hit first. It reports:
P(High first | Mid tap) and P(Low first | Mid tap).
Two‑sided p‑value vs 50% (H0: p = 0.5). These appear in the stats table with detailed tooltips.
What is “Bias” in exports?
Bias is a ternary signal derived from P(High first | Mid tap):
Bias = 1 if > 0.5
Bias = -1 if < 0.5
Bias = 0 if exactly 0.5 or no sample Source can be per period or “Merged” (simple average of available period probabilities).
Note: the UI uses a simple average; no weighted option is exposed.
What is “Entry” in exports?
Entry = 1 on bars where the selected period’s Mid activates (first tap), else 0. “Merged” emits 1 if any of the three periods activates on the bar.
What is “Exit” in exports?
Exit is the previous period’s Mid price (PH/PL average) for the selected period. “Merged” is the average of the three previous‑period Mid prices.
How do I integrate this into strategies? How to use the indicator?
CyberFlow is designed for algorithmic/system developers to add a probabilistic layer for entries and market‑regime detection.
What CyberFlow exports
- Bias (−1, 0, 1): from P(High first | Mid tap) vs 50% per your chosen source (Period 1/2/3 or Merged simple average).
- Entry (0/1): 1 only on the bar where the selected period’s Mid first activates (the “mid tap” bar).
- Exit (price): the previous period’s Mid price (average of previous High/Low) for the selected source.
- These appear in the Data Window as series named Bias, Entry, and Exit.
Connecting from your strategy (input.source)
- Add inputs in your strategy so users can select CyberFlow’s outputs:
- Bias source input: pick the indicator’s Bias.
- Entry source input: pick the indicator’s Entry.
- Exit source input: pick the indicator’s Exit.
In TradingView’s UI, users link these inputs to CyberFlow’s plots via the source picker.
Does this use request.security?
No. CyberFlow reconstructs your selected higher timeframes (Period 1/2/3) directly on the chart without request.security().
It detects new period boundaries via timeframe.change(tf), rolls the last period’s extremes into Previous High/Low (PH/PL), computes their Mid, then waits for a “Mid activation” (a bar after the first bar of the period whose range crosses the Mid).
From activation onward, it records which side (PH or PL) is reached first to build conditional probabilities per period.
Because levels and events are derived locally from the live bar stream, there are no cross-timeframe fetch artifacts or repaint nuances from request.security().
The exported series (Bias −1/0/1, Entry 0/1, Exit price) are produced natively and can be wired into strategies via TradingView’s input.source() for robust, low-latency integration.
What markets and assets does the indicator Extension work best on?
CyberFlow is market- and timeframe‑agnostic: it computes conditional probabilities (which side of the prior range is reached first after a mid tap) directly from price, so it can be applied to crypto, FX, indices, equities, futures, and commodities across intraday to higher timeframes. In practice, robustness depends on liquidity and sample size: higher timeframes usually yield more stable estimates (fewer activations, lower noise), while lower timeframes give more activations but can be noisier (spreads/fees matter more).
Because the study itself provides probabilities—not PnL—assess profitability in your context by integrating the exported series (Bias −1/0/1, Entry 0/1, Exit price) into your strategy via TradingView’s input.source(), then backtest with your fills, costs, and risk model to measure performance efficiency on your specific markets and settings.
What makes this script unique?
Custom higher-timeframes (beyond D/W/M)
You can pick any three reference periods (Period 1/2/3), not just Daily/Weekly/Monthly. The script rebuilds these periods directly on the chart and analyzes each independently.
True conditional probability (why it matters)
It measures P(High first | Mid tap) vs P(Low first | Mid tap) — i.e., “after the previous period’s midpoint is first tapped, which side is typically reached first?”
Conditioning on the mid‑tap event isolates the path that follows a specific trigger. Unconditioned counts (e.g., “how often PH/PL is hit”) mix pre‑ and post‑activation behavior and can be misleading. This conditional framing turns vague hit‑rates into decision‑grade odds tied to a clear setup.
Statistical confidence in‑context (p‑value in tooltips)
Tooltips show a Wilson 95% confidence interval and a two‑sided p‑value versus 50/50. This helps you judge whether an observed edge is likely signal or noise at your chosen periods.
Exports built for algorithmic integration
Three clean outputs in the Data Window for strategies:
Bias (−1/0/1) from the conditional probability versus 50%.
Entry (0/1) on the activation bar (first mid tap).
Exit (price) as the previous period’s Mid.
Hook these into your backtests via TradingView’s input.source(), then evaluate profitability with your own fills, costs, and risk model. This turns the probabilities into measurable performance you can optimize.
Disclaimer
This tool provides statistical estimates only and is not financial advice. Historical probabilities are not guarantees of future results. Always backtest with your own costs, fills, and risk model before using in live trading.
Candlestick analysis
Inside Bar Ind/Alert with High/Low MarkersThis indicator identifies inside bar candles, a common price action pattern where the current candle's range is completely within the range of the previous candle.
✨ Enhancements in this version:
When an inside bar is detected, the script marks the high and low of the major candle (the candle immediately before the inside bar).
These high/low levels act as a temporary range to visualize market compression.
If price breaks above the high or below the low of the major candle, the marker disappears, signaling a potential breakout.
Green inside bars indicate bullish body; Red inside bars indicate bearish body.
📍 Visuals:
Inside bars are marked with colored bar highlights and triangle shapes.
The major candle's high/low are marked using gray cross shapes above/below the chart.
🔔 Alert Included:
An alert triggers when a new inside bar is detected.
This tool is especially useful for traders tracking consolidation and breakout patterns within price action.
Volumetric Support and Resistance [BackQuant]Volumetric Support and Resistance
What this is
This Overlay locates price levels where both structure and participation have been meaningful. It combines classical swing points with a volume filter, then manages those levels on the chart as price evolves. Each level carries:
• A reference price (support or resistance)
• An estimate of the volume that traded around that price
• A touch counter that updates when price retests it
• A visual box whose thickness is scaled by volatility
The result is a concise map of candidate support and resistance that is informed by both price location and how much trading occurred there.
How levels are built
Find structural pivots uses ta.pivothigh and ta.pivotlow with a user set sensitivity. Larger sensitivity looks for broader swings. Smaller sensitivity captures tighter turns.
Require meaningful volume computes an average volume over a lookback period and forms a volume ratio for the current bar. A pivot only becomes a level when the ratio is at least the volume significance multiplier.
Avoid clustering checks a minimum level distance (as a percent of price). If a candidate is too close to an existing level, it is skipped to keep the map readable.
Attach a volume strength to the level estimates volume strength by averaging the volume of recent bars whose high to low range spans that price. Levels with unusually high strength are flagged as high volume.
Store and draw levels are kept in an array with fields for price, type, volume, touches, creation bar, and a box handle. On the last bar, each level is drawn as a horizontal box centered at the price with a vertical thickness scaled by ATR. Borders are thicker when the level is marked high volume. Boxes can extend into the future.
How levels evolve over time
• Aging and pruning : levels are removed if they are too old relative to the lookback or if you exceed the maximum active levels.
• Break detection : a level can be removed when price closes through it by more than a break threshold set as a fraction of ATR. Toggle with Remove Broken Levels.
• Touches : when price approaches within the break threshold, the level’s touch counter increments.
Visual encoding
• Boxes : support boxes are green, resistance boxes are red. Box height uses an ATR based thickness so tolerance scales with volatility. Transparency is fixed in this version. Borders are thicker on high volume levels.
• Volume annotation : show the estimated volume inside the box or as a label at the right. If a level has more than one touch, a suffix like “(2x)” is appended.
• Extension : boxes can extend a fixed number of bars into the future and can be set to extend right.
• High volume bar tint : bars with volume above average × multiplier are tinted green if up and red if down.
Inputs at a glance
Core Settings
• Level Detection Sensitivity — pivot window for swing detection
• Volume Significance Multiplier — minimum volume ratio to accept a pivot
• Lookback Period — window for average volume and maintenance rules
Level Management
• Maximum Active Levels — cap on concurrently drawn levels
• Minimum Level Distance (%) — required spacing between level prices
Visual Settings
• Remove Broken Levels — drop a level once price closes decisively through it
• Show Volume Information on Levels — annotate volume and touches
• Extend Levels to Right — carry boxes forward
Enhanced Visual Settings
• Show Volume Text Inside Box — text placement option
• Volume Based Transparency and Volume Based Border Thickness — helper logic provided; current draw block fixes transparency and increases border width on high volume levels
Colors
• Separate colors for support, resistance, and their high volume variants
How it can be used
• Trade planning : use the most recent support and resistance as reference zones for entries, profit taking, or stop placement. ATR scaled thickness provides a practical buffer.
• Context for patterns : combine with breakouts, pullbacks, or candle patterns. A breakout through a high volume resistance carries more informational weight than one through a thin level.
• Prioritization : when multiple levels are nearby, prefer high volume or higher touch counts.
• Regime adaptation : widen sensitivity and increase minimum distance in fast regimes to avoid clutter. Tighten them in calm regimes to capture more granularity.
Why volume support and resistance is used in trading
Support and resistance relate to willingness to transact at certain prices. Volume measures participation. When many contracts change hands near a price:
• More market players hold inventory there, often creating responsive behavior on retests
• Order flow can concentrate again to defend or to exit
• Breaks can be cleaner as trapped inventory rebalances
Conditioning level detection on above average activity focuses attention on prices that mattered to more participants.
Alerts
• New Support Level Created
• New Resistance Level Created
• Level Touch Alert
• Level Break Alert
Strengths
• Dual filter of structure and participation, reducing trivial swing points
• Self cleaning map that retires old or invalid levels
• Volatility aware presentation using ATR based thickness
• Touch counting for persistence assessment
• Tunable inputs for instrument and timeframe
Limitations and caveats
• Volume strength is an approximation based on bars spanning the price, not true per price volume
• Pivots confirm after the sensitivity window completes, so new levels appear with a delay
• Narrow ranges can still cluster levels unless minimum distance is increased
• Large gaps may jump past levels and immediately trigger break conditions
Practical tuning guide
• If the chart is crowded: increase sensitivity, increase minimum level distance, or reduce maximum active levels
• If useful levels are missed: reduce volume multiplier or sensitivity
• If you want stricter break removal: increase the ATR based break threshold in code
• For instruments with session patterns: tailor the lookback period to a representative window
Interpreting touches and breaks
• First touch after creation is a validation test
• Multiple shallow touches suggest absorption; a later break may then travel farther
• Breaks on high current volume merit extra attention
Multi timeframe usage
Levels are computed on the active chart timeframe. A common workflow is to keep a higher timeframe instance for structure and a lower timeframe instance for execution. Align trades with higher timeframe levels where possible.
Final Thoughts
This indicator builds a lightweight, self updating map of support and resistance grounded in swings and participation. It is not a full market profile, but it captures much of the practical benefit with modest complexity. Treat levels as context and decision zones, not guarantees. Combine with your entry logic and risk controls.
VietNguyen2 AlgoThis is indicator of Vietnammes. I am living at Da Nang city.
If you want to meeting then call me 0888135999
FBTBBT (Filtered Black Two Bar Break Through)📘 FBTBBT (Filtered Black Two Bar Break Through)
Overview
FBTBBT is a filtered breakout indicator based on the classical Two Bar Break Through (TBBT) concept.
It generates Buy and Sell signals when price breaks above or below the previous bar’s high/low, but only displays the **first signal in a run** to avoid noise and duplicates.
- Buy Signal → Break above previous high
- Sell Signal → Break below previous low
- Filtered → Only the first signal in a consecutive streak is shown
---
Key Features
1. Filtered Signals
• Avoids repeated identical signals.
• Example: 3 consecutive bars breaking the previous low → only the first bar shows a Sell signal.
2. Confirmation Options
• Real-Time Mode: signals appear intrabar as soon as the breakout happens.
• Close Confirmation: signals appear only after bar close beyond previous high/low (reduces repainting).
3. Visual Aids
• Green “Buy” labels below breakout bars.
• Red “Sell” labels above breakout bars.
• Optional lines for previous bar’s high/low levels.
4. Alerts
• Alerts trigger only on the first filtered signal in each run.
• Messages specify breakout above (Buy) or below (Sell).
---
How to Use
• Add FBTBBT to your TradingView chart.
• Choose Real-Time or Close-Confirmed signals depending on your style.
• Focus on the **first breakout signal**; ignore duplicates until the opposite side appears.
• Combine with trend filters, volume, or higher timeframe context for stronger accuracy.
---
👉 In short:
**FBTBBT = Clean, filtered breakout signals with no noise.**
Perfect for traders who want **precise first-bar breakouts** while avoiding repeated alerts.
Vegas Touch EMA12 切換 EMA-12 Based Switching Rules (No RSI)
For Long trades:
Tunnel Mode → If EMA-12 is between EMA-144 and EMA-169 → use the Tunnel (144/169) lines as the touch reference.
Base Mode → If EMA-12 is below EMA-169 but still above EMA-676 → use the Base (576/676) lines as the touch reference.
No Long → If EMA-12 is below EMA-676, no long trade is allowed.
For Short trades (mirror logic):
Tunnel Mode → If EMA-12 is between EMA-144 and EMA-169 → use the Tunnel (144/169) lines as the touch reference.
Base Mode → If EMA-12 is above EMA-169 but still below EMA-676 → use the Base (576/676) lines as the touch reference.
No Short → If EMA-12 is above EMA-676, no short trade is allowed.
Vegas ema 過濾 Vegas Channel with EMA-Filter — Trading Rules
Components
Tunnel: EMA 144 & 169 (upper = max, lower = min).
Base: EMA 576 & 676 (upper = max, lower = min).
Fast filter: EMA12.
Touch threshold: ATR-based or % of the reference line.
Long touch = low ≤ line + thr; Short touch = high ≥ line − thr.
Trend gate
LongTrendOK: EMA144 > EMA576 and EMA169 > EMA676 and close > BaseUpper.
ShortTrendOK: EMA144 < EMA576 and EMA169 < EMA676 and close < BaseLower.
Price-action pattern (either one)
Pin40: bullish pin = close>open & lower wick ≥ 40% of range; bearish pin = close 169 → use Base.
Else → use Tunnel.
EMA12 hard locks (coarse filter)
Lock longs if EMA12 < 676 (no long signals at all).
Lock shorts if EMA12 > 676 (no short signals at all).
(Optional) Tunnel lock/unlock (fine filter)
Lock longs when EMA12 drops below TunnelLower; unlock when
A) EMA12 crosses back above 144/169/TunnelUpper, or
B) a bullish Pin/Eng appears at BaseUpper and EMA12 is back ≥ TunnelLower.
Lock shorts when EMA12 breaks above TunnelUpper; unlock when
A) EMA12 crosses back below 144/169/TunnelLower, or
B) a bearish Pin/Eng appears at BaseLower and EMA12 is ≤ TunnelUpper.
Final signal
LONG fires when: Close-bar confirmed ∧ Cooldown passed ∧ LongTrendOK ∧ ActiveBand lower touch ∧ Pin40 or Eng60 ∧ not hard-locked ∧ (not tunnel-locked if enabled).
SHORT symmetrical with upper touch.
Quality-of-life
Close-bar confirmation to avoid repaint.
Cooldown (e.g., 10 bars) to prevent signal clusters.
Alerts include a compact lock status string (LckL/LckS/HardL/HardS).
Optional “BLOCK:” labels show why a bar didn’t trigger (noTouch, EMA12<676/>676, TunnelLock, cooldown, notClose).
Suggested defaults
ATR(14), ATR multiplier 0.35 (or 0.20% if using Percent mode).
autoSwitchByEMA12_* = ON, hardLockBelow676/Above676 = ON, useTunnelLock* = OFF.
useCloseBar = ON, signalCooldown = 10.
Design intent
Tunnel (144/169) captures the working trend; Base (576/676) defines the structural bias.
EMA12 drives regime selection (Tunnel vs Base) and hard locks to keep signals sparse and aligned with momentum.
Sessions & Key LevelsAn indicator made to show:
- Session Open & Close Breaks
- Session Ranges/Outline (Lower transparency % in settings to show)
Session times are editable in settings.
- Session High's & Low's
- H1 High's & Low's
These are aligned with the Session Open & Close times. (Takes the H/L between the input times)
Lines will fade once price touches & will be deleted once the current session ends.
User can edit H1 pivot strength in settings.
- Session Activity Dashboard
Used to show which sessions are currently active. (Toggled off by default)
Open = High / Open = Low MarkerMarks Open = High and Open = Low Candles on whichever timeframe the user is using.
Engolfo Pro [ 4V + Vol + RSI + Stoch + EMAs ]📌 Engulfing Pro
This indicator detects reversal engulfing patterns based on 4-candle price action, with multiple configurable technical filters — ideal for confirming signals with higher reliability.
🔍 How it works:
Bullish Engulfing: 3 red candles + 1 green candle engulfing the previous
Bearish Engulfing: 3 green candles + 1 red candle engulfing the previous
✅ Technical Filters:
Volume above average
RSI in overbought/oversold zones
Slow Stochastic (Stoch K)
Confluence with up to 6 moving averages (EMAs/SMA)
🧾 Additional Features:
Automatic alerts
Table with engulfing counters and real-time RSI/Stoch readings
Interactive panel with customizable table position
Clean and responsive design
⚙️ Customization:
Enable or disable each filter to match your strategy
Set table position
Adjust RSI, Stoch, and Volume parameters
🔧 Developed by P2Coin
Hammer Candle Finder [MQSXN]This script automatically scans your chart for hammer candlestick patterns and highlights them with fully customizable labels and markers. Hammers are classic price action signals that can suggest potential reversals or exhaustion in the current trend.
How it works:
- Detects candles with a small body near the top of the range, a long lower wick, and minimal upper wick.
- Separates bullish hammers (green close above open) from bearish hammers (red close below open).
- You can choose to display either type—or both—depending on your trading style.
Customizable options:
- Adjustable detection sensitivity (body % of range, wick-to-body ratio, top wick allowance).
- Toggle to show/hide bullish or bearish signals.
- Custom text, colors, label style, and positioning for the markers.
- Option to anchor labels above bars automatically or offset them by a set number of ticks.
Usage:
This tool is designed for traders who want a clear, visual way to spot hammer candles in real time or during historical chart analysis. Combine it with your own support/resistance zones, volume analysis, or confirmation indicators to build complete strategies.
Note:
This indicator does not provide buy/sell signals on its own—it’s meant to assist with candlestick recognition. Always confirm with your broader trading plan and risk management rules.
Inefficient Candle TrackerThe Inefficient Candle Tracker indicator highlights large, inefficient price moves and plots their midpoints as Squared Up Points.
Detects large candles using Percentile or ATR multiple methods
Draws dynamic dashed lines at candle midpoints until price “squares them up”
Built-in alerts for new SUP creation and when levels are touched
Great for spotting unfinished business in price action, confluence with support/resistance, and potential return levels.
Last 3 < Median(50)? (v6 • latest-only • last closed)Marker to identify deceleration of the last 3 candles on a chart.
Fair Value Gaps BOOSTED [LuxAlgo & mqsxn] Fair Value Gaps BOOSTED
This enhanced version of LuxAlgo’s Fair Value Gap indicator takes market imbalance detection to the next level. Built on the trusted foundation of the original, this extension introduces powerful new features designed for traders who want deeper insight and more control:
Extended Visualization – Fair Value Gaps now stretch farther into the past with customizable bar extensions, so you can easily track unmitigated gaps over longer distances of time.
Intersection Highlights – Automatically identify and shade overlapping bullish/bearish FVGs, giving instant visual clarity on high-confluence zones.
Center Lines & Mitigation Tracking – Optional center lines improve precision, while mitigation markers help confirm when gaps are filled.
Advanced Filtering – Control visibility with minimum gap sizes, custom start dates for gap formations, and per-direction display limits.
Dashboard Stats – On-chart metrics show the number of detected and mitigated gaps, plus percentages, at a glance.
Alerts Ready – Set up alerts for fresh FVG formation or mitigation events, so you never miss a key signal.
Whether you’re scalping, day trading, or swing trading, Fair Value Gaps BOOSTED helps you pinpoint institutional price imbalances and trade around them with confidence.
------
Inputs & Settings
Threshold % / Auto
Defines the minimum gap size as a percentage of price. Enable Auto to let the script automatically adapt thresholding based on volatility.
Unmitigated Lines (combined)
Draws guide lines for a set number of the most recent unmitigated gaps.
Mitigation Levels
Shows dashed lines where gaps have been fully mitigated (filled).
Timeframe
Lets you calculate Fair Value Gaps on a higher or lower timeframe than the chart you’re viewing.
Style
Dynamic Mode
Keeps the most recent gap area actively updating with price as long as it remains unmitigated.
Extend Right (bars)
Controls how many bars into the future each gap visualization will project.
Bullish / Bearish Colors
Customize the fill colors of bullish and bearish gaps.
Center Line & Width
Adds a dotted line through the midpoint of each gap for visual precision.
Filter
Min Gap Size (ticks)
Only display gaps greater than or equal to this size.
Min Formation Date (days ago)
Show gaps formed within a given lookback window (e.g., only last 4 days).
Display
Show Last Bullish / Bearish (unmitigated)
Limit how many recent bullish or bearish gaps appear at once (set to 0 for unlimited).
Intersections
Show Intersections
Highlight overlapping bullish and bearish gaps as shaded zones.
Show Intersections Only
Hide individual gaps and show only the overlapping regions.
Intersection Color
Customize the fill for overlap areas.
Intersection Center Line / Width
Optionally plot a midpoint line through the overlap zone.
Dashboard
Show Dashboard
Display a compact on-chart table of bullish vs bearish counts and mitigation percentages.
Location
Choose where the dashboard sits (top right, bottom right, bottom left).
Size
Adjust text size (Tiny, Small, Normal).
Guppy EMA Promax V 2.1 [NMTUAN] TradingView Indicator: A Comprehensive Market Analysis Tool
Authored by NMTUAN, this all-in-one indicator is designed to provide traders with a holistic and actionable view of the market. Instead of relying on a dozen different tools, this single indicator consolidates the most crucial aspects of technical analysis to help you make more informed and confident trading decisions.
Key Features:
Smart Money Concepts (SMC) Levels: Our indicator automatically identifies key support and resistance levels based on the principles of Smart Money Concepts. This helps you spot where institutions and large players are likely to enter or exit the market, giving you a strategic edge.
Trend and Trendline Analysis: Gain a clear understanding of the market's direction with integrated trend identification and automated trendlines. This feature helps you quickly visualize the prevailing market momentum and potential areas of interest.
Volatility and Volume Insights: We've included Average True Range (ATR) to measure market volatility and Volume analysis to confirm the strength of price movements. These two metrics are essential for validating potential breakouts and reversals.
确定K线双色(全逻辑整合+完整保留)K-line color, dual-color indicator
This indicator has two colors, representing buy and sell.
This indicator is recommended for use on the 8h time frame.
VWAP Filtrado con TendenciaThis indicator combines the classic VWAP with a trend EMA filtered by the TDFI oscillator to confirm market direction.
- VWAP is displayed in white as the fair value reference.
- The trend EMA dynamically changes color according to market condition: green (uptrend), red (downtrend), orange (range).
- Candles highlight in blue when a bullish VWAP crossover is confirmed, and in fuchsia when a bearish crossover is confirmed.
- Includes adjustable thresholds and a cooldown filter to reduce noise and improve reliability.
This approach allows traders to identify not only the relative position to VWAP but also the strength and clarity of the trend, enhancing decision-making across all timeframes.
VWAP Filtered with TrendThis indicator combines the classic **VWAP** with a trend EMA filtered by the TDFI oscillator to confirm market direction.
- VWAP is displayed in white as the fair value reference.
- The trend EMA dynamically changes color according to market condition: green (uptrend), red (downtrend), orange (range).
- Candles highlight in blue when a bullish VWAP crossover is confirmed, and in fuchsia when a bearish crossover is confirmed.
- Includes adjustable thresholds and a cooldown filter to reduce noise and improve reliability.
This approach allows traders to identify not only the relative position to VWAP but also the strength and clarity of the trend, enhancing decision-making across all timeframes.
NQ Liquidity + Inverse FVG Strategy Alertsuses inversion FVG's and targets NQ liquidity
hhsajdhds
d
d
d
d
sa
s
a
s
dgasjjekkje
j
k
MATEOANUBISANTI-BILLIONSQUATDear traders, investors, and market enthusiasts,
We are excited to share our High-Low Indicator Range for on . This report aims to provide a clear and precise overview of the highest and lowest values recorded by during this specific hour, equipping our community with a valuable tool for making informed and strategic market decisions.
RS Stock + Chart Pattern Pine ScreenerThis script is a comprehensive stock screener & pattern detector based on Mark Minervini’s Trend Template, enhanced with breakout detection, range tightening indicator (RTI), ATH tracking, and flag pattern recognition. It’s designed to help traders quickly identify high-potential trend setups on any timeframe.
🔑 Features
✅ Minervini Trend Template (8 Core Rules)
Implements the well-known Minervini checklist used by top momentum traders:
Price above the 150 & 200 SMA
150 SMA above 200 SMA
200 SMA trending up for at least 1 month
50 SMA above both 150 & 200 SMA
Price above 50 SMA
Price at least 25% above 52-week low≈
Price within 25% of 52-week high
RS Rating (relative strength) above 70
📉 Range Tightening Indicator (RTI)
Detects volatility contractions that often precede explosive moves.
📈 Breakout & Breakdown Finder
Detects pivot breakouts and breakdowns using highs/lows tests.
🏆 All-Time High Tracker
Find the stock’s all-time high (ATH).
🚩 Bull & Bear Flag Detection
Identifies bullish and bearish flag patterns based on pole strength, pullback depth, and consolidation length.
Automatically find the flags on your screener.
TTC PRO candle Beta 1/1This indicator combines the T Trader strategy with my unique cycle methodology to provide deeper insights. (You may refer to the T Trader video for details.)
The theoretical aspects I have developed require additional education, so feel free to contact me for guidance.
(Since this is a beta version, it is available only to testers. If you DM me, a survey will be sent out. Based on the responses, we will determine suitable candidates and provide access accordingly)
On the right side of the chart, a virtual candle called HTF is displayed, along with lines such as Sweep and Close Above/Below. A Low Sweep indicates a bullish intraday bias, while a High Sweep suggests a bearish intraday bias. Close Above/Below also plays an important role in shaping the narrative.
These virtual candle lines can also be projected onto the real chart, allowing traders to visually identify entry points more efficiently. Additionally, the previous equilibrium value (EQ) is shown, serving as the final defense level.
When multiple C4s appear consecutively, it usually signifies consolidation. XC2 acts as a cancellation signal, while C2 functions as a pivot point. Once C2 is labeled, it automatically escalates to C4, providing directional bias, and an alert will be triggered. Furthermore, CSD can also be utilized, with the projected CSD levels displayed as dotted lines. These levels can be regarded as protected lows or highs that must be defended.
All of these features are based on ICT concepts and serve as derivative strategy tools, making them highly valuable for traders who are familiar with ICT ideas. However, I do not recommend their use for beginners.
ps: The script is still in its beta stage, and I have more features developed that will be gradually updated in the future.
It also includes an auto-frame function. By default, it works automatically, but if you want to adjust the timeframe, for example, changing “5 minutes” to “30 minutes” in option 1, you can then use the 3m–30m range.
이 인디케이터는 T 트레이더 전략과 저만의 사이클 기법을 결합하여 통찰력을 제공합니다. (T 트레이더 영상을 참고해 보세요.)
제가 개발한 이론적인 부분은 추가적인 교육이 필요하므로, 문의를 주시면 안내해 드리겠습니다.
(beta 버전이므로 테스터 분들만 사용 가능 합니다 DM을 주시면 설문지가 나가게됩니다 .적합자 를 판단
하여 지급해 드립니다.)
차트의 오른쪽에는 가상 캔들인 HTF가 플로팅되며, 스윕(Sweep), Close Above/Below 등의 라인이 표시됩니다. 여기서 Low Sweep은 불리시 일중 편향을, High Sweep은 베어리시 일중 편향을 제시합니다. 또한 Close Above/Below 역시 네러티브를 형성하는 중요한 요소입니다.
실제 차트에도 가상 캔들에서 나온 라인을 그대로 표시할 수 있도록 하여, 트레이더가 시각적으로 진입 구간을 빠르게 포착할 수 있게 설계되었습니다. 그리고 이전 중심값인 EQ 또한 표시되며, 이는 최종 방어선의 역할을 합니다.
C4가 연속적으로 등장하면 대부분 콘솔리데이션을 의미하며, XC2는 취소 신호, C2는 피벗 포인트로 작동합니다. C2가 라벨링되면 자동으로 C4까지 에스컬레이터처럼 이어지며 편향을 제공하고, 이때 알림이 울립니다. 또한 CSD도 활용할 수 있으며, 예상 CSD 지점은 점선으로 표시됩니다. 이 구간은 반드시 보호되어야 할 저점 혹은 고점으로 간주할 수 있습니다.
이 모든 기능은 ICT 개념을 바탕으로 만들어진 파생 전략 도구이므로, ICT 아이디어에 익숙한 트레이더에게 유용합니다. 다만, 초보자에게는 사용을 권장하지 않습니다.
ps: 아직 베타 단계라 추가로 준비해둔 스크립트들이 있으며, 앞으로 순차적으로 업데이트할 계획입니다.
또한 오토 프레임 기능이 있어서, 기본값을 원하면 그대로 두면 되고, 다른 타임프레임을 원할 경우 예를 들어 1번에서 5분을 30분으로 변경하면 3m–30m 구간을 사용할 수 있습니다
SPX Options & Stocks AI Indicator v25تم تطوير مؤشر SPX Options AI المتكامل ليكون حلاً شاملاً لتداول عقود SPX Options مع ربط مباشر بالتليجرام ونظام جدولة متقدم للتنبيهات.
الميزات الأساسية:
إشارات الدخول الذكية: إشارات CALL و PUT بناءً على تقاطع المتوسطات المتحركة
نظام الأهداف المتدرج: 5 أهداف لكل إشارة مع عرض بصري واضح
وقف الخسارة المتقدم: نظام وقف خسارة ثابت ومتحرك (Trailing Stop)
عقود Zero Hero: إشارات خاصة للعقود عالية المخاطر
صندوق الإحصائيات: تتبع الصفقات الناجحة والفاشلة
تنبيهات الأخبار: نظام تنبيهات للأحداث المهمة
المدخلات القابلة للتخصيص:
trading_mode: وضع التداول (SPX أو Stocks)
ma_length_fast: طول المتوسط المتحرك السريع (افتراضي: 10)
ma_length_slow: طول المتوسط المتحرك البطيء (افتراضي: 30)
profit_target_points: نقاط الهدف (افتراضي: 30.0)
atr_length: طول ATR (افتراضي: 14)
atr_multiplier: مضاعف ATR لوقف الخسارة (افتراضي: 1.5)
enable_trailing_stop: تمكين وقف الخسارة المتحرك
profit_100_points: النقاط المطلوبة لربح 100$ (افتراضي: 10.0)
enable_engulfing_patterns: تمكين أنماط الابتلاع
enable_news_alerts: تمكين تنبيهات الأخبار
منطق الصفقات الناجحة/الفاشلة:
صفقة ناجحة: عندما يحقق السعر الهدف الأول قبل تفعيل وقف الخسارة
صفقة فاشلة: عندما يتم تفعيل وقف الخسارة قبل تحقيق الهدف الأول
التنبيهات المتاحة
مؤشر SPX Options AI المتكامل - تحليل ذكي وإشارات دقيقة لـ SPX Options والأسهم.
يقدم المؤشر:
✅ إشارات دخول وخروج (CALL/PUT) بناءً على استراتيجيات متقدمة.
✅ نظام أهداف متدرج ووقف خسارة ثابت ومتحرك (Trailing Stop).
✅ إشارات Zero Hero للعقود عالية المخاطر.
✅ صندوق إحصائيات لتتبع الصفقات الناجحة والفاشلة.
✅ تنبيهات أخبار مدمجة.
✅ واجهة عربية سهلة الاستخدام.
ملاحظات مهمة
المؤشر مصمم للاستخدام التعليمي والمساعدة في اتخاذ القرارات
لا يُعتبر نصيحة استثمارية
استخدم إدارة رأس المال المناسبة دائماً
اختبر النظام على حساب تجريبي أولاً
تم تطوير هذا النظام بواسطة Manus AI
تاريخ الإصدار: أغسطس 2024
______________________________________________________________________
The integrated SPX Options AI indicator was developed to be a comprehensive solution for trading SPX Options contracts, with direct connectivity to Telegram and an advanced alert scheduling system. Key Features:
Smart Entry Signals: CALL and PUT signals based on moving average crossovers
Tiered Target System: 5 targets per signal with clear visual display
Advanced Stop Loss: Fixed and Trailing Stop System
Zero Hero Contracts: Special signals for high-risk contracts
Statistics Box: Track successful and unsuccessful trades
News Alerts: Alert system for important events
Customizable Inputs:
trading_mode: Trading mode (SPX or Stocks)
ma_length_fast: Length of the fast moving average (default: 10)
ma_length_slow: Length of the slow moving average (default: 30)
profit_target_points: Target points (default: 30.0)
atr_length: ATR length (default: 14)
atr_multiplier: ATR multiplier for the stop loss (default: 1.5)
enable_trailing_stop: Enable trailing stop loss
profit_100_points: Points Required to earn $100 (default: 10.0)
enable_engulfing_patterns: Enable engulfing patterns
enable_news_alerts: Enable news alerts
Successful/Failed Trade Logic:
Successful Trade: When the price reaches the first target before the stop-loss is triggered
Failed Trade: When the stop-loss is triggered before the first target is reached
Available Alerts
Integrated SPX Options AI Indicator - Intelligent analysis and accurate signals for SPX Options and stocks.
The indicator provides:
✅ Entry and exit signals (CALL/PUT) based on advanced strategies.
✅ A tiered target system and fixed and trailing stops.
✅ Zero Hero signals for high-risk contracts.
✅ A statistics box to track successful and failed trades.
✅ Built-in news alerts.
✅ User-friendly Arabic interface.
Important Notes
The indicator is designed for educational use and decision-making assistance.
It is not intended as investment advice.
Always use proper capital management.
Test the system on a demo account first.
This system was developed by Manus AI.
Release Date: August 2024