Indicator

Indicator

Indicator

Indicator

Indicator

MATC Residence Momentum Zones )
Description
MATC Residence Momentum Zones is a trend-regime visualization system designed to map market structure using dynamic support and resistance zones, combined with forward projection.
The indicator defines an upper resistance level and a lower support level, which form the main structural boundaries of price movement. A midline is used as a neutral reference area between these two zones.
In addition to the current structure, the system projects these levels forward in time. This forward projection creates a “future zone view”, allowing the user to observe how current market structure may extend into upcoming price action.
When price breaks above the resistance structure, the system transitions into a bullish regime. When price breaks below the support structure, it transitions into a bearish regime. These regime changes are used to generate BUY and SELL signals.
The visualization includes a color-filled area between the current structure and its forward projection. These filled zones represent a forecasted continuation area, not a guaranteed outcome. They are derived directly from the underlying price-based structure and serve as a visual representation of potential directional expansion.
Key elements:
Upper zone represents resistance-based structure
Lower zone represents support-based structure
Midline represents equilibrium
Forward projection shows extended structural expectation
Colored zones between current and projected levels represent probabilistic directional bias based on price action
This tool is intended for structural interpretation of trend direction and forward market context rather than precise prediction.
🇹🇷 MATC Residence Momentum Zones (Signals dahil)
Açıklama
MATC Residence Momentum Zones, piyasa yapısını dinamik destek ve direnç bölgeleri üzerinden görselleştiren ve buna ek olarak ileriye projeksiyon yapan bir trend rejim sistemidir.
İndikatör, fiyat hareketini üst direnç ve alt destek seviyeleri ile sınırlandırır. Bu iki seviye, piyasanın ana yapısal bölgelerini oluşturur. Orta çizgi ise bu iki bölge arasında denge referansı olarak kullanılır.
Sistemde ayrıca bu seviyeler ileriye doğru projekte edilir. Bu projeksiyon sayesinde kullanıcı, mevcut piyasa yapısının gelecekte nasıl devam edebileceğine dair görsel bir alan görür.
Fiyat üst direnç seviyesini kırdığında sistem boğa (bullish) rejimine geçer, alt destek seviyesini kırdığında ise ayı (bearish) rejimine geçer. Bu rejim değişimleri BUY ve SELL sinyallerini oluşturur.
Görselleştirmede, mevcut yapı ile ileri projeksiyon arasındaki alan renklendirilir. Bu renkli bölgeler, kesin bir tahmin değil, fiyat yapısından türetilmiş olasılıksal devam bölgesini temsil eder.
Bu renkli alanlar:
Üst bölgede yeşil olarak yükseliş baskısını
Alt bölgede kırmızı olarak düşüş baskısını
Gelecekteki olası fiyat genişleme alanını
görsel olarak ifade eder.
Bu sistem, kesin tahmin üretmekten ziyade piyasa yapısını ve trend yönünü daha net okumayı amaçlar. Indicator

U.S. Treasury Bills Held Outright | Astral Vision U.S. Treasury Bills Held Outright | Astral Vision 🌠💠
Treasury Bills Held Outright represents the stock of short-term US government securities held directly on the Federal Reserve's balance sheet.
Expansions of this holding reflect active Fed intervention in the short-term debt market, injecting liquidity into the financial system. Contractions signal withdrawal. Because T-Bills are the shortest-duration instrument the Fed holds, changes in this series respond faster than broader balance sheet metrics and can serve as an early read on the direction of monetary conditions.
This indicator plots the weekly WSHOBL series from FRED and colors it by whether its 10-bar rate of change is above a configurable growth threshold, distinguishing active expansion phases from stagnation or contraction. The same regime is projected onto the price chart as a background highlight.
Calculation ⚙️
`ROC = (val − val ) / |val |`
The signal colors positive when ROC exceeds the configured threshold, indicating active T-Bill accumulation by the Fed. Below the threshold the signal turns negative. Data is pulled weekly from FRED on confirmed closed bars.
Plots 📊
Weekly WSHOBL line in the indicator panel, colored by ROC regime
Background highlight on the price chart during active expansion phases (toggleable transparency)
Inputs 🎛️
`Overlay BG Transparency`: opacity of the price chart background highlight during expansion
Colors 🎨
5 Astral Vision presets + custom override. Default: Paradiso. Positive color activates when the rate of change exceeds the growth threshold; negative color applies otherwise.
Purpose 🎯
Most Fed balance sheet indicators track total assets or reserves, series that move slowly and are dominated by longer-duration holdings like MBS and Treasuries.
T-Bills Held Outright is a narrower and more reactive slice of the balance sheet that captures short-term liquidity operations directly.
When the Fed is actively accumulating T-Bills, it is injecting short-duration liquidity into the system, a condition that has historically been favorable for risk assets including Bitcoin.
This indicator makes that dynamic visible on any chart without requiring manual cross-referencing of FRED data.
Disclaimer ⭕️
It is not financial advice, not an investment recommendation, and not affiliated with any financial institution, research firm, or organization of any kind. All content is provided for educational and informational purposes only. Always conduct your own research before making any financial decision. Indicator

