Institutional Sniper Signal (Clean v7)This indicator is a Multi-Timeframe (MTF) quantitative system designed to trade pullbacks and breakouts in alignment with the higher timeframe macro trend.
Rather than relying on a single indicator to dictate the trend, this script utilizes a Consensus Voting Mashup. By aggregating data from 15 different structural and momentum indicators on a higher timeframe, it calculates a definitive directional bias, filtering out the noise of ranging markets.
⚙️ CORE MECHANICS (The Consensus Logic):
To avoid repainting and false signals, the script operates in three strict phases:
The Macro Consensus (4H Closed Candle): The engine pulls data from the last closed 4H candle across 15 distinct tools (including EMA 200, EMA 50, WMA 100, Parabolic SAR, Ichimoku Tenkan/Kijun, DEMA, TEMA, and standard deviation bands). Each indicator gets 1 "vote" (Buy or Sell). A trade is only authorized if a strict user-defined threshold is met (e.g., 10 out of 15 indicators agreeing on the same direction).
The Pullback Trigger (1H): Once the macro consensus is formed, the script monitors the 1H timeframe. It waits for the local price to retrace and touch the 1H 20 EMA, identifying a potential discounted entry area.
The Fractal Breakout (Execution): It does not enter at market price. Instead, it calculates a 5-bar Fractal High (for longs) or Fractal Low (for shorts). It then plots visual pending order lines (Buy Stop / Sell Stop) at these fractal extremes, adding a customizable price offset to avoid fakeouts.
🛡️ RISK MANAGEMENT:
ATR Stop Loss: The stop loss is dynamically plotted at the opposite fractal, buffered by an ATR multiplier to allow the trade to breathe.
Daily Limit: Includes a daily signal limiter to prevent overtrading during high-volatility sideways days.
🛠️ HOW TO USE:
Apply the script to your execution timeframe (e.g., 15m or 30m). Adjust the "Offset" input based on your asset (e.g., 0.0002 for Forex pairs or 2.0 for US Indices). When a valid consensus is met and the price pulls back, the indicator will plot horizontal lines with precise labels for your pending Entry and Stop Loss.
🇧🇷 (PORTUGUÊS)
Este indicador é um sistema quantitativo Multi-Timeframe (MTF) projetado para operar pullbacks e rompimentos alinhados com a tendência macro.
Em vez de usar apenas um indicador para definir a tendência, este script utiliza um Sistema de Votação por Consenso. Ele agrega dados de 15 indicadores diferentes no tempo gráfico maior para calcular um viés direcional definitivo.
⚙️ COMO FUNCIONA A LÓGICA:
Para evitar repintura (repainting), o script opera em 3 fases:
O Consenso Macro (Vela Fechada H4): O motor puxa os dados da última vela fechada de H4 em 15 ferramentas diferentes (EMA 200, Ichimoku, DEMA, SAR, etc). Cada indicador dá 1 "voto". O setup só é armado se a maioria esmagadora (ex: 10 de 15) concordar com a direção.
O Gatilho de Pullback (H1): Com o consenso formado, o script espera o preço retrair e tocar na EMA 20 do H1 (área de desconto).
O Rompimento do Fractal (Entrada): O indicador não entra a mercado. Ele mapeia a Máxima ou Mínima dos últimos 5 candles (Fractal) e desenha uma linha de ordem pendente (Buy Stop / Sell Stop) com um recuo (offset) customizável.
COMO USAR: Adicione no seu gráfico de execução (ex: M15). Ajuste o valor do "Offset" nas configurações de acordo com o ativo (ex: digite 0.0002 se for Forex ou 2.0 se for Índice). Aguarde as linhas de entrada e Stop Loss aparecerem na tela para posicionar suas ordens pendentes. Indicatore

