Indicator

Aquile Reali Days and WeeksAquile Reali — Days and Weeks
A clean, non-intrusive tool that plots the key reference levels of the current and previous day and week directly on the chart, without cluttering price action.
What it shows:
Previous Day High / Low (PDH / PDL) and Previous Week High / Low (PWH / PWL) — the levels institutional order flow reacts to most often, drawn as solid lines with price labels.
Current Day and Week High / Low (DH / DL, WH / WL) — updated live as the session develops, shown as dotted lines so they never compete visually with the previous levels.
Vertical session dividers marking the open and close of each day and week, with the date printed on the line.
How it stays readable:
Every label is offset to the right of the last bar and staggered by category, so previous-day, current-day, previous-week and current-week labels never overlap — even when their prices coincide. Line width, style and color are fully configurable for each element.
Day and week boundaries are defined on a fixed timezone, keeping session opens consistent regardless of the chart's local setting.
Who it's for:
Intraday and swing traders working with market structure and liquidity. PDH/PDL and PWH/PWL act as natural liquidity pools and reaction zones; having them mapped automatically — alongside the levels still forming in the current session — keeps the top-down read fast and the chart uncluttered.
🦅 Aquile Reali nate per volare, nate per osare.
🦅 Be Stable. Be Strong. Indicator

Indicator

Indicator

Indicator

Indicator

Recursive Kernel Trend [QuantAlgo]🟢 Overview
The Recursive Kernel Trend is a trend-following indicator built on a recursive residual estimator with adaptive rate scheduling. It applies one of six selectable filter structures to a residual-corrected recursion, modulates the update rate according to efficiency and volatility conditions, and confirms directional state through slope persistence. The result is a responsive yet controlled trend line that adapts its tracking behavior to market regime while filtering noise-driven fluctuations across every timeframe and instrument.
🟢 How It Works
The calculation begins with a residual between the selected price source and the current estimate. This residual drives a base recursive update whose rate is not fixed but scheduled on every bar:
resid = src - estimate
base = estimate + kern_rate * resid
The scheduled rate is produced by combining two adaptive weights. Efficiency weighting measures the ratio of net directional progress to total price path over a lookback window, raising the rate when movement is clean and lowering it during chop. Volatility weighting compares current ATR against a longer baseline and reduces the rate when volatility expands. The combined rate is then bounded by floor and ceiling limits and further scaled by an optional directional bias that applies different multipliers depending on whether price sits above or below the estimate:
eff_weight = eff_floor + (1.0 - eff_floor) * eff_ratio
vol_weight = math.min(math.max(1.0 / vol_ratio, 0.50), 1.75)
rate_sched = math.min(math.max(base_rate * eff_weight * vol_weight, rate_floor), rate_ceil)
kern_rate = rate_sched * bias
Six filter structures can be applied to the base update. Standard uses a single pass. Wilder halves the rate for smoother behavior. Double and Triple apply successive lag-compensated stages. Gaussian cascades four poles without compensation. Hull combines fast and slow passes then re-smooths the result. All structures receive the live scheduled rate so the adaptive weighting remains active.
A residual accumulator runs in parallel with the recursion. It retains a decaying memory of past residuals and applies a correction term that closes persistent offset during sustained trends. An optional ATR-based limiter can bound the accumulator to prevent overshoot after gaps or parabolic moves:
corr_acc := corr_acc * corr_decay + resid
estimate := kern_out + corr_weight * corr_acc
Directional state is derived from the slope of the finished estimate after a short smoothing window. A consecutive run of bars in the same slope direction must reach a confirmation threshold before the state is allowed to flip. This step prevents single-bar noise from reversing the trend color or firing alerts.
🟢 Signal Interpretation
▶ Bullish Trend (Long/Buy): When the smoothed slope of the estimate remains positive for the required number of confirmation bars, the indicator enters bullish state. The trend line and gradient layers switch to the bullish color. This condition identifies potential long or buy opportunities and remains active until an equal run of negative slope bars confirms a reversal.
▶ Bearish Trend (Short/Sell): When the smoothed slope remains negative for the required confirmation bars, the indicator enters bearish state. The visual elements switch to the bearish color. This condition identifies potential short or sell opportunities and holds until a confirmed positive run occurs.
🟢 Features
▶ Preconfigured Presets: Three parameter sets cover different trading approaches. Default targets swing trading on 1H to daily charts with balanced rate and confirmation. Fast Response raises the recursion rate and shortens confirmation for intraday charts where the indicator needs to adapt to shorter-duration moves. Smooth Trend lowers the rate and lengthens confirmation for position trading on daily and weekly timeframes, where the cost of a false flip is higher than the cost of a delayed one. Selecting a preset overrides the individual rate, efficiency, and state detection inputs.
▶ Built-in Alerts: Three alert conditions are provided. Bullish State Signal fires when the trend state flips from bearish to bullish. Bearish State Signal fires on the opposite transition. Any State Change combines both into a single notification.
▶ Visual Customization: Six color presets (Classic, Aqua, Cosmic, Cyber, Neon, Custom) coordinate the trend line and gradient layers. Optional bar coloring tints candles with the active state color at a configurable transparency.
*Tips: Layer the Recursive Kernel Trend with complementary analysis rather than treating it as a standalone trading tool. State flips hold most reliably when backed by participation, so combine each change with volume context, since a flip on expanding volume is far more likely to sustain than one on thin flow, and read the move against market structure, as a reversal that aligns with a clear swing high or low carries more significance than one in open space. Pairing this script with volume, open interest, CVD, market structure, and mean reversion indicators from our QuantAlgo toolkit can further validate a directional shift before entry. Indicator