Indicator

Indicator

Anchored VWAP Trade PlannerAnchored VWAP Trade Planner turns an Anchored VWAP into a complete, non-repainting trade plan: entry trigger, stop loss, and three Fibonacci-extension take-profit targets — all drawn on the chart the moment the bar closes, and all locked from that moment forward.
Most VWAP tools stop at drawing the line. Most trade planners ignore where the trade was actually born. This indicator joins the two: every level it shows is anchored to the same origin you chose, and every Risk:Reward number you read is a Fibonacci ratio, not a rounded integer.
───────────────
What it does
Computes an Anchored VWAP from the anchor you select (Session, Weekly, Manual time, or Auto-detected pivot).
Watches the distance between price and the Anchored VWAP as a Z-score (rolling standard deviation).
When Z-score >= 1.5 sigma and the bar closes on the correct side of the AVWAP, it fires a Long or Short trigger.
Snapshots Entry, SL and three TP levels at that instant. The snapshot uses var float storage and never moves again.
Renders a clean 5-line chart layout (AVWAP, Entry, SL, TP1, TP2) plus an optional state-aware dashboard guiding you through the trade.
───────────────
What makes it different
Anchored VWAP × Fibonacci, not VWAP × integers. TP1 / TP2 / TP3 are placed at Fibonacci extensions 2.618 / 4.236 / 5.236 of the AVWAP-to-Entry distance. SL is placed at a Fibonacci 0.618 retrace from Entry, plus a 0.25 × ATR(14) buffer to absorb spread and noise.
Real R:R is Fibonacci too. Resulting Risk:Reward ratios are 2.62 / 5.24 / 6.85 . They are not designer-friendly round numbers; they fall out of the math, and they are labelled exactly that way on the chart so you always know what you are looking at.
No repaint, by construction. Triggers are gated by barstate.isconfirmed (Pine v6 standard for repaint prevention) and snapshots are stored in var float . Once a level is drawn, it stays drawn at the same price for the rest of the trade.
Five lines, not fifty. The default chart shows only AVWAP, Entry, SL, TP1, TP2. Everything else (TP3, Chandelier trail, sigma bands, anchor pin) is opt-in. Thumbnails stay readable.
Stateful Dashboard. A 6-stage state machine (INIT → ENTERED → TP1_HIT → TP2_HIT → TP3_HIT → EXITED) rewrites the on-chart guidance as the trade progresses, so you never have to remember which third of position is supposed to be live.
───────────────
How it does it
Anchored VWAP = cumulative sum of (typical price × volume) divided by cumulative volume, restarted at every anchor bar. Typical price = (high + low + close) / 3.
Trigger = Z-score of (close − AVWAP) using a rolling standard deviation. Long if close > AVWAP and Z >= +1.5; Short if close < AVWAP and Z <= −1.5. A 20-bar cooldown prevents back-to-back firings.
Stop Loss = Entry − ( (Entry − AVWAP) × 0.618 ) − 0.25 × ATR(14) for Long, mirrored for Short. Fib 0.618 retrace of the AVWAP-to-Entry leg, with an ATR-scaled volatility buffer.
Take Profits = Entry ± (Entry − AVWAP) × 2.618 / 4.236 / 5.236. These extensions produce R:R values of 2.62 / 5.24 / 6.85 by construction.
No-repaint guard = every trigger and every snapshot write is wrapped in if barstate.isconfirmed . Intra-bar fluctuations are ignored. Alerts use alert.freq_once_per_bar_close for the same reason.
───────────────
Settings
Anchor Type — Session (default, restarts at session open), Weekly (restarts at week open), Manual (you pick the timestamp), Auto-detect (most recent pivot high / low with left=5, right=5).
Visual (default On) — AVWAP line, Entry line + label, SL line + label, TP1 line + label, TP2 line + label. All labels show price + Fibonacci ratio + R:R.
Visual Options (default Off) — TP3 (Fib 5.236, R:R 6.85), Chandelier trail (ATR(22) × 3.0, activates only after TP2 hit), sigma Bands (AVWAP ± 1σ), Anchor Start Pin.
Dashboard — 6 positions (Top/Middle/Bottom × Left/Right), 5 sizes (Tiny / Small / Normal / Large / Huge). Prices are formatted with thousand separators and the instrument's own minimum tick precision (BTCUSD 81,068.24 ; EURUSD 1.23456 ; USDJPY 155.789).
Alerts — Two conditions, Long Trigger and Short Trigger, both firing once per confirmed bar close.
───────────────
How to use it
Drop the indicator on the chart. Default Anchor is Session, default visual is the 5-line layout — that is the configuration the script was tuned around.
Wait for a trigger. The dashboard shows Wait for entry signal until Z-score crosses ±1.5σ on a confirmed close.
On entry, the dashboard switches to Hold for TP1 / Close 1/3 at TP1, move SL to Entry . Treat the position as three equal thirds.
At TP1, close the first third and move your live stop to Entry. The dashboard advances to Hold 2/3 for TP2 / Close 1/3 at TP2, move SL to TP1 .
At TP2, close the second third and move your live stop to TP1. Enable Chandelier Trail in settings if you want a volatility-based trail to manage the final third.
At TP3 (or whenever the trail is hit), close the final third. Dashboard returns to Exited. Wait for next signal .
A new trigger cannot fire for at least 20 bars after the previous one, by design — this is a planner, not a scalper.
───────────────
No Repaint
Every trigger, every snapshot, every level on this chart is locked at confirmed bar close. The Pine code uses barstate.isconfirmed gating and var float storage so that a level, once drawn, never re-prices. Alerts fire once per confirmed bar close ( alert.freq_once_per_bar_close ). What you see on a historical bar is exactly what you would have seen in real time on that bar's close.
───────────────
Best Timeframe
Tuning and visual validation were performed primarily on the 15-minute timeframe for BTCUSD and major FX pairs — that is where the Z-score / Fibonacci geometry produced the cleanest trade plans in our own use. The indicator runs on any symbol and any timeframe; treat 15m as a starting point, not a constraint.
───────────────
Disclaimer
This indicator is a trade-planning visualization tool. It does not place orders, it does not predict price, and it does not guarantee profitable trades. Levels are drawn from objective Anchored VWAP and Fibonacci math; trade decisions, position sizing, and risk acceptance remain entirely your responsibility. Past chart behavior does not indicate future results. Always combine this tool with your own analysis and proper risk management.
By ShigemiQuant.
Indicator