Directional Call/Put Entry Indicator + Trigger Labels## Directional Call/Put Entry Indicator + VWAP Trigger Labels
FYI: I have many other indicators that I used that you might not have, so ignore those.
This indicator is designed to help identify directional option-trading setups by combining the 13 EMA channel, 89 EMA trend structure, VWAP, opening-range information, candle direction, and momentum conditions.
The script displays potential bullish and bearish continuation signals directly on the chart and includes separate trigger labels intended for put credit spread and call credit spread setups.
## Main Features
The indicator calculates and displays:
* Session VWAP
* 13 EMA high and low channel
* 89 EMA trend line
* Opening-range high, low, and midpoint calculations
* Bullish and bearish trend alignment
* 13 EMA slope and momentum direction
* Separation between the 13 EMA and 89 EMA
* Candle-direction confirmation
* ATR-based late-entry filtering
* Optional VIX values inside trigger labels
* Adjustable label placement and connector-line width
## Trend and Continuation Logic
Bullish conditions are evaluated by determining whether the 13 EMA is above the 89 EMA, whether the 13 EMA is rising, and whether price and momentum support continued upside movement.
Bearish conditions are evaluated by determining whether the 13 EMA is below the 89 EMA, whether the 13 EMA is falling, and whether price and momentum support continued downside movement.
The script also identifies stronger conditions when the entire 13 EMA channel is positioned above or below the 89 EMA channel and the distance between the moving averages is increasing.
## Late-Entry Filter
The indicator includes a late-move or chase filter designed to reduce signals after price has already extended too far from the 13 EMA channel.
This filter considers:
* Recent bullish or bearish candle count
* ATR-based price extension
* Whether price is reaching a recent high or low
These conditions help distinguish a potential early continuation setup from a move that may already be overextended.
## CCS Trigger Label
The bearish trigger label displays:
“CCS TRIGGER
BREAK BELOW 13”
This label is designed for a possible call credit spread setup.
The CCS trigger requires:
* The previous candle to have closed above the 13 EMA high
* The current candle to break and close below the 13 EMA low
* The current candle to be bearish
* The current candle to make a lower low
* The current candle to remain above VWAP
The label will not appear when the trigger candle closes below VWAP.
## PCS Trigger Label
The bullish trigger label displays:
“PCS TRIGGER
BREAK ABOVE 13”
This label is designed for a possible put credit spread setup.
The PCS trigger requires:
* The previous candle to have closed below the 13 EMA low
* The current candle to break and close above the 13 EMA high
* The current candle to be bullish
* The current candle to make a higher high
* The current candle to remain below VWAP
The label will not appear when the trigger candle closes above VWAP.
## Changes in This Version
The primary update in this version is the addition of strict VWAP-location filters for the CCS and PCS trigger labels.
### CCS Change
In the previous version, the CCS trigger could display based on the break below the 13 EMA without strictly enforcing the trigger candle’s location relative to VWAP.
The updated version requires the CCS trigger candle to close above VWAP before the label is created.
### PCS Change
In the previous version, the PCS trigger could display based on the break above the 13 EMA without strictly enforcing the trigger candle’s location relative to VWAP.
The updated version requires the PCS trigger candle to close below VWAP before the label is created.
### Label Text Update
The label text was also simplified.
The previous label wording included:
* “ONLY IF ABOVE VWAP”
* “ONLY IF BELOW VWAP”
Those phrases have been removed from the chart labels.
The labels now display only:
* “CCS TRIGGER — BREAK BELOW 13”
* “PCS TRIGGER — BREAK ABOVE 13”
The VWAP requirements remain enforced by the script logic even though they are no longer shown inside the labels.
## Result of the Update
The two trigger labels now follow specific VWAP-location rules:
* CCS triggers are restricted to setups above VWAP.
* PCS triggers are restricted to setups below VWAP.
This reduces conflicting labels and makes the trigger logic more consistent with the intended directional credit-spread setup.
## Important Notes
This indicator does not place trades, calculate option strikes, determine position size, or manage risk.
The labels are technical-condition alerts only. A signal does not guarantee that price will continue in the expected direction.
Users should independently evaluate:
* Overall market direction
* Support and resistance
* Volatility
* Economic announcements
* Option liquidity
* Credit received
* Spread width
* Maximum loss
* Exit and stop-loss rules
This script is intended for educational and informational purposes only and should not be considered financial advice.
Indicatore