Indicator

MFB - Value Acceptance (new)
Peace – Here is an improved version of “MFB – Value Acceptance”.
The original indicator is hidden on Tradingview, so I thought I could make improvements, and then try to re-post.
As usual, this MFB indicator works well with the "Momentum Flow Build w/FVG v6 (clean)" indicator that draws key levels.
New improvements include “RSI Divergence”, and Session VWAP green or red (according to buyers or sellers momentum).
Here is the Luxalgo – Quant description:
MFB - Value Acceptance: The Upgrades
We've evolved your indicator from a simple alignment tracker into a robust momentum and divergence suite. Here are the core improvements:
• Quantified Value Acceptance: Momentum isn't just a fleeting signal anymore. The new "Value Acceptance" logic ensures that bullish or bearish conditions (Price vs VWAP, 9/20 EMA cross, and RSI >/< 50) must be held for a consecutive number of bars (default 3) before confirming a trend change.
• Visual Clarity: The VWAP line now dynamically shifts to a darker green (or red) only when momentum is fully accepted. We've also removed chart clutter while keeping the vital information accessible via the top-right dashboard.
• Automated RSI Divergence: The RSI pane now automatically detects and draws trendlines for both Bullish (lower low in price, higher low in RSI) and Bearish (higher high in price, lower high in RSI) divergences, giving you a leading indicator for potential exhaustion.
• Unified Alert System: We've streamlined the alerts. The new "Momentum Change" and "RSI Divergence" alerts are omni-directional, meaning one alert catches both buy and sell scenarios, saving you alert slots and setup time.
How These Alerts Provide "Air Support"
Think of these alerts as your overwatch, providing crucial intelligence regardless of your timeframe preference:
For Higher Time Frame (HTF) Traders (e.g., 1H, 4H, Daily):
• Strategic Bias: An HTF "Momentum Change" alert acts as a massive directional filter. If the 4H chart confirms Bullish Value Acceptance, you now know the macro-trend has shifted. You can then confidently drop to lower timeframes to hunt for long entries, knowing you have the "air support" of the broader market behind you.
• Early Reversal Warnings: An HTF "RSI Divergence" alert is a powerful warning that a long-standing trend is losing steam. It gives you time to tighten stop-losses or prepare for a macro-reversal before the EMAs even cross.
For Lower Time Frame (LTF) Traders (e.g., 1m, 5m, 15m):
• Tactical Entries: LTF traders can use the "Momentum Change" alert as a direct entry trigger or confirmation. Because it requires consecutive bars of agreement, it filters out a lot of the noisy, one-bar fake-outs common on the 1-minute chart.
• Precision Exits: If you enter a scalp on a 5m Momentum Change, receiving a 5m "RSI Divergence" alert against your position is the perfect "air support" signal to take profits or scale out, as immediate momentum is waning.
By combining the macro-awareness of HTF divergence with the tactical confirmation of LTF Value Acceptance, you can build strategies with significantly higher probability.
A few extra Trading Psychology thoughts if U dig:
I've always liked the "Strategic Lense" of Momentum Trading Theory, and certain momentum strategies have been proven through results and not just the theory.
For both the Higher Time Frame (HTF) or Lower Time Frame (LTF), the momentum change indications are very helpful.
I prefer the 5 min and 1 min chart, yet this indicator works on all time frames.
A high probability Momentum Change signal could add Air Support and (or) Common Ground to both a higher time frame reading, or a lower time frame trade signal.
Indicators like Session VWAP, Exponential Moving Averages and RSI are considered within the MFB – Value Acceptance indicator.
I plan to wait for momentum change when there is any sort of structural signal like a 5 minute FVG-123 or CISD at a key level.
There is a new “RSI Divergence” trendline to add support as well.
I am reminded that trading requires a probabilistic mindset, and that losing trades are part of the business.
A "Probabilistic Mindset Awareness" requires a "Continuous Reframing", and then being patient to read responses at key levels or higher time frame FVG-123s that are moving away from key levels.
Every Trader no matter how long they've been trying to create a trading business, has "gaps of understanding".
I believe the greatest challenge for me has been to remember the probabilistic mindset, because I have studied so many strategies that would have worked if I had viewed the trading session with a "Probabilistic Understanding".
That said:
A teacher once said that though trading the markets involves probabilities, when you win for the day, stop trading and close the account.
Every person will know for themselves, but I like to root a session to a particular trading window (5 min chart), then look for FVG-123s on the 1 min chart, and applying good risk management to process through trade entries and profit maximization.
For example:
If entering a trade, and the trade moves to either 1R or 2R, some Teachers advise to move the stop loss to break even when at 1 R, or just wait to move the stop to the nearest FVG or candle when price reaches 2R (“2R rule”).
Sometimes price really moves, so I'm only using stop loss (not a take profit).
Sometimes the market is looking for the next level of liquidity, which could be very far away, so only using stop loss is very wise.
Therefore, the “2R rule” makes sense (Moving stop to the FVG nearest 2R, or the nearest candle to 2R – if price gets there).
For me, I am practicing the trade entries and getting comfortable with risk management. It seems to me that risk management is the key to profit maximization.
It takes time for a person to understand the probabilistic reality of how markets work, and I often think that accepting that reality is the key to a successful trading business.
I need a mechanical process in order to deal with the probabilities of the markets, and I think that is what the markets are teaching me. To find peace through a mechanical process.
I am learning to have peace of mind through a mechanical process, while working with high probability “proven” strategies.
Very often a price move (displacement) is manipulation, and will be retraced through, which may indicate an opportunity to trade a reversal.
The rule is:
No displacement – No trading.
A losing a trade is part of the process of later finding a winning trade.
There is a saying:
Amateur Traders are always looking for trades, and Professional Traders nurture patience in waiting for trades.
Patience is The Edge.
The Mechanical process is the peace, and realizing that potential peace involves remembering that a probabilistic mindset is key.
I am working on maintaining an awareness that winning trading involves a series of trades that include losses and wins.
Peace -
Indicator