3-Bar Cotangent-Inspired Liquidity Projection Model3-Bar Cotangent-Inspired Liquidity Projection Model
This indicator is a hybrid market structure and forward projection system built on a 3-candle analytical framework combined with volatility, momentum, and liquidity anchoring.
It does not use predictive assumptions, but rather constructs probabilistic forward zones based on real market microstructure.
📊 Core Logic (3-Candle Structure)
The system is built on three consecutive candles:
Base Candle (t-2)
Defines the structural liquidity reference (high/low anchor zone)
Expansion Candle (t-1)
Measures directional pressure by comparing range expansion relative to the base candle
Confirmation Candle (t)
Evaluates whether price remains within the base liquidity zone or rejects it
⚙️ Calculations
The projection engine combines:
ATR-based volatility scaling
Volume-weighted momentum pressure
Distance from liquidity anchor (Order Block-like structure)
Cotangent-inspired angular velocity approximation:
cot(θ)=
tan(θ)
1
Pressure Ratio:
Pressure=
Base Range
Expansion Range
Forward projection zone:
Projection=Price±(ATR⋅f(Pressure,Momentum))
📈 Visualization
Green line = bullish forward guide path
Red line = bearish forward guide path
Blue cloud = projected price equilibrium zone
The cloud is drawn ahead of price action, representing a probabilistic future range rather than a fixed prediction.
Guide lines act as directional structure guides, while the cloud defines potential volatility expansion areas.
🧠 Market Interpretation
Price above cloud = bullish expansion regime
Price below cloud = bearish expansion regime
Inside cloud = equilibrium / compression zone
The slope of the projection is dynamically influenced by the 3-bar structure, meaning momentum shifts directly affect the angle of forward projection.
⚠️ Important Note
This is not a signal generator in isolation.
It is a structural projection framework designed to visualize liquidity expansion, compression, and directional probability zones.
🇹🇷 TÜRKÇE AÇIKLAMA
3-Mum Kotanjan Esinli Likidite Projeksiyon Modeli
Bu gösterge, 3 mumluk yapı üzerine kurulmuş, volatilite, momentum ve likidite referanslarını birleştiren hibrit bir piyasa projeksiyon sistemidir.
Tahmin yapmaz; bunun yerine piyasanın mikro yapısına göre ileriye dönük olasılık bölgeleri oluşturur.
📊 Temel Mantık (3 Mum Yapısı)
Sistem üç mum üzerinden çalışır:
Baz Mum (t-2)
Likidite referans alanını (tepe/dip bölgesi) belirler
Genişleme Mumu (t-1)
Baz mumuna göre fiyatın genişleme gücünü ölçer
Onay Mumu (t)
Fiyatın baz likidite bölgesinde kalıp kalmadığını analiz eder
⚙️ Hesaplamalar
Sistem şu bileşenleri kullanır:
ATR bazlı volatilite ölçekleme
Hacim + momentum gücü
Likidite (OB benzeri) mesafe etkisi
Kotanjan tabanlı eğim yaklaşımı:
cot(θ)=
tan(θ)
1
Basit güç oranı:
G
u
¨
c
\c
=
Baz Aralık
Geni
s
\c
leme Aralı
g
˘
ı
İleri projeksiyon:
Projeksiyon=Fiyat±(ATR⋅momentum fonksiyonu)
📈 Görselleştirme
Yeşil çizgi = yukarı yönlü proje yolu
Kırmızı çizgi = aşağı yönlü proje yolu
Mavi bulut = ileriye dönük fiyat olasılık bölgesi
Bulut, fiyatın gelecekte bulunabileceği olası denge alanını temsil eder.
🧠 Piyasa Yorumu
Fiyat bulut üstü = güçlü yükseliş rejimi
Fiyat bulut altı = güçlü düşüş rejimi
Bulut içi = sıkışma / denge bölgesi
Projeksiyon açısı 3 mum yapısına bağlı olarak değişir, yani momentum arttıkça ileri yön eğimi de artar.
⚠️ Önemli Not
Bu sistem tek başına al-sat sinyali değildir.
Likidite, momentum ve volatilite yapısını ileriye taşıyan görsel bir piyasa modelidir. Indicator