TrendPulse: 9 EMA + VWAP Continuation StrategyTrendPulse combines 9 EMA trend structure, VWAP positioning, and continuation logic into a chart-ready intraday strategy. It includes fully customizable visual aids, signal markers, dashboard metrics, and active trade overlays for entry, stop, target, and break-even visualization, allowing traders to tailor the display to their own strategy and charting preferences. Trade overlays appear only while a position is active and automatically disappear once the trade is closed to help keep charts clean and uncluttered.
TrendPulse combines 9 EMA trend structure, VWAP positioning, and continuation logic into a chart-ready intraday strategy built for traders who want both structure and flexibility. The script is designed to help identify trend alignment, continuation opportunities, and trade management levels while keeping the chart readable and customizable.
This strategy includes fully customizable visual aids, signal markers, dashboard metrics, and active trade overlays for entry, stop, target, and break-even visualization. All visual elements can be adjusted to better fit individual trading styles, chart layouts, and preferred market conditions. Active trade overlays appear only while a position is live and automatically disappear after the trade closes, helping reduce chart clutter.
How It Works
TrendPulse evaluates price structure using a combination of:
fast and slow EMA trend bias
a dynamic basis line
9 EMA context
VWAP positioning
volatility and regime conditions
volume and liquidity filters
optional benchmark confirmation
The strategy looks for breakout and continuation behavior when market conditions support trend movement. It is especially useful for traders who want a structured framework for momentum continuation setups while still having the ability to customize the chart presentation.
Key Features
9 EMA and VWAP overlays
Dynamic basis line with bullish, bearish, and neutral coloring
Breakout and continuation entry logic
Relative volume and dollar-volume liquidity filters
Optional market benchmark filter
Risk-based position sizing
Stop, target, and break-even trade overlays
Optional ATR-based trailing logic
Compact on-chart dashboard
Tiny buy/sell triangle signal markers
Fully customizable colors and visibility controls
Trade overlays shown only during active positions to reduce clutter
How To Use It
TrendPulse is best used as a structured intraday tool for identifying trend continuation conditions.
General long idea Look for:
bullish trend alignment
price holding above important structure
supportive VWAP positioning
improving momentum or continuation behavior
sufficient liquidity and relative volume
General short idea Look for:
bearish trend alignment
price staying below important structure
weak VWAP positioning
downside continuation behavior
sufficient liquidity and relative volume
Entry logic
Depending on the selected mode, the strategy can look for:
Breakout setups
Continuation setups
or Both
This lets traders adapt the script to different market conditions and personal preferences.
Risk management
The script can calculate:
entry
stop
target
optional break-even behavior
optional trailing behavior
The active trade lines are shown only while a trade is open, then removed automatically once the position closes so the chart stays clean.
Dashboard Guide
The TrendPulse dashboard is designed to help traders quickly assess market condition, directional quality, momentum participation, and whether price may already be extended.
State
Shows the current market regime: Trend, Expand, Quiet, or Noisy.
Trend suggests cleaner directional structure and better follow-through potential.
Expand suggests volatility is increasing, which can support strong momentum but also faster reversals.
Quiet suggests a slower or compressed market where breakouts may fail more often.
Noisy suggests mixed or unstable behavior with less reliable continuation.
How to use it: This is a context filter. Trend and Expand conditions are generally more favorable than Quiet or Noisy conditions for momentum-based setups.
L / S
Shows the current Long Score and Short Score.
A higher Long Score suggests stronger bullish alignment.
A higher Short Score suggests stronger bearish alignment.
If both are weak or close together, directional edge may be limited.
How to use it: Helps identify which side has better structure and quality. A clear score imbalance can support directional bias, while similar or weak scores may suggest patience.
Chop
Measures how choppy or directional recent price action has been.
Lower values generally suggest cleaner trend behavior.
Higher values usually suggest more back-and-forth movement.
How to use it: Lower Chop is generally more favorable for continuation-style setups. Higher Chop often means a greater chance of fakeouts, failed breakouts, or messy follow-through.
ATR Exp
Shows the ATR expansion ratio, which compares current volatility to its recent average.
Higher values suggest the market is becoming more active.
Lower values suggest a quieter or less energized environment.
How to use it: Helps gauge whether a move has enough energy behind it to continue. Rising ATR Exp can support momentum, but very high expansion can also mean the move is becoming aggressive and may be approaching exhaustion.
Trend
Shows the current directional bias: Bull, Bear, or Flat.
Bull favors long-side continuation thinking.
Bear favors short-side continuation thinking.
Flat suggests weaker directional edge.
How to use it: A quick directional filter to help traders stay aligned with broader short-term structure instead of trading against it.
% vs 9 EMA
Shows the percent distance of price from the 9 EMA.
Positive values mean price is above the 9 EMA.
Negative values mean price is below the 9 EMA.
How to use it: Helps judge short-term extension. The farther price moves from the 9 EMA, the more likely it may be becoming overextended or moving toward a capitulation/exhaustion phase. Smaller distances often reflect healthier continuation positioning, while larger distances can warn against chasing entries too late.
% vs VWAP
Shows the percent distance of price from VWAP.
Positive values mean price is above VWAP.
Negative values mean price is below VWAP.
How to use it: Helps judge how far price has moved from the session’s average traded value. A modest distance can support trend control, but a large distance may indicate emotional expansion, late-stage extension, or growing mean-reversion risk. If both the 9 EMA and VWAP distances are highly stretched in the same direction, the move may be strong but also increasingly vulnerable to pullback or exhaustion.
Vol
Shows relative volume compared with recent average volume.
Higher values suggest stronger participation.
Lower values suggest weaker participation.
How to use it: Stronger volume can support the credibility of a breakout or continuation move. Weak volume may mean the setup looks good visually but lacks enough participation to sustain follow-through.
Best practice
The dashboard works best when read as a group rather than field by field. For example, Trend or Expand state, strong directional score imbalance, lower Chop, healthy ATR expansion, and supportive volume can point to a cleaner continuation environment. On the other hand, high Chop, weak score separation, and very stretched distance from both the 9 EMA and VWAP may suggest caution, delayed entries, or increased exhaustion risk.
Customization
One of the main goals of TrendPulse is flexibility.
Users can customize:
visibility of moving averages, basis, channels, VWAP, and 9 EMA
signal marker colors
dashboard location, size, and theme
trade overlay colors
score label visibility and sizing
background regime highlights
This allows traders to simplify the chart or make it more information-rich depending on how they use it.
Best Instruments
TrendPulse is generally best suited for:
liquid stocks
active ETFs
high-volume intraday names
momentum-focused equities
It tends to be more useful on instruments where:
volume is meaningful
spreads are not excessive
VWAP and momentum behavior matter intraday
It may be less effective on:
illiquid symbols
very low-volume names
assets with inconsistent intraday movement
heavily erratic charts with poor liquidity
Best Timeframes
This strategy is primarily designed for intraday use.
Most suitable timeframes:
1 minute
3 minute
5 minute
15 minute
Some traders may also experiment with:
30 minute
As always, settings may need adjustment depending on the instrument and timeframe being traded.
Notes
This script is intended as a structured strategy and visualization tool.
Users should test settings across different symbols and timeframes.
No single parameter set is ideal for every market.
Traders may prefer different combinations of breakout, continuation, and filtering logic depending on their own process.
Disclaimer
For educational and research purposes only.
This script does not constitute financial advice.
Always forward test, validate settings, and manage risk appropriately before using any strategy in live markets.
If you find TrendPulse useful, consider saving it, sharing feedback, and adapting the visuals and filters to match your own trading workflow.
Strategia