WEINSTEIN 4-STAGE ANALYSIS (A/B Sub-Stages)WEINSTEIN 4-STAGE ANALYSIS (A/B Sub-Stages)
This indicator implements Stan Weinstein's classic 4-stage market cycle theory, with an added layer of A/B sub-stage granularity so you know not just what stage a stock is in, but where it sits within that stage.
THE FOUR STAGES
Stage 1 - Basing: Price is flat, moving averages are flattening out after a decline. No clear trend. This is a "wait and watch" phase.
Stage 2 - Advancing: Price is above a rising 200 SMA, with the 50 SMA also above the 200 SMA. This is the primary uptrend / buy zone.
Stage 3 - Topping: The advance is losing steam. Price and averages start to roll over. Time to start reducing exposure.
Stage 4 - Declining: Price is below a falling 200 SMA, with the 50 SMA also below it. Downtrend confirmed. Avoid or exit longs.
SUB-STAGES (A/B)
Each stage is split further:
1A (Early Base) vs 1B (Late Base) - based on whether the 200 SMA slope has flattened out yet
2A (Early Advance / Primary Buy) vs 2B (Late Advance) - based on how long the stock has been in Stage 2, or how extended price is above the 50 SMA
3A (Early Top / Trim) vs 3B (Late Top / Sell Remaining) - based on a support break or a rolling-over 200 SMA
4A (Early Decline / Exit) vs 4B (Late Decline / Stay Out) - based on time spent declining, plus volume contraction and slope steepness
KEY INPUTS
Slope Lookback & Rising/Falling Thresholds - controls how sensitive the Stage 2/4 classification is to the 200 SMA's slope
Sub-Stage Thresholds - separately tunable settings for the A/B splits (flat slope %, weeks-in-stage limits, extension %, support break lookback)
Volume Confirmation - flags Expansion/Contraction relative to a moving average of volume
Relative Strength - compares the stock's return over a lookback period to a benchmark (default SPY)
Sector Trend - auto-detects the stock's sector and compares it to the matching Sector SPDR ETF (or manually override the ETF)
ON-CHART TABLE
A live table (position and text size configurable) shows: current stage, sub-stage, recommended action, days/weeks in stage, 50 vs 200 SMA relationship, 200 SMA slope, extension above 50 SMA, volume state, relative strength vs benchmark, sector trend, and the date of the last Buy/Sell signal.
SIGNALS & ALERTS
BUY label - fires on transition into Stage 2
SELL label - fires on transition from Stage 2 into Stage 3
Background shading - color-coded by current stage
Full alert suite - covers Buy/Sell signals, Stage 4 confirmation, early-window alerts, and a dedicated alert for every A/B sub-stage transition
HOW TO USE IT
Use Stage 2A as your primary entry signal, 2B as a cue to tighten stops rather than add new exposure, 3A/3B to scale out, and 4A/4B to stay in cash or avoid bottom-fishing too early. Combine with your own position sizing and stop-loss rules — this indicator classifies the stage but does not manage risk for you.
This indicator is for educational and informational purposes only and is not financial advice. Indicator