True Seasonal Probability MapTrue Seasonal Probability Map is a weekly seasonal analysis tool for 1W charts.
The script combines two related seasonal views:
1. True Seasonal Curve
The curve groups historical weekly price changes by calendar week and builds a normalized seasonal path. Users can choose the lookback period, smoothing, detrending, and normalization mode. The curve helps visualize how the selected market has tended to move through the calendar year.
2. Bernstein Weekly Probability Map
The weekly boxes show the historical percentage of positive closes for each calendar week. The Bernstein lookback can be set independently from the seasonal curve, using maximum available data, 30 years, 15 years, or a custom value. This allows users to compare a shorter seasonal regime with a broader long-term probability sample.
The weekly boxes are aligned with the chart timeline. Boxes for the current year align with the corresponding weekly candles, while future boxes extend to the right of the current bar to show upcoming calendar weeks. Green indicates a positive historical bias, red indicates a negative historical bias, and neutral colors indicate a more balanced probability zone.
A configurable average window highlights the current week plus the next selected number of weeks. By default, the box shows a 6-week average including the current week. The average value is displayed inside the highlighted period.
Main settings:
- True Seasonal Years: lookback used for the seasonal curve.
- Bernstein Lookback: lookback used for weekly probability calculations.
- Line Color Source: choose whether the seasonal curve colors follow Bernstein probabilities or the True Seasonal probability calculation.
- Bernstein Future Weeks: number of future weekly probability boxes to display.
- Current Avg Weeks: number of weeks included in the highlighted average window.
- Reliability %: threshold used to classify stronger bullish or bearish probability zones.
This indicator does not generate buy or sell signals. It is intended as a seasonal context tool. Historical seasonal tendencies and weekly positive-close probabilities do not predict future results. Use this tool together with market structure, trend, volatility, liquidity, macro context, and risk management.
Indicator