MFx Structural Terrain Engine V1Description
Mfx Structural Terrain Engine is a market structure indicator designed to place price into a long-term structural context rather than relying on traditional overbought/oversold oscillators.
Instead of asking: "Is price high or low?"
the engine asks: "Where is price relative to its long-term structural growth path?"
The indicator combines:
Structural Power Law modeling
Long-term moving average context
Adaptive terrain zones
Multi-timeframe structural analysis to classify where price currently resides within the broader market cycle.
The engine is designed to work across multiple asset classes including cryptocurrencies, equities, ETFs, indices, commodities, and forex using asset-specific structural profiles and automatic higher-timeframe routing.
Rather than producing buy or sell signals, it provides a structural framework for evaluating opportunity, fair value, accumulation, and potential exhaustion.
Features
Multi-asset structural profiles
Automatic higher-timeframe routing (TradFi & Crypto)
Structural Power Law spine
Long-term structural moving average
Adaptive terrain bands
Market cycle positioning
Structural zone classification
Structural confidence scoring
Clean structural dashboard
Supported Markets
The Structural Terrain Engine is designed to analyze a wide range of markets, including:
Bitcoin
Cryptocurrencies
Stocks
ETFs
Market Indices
Commodities
Forex
Each asset class can use its own structural profile while the indicator automatically adapts its higher-timeframe context for continuous (crypto) and session-based (traditional) markets.
Terrain Zones...The terrain is divided into six structural regions.
Generational Opportunity...Historically represents periods of extreme structural undervaluation.
Deep Opportunity...Price remains significantly below structural value while long-term risk has historically been reduced.
Accumulation...Price begins transitioning back toward structural equilibrium.
Fair Value...Price is trading near its expected long-term structural path.
Extended...Price is becoming increasingly stretched above structural value.
Campaign Exhaustion...Historically associated with elevated structural risk and mature market cycles.
Dashboard Metrics
Market State...Summarizes the current structural zone together with the model's confidence.
Example: Deep Opportunity - Moderate Confidence
Price vs Spine: Shows where price is relative to the selected structural spine.
1.00× = Price is exactly on the structural model.
Above 1.00× = Price is trading above structure.
Below 1.00× = Price is trading below structure.
Distance to Spine: Displays the absolute price difference between the current market price and the structural spine.
Cycle Position: Normalizes price into a 0–100 structural cycle score.
Lower values generally represent deeper structural opportunity.
Higher values indicate progressively later-cycle conditions.
Current Zone: Displays the terrain region price currently occupies.
Model Alignment: Measures how closely the structural models agree with one another.
Higher values indicate stronger agreement between the independent structural models.
Signal Confidence: Represents the overall confidence of the structural assessment.
Higher confidence suggests stronger structural evidence supporting the current terrain classification.
Structural Growth: Shows how quickly the structural spine is advancing over time.
Positive values indicate structural expansion.
Timeframe Routing: The indicator automatically selects a higher-timeframe context based on the current chart.
Chart Context
15m 1H
30m 2H
1H 4H
3H 6H
6H 1D (TradFi) / 12H (Crypto)
12H 2D
1D 3D
3D 1W
1W 2W
2W 1M
Manual timeframe selection is also available.
Inputs
Structural Model
Asset Profile
Select the structural profile best suited for the instrument.
Examples include:
Bitcoin
Crypto
Equities
Commodities
Custom
Structural Spine
Choose which structural model is used as the primary reference.
Available options include:
Structural
Power Law
Context
Timeframe Routing
Choose how the higher-timeframe context is selected.
Options: Profile Default, Auto TradFi, Auto Crypto, Manual, Manual Higher Timeframe...Overrides automatic timeframe routing.
Terrain: Show Terrain Bands...Displays the structural valuation bands.
Show Structural Moving Average: Displays the higher-timeframe structural moving average.
Show Power Law: Displays the structural Power Law spine.
Show Zone Labels: Displays terrain zone labels beside the chart.
Zone Label Offset: Moves zone labels closer to or farther from price.
Zone Label Size: Adjusts the size of terrain labels.
Blending: Adjust how different structural models contribute to the final structural spine.
A reserved external-model weighting is included for future integration of additional verified structural models.
Who Is This For?
The Structural Terrain Engine is intended for investors and traders who want to understand where price sits within a larger structural cycle, rather than relying solely on short-term indicators. It can be used as a standalone market framework or alongside existing technical analysis for timing, confirmation, and risk management.
How to Use: The indicator is designed for structural analysis—not short-term trading signals.
Many traders use it to:
Identify long-term accumulation areas.
Gauge whether price is historically extended.
Monitor structural trend health.
Add higher-timeframe context to lower-timeframe decisions.
Evaluate market cycle progression.
Compare multiple asset classes using a consistent structural framework.
The terrain should be interpreted as a probabilistic framework rather than a prediction engine.
Notes
Confirmed higher-timeframe calculations do not repaint.
Structural models are intended for long-term market analysis.
Automatic timeframe routing adapts differently for traditional markets and 24/7 crypto markets.
The indicator is designed to provide structural context and should be used alongside sound risk management and additional market analysis. Indicatore