OpenFlow SMC# OpenFlow SMC — Structure & Trend Suite
**Free · Open-source · Non-repainting · Pine Script v6**
OpenFlow SMC brings the common Smart-Money-Concepts toolkit — order blocks, fair
value gaps, break of structure / change of character, a trend engine, and
buy/sell markers — into a single, transparent, open-source indicator. Everything
here is built from standard, public-domain technical-analysis primitives. Nothing
is hidden, nothing is sold, and the full source is open for you to read, learn
from, and modify.
> **Educational tool only.** This script visualises market structure for study and
> practice. It is **not** a trading signal, not investment advice, and makes no
> promise about future results. See the full disclaimer at the end.
---
## What it draws on your chart
| Element | What you see | Concept |
|---|---|---|
| **ATR stop line** | Two-colour trailing line under/over price | ATR-based (SuperTrend) trend + stop reference |
| **Trend MA** | Single moving-average line | Directional filter (EMA/SMA/WMA/HMA) |
| **Swing trail** | Stepped high/low lines | Most recent confirmed swing points |
| **BOS / CHoCH labels** | Small tags at breaks | Break of Structure / Change of Character |
| **Order blocks** | Shaded boxes | Origin candle before a structure break |
| **Fair value gaps** | Shaded boxes | 3-bar price imbalance |
| **Buy/Sell arrows** | Triangles below/above bars | Trend flip that agrees with the MA |
| **Candle colour** | Green / red bars | Current trend state |
---
## How to add it (under 2 minutes)
1. Open **PulseWire → Pine Editor**.
2. Paste the full source of `OpenFlow_SMC.pine`.
3. Click **Add to chart**.
4. Open the settings (gear icon) to tune it to your market and timeframe.
No downloads, no login walls, no paid plan required — a free PulseWire account
is enough.
---
## How to read it
- **Candle colour and the ATR stop line** tell you the current trend state at a
glance: green/line-below = up-state, red/line-above = down-state.
- **The trend MA** is a slower directional filter. When price and the ATR state
sit on the same side of the MA, the two agree.
- **The swing trail** marks the most recent *confirmed* swing high and low — the
levels the market must break to shift structure.
- **BOS** appears when price breaks a swing in the direction it was already going
(continuation). **CHoCH** appears when it breaks the opposite side (the first
sign structure may be turning).
- **Order blocks and fair value gaps** highlight zones where price previously
originated a move or left an imbalance — areas some traders watch for reactions.
- **Arrows** mark the bar where the ATR trend flips *and* the moving average
agrees. They are drawn only after the bar closes.
Think of it as a structured way to *see* the chart — where the trend stands, where
structure broke, and which zones are in play — not as an instruction to act.
---
## Settings guide
| Group | Setting | Default | Notes |
|---|---|---|---|
| Trend Engine | ATR / SuperTrend length | 10 | ATR period |
| Trend Engine | ATR multiplier | 3.0 | Higher = wider stop, fewer flips |
| Trend MA | MA type | EMA | EMA / SMA / WMA / HMA |
| Trend MA | MA length | 50 | Slower = smoother trend |
| Market Structure | Swing pivot length | 10 | Bars each side of a pivot |
| Order Blocks | OB lookback | 20 | Search window for the origin candle |
| Order Blocks | Max order blocks | 6 | Keeps the chart tidy |
| Fair Value Gaps | Max FVGs | 8 | Keeps the chart tidy |
| Signals | Paint candles by trend | on | Toggle bar colouring |
**Starting points:** on higher timeframes (daily) try ATR multiplier 3.0 and MA 50.
On lower timeframes (5–15 min) a tighter multiplier (2.0–2.5) and shorter MA
(20–34) tracks faster moves but flips more often. Experiment on a demo/paper chart.
---
## Alerts
The script exposes four alert conditions: Buy, Sell, BOS Up, BOS Down. When
creating a PulseWire alert, set the trigger to **"Once Per Bar Close"** so the
alert reflects a completed bar and does not fire on an unconfirmed intrabar move.
---
## Why it does not repaint
- No higher-timeframe `security()` calls, so nothing can read the future.
- Buy/sell arrows, structure labels, and zone boxes are committed only after the
bar closes.
- Swing points use symmetric pivots that confirm a fixed number of bars back — by
design they appear *after* the pivot forms, never retroactively.
Honest limitation: because swings confirm late, order blocks and swing lines
appear a few bars after the pivot actually printed. That lag is unavoidable for
any non-repainting pivot logic. Any tool that shows these instantly is looking
ahead.
---
## License
Open-source under the MIT License. You are free to read, use, modify, and
redistribute it. Attribution is appreciated but not required.
---
## ⚠️ Disclaimer — please read
**This indicator is provided for educational and informational purposes only.**
- It is **not** a trading signal, buy/sell recommendation, or a solicitation to
trade any security, currency, or asset.
- It does **not** constitute investment, financial, legal, or tax advice, and the
author is not acting as your financial adviser.
- Buy/sell markers, zones, and labels are visual illustrations of common technical
concepts — they are **not** predictions and carry **no** guarantee of accuracy or
profitability.
- Trading and investing involve substantial risk of loss. Past performance and
hypothetical or backtested results do not guarantee future results.
- You are solely responsible for your own decisions. Always do your own research
and, where appropriate, consult a licensed financial professional before trading.
- The author accepts no liability for any loss or damage arising from the use of
this script.
Use it to *study* market structure — not as a reason to enter or exit a trade. Indicator