Auto Swing Trade Set Up v1.0 by [Itto-Ryu]Auto Swing Trade Set Up v1.0 is a Pine Script indicator for PulseWire, built for swing traders who have already decided their directional bias from external analysis and need a clean, math-consistent way to draw their entry, stop loss, take profit, and reversal levels on the chart.
Element Visual Purpose
Z1 (first fill) Solid amber box Primary entry zone
Z2 (averaging) Dashed amber box Secondary fill if price extends
Entry mid Dotted amber line The midpoint reference
SL Thick red line Stop loss (ATR-based)
TP1 Green dotted line Take 50% off here
TP2 Teal dotted line Take next 50% (or trail)
SFlip Purple dashed line Above this: Long thesis broken
LFlip Pink dashed line Below this: Short thesis broken
Direction badge Right of price ▲ LONG / ▼ SHORT + R:R ratio
Who This Is For
This tool is built for:
• Discretionary traders who form directional bias from fundamentals, news, sentiment, or proprietary analysis — and need a quick way to mark levels on the chart.
• CMT analysts who score setups using the 7-Pillar Rule-Based System and want the chart to reflect the decision, not make it.
• Crypto / FX / equity swing traders who think in pullback entries with averaging zones,
ATR-anchored stops, and R:R-based targets.
• Anyone who finds full-auto indicators noisy — too many false signals, too many ignored alerts,
too many overrides.
Who This Is NOT For
• Traders who want the indicator to tell them what to do.
• Algorithmic / fully automated systems
• Beginners who haven't yet developed a directional framework.
Principle One : Math, Not Judgment
All level calculations are pure formulas: entry midpoint, ATR multiples, R:R ratios. No conditional logic.No "if RSI is overbought then shift the stop." The same inputs always produce the same outputs.Why this matters: reproducibility. If you mark a Long on BTCUSD at 18:00 with these settings, then check the same chart tomorrow, the zones will be in the same place relative to that bar. There is no hidden state, no learned behavior, no drift.
Principle Two : One Decision, Many Outputs
The only decision you make is Long or Short. From that one bit of information, the indicator produces nine distinct visual elements (two zones, entry mid, SL, TP1, TP2, SFlip, LFlip, direction badge with R:R) each of them quantitatively derived
Why Manual Direction
The trader required to use other indicator for trend identifier and momentum such as EMA 20/50/100/200 , Ichimoku Cloud ,Price pattern and Dow theory , MACD, RSI ,ADX and etc. depend on their familiar or expertise in order to identify the whether they will open Long or Short . This indicator will help trader to get an outline instantly of action zone , entry , SL , TP and other critical point . However , manual decision for short or long might have an advantage because the auto detection or trend following signal might have a fall back as bellowing
• Chop kills auto signals. When price oscillates near the threshold, the indicator flips
Long-Short-Long, generating false setups every few bars.
• Late entries on real moves. When a strong trend breaks out, the indicator confirms only after the optimal entry zone has passed.
• Wrong side on news shocks. When fundamentals (CPI, FOMC, earnings) drive a sudden direction change, technicals lag the move by hours.
So , in practical especially swing trader who gain the profit from the gap might are required to doing the preemptive action such as open short 10% or a few portion when their consider it might be a peak so they can open in the good position before the signal is confirm
The Entry Midpoint
The entry midpoint (entryMid) is the single most important value the indicator computes. Everything else zones, SL, TP, flips — is derived from it.
Reference Selection
Two reference lines are pulled from the chart:
• EMA Fast (default length 20) — the standard short-term trend follower
• BB Basis (SMA-20) — the midline of the Bollinger Band system
The indicator then picks the appropriate one based on your chosen direction:
refHi = max(EMA20, BB_basis)
refLo = min(EMA20, BB_basis)
entryMid = isLong ? refHi : refLo
Rationale: For a Long, you want to enter on a pullback toward a support reference — the higher of the two candidates is usually closer to current price, making fills more likely. For a Short, the inverse.
ATR Clamping
Raw EMA/BB references sometimes sit too close to (or too far from) current price to be useful as entry zones. The indicator clamps the entryMid into a sensible band defined by ATR:
// LONG case
if entryMid > close: // too high
entryMid = close − ATR × 0.3
elif entryMid < close − ATR × 0.7: // too low
entryMid = close − ATR × 0.5
Dual Entry Zones
The indicator paints two zones stacked around the entryMid:
Zone Formulas
For a Long setup:
zone1Hi = entryMid + ATR × Z1_width // above mid
zone1Lo = entryMid // at mid
zone2Hi = entryMid // at mid
zone2Lo = entryMid − ATR × Z2_width // below mid
For a Short setup, the geometry inverts: Z1 sits below mid (first fill on a rally) and Z2 sits above
(averaging if rally extends).
Default Widths
Parameter Default Meaning
Z1 width 0.3 × ATR Slim zone for primary fill
Z2 width 0.6 × ATR Wider zone for averaging fills
How to Use Each Zone
Z1 (first fill, solid amber): Your primary entry. Allocate the larger portion of your intended position size here. Typical approach is 60-70% of position into Z1.
Z2 (averaging, dashed amber): Only triggers if price pushes past entryMid into the deep zone. Allocate the remaining 30-40% here. Beyond Z2, the next reference is SL — if price reaches SL without bouncing, the trade is invalidated and you accept the loss as planned.
Warning: Z2 is for averaging, NOT for unlimited adding. The math assumes total position cost basis falls between entryMid and Z2's deep edge. Adding outside Z2 voids the SL/TP geometry — your actual R:R will not match what's displayed.
Stop Loss (SL)
// LONG
slLevel = entryMid − ATR × SL_multiplier
// SHORT
slLevel = entryMid + ATR × SL_multiplier
risk = abs(entryMid − slLevel)
Default SL multiplier: 1.5 × ATR. This places the stop outside ordinary volatility, reducing premature stop-outs from noise while keeping the loss bounded.
Take Profit (TP1 & TP2) TPs are computed by R:R multiples of the calculated risk:
// LONG
tp1Level = entryMid + risk × TP1_RR // default RR = 1.5
tp2Level = entryMid + risk × TP2_RR // default RR = 2.5
// SHORT (subtract instead of add)
Execution playbook:
• TP1 hit: Close 50% of position. Move SL to breakeven (entryMid) for the remainder.
• TP2 hit: Close 25% of position. Trail the final 25% with EMA20 or a moving stop.
• Beyond TP2: You are now in a runner. The trade has paid its R, your downside is zero (breakeven SL). Let the winner work.
Flip Lines (SFlip & LFlip)
Flip lines mark the points where your directional thesis is broken. If price closes past a flip line, you should re-evaluate — possibly exiting and flipping direction.
// LONG case
shortFlip = entryMid + ATR × Flip_multiplier // upside flip
longFlip = slLevel // = SL
// SHORT case
shortFlip = slLevel // = SL
longFlip = entryMid − ATR × Flip_multiplier // downside flip
Default Flip multiplier: 2.0 × ATR. The asymmetry is deliberate: one flip line coincides with your SL(because if SL is hit, the thesis is dead by definition); the other sits one extra ATR's worth out, marking the point where the OPPOSITE trade would now make sense.
Settings & Configuration
All settings are accessible via the indicator's Settings dialog in PulseWire. Defaults are tuned for swing trading on 1H-Daily charts; adjust per timeframe and instrument.
Trade Direction Group
Input Type Default Purpose
Direction Dropdown Long Pick Long or Short
Show Zones Checkbox True Master on/off for all visuals
Risk Settings Group
Input Default Purpose
SL = ATR x 1.5 Stop multiplier
TP1 R:R 1.5 First profit target ratio
TP2 R:R 2.5 Second profit target ratio
Flip = ATR x 2.0 Direction-flip threshold
Line Length 50 bars How far back lines/boxes extend
Zone 1 width 0.3 × ATR Slim entry zone
Zone 2 width 0.6 × ATR Wide averaging zone
Tuning Per Timeframe
The defaults are a balanced compromise. For your style, consider:
Timeframe SL TP1 TP2 Flip
Scalp (5-15m) 1.0 1.0 1.5 1.5
Intraday (1H) 1.2 1.5 2.5 2.0
Swing (4H-D) 1.5 (default) 1.5 2.5 2.0
Position (D-W) 2.0 2.0 3.5 3.0
Common Mistakes To Avoid
• Re-running the indicator after price has moved. The zones recompute live on each bar. If you
formed your thesis at one bar's close, place your orders at THOSE levels, not the levels the indicator shows three bars later.
• Flipping direction without exiting first. Toggling Long → Short while a Long position is open
generates new zones for the Short setup but does NOT close your Long. Close manually first.
• Trading both directions on the same chart. Don't load two instances. Use one chart per
directional view. If you need to see both, use chart layouts (vertical split).
• Ignoring the SFlip / LFlip lines. These are not decorative. When price breaks them on a closing
basis, your thesis is broken. Acknowledge it.
• Over-tweaking the ATR multipliers per trade. Pick a setting per timeframe and stick with it for at least 20 trades before adjusting. Frequent tweaking is curve-fitting.
Enjoy ! developed by Thiranat Ngamchitcharoen (Itto-Ryu)
( Itto-Ryu is derived from school of one cut , this inspired me to create the series of indicator that help the trader which often need to make a decision at a glance before a good position have passed . )
Protected script
This script is published as closed-source. However, you can use it freely and without any limitations – learn more here.
Thiranat
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by PulseWire. Read more in the Terms of Use.
Indicator