Strategia

Indicatore

Indicatore

Indicatore

4 WMA's4 WMA's plots four Weighted Moving Averages on the chart at once, giving a quick multi-timeframe view of trend direction and momentum.
By default the lengths are 21, 55, 100 and 200, so you get a short-term, medium-term and two longer-term averages in a single overlay indicator. Each length is fully configurable in the settings.
Unlike a simple moving average, a Weighted Moving Average (WMA) assigns more weight to recent prices, so it reacts faster to price changes while still smoothing out noise. This makes the WMA useful for spotting trend shifts a bit earlier than an SMA.
How to use it:
- When price is above all four WMAs and they are stacked in order (fastest on top), the trend is strongly bullish.
- When price is below all four and they are stacked in reverse, the trend is strongly bearish.
- Crossovers between the faster and slower WMAs can be used as trend-change signals.
All lengths, colors and line widths can be adjusted in the indicator settings. Works on any symbol and timeframe. Indicatore

Indicatore

ANDROMEDA MTF - TrendSyncThis script is a Multi-Timeframe (MTF) trend-following system designed to capture pullbacks in direction of the primary trend.
Rather than relying on a single indicator, ANDROMEDA MTF utilizes a specific mashup of Moving Averages, MACD, and RSI to establish a robust rule-based logic. The primary goal of combining these tools is to filter out lower-timeframe market noise and only authorize entries when momentum and structural trend are perfectly aligned on a higher timeframe.
⚙️ CORE MECHANICS (The Mashup Logic):
To avoid false signals during choppy markets, the script requires three distinct conditions to agree on the Higher Timeframe (MTF) before defining a trend:
Baseline Trend Structure: Uses two customizable Moving Averages (EMA or SMA). The fast MA must be above/below the slow MA to indicate directional bias.
Momentum Confirmation (Slope): The algorithm calculates the mathematical slope of the slow MA (MA - MA ). The trend is only validated if the slow MA is actively sloping in the trade direction, preventing entries in flat/consolidating markets.
Volume/Momentum Filter: The MACD Histogram must confirm the bias (Histogram > 0 for longs, < 0 for shorts).
🎯 ENTRY TRIGGERS & VISUAL FILTERS:
The Pullback Trigger: Once the Higher Timeframe establishes a firm trend (Blue for Bullish, Red for Bearish), the script monitors the local timeframe. A Buy/Sell signal is generated exactly when the local price pulls back and crosses the MTF Moving Averages, offering a discounted entry in the direction of the macro trend.
Exhaustion Filter (RSI): A fast RSI operates in the background. It overrides the candle colors (turning them orange by default) to visually warn the trader that the asset has reached overbought/oversold extremes, cautioning against late entries.
🛠️ HOW TO USE:
Apply the indicator to your execution timeframe (e.g., 15m) and set the MTF parameter in the settings to your macro directional timeframe (e.g., 240 for 4H). Wait for the trend lines to turn Blue/Red and enter on the printed signal arrows during pullbacks.
🇧🇷 (PORTUGUÊS)
Este script é um sistema seguidor de tendência Multi-Timeframe (MTF) projetado para capturar pullbacks na direção da tendência primária.
⚙️ COMO FUNCIONA (A Lógica):
Para evitar sinais falsos, o script exige que 3 condições concordem no Tempo Gráfico Maior (MTF) antes de definir a tendência:
Estrutura: Duas médias móveis (EMA/SMA). A rápida deve estar alinhada com a lenta.
Momento (Inclinação): O algoritmo calcula a inclinação matemática da média lenta. A tendência só é validada se a média estiver apontando para a direção da operação.
Filtro MACD: O Histograma do MACD deve confirmar o fluxo (Maior que zero para compras).
🎯 GATILHOS E FILTROS VISUAIS:
Gatilho: Quando o tempo gráfico maior estabelece a tendência (Azul para Alta, Vermelho para Baixa), o script gera o sinal de entrada no momento em que o preço atual faz um pullback e toca as médias móveis do tempo gráfico maior.
Filtro de Exaustão (RSI): Um RSI rápido colore os candles de laranja para avisar visualmente que o ativo chegou a uma zona de sobrecompra/sobrevenda, evitando que você entre muito tarde no movimento.
COMO USAR: Adicione o indicador no seu gráfico de execução (ex: M15) e configure o parâmetro MTF no menu para o seu gráfico de referência (ex: 240 para H4). Aguarde as médias ficarem azuis ou vermelhas e opere os sinais de seta a favor da co Indicatore