Indicator

Indicator

Indicator

5 EMA MARKET MAKERSThis script delivers a highly optimized Exponential Moving Average (EMA) suite designed for high-leverage scalping and precision Opening Range Breakout (ORB) trading. Built to cut out the fluff, it keeps your charts clean while exposing immediate momentum shifts and deep institutional market structures.
Core Components:
Micro-Trend Alignment (5 & 13 EMA): Tracks immediate price action and momentum shifts. Essential for aggressive scalping and timing precise entries on the 5m timeframe right after the 15m session open prints.
Intraday Baseline (50 EMA): Serves as your dynamic anchor for intra-session swings and trend confirmation.
Macro Structure (200 & 800 EMA): Exposes the broader structural bias. The 800 EMA acts as a heavy institutional boundary, aligning perfectly with market maker setups and major psychological levels.
Optimal Trading Strategy:
Target Asset: Highly effective on BTC USD.
Execution: Tailored for traders operating with extreme leverage (100x–150x) and razor-thin stop losses (~0.2%).
Session Playbook: Ideal for catching ORB volatility across major liquidity windows (Asian, London, and New York sessions). Wait for the first 15m candle to form, drop down to the 5m, and use the EMA ribbon to confirm your breakout entries, retests, or swing failure patterns.
Pair this suite with your vector candle daily highs/lows and weekly psychological levels. Execute the setup, manage your risk, and extract your profits. Indicator

Indicator