Indicator

Strategy

Indicator

VuManChu B PRO - Confluence EditionVersão refinada do clássico VuManChu Cipher B Divergences, focada em reduzir ruído e aumentar a assertividade dos sinais através de filtros de contexto e um sistema de score de confluência.
🙏 Créditos
Este indicador é uma evolução do trabalho original do VuManChu (Cipher B Divergences), que por sua vez foi inspirado em códigos de:
dynausmaux — código base
LazyBear — WaveTrend Oscillator
RicardoSantos — Divergence Detector
LucemAnb — Plain Stochastic Divergence
andreholanda73 — MFI+RSI Area
falconCoin — Market Cipher B free version
Todo o crédito da matemática original (WaveTrend, divergências, MFI, Stoch RSI, Schaff) vai para esses autores. Esta versão mantém os cálculos e adiciona uma camada de filtros e lógica de sinal.
⚡ O que mudou em relação ao original
🐛 Correções de bugs
Removido barmerge.lookahead_on no acesso a timeframes superiores. O original "vazava" dados do futuro no backtest, gerando uma falsa impressão de precisão. Agora usa lookahead_off — backtest honesto.
Migração para Pine Script v5 — código mais performático, seguro e moderno.
Alertas só disparam em barstate.isconfirmed — eliminado o problema de alertas que apareciam intrabar e sumiam (repaint de alerta).
🛡️ Filtros de contexto (a maior mudança)
O original mostrava sinais sem considerar o contexto de mercado. Agora há 4 filtros que podem ser ligados/desligados individualmente:
Filtro de tendência (EMA 50/200): bloqueia sinais contra-tendência quando a tendência é forte. Evita "pegar faca caindo".
Filtro de regime (ADX 14): descarta sinais em mercado morto (ADX < 15) e bloqueia divergências contrárias em tendência muito forte (ADX > 40).
Filtro de volume: exige volume acima da média (configurável). Divergência sem volume é quase sempre falsa.
Filtro de volatilidade (ATR): descarta velas pequenas demais (ruído de range).
🎯 Sistema de Score de Confluência
Em vez de plotar todos os sinais (como o original fazia), o PRO usa um score de 0 a 6 pontos. O sinal só aparece quando o score atinge o mínimo configurável (padrão: 3).
Critério Pontos padrão
WT cross em zona OB/OS +1
Divergência WaveTrend +2
Divergência RSI +1
MFI alinhado (>0 compra, <0 venda) +1
Stoch RSI cruzando em zona extrema +1
Tendência a favor (EMA) +1
Triângulo verde-claro = score atingiu o mínimo.
Triângulo verde-escuro = score forte (mínimo + 1 ou mais).
Todos os pesos são configuráveis — você pode dar mais peso ao critério que confia mais.
🕐 Cooldown anti-whipsaw
Configurável (padrão: 5 barras). Após um sinal, bloqueia novos sinais na mesma direção pelo período definido. Elimina aqueles clusters de pontos seguidos que confundiam o original.
📋 Painel de status em tempo real
Label flutuante no canto direito mostra:
Score atual de compra e venda
Valor do ADX e classificação (forte/ok/fraco)
Direção da tendência (UP/DOWN/FLAT)
Status dos filtros de volume e ATR
Você vê na hora por que um sinal está ou não sendo gerado.
🔄 Modo Clássico opcional
Toggle no topo: desligando o "Modo PRO", o indicador volta ao comportamento original do VuManChu. Útil pra comparar lado a lado.
🥇 Gold Buy preservado
O famoso círculo dourado do VuManChu foi mantido, mas agora também passa pelos filtros de contexto — fica ainda mais raro e ainda mais confiável.
📈 Como usar
Sinais principais
Sinal Significado
🔺 Triângulo verde PRO BUY — confluência mínima atingida
🟢 Triângulo verde escuro PRO BUY forte — score acima do mínimo
🔻 Triângulo vermelho PRO SELL
🟡 Círculo dourado Gold Buy — alta probabilidade (raro)
⚪ Círculos pequenos WaveTrend cross (informacional)
Timeframes recomendados
Sweet spot: 1h, 4h, 12h
Excelente para swing/DCA: Diário, Semanal
Funciona com ajustes: 15m, 30m (subir score mínimo para 4)
Não recomendado: abaixo de 15m
Configuração rápida por estilo
Day trade (15m–1h):
Score mínimo: 4
Cooldown: 8 barras
ADX mínimo: 20
Swing (4h–12h):
Score mínimo: 3 (padrão)
Cooldown: 5 (padrão)
DCA / Position (Diário–Semanal):
Score mínimo: 4
Foco em Gold Buy
Ignorar sinais de venda
🚨 Alertas disponíveis
PRO Buy — sinal de compra com score atingido
PRO Sell — sinal de venda com score atingido
Gold Buy — sinal raro de alta probabilidade
Classic Buy/Sell — versão original (se quiser usar)
Todos os alertas disparam apenas em barra fechada (sem repaint).
⚠️ Disclaimer
Este indicador é uma ferramenta de análise, não uma recomendação de investimento. Nenhum indicador acerta 100%. Use sempre:
Gerenciamento de risco (stop loss, position sizing)
Confluência com sua própria análise
Backtest no seu ativo e timeframe antes de usar capital real
Mercado é probabilidade, não certeza. DYOR.
🤝 Open Source
Código aberto sob licença Mozilla Public License 2.0 (mesma do original). Fique à vontade para forkar, melhorar e contribuir.
Se gostou, deixe um boost ⚡ e compartilhe seu setup nos comentários — ajuda outros traders a calibrar os filtros para seu mercado.
Bons trades! 📈 Indicator