Indicatore

Indicatore

Fed Net Liquidity中文說明
聯準會淨流動性指標(Fed Net Liquidity)
本指標追蹤美國金融體系中「可流通資金」的多寡,用以觀察總體資金環境對風險資產(如美股)的支撐或壓力。
計算方式
淨流動性 = 聯準會總資產(WALCL)− 隔夜逆回購餘額(RRPONTSYD)− 財政部一般帳戶餘額(WTREGEN),三者皆取自 FRED(聖路易斯聯邦準備銀行)。邏輯是:聯準會擴表會注入資金,但若這些資金被停在逆回購工具或財政部帳戶裡未流通,就不算真正進入市場的「有效流動性」,因此需要扣除這兩項。
如何使用
淨流動性線位於20週均線之上(綠色區塊):資金環境偏寬鬆,對股市傾向有利。
淨流動性線位於20週均線之下(紅色區塊):資金正被抽離,對股市傾向不利。
建議關注轉折點(由紅翻綠或反之),而非絕對數值高低,轉折對市場情緒的參考意義通常大於水位本身。
本指標更新頻率為週,不適合作為短線進出場訊號,較適合用於中長期總體資金環境的背景判斷,需搭配其他技術面或基本面分析綜合使用。
注意事項
數據更新頻率有落差(WALCL、TGA為週資料,RRP為日資料),圖表顯示上會呈現階梯狀變化。本指標為簡化模型,未納入全球其他央行資金流動、企業獲利、利率政策等其他重要變數,僅供教育與研究參考,不構成投資建議。
English Description
Fed Net Liquidity Indicator
This indicator tracks the amount of freely circulating liquidity in the U.S. financial system, used to gauge whether the macro funding environment is supportive of or a headwind for risk assets such as U.S. equities.
Methodology
Net Liquidity = Fed Total Assets (WALCL) − Overnight Reverse Repo balance (RRPONTSYD) − Treasury General Account balance (WTREGEN), all sourced from FRED (Federal Reserve Bank of St. Louis). The logic: Fed balance sheet expansion injects liquidity, but funds parked in the reverse repo facility or the Treasury's account aren't actually circulating in markets, so both are subtracted to isolate "usable" liquidity.
How to use it
Net Liquidity line above its 20-week MA (green zone): liquidity conditions are loosening, generally supportive for equities.
Net Liquidity line below its 20-week MA (red zone): liquidity is being drained, generally a headwind for equities.
Focus on inflection points (line crossing from red to green or vice versa) rather than absolute levels — the direction change tends to carry more signal value than the level itself.
Data updates weekly, so this is not suited for short-term entry/exit timing. It works best as a macro backdrop indicator for medium- to long-term positioning, combined with other technical or fundamental analysis.
Notes
Update frequencies differ across components (WALCL and TGA are weekly; RRP is daily), which produces a stair-step pattern on the chart. This is a simplified model that does not account for other major variables such as global central bank liquidity, corporate earnings, or interest rate policy. For educational and research purposes only; not investment advice. Indicatore