Ichimoku Signal Engine# Ichimoku Signal Engine + Dynamic Support & Resistance
Take the traditional Ichimoku Cloud to the next level with an advanced decision-support system that combines **trend analysis, divergence detection, dynamic support and resistance mapping, rejection signals, breakout detection, and ranked Ichimoku confluence levels** into one powerful indicator.
Rather than simply displaying the cloud, this script continuously evaluates the relationship between price and every major Ichimoku component to identify high-probability trading opportunities before they become obvious.
---
## Key Features
### ✓ Complete Ichimoku Cloud
* Tenkan-sen
* Kijun-sen
* Senkou Span A & B
* Chikou Span
* Projected Kumo (Cloud)
All components can be individually enabled or disabled.
---
## ✓ Advanced Ichimoku Divergence Engine
Unlike traditional divergence indicators that rely on RSI or MACD, this script detects **hidden and regular divergences directly against Ichimoku internals**, providing signals based on trend structure rather than lagging oscillators.
Compare price against:
* Cloud Midpoint
* Tenkan–Kijun Spread
* Cloud Thickness
Detect:
* Regular Bullish Divergence
* Regular Bearish Divergence
* Hidden Bullish Divergence
* Hidden Bearish Divergence
Signals may be displayed individually (stacked) or as combined BUY/SELL confirmations.
Every signal includes detailed hover explanations.
---
## ✓ LIVE Ichimoku Rejection Signals
The indicator identifies high-quality reactions from important Ichimoku support and resistance levels.
Supports:
* Cloud Top
* Cloud Bottom
* Kijun
* Inside-cloud boundaries
Choose between:
* Live Intrabar signals
* Confirmed Close signals
Every rejection receives a quality score:
* R1 — Basic rejection
* R2 — Medium confirmation
* R3 — Strong Ichimoku confluence
Strength is calculated using:
* Cloud location
* Tenkan/Kijun alignment
* Future cloud direction
* Chikou confirmation
* Multiple Ichimoku confirmations
---
## ✓ Dynamic Swing Support & Resistance
Automatically builds historical support and resistance from confirmed swing highs and lows.
Features include:
* Historical levels
* Active support/resistance tracking
* Breakout detection
* Breakdown detection
* Optional removal of broken levels
* ATR breakout filtering
Broken levels automatically change appearance, allowing easy identification of potential support/resistance flips.
---
## ✓ Projected Ichimoku Levels
View future market structure before price reaches it.
Displays:
* Future Cloud Resistance
* Future Cloud Support
* Current Kijun Support/Resistance
Useful for planning trades well before price interacts with the cloud.
---
## ✓ Dynamic Ichimoku Roadmap
One of the indicator's most powerful features.
The script continuously combines multiple Ichimoku sources into a ranked roadmap of the strongest support and resistance zones.
Potential levels include:
* Tenkan
* Kijun
* Current Cloud Top
* Current Cloud Bottom
* Future Cloud Top
* Future Cloud Bottom
* Flat Span B
* Confirmed Swing Highs
* Confirmed Swing Lows
Nearby levels are merged into confluence zones and assigned a strength score.
The roadmap ranks:
Resistance:
* R1
* R2
* R3
* R4
* R5
Support:
* S1
* S2
* S3
* S4
* S5
Each level displays:
* Distance from current price
* Strength score (0–10)
* Contributing Ichimoku components
* Historical plotting
This creates an evolving map of where the market is most likely to react.
---
## ✓ Breakout & Breakdown Detection
Receive alerts whenever price breaks:
* Confirmed swing resistance
* Confirmed swing support
Optional ATR filtering helps reduce false breakouts.
---
## ✓ Informative Dashboard
Built-in tables display:
* Nearest support
* Nearest resistance
* Distance from price
* Future cloud boundaries
* Ranked roadmap levels
* Confluence strength
* Source of every level
---
## ✓ Smart Alerts
Alerts available for:
* Bullish Divergence
* Bearish Divergence
* Bullish Rejection
* Bearish Rejection
* Breakout
* Breakdown
* Roadmap Resistance Break
* Roadmap Support Break
Perfect for automated monitoring.
---
## Why use Ichimoku instead of traditional indicators?
Most indicators only measure momentum.
Ichimoku simultaneously measures:
* Trend
* Momentum
* Equilibrium
* Dynamic support
* Dynamic resistance
* Market structure
* Future projected levels
This indicator expands those concepts even further by combining multiple Ichimoku components into a unified decision-support system, helping traders identify trend continuation, potential reversals, and the strongest price reaction zones before they occur.
Whether you're a swing trader, trend follower, or intraday trader, the indicator provides a comprehensive view of market structure while keeping the chart clean and intuitive.
**Note:** No indicator can predict the market with certainty. This script is designed to assist decision-making by highlighting statistically meaningful Ichimoku-based structures and confluence areas. Always use sound risk management and combine signals with your own trading plan.
Indicator