Indicator

Indicator

Indicator

Mirror Flux Future Ghost Candles FIX AB-BC-CD Mirror Flux Projection System (AB–BC–CD Structural Model)
This indicator is a forward projection model built on a mirrored EMA transformation and volatility-adjusted trend dynamics. It does not repaint and operates strictly on closed candle data.
The core logic is based on a dual EMA structure (EMA 200 as trend base and EMA 34 as dynamic center). A mirrored price transformation is applied relative to the EMA structure, creating a synthetic “mirror market state” that represents the opposite pressure side of the current price action.
From this mirrored structure, a slope-based momentum engine is derived. This slope is used to project future directional levels forward across multiple steps. These projected levels form a structured forward path extending the current market behavior into the future.
The system is organized into an AB–BC–CD framework:
AB Phase: Represents initial impulse and potential extreme deviation zones relative to the center line.
BC Phase: When price reaches extreme conditions, the model applies a short compression behavior, temporarily flattening early projection steps to simulate pause, absorption, or consolidation.
CD Phase: After compression, the projection resumes normal slope continuation, representing trend expansion and directional continuation.
This structure helps distinguish between continuation zones and exhaustion zones, reducing false breakout interpretation by filtering short-lived volatility spikes.
The projection lines extend forward into the chart, allowing interaction analysis between projected directional structure and actual market movement. When real price aligns with the projected positive structure zones (above center and slope direction), it indicates potential continuation confirmation. When divergence occurs, it highlights potential exhaustion or reversal pressure.
This model is not a prediction tool but a structural projection of momentum flow based on mirrored EMA dynamics and volatility-normalized behavior.
Key Features:
Mirror-based EMA transformation structure
ATR-adjusted volatility normalization
AB–BC–CD compression and expansion logic
Forward multi-step projection system
Non-repainting design
Breakout noise filtering via compression phase logic
🇹🇷 TÜRKÇE AÇIKLAMA (COPY READY)
Mirror Flux Projeksiyon Sistemi (AB–BC–CD Yapısal Model)
Bu gösterge, EMA tabanlı mirror (ayna) dönüşümü ve volatiliteye göre ayarlanmış trend dinamiği üzerine kurulu ileriye dönük bir projeksiyon modelidir. Repaint yapmaz ve yalnızca kapanmış mum verilerini kullanır.
Sistem, EMA 200 (trend omurgası) ve EMA 34 (dinamik merkez) yapısını kullanarak piyasa için referans bir denge hattı oluşturur. Fiyat, EMA yapısına göre ayna dönüşümüne tabi tutulur ve böylece mevcut piyasanın karşıt (ayna evrendeki) basınç yapısı üretilir.
Bu mirror yapıdan türetilen slope (eğim) değeri ile geleceğe doğru yönsel projeksiyon çizgileri oluşturulur. Bu çizgiler piyasa hareketini ileriye taşıyan çok adımlı bir yapı meydana getirir.
Sistem AB–BC–CD yapısı ile çalışır:
AB Fazı: Fiyatın merkez çizgiye göre aşırı sapma ve impuls bölgelerini temsil eder.
BC Fazı: Aşırı bölgelerde sistem kısa süreli bir sıkışma (compression) uygular ve ilk projeksiyon adımlarını düzleştirerek piyasanın duraksama / likidite emilim etkisini simüle eder.
CD Fazı: Sıkışma sonrası trend normal eğim ile devam eder ve genişleme (expansion) yapısı oluşur.
Bu yapı, sahte kırılım (fake breakout) etkilerini azaltır ve kısa süreli volatilite patlamalarını filtreleyerek daha yapısal hareketleri öne çıkarır.
Projeksiyon çizgileri ileriye doğru uzatılır ve gerçek fiyat hareketi ile karşılaştırmalı analiz yapılmasına olanak sağlar. Eğer fiyat, yukarı yönlü projeksiyon bölgesi ile uyumlu hareket ediyorsa bu trend devamlılığına işaret eder. Eğer sapma oluşuyorsa bu zayıflama veya dönüş baskısını gösterir.
Bu sistem bir tahmin aracı değil, mirror EMA dinamikleri ve volatilite normalize edilmiş momentum akışına dayalı yapısal bir piyasa projeksiyon modelidir.
Özellikler:
EMA tabanlı mirror dönüşüm sistemi
ATR ile normalize edilmiş volatilite yapısı
AB–BC–CD sıkışma ve genişleme modeli
Çok adımlı ileri projeksiyon sistemi
Repaint yapmayan yapı
Fake breakout filtreleme mekanizması Indicator