Key Levels (Open, Premarket, & Yesterday) + Daily EMAsPlots key levels- PMH, PML, HOD, LOD, YHOD, YLOD
Also plots key emas (8,21,48,200) for - hourly, 4 hr, daily and weekly
With confluence/structure label to show bias, nearest support/resistance Indicatore

MTM Sensei for alertsMTM — Sensei X
A multi‑confirmation trading framework: reads trend, structure, order flow and volatility, then draws a complete, ready‑to‑manage trade — entry, stop, four exits, breakeven and trailing — with clean on‑chart panels and webhook‑ready alerts.
What it does
Sensei X scores every setup against 20 confirmations grouped into four engines and only triggers when enough of them align in the same direction:
Trend (DEMA): DEMA 15 / 50 / 238 alignment, slope and price location.
Momentum · Volume · Order Flow: volume validation, ADX strength, RSI regime, and real buy/sell delta computed from a lower timeframe (with an on‑chart proxy fallback), plus imbalance and absorption reads.
Market Structure (SMC): CHoCH, BOS, IDM, liquidity sweeps, Order Blocks and swing points.
Sensei / Phase / Volatility: Sensei Bands (1σ) + adaptive cloud, momentum/exhaustion phase and a volatility‑safety check.
Phase engine
Choose how signals fire:
Momentum – triggers on setup completion (continuation). Best for Scalp / Intraday / Aggressive.
Exhaustion – triggers on a full countdown (reversal). Best for Swing / Conservative.
Trading styles (one click) Indicatore