Geometric Macro Reversal Map
Overview
The Geometric Macro Reversal Map is a unique, mathematical approach to tracking price behavior, liquidity distribution, and market inertia. Rather than relying on static support and resistance lines, this script calculates the "mass" and "kinetic interaction" of price levels to determine whether a zone will act as a strong reversal point or a high-velocity transit area.
By analyzing how deeply and how often price interacts with a specific pivot level, the algorithm visualizes order block strength and liquidity voids in real-time using an intuitive "Intensity Fill" box design.
Core Concepts & Terminology
FRESH ZONE (0% - 20% Fill): These are levels with minimal prior price interaction. Because the limit orders resting here are largely untouched, these zones act as heavy repulsion areas. When price touches a Fresh Zone, expect a strong "ignition" or reaction.
LIQ VOID (90% - 100% Fill): These are levels where price has interacted heavily, completely depleting the resting limit orders. Because there is no resistance left, price will slice through these areas extremely fast.
The Trading Setup (How to Use)
This indicator is designed for precision entries and high-probability targeting using the following logic:
The Entry (Ignition): Look for trade setups when the price is at or immediately approaching a FRESH ZONE. These unmitigated zones offer the highest probability for a sharp reversal or bounce with excellent risk-to-reward ratios.
The Direction & Targets: Once you get a reaction from a Fresh Zone, look at the surrounding map. You want to trade in the direction of the 100% filled levels (LIQ VOIDs). Because these levels have zero order-book friction, they serve as the cleanest and most reliable Take-Profit (TP) targets. Price is magnetically drawn to these voids and will accelerate to fill them.
The High-Velocity Clusters: If you spot a cluster of fully filled (100%) lines packed closely together, do not attempt to trade reversals there. These clusters indicate massive structural gaps or high-speed transit zones. Expect aggressive, one-sided price action to blast through these clusters without hesitation.
Default Settings
Inertia Threshold (2.56): Filters out market noise and only maps levels that have true geometric weight.
Temporal Lookback (11): The period used to detect the foundational pivots.
Phi Sensitivity (0.382): Determines how close price action needs to be to merge levels and calculate kinetic mass.
Customization includes multiple visual themes (Classic, Neon, Monochrome) and an optional daily-reset VWAP.
Author: erdensedat
⚠️ Disclaimer
The information and concepts presented here are for educational and informational purposes only and do not constitute financial, investment, or trading advice. Trading in financial markets involves a high degree of risk and may not be suitable for all investors. Past performance of any trading system or methodology is not necessarily indicative of future results. Always conduct your own research and risk management before executing any trades.* Indicator

Swing Trade Scanner Setup Grade and VerdictGrades the stock on your chart as a long swing setup — a 0–100 score, an A+ to D grade, and a plain-English verdict.
You've found a stock. Is it actually a setup? Swing Trade Scanner grades the chart in front of you the way a swing trader reads it — trend, momentum, relative strength, volume — and gives you one honest answer: a score, a grade, and a verdict in plain English.
It works on its own — nothing else required.
Why one score instead of five separate indicators?
Every check in this script exists on its own — but alone, each one whipsaws. What makes a swing setup is confluence: trend, momentum, proximity to highs, relative strength, and volume confirming each other at the same time.
The Scanner's contribution is the weighting and the interaction between the checks: MA alignment counts most because trend is what pays swing traders, and the extension penalty can override an otherwise perfect score — because the same chart that grades well near the fast MA is a bad entry 8% above it. That interaction is what a stack of separate indicators won't show you.
What goes into the score (0–100)
Five checks, each weighted by how much it matters:
MA alignment (up to 35 pts) — is price stacked cleanly above the 4-MA ribbon? A full bull stack (price > fast MA > each slower MA) earns full points.
Momentum (up to 20) — how far price has moved over the lookback (60 bars by default).
Distance from the recent high (up to 20) — leaders sit near their highs; a stock 10% below its high has repair work to do first.
Relative strength vs SPY (up to 15) — is the stock beating the market (SPY = S&P 500 ETF), not just rising with it?
Volume (up to 10) — is it trading above its 20-day average?
Then one guardrail: the extension penalty . More than 6% above the fast MA and the score gets docked (−12 points, −20 past 10%). Chasing a stretched chart is how good setups become bad entries — the Scanner won't grade one highly.
The verdict reads in plain English
HIGH QUALITY (score 75+) — everything lined up.
MODERATE (55–74) — decent, not complete.
WEAK (40–54) — most of the checklist is missing.
AVOID (under 40) — not a long setup right now.
EXTENDED / WAIT — the setup grades well BUT price is stretched more than 6% above the fast MA. Good stock, bad moment. Let it pull in.
What you see on the chart
The 4-MA ribbon — four moving averages (EMA 20 / 50 / 100 / 200 by default; EMA, SMA or WMA), with the zone between the two fastest shaded green in an uptrend, red in a downtrend.
Candle coloring (optional) — green in a full bull stack, teal in a partial one, red in a full bear stack, so the trend state reads at a glance.
The dashboard — grade + score up top, then the four core metrics (MA Alignment, 60-bar Momentum, RS vs SPY, Volume Ratio) and the Verdict row.
Long setups only
This tool grades the long (buy) side. On a downtrending chart it won't invent an opportunity — it shows Full Bear and AVOID and tells you to look elsewhere.
Settings — defaults work out of the box
MA ribbon — four lengths, MA type, and colors.
Lookback (60 bars) — the window for momentum, relative strength, and the recent high.
Volume MA length (20).
Table position, text size, dark/light theme, and status colors.
⚠ Educational tool for reading and grading charts. The grade measures how complete a setup is by these rules — it does not generate buy/sell signals or predict price. Not financial advice. Indicator