Indicator

Minervini Power Play Indicator### 📝 **Description:**
**Overview**
This indicator is designed to detect one of the most explosive and highly coveted chart patterns in the stock market: the **Power Play** (also known as the High Tight Flag), popularized by trading champion Mark Minervini.
The Power Play is a "velocity pattern" that occurs when a stock is experiencing a massive fundamental catalyst or extreme supply/demand imbalance, leading to a parabolic thrust followed by a shallow, tight consolidation.
**How It Works (The Math)**
This script filters for the strict mathematical criteria required for a true Power Play:
1. **The Thrust:** The stock must have surged by at least 100% (price doubled) within a period of 8 weeks (40 trading days) or less.
2. **The Pullback (Depth):** During the subsequent consolidation, the stock must not pull back more than 20% to 25% from the absolute peak of the thrust.
3. **The Consolidation:** The stock must be trading sideways or slightly down (not immediately making new highs).
When all these conditions are met, a **Yellow Circle** will plot below the daily candle, alerting you that the stock is in a valid Power Play consolidation zone.
**Customizable Parameters**
- **Thrust Period:** Default is 40 trading days (approx. 8 weeks).
- **Minimum Gain Multiplier:** Default is 2.0 (representing a 100% gain from the lowest low to the highest high).
- **Maximum Pullback:** Default is 0.25 (allowing a maximum 25% correction from the highest high).
**⚠️ How to Trade It (Crucial)**
This indicator serves as an **alert system**, NOT a blind buy signal. While the script calculates the math perfectly, algorithms cannot visually identify a Volatility Contraction Pattern (VCP).
When the yellow dot appears, you must manually inspect the chart for:
- **Price Tightness:** The daily ranges should be visibly contracting from left to right.
- **Volume Dry-Up:** Volume should shrink dramatically during the tightest areas of the flag.
- **Entry & Stop:** Buy the breakout above the pivot point of the tightest area, and place a strict, tight stop-loss just below that consolidation. If the stock drops below the 25% threshold, the dots will disappear, indicating the setup has failed.
*(Disclaimer: This script is for educational purposes only. Always combine indicator alerts with manual visual confirmation and strict risk management.)* Indicator