Indicatore

Indicatore

ATK/DEF Hyper Candle Context | Price Action Analyzer Hyper Candle Context is a comprehensive price action analysis tool to traders learning candle structure, market behavior, and current chart context through a multi-layer analytical dashboard.
This indicator focuses on pure price action observation by analyzing candle formation, including candle body strength, candle range, upper and lower wick behavior, closing position, volatility condition, and short-term market structure.
Unlike traditional indicators that rely mainly on mathematical oscillators, Hyper Candle Context focuses on reading the information contained inside each candle and presenting it in a structured way.
Candle Structure Analysis
The indicator evaluates candle characteristics through:
• Candle body size and strength
• Body-to-range percentage relationship
• Bullish and bearish candle balance
• Upper shadow and lower shadow analysis
• Doji and neutral candle identification
• Candle expansion and contraction behavior
These measurements provide a clearer understanding of how price is moving within each candle.
Price Action Context
Hyper Candle Context compares current candle behavior with previous candle information to highlight changes in market behavior:
• Bullish and bearish candle transitions
• Body strength changes
• Shadow development
• Momentum changes between candles
• Increasing or decreasing price pressure
This allows users to observe the evolution of candle behavior instead of looking at isolated candles.
Market Condition Analysis
The indicator includes market environment analysis using price volatility and range behavior:
• Current candle range compared with ATR volatility
• Narrow and expanding market conditions
• Volatility increase or decrease
• Market compression observation
This helps users understand whether the market is experiencing low activity, normal movement, or increased volatility.
Trend and Market Context
Additional context is provided through optional moving averages:
• EMA 9
• EMA 21
• EMA 50
The indicator displays the relationship between price and moving averages to help users observe general market alignment.
Support, Resistance and Liquidity Observation
The script monitors recent price areas and candle reactions:
• Recent high and low zones
• Potential support and resistance areas
• Upper wick rejection areas
• Lower wick reaction areas
• Liquidity-related candle behavior
These features are designed to assist manual chart analysis and market observation.
Information Dashboard
The built-in dashboard displays multiple layers of candle information:
• price data
• Candle direction
• Candle strength classification
• Candle pattern description
• Shadow condition
• Closing position
• Market volatility state
• Trend context
• Support and resistance context
• Liquidity observation
• Previous candle comparison
All information is organized into a visual dashboard for easier chart interpretation.
Designed For
Hyper Candle Context is designed for traders who learning:
• Price Action
• Candlestick analysis
• Market structure
• Volatility behavior
• Chart context
The indicator is intended as a visual analysis assistant to support independent market research and decision-making.
Important Notes
Hyper Candle Context does not provide trad decisions, outcomes, or advice.
It is a price action analysis tool designed to help users better understand current market information and develop their own interpretation of price behavior. Indicatore

Liquidity Sweep + TargetLiquidity Sweep + Target
This indicator detects liquidity sweeps — moments where price wicks beyond a recent swing high or low to trigger stops/liquidity, then closes back inside the range (a classic stop-hunt / SFP pattern). Once a sweep is confirmed, the indicator automatically plots a target level for the expected reversal move.
How it works:
Identifies swing highs and lows using an adjustable pivot lookback.
Bearish Sweep: price wicks above the last swing high but closes back below it → signals potential downside reversal, target plotted below.
Bullish Sweep: price wicks below the last swing low but closes back above it → signals potential upside reversal, target plotted above.
Target calculation: choose between (1) the next opposite-side liquidity level (previous swing point) or (2) a fixed risk:reward multiple of the sweep range — fully configurable in settings.
Features:
Clean sweep labels (bullish/bearish) plotted directly on the chart
Dashed target lines with price labels
Adjustable pivot sensitivity, wick threshold, and RR multiple
Built-in alert conditions for both bullish and bearish sweeps
How to use it:
Wait for a sweep label to print, then look for confirmation (structure shift, momentum candle, or your own entry trigger) before acting on the plotted target. This tool identifies liquidity grabs — it does not predict direction with certainty, so always combine with proper risk management. Indicatore

Indicatore

Indicatore

Indicatore