Renko Size TableSuggested Renko brick sizes at a glance, across four timeframes at once — no chart switching, no one indicator per interval.
Each row shows half of the timeframe's ATR (the common brick-size rule of thumb) in both price and ticks, over its own lookback in days. Two reads sit side by side:
- ATR / Half ATR / Ticks — the live, EMA-smoothed average true range. Reacts to the current session.
- Med ATR / Med Half ATR / Med Ticks — the median of each recent day's mean true range. It holds steady through an outlier session (one hot news day out of ten barely moves it), so it's the more stable pick on volatile instruments.
The suggested brick size is the Ticks (or Med Ticks) column.
Options: four timeframes with individual ATR-in-days lookbacks, an "ignore gaps" toggle to exclude the session-open gap, decimals, table position, text size, and colors.
Important: place it on a chart timeframe at or below the smallest row — a 1-minute chart for the 1/5/15/60 defaults. PulseWire can only feed a higher-or-equal timeframe into each row; a row below the chart timeframe is flagged rather than shown wrong. Give it a couple of sessions to settle, since the ATR period is learned from how many bars each session holds. Indicator

CHoCH SetupCHoCH Setup is a comprehensive multi-timeframe analysis tool designed to identify structural shifts, validate them with volume and momentum, and highlight high-probability Fair Value Gap (FVG) entries.
Multi-Timeframe (MTF) Alignment: Evaluates a Higher Timeframe (HTF) directional bias to ensure your current timeframe trades align with the macro trend.
Volume Point of Control (POC): Dynamically calculates the high-volume node of recent periods. Breaks through the POC indicate strength.
BLVL (Break Level) CHoCH & BOS: Identifies structural market shifts. A CHoCH (Change of Character) triggers the drawing of the main setup box.
Volume Profile Inside CHoCH Box: Visualizes the volume intensity directly within the CHoCH box to validate the momentum of the breakout.
RSI Tracking Polyline: Tracks the RSI behavior historically to identify if the setup occurred in overbought/oversold conditions or if there is momentum divergence.
FVG Engine: Highlights bullish and bearish Fair Value Gaps. It can optionally filter for "bounces" or mitigations where price taps into the FVG after a structural break.
CHoCH Fibonacci Zones & Targets: Automatically plots a Buy/Sell mitigation zone (0.382 - 0.618) and extended target levels (1.47, 1.55, 2.56, 2.6, 2.68) for taking profit.
HUD Dashboard: Provides a real-time summary of the HTF Bias, Current TF Bias, POC Trap State, and the strength of the current CHoCH.
🎯 Identifying an "A+ Setup"
An A+ setup occurs when multiple confluences align simultaneously. Look for the following conditions on your dashboard and chart:
Timeframe Alignment: Both HTF Bias and Current TF Bias are pointing in the same direction.
Strong CHoCH Signal: A CHoCH break happens in the direction of the HTF Bias, backed by above-average volume (indicated by thick volume columns inside the CHoCH box).
POC Confirmation: Price breaks and holds beyond the POC level, avoiding a "Trap" state (e.g., a "Strong Bullish" state on the dashboard).
FVG Creation: The impulse move that caused the CHoCH leaves behind a Fair Value Gap.
Entry Execution: Price pulls back into the CHoCH Fibo Zone (0.382 - 0.618) and taps the FVG. This is the optimal entry zone targeting the extended Fibo levels (1.47+).
🔔 Alerts
The script includes built-in alert conditions tailored for this setup:
Bullish CHoCH Direction FVG Formed!: Triggers when a new bullish FVG forms immediately following a Bullish CHoCH.
Bearish CHoCH Direction FVG Formed!: Triggers when a new bearish FVG forms immediately following a Bearish CHoCH.
(To set these up: Create an alert on PulseWire, select the indicator, and choose "Any alert() function call".)
⚠️ Disclaimer
This script is provided for educational and informational purposes only. It does not constitute financial or trading advice. Trading in financial markets involves a high degree of risk, and past performance of any indicator or setup is not indicative of future results. Always backtest strategies thoroughly and use proper risk management.* Indicator

Indicator

Indicator
