GEM Logic 1.5GEM Logic 1.5
GEM Logic 1.5 is a multi-layer market context indicator built to help traders quickly spot when several important signals begin to align.
Instead of relying on a single condition, this script combines RSI behavior, divergence logic, candlestick confirmation, multi-timeframe scoring, ADX, and recent range-based support/resistance zones into one clean visual framework.
The goal is simple:
show when market conditions are becoming more meaningful, not just more noisy.
What this indicator does
GEM Logic 1.5 combines several layers of analysis:
1. RSI context
The script tracks RSI and highlights when price is moving into overbought or oversold territory.
This helps identify areas where momentum may be stretched and where reversals or pauses may become more likely.
2. Divergence detection
The indicator looks for bullish and bearish RSI divergence between price and momentum.
It also tracks repeated divergence events over a lookback window, so the script can distinguish between a single weak signal and a stronger multi-event setup.
3. Execution state
Once a stronger divergence setup appears, the script monitors whether price has actually triggered an entry condition.
This gives a cleaner separation between:
a market that is only preparing
and a market that is already activating
4. Candlestick confirmation
The indicator also includes a candlestick layer using common price action patterns such as:
Engulfing
Pin bars / rejection candles
Morning / Evening Star
Inside bar breakout
Outside bar
Marubozu
These patterns act as an additional confirmation layer around momentum shifts.
5. GEM logic
The core idea of the script is the GEM concept:
A setup becomes more interesting when multiple elements begin to align at the same time, such as:
RSI extreme
divergence
candlestick confirmation
When these layers cluster together, the script can display a stronger confirmation event.
6. Multi-timeframe dashboard
The table on the right shows the current state across:
5m
15m
H1
H4
D
W
Each timeframe receives a score based on how many active factors are currently present.
This helps traders quickly see where market structure is strongest instead of manually switching charts all the time.
7. ADX reading
The bottom row displays ADX, giving a quick view of trend strength.
This helps distinguish between quieter conditions and stronger directional conditions.
8. Recent range support / resistance zones
The script also builds a recent range and marks support/resistance areas based on that range.
This provides a practical structure layer so signals can be interpreted in context rather than in isolation.
How to read the dashboard
The dashboard is designed to be simple.
Main rows
DIVERGENCE → shows whether bullish or bearish divergence is active
EXECUTION → shows whether a setup is waiting or already triggered
RSI → current RSI value
ADX → current ADX value
Timeframe score rows
The rows for 5, 15, H1, H4, D, W show how many factors are active on each timeframe.
General interpretation:
0 = no meaningful alignment
1 = one factor is active
2 = the setup is getting stronger
3+ = a more important cluster is forming
4+ = strong confluence
This score does not mean automatic buy or sell.
It simply means:
more parts of the logic are lining up on that timeframe right now.
Who this script is for
GEM Logic 1.5 may be useful for traders who want:
RSI-based context
divergence confirmation
candlestick confirmation
multi-timeframe awareness
a cleaner way to read market confluence
fewer separate indicators on the chart
It is especially helpful for traders who prefer to make decisions based on several confirming conditions, rather than reacting to one isolated signal.
Suggested workflow
A simple way to use this script:
Look at the dashboard and identify which timeframe has the strongest score.
Check whether divergence is present.
Check whether execution is still waiting or has triggered.
Look for GEM confirmation and candlestick support.
Review price location relative to the recent range zones.
Build your trade idea only after context is clear.
Important note
This script is a decision-support tool, not a prediction engine.
It does not guarantee entries, reversals, or outcomes.
It should be used together with:
risk management
position sizing
personal trade rules
market context
Nothing in this script should be treated as financial advice.
Summary
GEM Logic 1.5 is designed to help traders answer one practical question:
“Is there real confluence here, or is this just random noise?” Indicator

Indicator

Indicator

Breaker Block Reversal Engine [forexobroker]Breaker Block Reversal Engine trades the polarity flip of a failed order block: when price closes straight through an order block instead of respecting it, that zone flips polarity and the level that trapped one side now fuels the other. The unique angle is treating the flip as a persistent regime, then timing entries with an EMA reclaim inside the active breaker bias rather than waiting only for the rarer classic retest.
🔶 ALGORITHM
1. Confirm swing structure with symmetric pivots and track the most recent confirmed swing high and low.
2. Detect a structural break: close crosses the last confirmed swing low (down break) or swing high (up break).
3. Find the origin candle by scanning back up to OB Search Lookback bars for the last opposing candle; validate the impulse with Min Impulse x ATR.
4. Polarity flip: a bearish origin OB becomes a BULLISH breaker once the break reference (close or high) closes above its top; a bullish origin OB becomes a BEAR breaker once price closes below its bottom. Confirm-on-close toggle controls strictness.
5. Retest detection uses a Retest Buffer x ATR tolerance band drawn around the flipped breaker.
6. Persistent breaker bias: a flip arms bias +1 / -1; the regime clears when that breaker is retested (one-shot) or the opposite breaker flips.
7. Entry timing: within an active breaker bias, an EMA reclaim (ta.crossover / ta.crossunder of close vs the Entry Reclaim EMA) fires the trade. Retest-Only Mode swaps this for the strict breaker-zone retest.
🔶 SIGNAL LOGIC
- Buy: a bear order block has flipped to a bull breaker (bias +1) and close crosses over the Entry Reclaim EMA (or, in Retest-Only Mode, the bull breaker retest), in session, position not already long, after the cooldown window, only on barstate.isconfirmed; position-lock flips to LONG.
- Sell: a bull order block has flipped to a bear breaker (bias -1) and close crosses under the Entry Reclaim EMA (or the bear breaker retest), in session, position not already short, cooldown elapsed, on barstate.isconfirmed; position-lock flips to SHORT.
Only fires when a breaker has flipped polarity and set directional bias.
🔶 INPUTS
- Structure: pivot length for swing confirmation (default 7), OB search lookback, and ATR length.
- Impulse filter: minimum impulse in ATR multiples to qualify the origin (default 1.0x ATR).
- Retest tolerance: buffer added around the breaker on retest in ATR multiples (default 0.10x ATR).
- Break confirmation: confirm-on-close toggle for the polarity flip (default on).
- Signal Logic: Entry Reclaim EMA length (default 9) and Retest-Only Mode toggle (default off).
- Cooldown: minimum bars between signals (default 6).
- Filters: optional session restriction and one-signal-per-breaker lock (default on).
- Visual: breaker zone boxes, dashboard, 3-layer glow, buy/sell colors, dashboard background.
🔶 ALERTS
BBR Buy, BBR Sell, BBR Any Signal, BBR Down Break, BBR Up Break, BBR Bull Flip, BBR Bear Flip, BBR Bull Retest, BBR Bear Retest, BBR Bull OB Set, BBR Bear OB Set, BBR Structure, BBR Webhook JSON.
🔶 LIMITATIONS
- Requires warm-up: pivots confirm only after Pivot Length bars on each side, so early history yields no structure.
- Defaults are tuned for liquid instruments; the impulse and retest-buffer ATR multiples may need adjustment on thin symbols.
- Retest-Only Mode is intentionally rare; the default EMA-reclaim regime mode trades more frequently.
- Non-repainting by design (pivots confirmed, signals on bar close); the anchoring swing appears Pivot Length bars after it formed.
- A breaker is a probabilistic zone, not a guaranteed reversal; polarity flips can fail in strong trends.
Indicator

Auction Shelf Ledger [forexobroker]Auction Shelf Ledger maintains a running ledger of defended price levels by clustering confirmed pivots into shelves and scoring each shelf by how many times it has been touched and how much volume accumulated there. When price tests a strong shelf and rejects it, the indicator trades away from that defended liquidity. The unique angle is treating repeated pivot touches plus volume as evidence of a real auction battleground rather than drawing a fresh line on every pivot.
🔶 ALGORITHM
1. ATR (default 14) is computed for adaptive distance scaling.
2. Confirmed pivot highs and lows (default pivot length 6) are detected with full left/right confirmation.
3. Each new pivot is registered against the ledger: if it falls within the cluster tolerance (default 0.5 x ATR) of an existing shelf, that shelf is reinforced (touch count and volume sum grow, price re-centered); otherwise a new shelf is created.
4. The ledger is capped at the max shelves tracked (default 8); the oldest shelf is shifted out when full.
5. The nearest shelf whose touch count meets the strong threshold (default 2) is selected as the active level.
6. A reject buffer (default 0.15 x ATR) defines the test zone; price entering it then closing back away marks a rejection up or down.
7. A rejection arms a persistent directional bias that holds until the opposite rejection fires; entries then time off a reclaim EMA (default 9) within that bias.
🔶 SIGNAL LOGIC
- Buy: in rejection-only mode, a fresh upward shelf rejection; otherwise active rejection bias is bullish AND close crosses over the reclaim EMA, AND session filter passes AND position is not already long AND cooldown bars elapsed AND barstate.isconfirmed.
- Sell: in rejection-only mode, a fresh downward shelf rejection; otherwise active rejection bias is bearish AND close crosses under the reclaim EMA, AND session filter passes AND position is not already short AND cooldown bars elapsed AND barstate.isconfirmed.
Only fires once a strong shelf has been tested and rejected to set the active bias.
🔶 INPUTS
- Shelves group: pivot length for detecting raw pivots; default 6.
- Cluster Tol x ATR: distance within which pivots merge into one shelf; default 0.5.
- Min Touches (strong): touches required before a shelf is tradable; default 2.
- Max Shelves Tracked: ledger capacity; default 8.
- Reject Buffer x ATR: test-zone width around a shelf; default 0.15.
- ATR Length: volatility reference for all scaling; default 14.
- Signal Logic group: entry reclaim EMA default 9, rejection-only mode default off, cooldown bars default 5.
- Filters and Visual groups: session restriction (default 0000-2400), shelf lines, dashboard, 3-layer glow, colors.
🔶 ALERTS
ASL Buy, ASL Sell, ASL Any Signal, ASL Shelf Test, ASL Reject Up, ASL Reject Down, ASL New High Pivot, ASL New Low Pivot, ASL Strong Shelf, ASL Ledger Full, ASL At Shelf, ASL Webhook JSON.
🔶 LIMITATIONS
- Pivots are confirmed, so shelves print with pivot-length lag and are not drawn in real time at the extreme.
- A shelf needs several touches to become tradable; early chart history may have no strong shelf yet.
- Defaults are tuned for liquid instruments; very low-volume symbols weaken the volume component of shelf strength.
- The ledger is capacity-limited, so on long ranges the oldest shelves are discarded even if still relevant.
- The non-rejection-only path uses a fast EMA cross and can produce extra entries inside a single bias.
Indicator

Indicator

Indicator

Dual RSI DCA - Long IndicatorDual RSI DCA — Long Indicator
🔷 What it does:
This is a signal-only indicator that mirrors a dollar-cost averaging long workflow with a dual RSI confirmation system. It identifies oversold reversal entries on the host chart using a lower-timeframe RSI cross-up, tracks a virtual position with up to five averaging fills on a deviation ladder, and fires the exit when the lower-timeframe RSI crosses down from overbought — but only after a minimum profit threshold from the running average entry has been reached.
- Base entry signal arms on a lower-timeframe RSI(14) crossing up the oversold level (default 31 on 3m).
- Up to five safety orders fire automatically as price ladders down, on a 1.3% step / 1.3 step multiplier / 1.25 size multiplier progression.
- Take profit fires only when the lower-timeframe RSI crosses down the overbought level (default 69) AND minimum profit (default 2.4%) from average entry has been reached.
- Every event emits a webhook-ready JSON alert payload formatted for direct DCA Bot consumption.
🔷 Who is it for:
- Swing traders running a DCA Bot on crypto pairs that frequently mean-revert from local extremes.
- Traders who want a clean oversold-to-overbought signal flow without the strategy-tester overhead.
- Bot operators looking for a chart-driven signal source that ships webhook JSON natively, with no glue scripts required.
- Anyone who wants to monitor a virtual DCA position with full transparency on average entry, fills, and deployed capital — directly on the chart.
🔷 How does it work:
Lower-Timeframe RSI Cross-Up: The indicator polls a lower-timeframe RSI through request.security and checks for a cross above the oversold level at each host-bar close. When the cross fires AND the indicator is flat, the base-entry event triggers, the virtual position state is initialized, and the entry webhook payload is dispatched.
Virtual Position Tracking: Once entered, the indicator captures the entry price, base USDT size, and seeds running totals of cost and asset units. Each subsequent safety order updates those totals so the average entry, total deployed capital, and profit zone are always derived from honest fill-by-fill bookkeeping.
Safety Order Ladder: Five deviation thresholds are pre-computed from the base entry (1.30%, 2.99%, 5.18%, 8.04%, 11.75% at default settings). When the close price reaches the next threshold, the corresponding safety-order signal fires, the virtual position updates, and the AO webhook payload is emitted. No RSI gating on the ladder — it's pure price action.
Take Profit Logic: Once price reaches the minimum-profit threshold above the running average entry, the exit becomes armed. The close signal then fires only when the lower-timeframe RSI crosses down from the overbought level — the indicator does not exit just because profit is reached, it waits for momentum confirmation.
🔷 Why it's unique:
- Dual-RSI Architecture: Two independent lower-timeframe RSI cross conditions — one gates the entry, one gates the exit. Most DCA tools use a filter on only one end of the deal; this one filters both.
- Profit-Armed Exit: The take profit does not fire on a static target. It waits for RSI to roll over from overbought, allowing winners to run while still requiring minimum profit before any close is considered.
- Honest Virtual Tracking: Average entry, total cost, deployed capital, and minimum-profit target are all computed from the same fill-by-fill bookkeeping a real broker would do. No price-from-base shortcuts.
- Webhook-First Design: Every event (base, each safety order, exit) emits a fully-formed JSON alert payload. Connect one alert to a DCA Bot's webhook URL and the indicator drives the bot end-to-end.
🔷 Considerations Before Using the Indicator:
Market & Timeframe: Designed for 3min crypto pairs with active mean-reversion behavior. Default RSI levels (31/69) are calibrated for liquid volatility; thin or strongly trending pairs may need recalibration.
Cross Detection Granularity: LTF RSI cross detection happens at host-bar close. A cross that completes and reverses inside a single host bar may be missed by design — this prevents over-signaling on intra-bar noise.
No Stop Loss: There is no exit signal on adverse moves beyond the safety-order ladder. Risk is structurally capped by the bounded position-size sequence — at default settings, base + all five safety orders deploy roughly 9.93% of equity, keeping the trade within the conventional 5–10% risk band. If a hard stop is required, layer it on the bot side.
Live vs Historical State: The virtual position state is rebuilt from the chart history each time the indicator is recompiled. If the indicator is added mid-trade or the live bot diverges from the signal stream (manual interventions, partial fills), the indicator state may not match the live bot. Toggle the indicator off and on to reset.
Backtesting Note: This is an indicator, not a strategy. There is no built-in P&L tester. For performance metrics, use the companion strategy version on the same parameters.
🔷 How to Use It:
🔸 Add the indicator to a 3min crypto chart on the pair you want to trade.
🔸 Configure the order sizing inputs to match the DCA Bot's settings (base order size, first AO size, multipliers).
🔸 Set the entry RSI level (default 31) and exit RSI level (default 69) — these are the two RSI gates.
🔸 Set the minimum profit threshold (default 2.4%) — exits will not fire below this.
🔸 In the DCA Bot Webhook group, paste the Bot ID, Email Token, and Pair (QUOTE_BASE format, e.g., USDT_HYPE).
🔸 Create an alert on the indicator with "Any alert() function call". Paste the DCA Bot's webhook URL into the alert's Webhook field. The indicator will emit fully-formed JSON payloads for each event — no integration layer required.
🔷 INDICATOR SETTINGS
Base Order Size (USDT): USDT size of the initial entry. Used for the virtual avg-entry computation.
First AO Size (USDT): USDT size of the first safety order. Subsequent safety orders scale by the Size Multiplier.
Order Size Multiplier: Factor that grows each subsequent safety order's USDT size (default 1.25).
Averaging Orders per Trade: Maximum number of safety orders allowed per cycle (default 5).
Deviation to First AO (%): Distance from base entry where the first safety order becomes eligible (default 1.3%).
Deviation Step Multiplier: Ladder factor that widens each subsequent deviation step (default 1.3).
Entry RSI Timeframe / Length / Level: Lower-timeframe RSI configuration for the oversold cross-up entry (default 3m / 14 / 31).
Exit RSI Timeframe / Length / Level: Lower-timeframe RSI configuration for the overbought cross-down exit (default 3m / 14 / 69).
Minimum Profit (%): Threshold above the running average entry that must be reached before the exit signal can fire (default 2.4%).
DCA Bot Webhook: Bot ID, Email Token, and Pair fields injected into every alert payload.
Visualization: Toggle the DCA Ladder, Signal Labels, Signal Triangles, Avg-Entry / Min-TP plots, and Status Table.
Brand Watermark: Configurable text, position (9 options), size, and transparency.
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas PulseWire account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. Indicator

Stochastic Bot with SL/TPStochastic Momentum Bot with Risk Management
Description
This trading bot is an automated strategy designed for PulseWire. It aims to capitalize on short-term price reversals by identifying when an asset is temporarily "oversold" (priced too low) or "overbought" (priced too high) using the Stochastic Oscillator.
Unlike basic indicator scripts that simply highlight buy and sell signals on a chart, this is a full Strategy Script. This means it virtually executes trades using historical data, applying strict Stop-Loss (SL) and Take-Profit (TP) percentages to protect your capital.
It is highly customizable, allowing you to fine-tune the parameters to suit different assets and timeframes.
How the Logic Works
Entry (Buy): The bot enters a Long position when the %K line crosses above the %D line, but only if both lines are below the 20 threshold (indicating the asset is heavily oversold and momentum is shifting upward).
Exit 1 (Take Profit): The bot will automatically close the trade if the price rises by your set Take-Profit percentage.
Exit 2 (Stop Loss): The bot will automatically cut its losses and close the trade if the price drops by your set Stop-Loss percentage.
Exit 3 (Momentum Reversal): If neither the SL nor TP is hit, the bot will close the trade early if the %K line crosses below the %D line while above the 60 threshold (indicating the asset is overbought and momentum is dying).
Step-by-Step Guide to Using the Bot
Part 1: Loading the Script into PulseWire
Open PulseWire and load the chart you want to trade (e.g., TAO/USDT on the 15-minute timeframe).
At the very bottom of the screen, click on the Pine Editor tab.Delete any existing code in the editor window so it is completely blank.
Copy the Pine Script code provided previously and paste it into the editor.
Click the Save button (floppy disk icon) at the top right of the Pine Editor and give your script a name (e.g., "Stochastic Bot").
Click the "Add to Chart" button.
Part 2: Customizing the Strategy SettingsOnce the script is on your chart, a new menu will appear at the top left of your chart area with the name of your script.Hover over the script's name and click the Gear Icon (Settings).Click on the Inputs tab.
Here is what each setting controls:
Setting Name
Default
Description
%K Length14
The number of previous candles used to calculate the main momentum line.%K Smoothing3Smooths out the %K line to reduce false signals.%D Smoothing3The moving average of the %K line, used as the trigger line for crossovers.
Stop Loss (%)2.5
The maximum percentage of price drop you are willing to risk before exiting a trade.
Take Profit (%)6.0
The percentage of price increase required to automatically lock in profits and exit.
Part 3: Reading the Strategy Tester
Once the bot is on your chart, the Strategy Tester tab at the bottom of the screen will automatically populate with backtesting data based on your current settings and timeframe.
Net Profit: The total amount of money the bot made (or lost) over the given time period.
Total Closed Trades: How many times the bot bought and sold.
Percent Profitable (Win Rate): The percentage of trades that ended in a profit.
Max Drawdown: The largest percentage drop in your account balance from its peak. This is a crucial metric for understanding risk; a high drawdown means the bot experienced severe losing streaks.
List of Trades: A tab inside the Strategy Tester that shows you every single historical entry, exit, and the exact price it triggered at. Strategy

Normalized FX Majors Matrix FDP (8 Currencies)### Overview
The **Normalized FX Majors Matrix** is a premium Currency Strength Index designed to measure the absolute performance of the 8 major global currencies (USD, EUR, GBP, JPY, CHF, CAD, AUD, NZD).
Instead of looking at isolated currency pairs, this indicator processes a flawless mathematically symmetrical matrix of all 28 underlying cross-rates, extracting the true geometric equally-weighted strength of each individual currency.
### How It Works
1. **Mathematical Symmetry:** The indicator requests 28 major cross-rates to build an unbiased basket. Each currency is measured accurately against 7 other counterparties.
2. **Log Returns & Smoothing:** It calculates the logarithmic returns of each pair to handle volatility scaling properly, with an optional EMA smoothing parameter to filter out short-term market noise.
3. **Base 100 Rebase:** All 8 lines are re-anchored to a value of 100 at the beginning of the user-defined lookback window (`Normalization Window`). This allows for an instant visual comparison of cumulative returns.
4. **Dynamic Leaderboard:** A real-time dashboard ranks the currencies from strongest to weakest, color-coded dynamically to match the plot lines.
### How to Trade with It
- **Trend Following (Strong vs. Weak):** Look at the ranking table. Pair the strongest currency at the top with the weakest currency at the bottom (e.g., if USD is top and JPY is bottom, look for Long opportunities on USDJPY).
- **Crossover Signals:** When a currency line crosses above another, it indicates a shifting global capital flow.
- **Breakout Confirmation:** Use this matrix to confirm if a chart breakout is supported by true individual currency strength or if it is just a false move driven by the counter-currency. Indicator

Stoch RSI Golden Cross | Astral Vision Stoch RSI Golden Cross | Astral Vision 🌠💠
This indicator applies a Stochastic RSI computed on a fixed 5-day timeframe, using deliberately long lookback periods that filter out short-term noise and produce a slowly-turning oscillator oriented toward identifying major cycle inflection points rather than frequent trading signals. Crossovers between the K and D lines are only considered valid when they occur within the oversold or overbought zones, ensuring that signals correspond to genuine momentum reversals from extreme positioning rather than midrange noise crosses.
Calculation ⚙️
The RSI is computed over 121 periods on the 5-day timeframe. The Stochastic of that RSI is then computed over 144 periods, measuring where the current RSI value sits within its highest-to-lowest range over the past 144 bars. This raw Stochastic is smoothed with a 33-period simple moving average to produce the K line. A second 25-period simple moving average is then applied to K to produce the D signal line.
The use of a 5-day timeframe with these long periods means each bar represents one trading week, and the full K lookback of 144 bars covers approximately 2.75 years of weekly data. This makes the oscillator insensitive to anything shorter than multi-month momentum shifts, functioning as a macro cycle tool rather than a swing trading indicator.
A bullish golden cross signal fires when K crosses above D while both lines are below the oversold threshold (default 10), meaning the crossover occurs from a position of statistically extreme pessimism. A bearish cross signal fires when K crosses below D while both lines are above the overbought threshold (default 80), meaning the crossover occurs from a position of statistically extreme optimism. Crosses that occur in the neutral zone between the two thresholds are ignored entirely.
Each valid signal draws a vertical line with a four-layer glow effect on the price chart, marking the exact bar at which the signal occurred and extending across the full chart height for maximum visibility.
Plots 📊
K line in the sub-panel
D signal line in the sub-panel
Oversold threshold line at 10
Overbought threshold line at 80
Glow vertical lines on the price chart at each valid bullish cross
Glow vertical lines on the price chart at each valid bearish cross (toggleable)
Inputs 🎛️
Show Only Bullish Golden Cross: toggle to hide bearish cross signals and show only bullish ones
Colors 🎨
5 Astral Vision presets + custom override. Default: Inferno.
Purpose 🎯
A standard Stochastic RSI with default parameters (14/14/3/3) generates dozens of signals per year, most of which are noise on a macro timeframe. This implementation uses a 5-day bar combined with extended lookback periods to reduce the signal count to a handful per multi-year cycle, corresponding only to the deepest oversold recoveries and most extreme overbought reversals. The zone filter adds a second condition that eliminates all midrange crosses, further concentrating the signal set on statistically meaningful structural turning points. The result is an indicator designed to fire rarely and only at potentially significant macro inflection points rather than as a continuous trading signal generator.
Disclaimer ⭕️
This indicator is for informational and educational purposes only. It does not constitute financial advice. Past performance is not indicative of future results. Always do your own research before making investment decisions. Indicator

Elaris Session Strength Indicator## Elaris Session Breakout Pro
Elaris Session Breakout Pro is a clean and professional session-based trading indicator designed to help traders identify high-probability breakout opportunities during key market sessions such as London and New York.
The indicator automatically tracks the opening range of the selected session and highlights breakout confirmations when price closes above or below the defined session range. This allows traders to quickly spot momentum expansion, liquidity-driven moves, and potential intraday trend continuation setups without manually drawing levels.
Built with a strong focus on clarity, usability, and real-time decision support, the indicator is optimized for scalpers, day traders, and momentum traders across crypto, forex, and index markets.
### Key Features
• Automatic session opening range detection
• Dynamic breakout signals for bullish and bearish moves
• Non-repainting breakout confirmations
• Clean chart visualization with minimal clutter
• Configurable session timings and breakout logic
• Visual breakout labels and session range plotting
• Suitable for crypto, forex, and traditional markets
• Optimized for lower timeframes and intraday trading
### How It Works
The indicator monitors the first candle or opening range of the selected trading session. When price successfully closes above the session high, a bullish breakout signal is generated. When price closes below the session low, a bearish breakout signal is generated.
This approach helps traders identify moments where liquidity and volatility expand during active market hours, often leading to strong directional movement.
### Best Use Cases
• London session breakout trading
• New York open momentum trades
• Crypto volatility expansion setups
• Intraday trend continuation strategies
• Liquidity and range breakout confirmation
### Notes
Like all trading indicators, this tool should be used as part of a complete trading plan with proper risk management and confirmation techniques. Market conditions can vary, and no indicator guarantees profitability or a 100% win rate.
PulseWire session concepts referenced in this script are based on PulseWire’s official Pine Script session documentation.
Indicator

Dual RSI DCA - Long StrategyDual RSI DCA — Long Strategy
🔷 What it does:
This is a long-only DCA framework that combines two independent RSI conditions on a low timeframe — one gates the base entry (oversold reversal), one arms the take-profit (overbought rotation) — with a bounded five-level averaging-order ladder for adverse price action. The structure is built for assets that move in fast oversold-overbought oscillations on intraday timeframes (mid-cap altcoins, meme-class tokens, DEX-flow pairs), where the goal is to catch a momentum flip up, accumulate on continued weakness within a strict envelope, and rotate out on the next momentum flip down once minimum profit is realized.
- Base entry: RSI(14) on 3m crossing UP through 31 (oversold reversal)
- Exit: RSI(14) on 3m crossing DOWN through 69 AND profit ≥ 2.4% from average
- 5 averaging orders with geometric size (×1.25) and deviation (×1.3) progression
- NO stop loss — risk is structurally capped by the bounded position-size ladder (base + all AOs ≈ 9.93% of equity at default settings)
- Single-position pyramid (max one open cycle at a time)
🔷 Who is it for:
Active intraday traders who follow fast-oscillating instruments and want a rule-based way to time entries off oversold-reversal moments rather than chasing breakouts.
DCA-bot operators who route PulseWire signals to a connected automated execution layer via webhook alerts.
Traders who prefer structurally bounded risk over stop-loss-based protection — the position-size ladder caps maximum capital deployment by design.
Anyone who wants the exit decision driven by momentum (RSI crossing down 69) rather than a fixed % target, while still requiring a minimum profit floor.
🔷 How does it work:
Long Entry: When the 3m RSI(14) crosses UP through 31 on a confirmed bar, the strategy opens a base long position sized at 0.9% of equity (90 USDT on a 10k account). The cross-up captures the moment momentum exits the oversold zone — a structural reversal signal that is more reliable than buying inside the oversold zone itself (where weakness can persist indefinitely).
Averaging Orders: When price drops below the cumulative deviation thresholds from base entry, additional orders fill in sequence. The five-step ladder uses a geometric deviation progression (1.3% × 1.3 multiplier per step) and geometric sizing (110 USDT × 1.25 multiplier per step). Cumulative deviation levels are approximately: AO1 −1.30%, AO2 −2.99%, AO3 −5.19%, AO4 −8.04%, AO5 −11.76%. Each fill weighs the position toward the lower end, dragging the average entry down so the exit signal can fire at a higher absolute price.
Exit Management: The exit fires when two conditions are simultaneously satisfied: (1) the 3m RSI(14) crosses DOWN through 69 (momentum rotating out of overbought), AND (2) current price is at least 2.4% above the position's average entry. Without the profit gate, the exit would close losing positions on every overbought rotation, defeating the DCA logic. With the gate, the exit only fires when momentum-rotation aligns with realized profit.
No stop loss — the ladder structure provides risk containment by capping maximum capital deployment per cycle. If price continues falling past AO5 (−11.76%), no further orders fill; the open position holds until price recovers and the exit conditions trigger.
🔷 Why it's unique:
Dual independent RSI gating — most DCA scripts use a single trigger for both entry and exit, which creates ambiguity in trending regimes. Here, entry and exit are gated by separate threshold crosses on the same RSI series — one armed at the bottom of the range (cross up 31), the other at the top (cross down 69). This decouples the two decisions and gives the strategy a cleaner behavioral profile in regime transitions.
Bounded risk envelope — total capital at risk across base + all AOs is fixed by design at ~9.93% of equity at default sizing, falling within PulseWire's recommended 5–10% per-trade band. No stop loss is needed because the ladder itself caps deployment.
Bot integration — all order events ship webhook-ready JSON payloads (entry, AO add-funds, close-at-market). Bot ID, Email Token, and pair label are exposed as inputs for direct routing to an automated execution endpoint.
🔷 Considerations Before Using the Indicator:
Market & Timeframe: This strategy is calibrated for assets with active intraday oscillations on a 3-minute base timeframe — typically mid-cap altcoins or DEX-traded tokens with high relative volatility. The default pair (USDT_HYPE) reflects that calibration. Higher-timeframe operation requires re-evaluating the RSI levels and deviation ladder for the asset's actual volatility profile. Quiet majors (BTC, ETH) on 3m will produce far fewer signals and may not generate meaningful sample sizes within a reasonable test period.
Limitations: No stop loss. If the asset enters a sustained downtrend that breaks below the −11.76% AO5 level without recovering, the position holds unrealized losses until either price recovers or the user manually closes. This is the explicit trade-off of the bounded-ladder approach — predictable maximum capital exposure, but no automated exit on regime breakdown. Pair this strategy with manual regime validation: do not deploy during macro de-risk events, exchange outages, or token-specific catastrophic news.
Backtesting & Demo Testing: Always validate the entry/exit RSI thresholds and AO ladder on the specific instrument and recent volatility regime. Token volatility profiles change rapidly — what worked last quarter may not work this quarter. Re-test on your own venue using venue-specific commission and slippage. Demo-trade for at least one month before any live deployment. Past performance is not indicative of future results.
Parameter Adjustments: Commission defaults to 0.08% (taker reference for active venues). Adjust for your venue — Binance Spot ~0.10%, Bybit Spot ~0.10%, Coinbase Advanced ~0.50%, OKX Spot ~0.08%. The 5-AO ladder and the size/deviation multipliers should be sized so that the worst-case ladder fill does not exceed your personal risk budget. Recalculate the cumulative deviation envelope manually before live deployment.
🔷 STRATEGY PROPERTIES
Symbol: BYBIT:HYPEUSDT.P (HYPE Perpetual Contract). Strategy is generic and works on any liquid pair with sufficient 3m oscillation amplitude.
Timeframe: 3m chart (signals are computed on 3m via security() with no repaint — lookahead off, cross detected at host-bar granularity).
Test Period: Feb 23, 2026 — May 20, 2026 (≈ 86 days / 3 months).
Initial Capital: 10,000 USDT default. Base + 5 AOs sized so total ladder ≈ 9.93% of equity.
Order Size per Trade: base 90 USDT; AO1 110 USDT; AO2 137.5 USDT; AO3 171.88 USDT; AO4 214.84 USDT; AO5 268.55 USDT.
Commission: 0.08% — adjust to match your venue's taker rate.
Slippage: 3 ticks — typical taker execution on liquid altcoin pairs.
Margin for Long and Short Positions: 100% (1× leverage assumed; no margin amplification).
Indicator Settings: Default Configuration.
Entry RSI: 14 length, cross up 31 on 3m
Exit RSI: 14 length, cross down 69 on 3m
Min profit gate: 2.4% from average
AO count: 5
First AO deviation: 1.3%
Deviation step multiplier: 1.3
Order size multiplier: 1.25
Strategy: Long Only.
🔷 STRATEGY RESULTS
⚠️ Remember, past results do not guarantee future performance.
Net Profit: +450.18 USDT (+4.50%)
Max Drawdown: 74.88 USDT (0.73%)
Total Closed Trades: 121
Percent Profitable: 82.64% (100 / 121)
Profit Factor: 11.703
Reference PulseWire Pine backtest on BYBIT:HYPEUSDT.P (3m chart), Feb 23 — May 20, 2026 (≈ 86 days). The reference period captures HYPE's choppy intraday oscillation phase after the early-2026 drawdown, which is structurally favorable for a dual-RSI cycle strategy — RSI repeatedly cycled between the 31 and 69 thresholds, producing dense fill opportunities. The unusually high Profit Factor (11.7) and Win Rate (82.6%) reflect this regime fit and should NOT be extrapolated to all conditions: in trending regimes (sustained up- or down-moves) the RSI rotation signals fire less frequently and the bounded ladder may hold positions through extended unrealized drawdowns. The test ran on perpetual data with 0.08% commission and 3-tick slippage, which is conservative relative to actual Bybit linear taker rates (~0.055%). Re-test on your own venue with venue-specific commission and slippage before live deployment.
🔷 How to Use It:
🔸 Adjust Settings: Set the base and AO sizes so that the worst-case full-ladder fill is within your personal per-trade risk budget. The default 0.9% base + 5 geometric AOs lands at ~9.93% of equity — scale linearly to your account size. Confirm RSI thresholds match the asset's actual range: some pairs oscillate between 25/75, others between 35/65 — re-calibrate based on the last 1–3 months of intraday RSI behavior.
🔸 Results Review: Verify Maximum Drawdown stays within your personal risk budget. The strategy has no stop loss, so the worst-case unrealized loss occurs when all 5 AOs fill at −11.76% and price continues to fall. Calculate this scenario explicitly: if the ladder fills entirely and the asset drops a further X% beyond AO5, what is your unrealized P&L? That number is your hard floor — confirm you are comfortable with it before going live.
🔸 Create alerts to trigger the connected bot: The strategy exposes three alert events — entry (base order open), AO add-funds (averaging-order fill), close-at-market (full exit on RSI rotation + min-profit gate). Configure the alert in PulseWire with the webhook URL pointing to your bot's signal endpoint. Bot ID, Email Token, and Pair label are exposed in the script inputs and substituted into the JSON payload automatically.
🔷 INDICATOR SETTINGS
Base Order Size (USDT) — Notional of the base entry order.
Use LIMIT for Base — Toggle market vs limit entry on the base order.
Averaging Orders per Trade — Total number of AOs in the ladder (default 5).
First AO Size (USDT) — Notional of the first AO; subsequent AOs scale by Order Size Multiplier.
Deviation to First AO (%) — Drop from base entry to fire AO1.
Deviation Step Multiplier — Multiplier applied to each subsequent step (geometric progression of deviations).
Order Size Multiplier — Multiplier applied to each subsequent AO notional (geometric progression of sizes).
Entry RSI — Timeframe, length, and cross-up level for the base entry gate.
Exit RSI — Timeframe, length, and cross-down level for the exit gate.
Minimum Profit (%) — Profit floor; the exit signal only fires once price is ≥ this above average entry.
Limit Backtest Period — Optional date filter for the strategy run.
DCA Bot Webhook — Bot ID, Email Token, and Pair label for routing to the connected execution layer.
Visualization — Toggles for the DCA ladder lines, fill labels, and status table.
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas PulseWire account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. Strategy

Indicator

Swing from stochastic with alertStochastic ZigZag — How It Works
This indicator uses the Stochastic %K (9,3,3) to identify and confirm Swing Highs and Swing Lows on the price chart, then connects them with a ZigZag line.
Swing Detection Logic
When %K crosses below 20 → enters "seeking Low" mode, tracking the lowest price. Once %K crosses above 80, that lowest point is confirmed as a Swing Low (SL)
When %K crosses above 80 → enters "seeking High" mode, tracking the highest price. Once %K crosses below 20, that highest point is confirmed as a Swing High (SH)
If the same swing type repeats before the opposite appears, only the more extreme value is kept
Visual Output
ZigZag line connecting alternating SH and SL points (customizable color, width, style)
Tiny SH / SL labels at each confirmed swing point
Dashed horizontal level lines extending right from each confirmed SH and SL (last 3 of each shown); a level line ends at the bar where price closes through it
Indicator

Indicator

Elaris Volume Intelligence ProElaris Volume Intelligence Pro is a professional-grade volume analysis and smart money intelligence indicator designed to help traders understand market participation, hidden pressure, and potential reversal activity in real time.
Instead of displaying raw volume alone, Elaris Volume Intelligence Pro transforms market volume into actionable intelligence by combining relative volume analysis, volume delta estimation, CVD (Cumulative Volume Delta), absorption detection, climax activity, and smart flow momentum into a single clean and trader-friendly system.
The indicator is built for discretionary traders, scalpers, intraday traders, swing traders, and crypto traders who want deeper insight into market behavior beyond standard candles.
━━━━━━━━━━━━━━━━━━
FEATURES
━━━━━━━━━━━━━━━━━━
• Smart Volume Columns
Dynamically colored volume bars help identify bullish pressure, bearish pressure, climax activity, and absorption zones instantly.
• Relative Volume & Z-Score Engine
Detects abnormal market participation using relative volume and statistical volume expansion analysis.
• Volume Flow Momentum
A smoothed institutional-style flow model that helps traders identify whether aggressive buying or selling pressure is dominating the market.
• Bullish & Bearish Climax Detection
Highlights potential exhaustion candles during extreme participation and volatility conditions.
• Demand & Supply Absorption Detection
Detects high-volume compression behavior that may indicate hidden accumulation or distribution by larger participants.
• Volume & CVD Divergence Signals
Identifies possible reversal conditions when price action and cumulative volume behavior diverge.
• Smart Market State Dashboard
A clean built-in intelligence panel provides:
* Market bias
* Smart score
* Relative volume strength
* Volume Z-score
* Delta pressure
* Active signal state
• Dark Mode Optimized UI
Professionally designed visuals optimized for both dark and light PulseWire themes.
• Fully Configurable
All thresholds, smoothing values, divergence sensitivity, and visual layers can be customized for different trading styles and markets.
━━━━━━━━━━━━━━━━━━
HOW TO USE
━━━━━━━━━━━━━━━━━━
• Strong Bullish Conditions
Look for:
* Bullish volume climax
* Positive flow momentum
* Increasing relative volume
* Bullish divergences
* Demand absorption
• Strong Bearish Conditions
Look for:
* Bearish climax candles
* Negative flow momentum
* High sell-side pressure
* Bearish divergences
* Supply absorption
• Best Use Cases
* Crypto futures trading
* Intraday momentum trading
* Breakout confirmation
* Reversal detection
* Smart money analysis
* Volume-based confluence systems
━━━━━━━━━━━━━━━━━━
ALERTS INCLUDED
━━━━━━━━━━━━━━━━━━
The indicator includes built-in alerts for:
* Bullish/Bearish Volume Climax
* Demand/Supply Absorption
* Bullish/Bearish Divergence
* Bullish/Bearish Pressure States
━━━━━━━━━━━━━━━━━━
IMPORTANT NOTES
━━━━━━━━━━━━━━━━━━
• This indicator does not use repainting logic.
• Signals are generated using confirmed candle data.
• Works best on liquid markets with reliable volume data.
• Designed for confirmation and confluence, not standalone financial advice.
Built by Elaris Group.
Financial intelligence for modern markets.
Indicator

Indicator

Adaptive Modern RSI [GBB]Adaptive Modern RSI
A self-tuning RSI. Instead of you picking a period and overbought/oversold levels and hoping you got it right, the indicator figures out the best settings from recent price action and adjusts as the market changes.
It tests 60 different parameter combinations on every bar (5 RSI periods, 3 smoother strengths, 4 threshold pairs), measures how each one would have performed over the last 300 bars, and uses whichever combination scored best. When the market shifts, the parameters shift with it.
The thinking behind it: Wilder published the RSI in 1978. The "14 period, 70/30 levels" defaults were chosen for stock markets that traded a few hours a day. Crypto, 24/7 markets, and modern volatility didn't exist yet.
What you see on the chart
The aqua line is the active RSI — whichever period and smoother the optimizer currently picked.
The red and green horizontal lines are the adaptive overbought and oversold levels. They step when the optimizer changes its mind about what counts as "extreme" for this asset right now.
Red triangles fire when the RSI rolls over from overbought. Green triangles fire when it enters oversold. Both fire on bar close and never repaint.
The label at the top tells you what kind of market the recent past has been. Five possible regimes:
Mean-reverting chop — Fast reversals at extremes. RSI triggers are most reliable here.
Quiet range — Mild swings, modest signal. Use as light confluence only.
Trending — Mean reversion is dangerous here. Use the RSI for pullback entries in the trend direction, not for fading.
Noisy transition — The indicator can't find a stable read. Step back, wait for clarity.
Adapting — Warming up on a fresh chart. Give it the lookback period worth of bars.
Next to the regime name you'll see "held N bars." That tells you how long the current regime read has been stable. A regime held for 200+ bars is a confident read. A regime that just flipped (held 5 bars) is fresh and should be weighted lightly.
How to use it per regime
Mean-reverting chop :This is the regime RSI was designed for. Use the triggers actively, with normal confluence requirements (price at a level, HTF context, etc.). Tight stops, normal targets.
Quiet range: Triggers work but the moves are small. Better for intraday scalp confluence than positional setups. Don't size up on triggers alone.
Trending : Invert the classic logic. Green triangles in an uptrend are pullback buys, not counter-trend opportunities. Red triangles in a downtrend are bounce shorts. Never fade triggers against the trend in this regime — that's how RSI users blow up accounts.
Noisy transition : Sit on your hands. The indicator is telling you it can't find a signal. This is rare but valuable information — most indicators don't admit when they don't know.
Adapting : Wait. On 1H with default 300-bar lookback, this takes about 12-13 days of data.
What it works on
Designed for crypto, but the logic is asset-agnostic. The optimizer figures out the right parameters from whatever data you give it. Tested on:
- Crypto (BTC, ETH, majors) on 5M through 1D
- Forex majors on 15M through 4H
- Indices (NDX, SPX, DAX) on 1H through 1D
- Gold on 1H through 1D
On lower timeframes (5M, 15M), consider raising the optimization lookback from 300 to 500-700 bars. On higher timeframes (4H, 1D), you can lower it to 100-200. The default 300 is tuned for 1H. The tooltip on the input has more detail.
Everything else (forward-return horizon, switch margin, regime hysteresis) can stay at defaults across all assets and timeframes for a first pass.
What it is not
A complete trading system. This is one RSI layer. It tells you something about momentum and mean-reversion potential. It does not tell you about trend, volume, market structure, key levels, or risk management. If you trade off this alone, you will lose money.
A leading indicator. Triggers fire on bar close, after the crossover happens. There is no lag in the sense of waiting for confirmation bars, but there is also no prediction. The indicator is reactive to closed-bar price action, not forecasting future bars.
A backtest-proof strategy. The parameter optimization is backward-looking. It tunes to what worked recently. At regime transitions (chop becoming trend, trend becoming crash), the indicator will lag because its lookback window is still anchored to the old regime. The regime label and the "held N bars" counter give you the information to know when to trust it more or less.
Settings
Optimization lookback (default 300) : How many bars the optimizer searches over. Shorter adapts faster but jitters more. Longer is stabler but slower to catch genuine regime shifts.
Forward-return evaluation horizon (default 5) : How many bars forward the optimizer measures trigger payoffs. 5 is a reasonable mean-reversion timescale. Bump to 8-10 for forex if you want to.
Switch margin (default 10%) : New parameter winners need to beat the current ones by this much to take over. Higher means stickier parameters.
Minimum triggers required (default 5) : Candidates firing fewer than this many times in the lookback are disqualified. Prevents noisy low-sample-size winners.
Regime label hysteresis (default 10): Bars the new regime classification must hold before the displayed label updates. Higher means more stable label, slower to react to genuine shifts.
Regime label size : Tiny to huge. Pick whatever fits your screen.
Final note
This indicator does not replace thinking. It does not replace risk management. It does not replace knowing the asset you're trading. It gives you a better RSI than 1978's defaults. The rest is on you.
Made by The Good, the Bad and the Bitcoin (GBB)
Quantitative trading research with no shilling, no paywall, and no hype. Indicator

MTF Kinetic Oscillator | Rainbow MatrixGENERAL OVERVIEW
The MTF Kinetic Oscillator is a multi-timeframe order-flow probability oscillator that fuses 5 timeframes into a single composite score, blended with three independent order-flow sensors (CVD, Volume Climax, Squeeze) and plotted against a self-adaptive Fibonacci channel that recalibrates to current volatility conditions. Instead of treating an oscillator as a fixed 0-100 envelope where the same threshold means the same thing across all market regimes, the indicator continuously classifies the current score against an adaptive channel — and colors the chart accordingly.
The main goal of this indicator is to give traders a clean, automatic read on where the order-flow consensus sits across 5 timeframes simultaneously, and how stretched that consensus is relative to its own recent statistical range — without having to manually monitor multiple oscillators on multiple timeframes. Every value the oscillator displays is the result of a weighted aggregation of 5 timeframe scores, modulated by order-flow sensors, and contextualized against an adaptive channel.
It plots a single score line that travels through five color zones (yellow, orange, red, purple for upper extremes; green, teal, blue, aqua for lower extremes), each corresponding to a probabilistic regime. Combined with the Info Panel HUD, Vacuum Trail convergence lines, and Black Swan dynamic glow, the indicator gives a complete read on order-flow direction, statistical position, and proximity to exhaustion zones — all from a single oscillator pane.
This indicator was developed for traders who already understand oscillator-based indicators (RSI, MFI, Stochastic, CCI) and want a multi-timeframe aggregation that calibrates its thresholds to current volatility instead of using fixed 0-100 boundaries.
WHAT IS THE THEORY BEHIND THIS INDICATOR?
Most oscillators on PulseWire — RSI, MFI, CCI, Stochastic, and their derivatives — share two common architectural choices: they operate on a single timeframe, and they classify against fixed thresholds (typically 70/30 or 80/20). This treats every market regime as statistically equivalent.
The problem: market regimes are not equivalent. A score of 75 during a tight-range, low-volatility period is structurally different from a score of 75 during a volatile expansion phase. Fixed thresholds applied to a non-stationary distribution produce systematic mismatches — overbought readings that resolve into further upside, oversold readings that continue lower, signals that appear at the wrong moments precisely when volatility shifts regimes. This mismatch becomes most visible during transitions between volatility regimes: trend climaxes, capitulation lows, squeeze breakouts.
This indicator addresses both issues at once. First, the per-timeframe score is built from a Log-Normal Z-Score regression of price (which respects the asymmetric distribution of returns) blended with RSI through a sigmoid normalization. Second, the 5 per-timeframe scores are aggregated through Fibonacci weights (0.15 / 0.20 / 0.25 / 0.25 / 0.15) into a single global score — giving the most weight to the middle macro horizons rather than the shortest or longest timeframes. Third, the global score is plotted not against fixed 0-100 thresholds, but against a self-adaptive channel whose boundaries are re-computed every bar from the highest and lowest scores in the lookback window, smoothed by EMA, and proportioned by Fibonacci ratios (1.50/1.85, 1.85/1.85, 2.75/1.85, 3.85/1.85).
The three order-flow sensors — CVD Z-Score, Volume Climax, and Squeeze — operate as modulators of the base score: the CVD bonus amplifies the score when directional order pressure dominates (clamped at ±12 points), Volume Climax drag dampens the score when abnormal volume is detected (statistical exhaustion signal), and the Squeeze damper compresses score amplitude to 25% during compressed-volatility regimes (suppressing false signals during low-conviction lateral phases).
Why traders use it: each color zone on the chart represents a different probabilistic regime, calibrated to current volatility. When the score sits between the median and the inner band (yellow/green), the order-flow consensus is in normal operating range — equilibrium. When the score crosses into the second band (orange/teal), the move has crossed into directional territory. The third band (red/blue) marks the threshold beyond which most of the impulse has already happened — exhaustion. The fourth band (purple/aqua) marks the tail of the distribution — a Black Swan event in Taleb's sense — where score positions rarely persist under normal volatility conditions.
The three order-flow sensors and the adaptive Fibonacci channel are not independent layers stacked in the same pane. They map three different aspects of the same question: where the multi-timeframe order-flow consensus currently sits (the score), how that consensus is being modulated by live order-flow pressure (the sensors), and how stretched that modulated value is relative to its own recent statistical range (the channel). The integration of all three components into a single oscillator is the reason they exist in one script rather than as three separate indicators: the cross-component blending is what surfaces multi-sensor confluence that separate-script approaches cannot produce.
MTF KINETIC OSCILLATOR FEATURES
The indicator includes 6 main features:
Multi-Timeframe Score Engine
CVD Order-Flow Sensor
Volume Climax and Squeeze Sensors
Adaptive Fibonacci Channel
Vacuum Trail and Black Swan Dynamic Glow
Info Panel HUD and Alerts
Multilingual interface and full customization across all visual layers.
MULTI-TIMEFRAME SCORE ENGINE
🔹 What It Does
The core of the indicator. For each of the 5 configured radar timeframes, the engine performs three operations:
◇ Calculates a Log-Normal Z-Score regression of price (hlc3 transformed via natural logarithm, fitted with linear regression, residuals normalized by their own standard deviation).
◇ Computes a per-timeframe RSI at a Fibonacci-aligned length (8, 13, 21, 34, 55 — one per timeframe).
◇ Blends the Z-Score (via sigmoid normalization) and the RSI into a single per-timeframe score, bounded 0-100.
The 5 per-timeframe scores are then aggregated through Fibonacci weights (0.15 / 0.20 / 0.25 / 0.25 / 0.15) into a single global score representing the multi-horizon order-flow consensus.
🔹 Method
The regression runs in log space, addressing the asymmetric nature of price distribution that linear estimators (such as the Simple Moving Average) fail to account for. The directional reference (high vs low) is selected per bar based on candle direction — green candles use the high (upward pressure reference), red candles use the low (downward pressure reference). This produces a Z-Score that reflects the directional intent of each bar rather than the midpoint average.
The sigmoid normalization compresses Z-Scores into a bounded 0-100 range without losing the asymmetric information of extreme values. The RSI component anchors the score to a familiar momentum reference, blending two independent signal families into one bounded value per timeframe.
🔹 Hierarchical Weighting
The five timeframes are weighted by structural significance using Fibonacci proportions:
◇ TF1 (Trigger, default 5): weight 15% — fastest reactivity, lowest weight.
◇ TF2 (Intraday, default 13): weight 20% — session-scale resolution.
◇ TF3 (Macro 1, default 55): weight 25% — backbone of the score.
◇ TF4 (Macro 2, default 233): weight 25% — institutional reference horizon.
◇ TF5 (Base, default 987): weight 15% — macro trend anchor.
The middle horizons (TF3 and TF4) carry the highest weight because they typically represent the most structurally significant reference for institutional decision-making — short enough to react to current conditions, long enough to filter intraday noise.
CVD ORDER-FLOW SENSOR
🔹 What It Does
The CVD (Cumulative Volume Delta) sensor estimates the difference between buyer and seller volume per bar — measuring market-order aggression. The signed delta is normalized to a Z-Score against a 50-period rolling reference, and the resulting bonus is clamped at ±12 points before being added to the global score.
🔹 Method
For each bar, total volume is split between buyer share (proportional to `close - low / range`) and seller share (proportional to `high - close / range`). The signed delta is the difference. A 50-period mean and standard deviation define the reference; the current delta is expressed as a Z-Score against that reference, then multiplied by 4 and clamped to ±12 to control its contribution to the final score.
🔹 Why It Matters
The Z-Score component answers "where is the multi-timeframe consensus", and the RSI component answers "what is the momentum". The CVD sensor answers a separate question: "who is currently aggressive in the order book". When the multi-timeframe consensus is bullish and CVD aggression confirms it, the bonus amplifies the score. When the consensus is bullish but CVD shows seller aggression, the bonus subtracts from the score — surfacing a divergence between consensus and order-flow.
VOLUME CLIMAX AND SQUEEZE SENSORS
🔹 Volume Climax
A standalone sensor that detects abnormal volume conditions (volume Z-Score above 3.0). When triggered, a climax drag is applied to the score, signaling potential exhaustion. The HUD reports this state explicitly in the Status row.
🔹 Squeeze
A volatility-compression detector based on the percentage-rank of the current range against a 20-period lookback. When the range compresses to its 15th percentile or lower, the squeeze flag activates and the score amplitude is dampened to 25% of its normal range — preventing false directional signals during compressed-volatility regimes.
🔹 Why They Matter
These sensors operate on a different axis from the price-direction sensors. Volume Climax surfaces statistical exhaustion before it becomes visible in price; Squeeze suppresses noise during periods when the oscillator would otherwise produce false reads. Together they make the oscillator behave correctly during regime transitions, where standard oscillators are typically least reliable.
ADAPTIVE FIBONACCI CHANNEL
🔹 What It Does
The global score is plotted against a self-adaptive channel rather than against fixed 0-100 thresholds. The channel boundaries are re-computed every bar from the highest and lowest scores in a 50-bar lookback window, smoothed by 10-period EMA, and then proportioned through Fibonacci ratios into four zones:
◇ Z-Breathing (inner, yellow/green) — ratio 1.50 / 1.85 (≈ 0.811)
◇ Z-Alert (upper limit, orange/teal) — ratio 1.85 / 1.85 = 1.000 (the visible anchor)
◇ Z-Exhaustion (outer, red/blue) — ratio 2.75 / 1.85 (≈ 1.486)
◇ Black Swan (extreme edge, purple/aqua) — ratio 3.85 / 1.85 (≈ 2.081)
🔹 Why It Adapts
Fixed thresholds (70/30 or 80/20) treat every volatility regime as equivalent. The adaptive channel calibrates the rainbow visual to the actual statistical envelope of the current regime — overbought during a low-volatility consolidation does not mean the same as overbought during a volatility expansion, and the channel reflects that.
🔹 Visual Rendering
The space between adjacent channel boundaries is filled with a semi-transparent color matching the zone palette (toggleable via "Show Thermal Zone Fills"). This makes the current zone immediately visible without having to read the score number — the visual position alone tells you the regime.
VACUUM TRAIL AND BLACK SWAN DYNAMIC GLOW
🔹 Vacuum Trail
Ghost convergence lines projecting from exhaustion extremes back toward the channel median. The lines anchor at a level 15% inside the inner Breathing zone (not at the channel boundary itself), which produces visual convergence inward rather than along the edge — useful for anticipating the typical mean-reversion path after extreme touches.
🔹 Black Swan Dynamic Glow
The outermost ±3.85σ-equivalent boundaries are rendered as a main line plus a wide outer glow whose intensity scales with the score's distance from the boundary. The glow becomes bright when the score is near the Black Swan zone and fades when far — drawing visual attention only when the statistical tail is approached.
🔹 Why They Matter
Both elements give the oscillator a sense of direction beyond the score's current position: the Vacuum Trail visualizes the expected return path during exhaustion; the Black Swan Glow makes statistical tail events visible at a glance, before the score itself crosses the boundary.
INFO PANEL HUD AND ALERTS
🔹 What the HUD Shows
A compact corner panel reports six live values:
◇ SCORE — the current global score (0-100) with color matching the active channel zone
◇ PROB. — the absolute probability (distance from neutral 50 expressed as percentage)
◇ DIRECTION — BUY / SELL / NEUTRAL based on score position relative to the median
◇ CHANNEL — current channel regime classification (Uptrend / Downtrend / Sideways / Compression / Expansion)
◇ RHYTHM — score velocity classification (Fast / Slow)
◇ STATUS — Black Swan / Squeeze / Climax / Neutral, prioritized by severity
🔹 Customization
The HUD can be positioned in any of the four chart corners and rendered in any of five font sizes. The display language is controlled by the System Language input.
🔹 Alerts
Three alert types are available:
◇ Exhaustion Alert — fires when the score crosses above 85% (buying exhaustion) or below 15% (selling exhaustion).
◇ Squeeze Alert — fires when the squeeze flag activates (volatility compression detected).
◇ Black Swan Alert — fires when the score enters the ±3.85σ-equivalent extreme zone; uses an edge-trigger arm/disarm mechanism (fires once on entry, locks while inside, re-arms only on exit).
All alerts are gated by `barstate.isconfirmed` and use `alert.freq_once_per_bar` to prevent duplicate firings on the same candle. Five `alertcondition` blocks are also exposed for users who prefer the PulseWire alert UI.
MULTILINGUAL INTERFACE
The indicator supports five languages for the HUD display and alert messages: English (default), Português, Español, Русский, and 中文 (Chinese). Code, comments, group names and input labels remain in English regardless of the selected language.
For reference, the English text of all multilingual UI strings used in the HUD and alerts:
◇ BUY / SELL / NEUTRAL — direction states
◇ SQUEEZE — Low Volatility. Await the Explosion.
◇ CLIMAX — Abnormal Volume Detected. Possible Exhaustion.
◇ UPTREND / DOWNTREND / SIDEWAYS / COMPRESSION / EXPANSION — channel states
◇ FAST / SLOW — rhythm states
◇ SCORE: / DIRECTION: / CHANNEL: / RHYTHM:
◇ BLACK SWAN — EXTREME HIGH / BLACK SWAN — EXTREME LOW
◇ Buying Exhaustion Alert: " Buying Exhaustion: Score above 85%. High reversal probability."
◇ Selling Exhaustion Alert: " Selling Exhaustion: Score below 15%. High reversal probability."
◇ Squeeze Alert: " Squeeze Active: Volatility maximally compressed. Explosion imminent."
◇ Black Swan Alert: " Score reached the dynamic channel's extreme zone. Maximum statistical tension. Reversal probable."
HOW TO USE
This indicator is not a signal generator. It is a state classifier: it tells you where the multi-timeframe order-flow consensus currently sits, how stretched that consensus is relative to its own recent statistical range, and which order-flow regime (climax, squeeze, normal) is currently active.
🔹 Reading the Oscillator
◇ The score line color matches the active channel zone — visual position alone identifies the regime.
◇ The HUD reports the score numerically and classifies the channel/rhythm/status in plain language.
◇ Vacuum Trail lines indicate the expected mean-reversion path during exhaustion conditions.
◇ Black Swan glow intensity scales with proximity to the statistical extreme.
🔹 Tactical Reading
◇ Score between dyn_mid and inner band: equilibrium zone. Order-flow consensus is in normal range.
◇ Score crossing into the Alert band: directional move asserting itself across multiple timeframes.
◇ Score at the Exhaustion band: most of the impulse has already happened — continuation in trend direction becomes structurally less favorable.
◇ Score touching the Black Swan band: statistical tail event. Mean-reversion context is elevated, but regime change is also possible — the boundary itself is adaptive, so a sustained breach indicates the volatility envelope expanding.
◇ Squeeze state active: oscillator is operating in low-conviction mode. Wait for squeeze release before trusting directional reads.
◇ Climax state active: abnormal volume has been detected. Exhaustion context is present regardless of score position.
🔹 Multi-Timeframe Reading
◇ The default radar configuration (5/13/55/233/987) follows Fibonacci minute periods and is calibrated for intraday and swing trading.
◇ For scalping, configure shorter timeframes (e.g., 1/3/8/21/55).
◇ For position trading, configure longer timeframes (e.g., 60/240/D/W/M).
◇ The middle-weighted timeframes (TF3 and TF4) carry the most influence — choose them carefully.
INPUTS EXPLAINED
🔹 System Language
Display language for the HUD and alert messages. Options: English (default), Português, Español, Русский, 中文 (Chinese).
🔹 MTF Synchronization (TF1 to TF5)
Configure each of the five timeframes to aggregate. Defaults: 5, 13, 55, 233, 987 (Fibonacci minutes). Weights are fixed at 15/20/25/25/15 percent respectively.
🔹 Show Thermal Zone Fills
Toggle for the semi-transparent rainbow fills between adjacent channel boundaries.
🔹 Show Vacuum Trail (Ghost Lines)
Toggle for the convergence ghost lines from exhaustion extremes back toward the channel median.
🔹 Show Dynamic Median Line
Toggle for the channel midline (dyn_mid) — the adaptive zero-reference of the oscillator.
🔹 Show Black Swan Lines (Dynamic Glow)
Toggle for the outermost ±3.85σ-equivalent boundaries with proximity glow.
🔹 Show Info Panel
Toggle for the corner HUD reporting score, direction, channel, rhythm, and status.
🔹 Panel Position
Position of the HUD on the chart. Four corners available: Bottom Right (default), Bottom Left, Top Right, Top Left.
🔹 Font Size
HUD font size. Options: Tiny (default), Small, Normal, Large, Huge.
🔹 Exhaustion Alert
Toggle for the alert that fires when the score crosses ±85/15 thresholds.
🔹 Squeeze Alert
Toggle for the alert that fires when the squeeze flag activates.
🔹 Black Swan Alert
Toggle for the alert that fires when the score enters the adaptive extreme zone.
IMPORTANT NOTES
The MTF Kinetic Oscillator works on any timeframe. The default MTF configuration (5/13/55/233/987 in minutes) is calibrated for intraday and swing trading on liquid instruments. The Fibonacci-aligned RSI lengths (8/13/21/34/55) and per-timeframe data lengths (288/96/72/60/40) are tuned to provide roughly equivalent statistical resolution across all five horizons.
The indicator works best on instruments with reliable volume data: crypto perpetual contracts, large-cap equities, futures, major forex pairs. On low-volume instruments, the CVD component becomes less reliable, though the score engine and channel continue to function correctly using the Z-Score and RSI components alone.
Alerts fire once per confirmed bar. The Black Swan alert uses an edge-trigger arm/disarm mechanism that prevents repeated firings while the score remains inside the extreme zone. Historical bars never repaint after they close. The live bar updates intra-bar as expected for a real-time indicator.
The Value Area calibration factor (vp_k = 2.51) used internally by the score engine for the Volume Profile distance component is tuned to approximate the conventional 70% Value Area definition. The Fibonacci sigma multipliers (1.50, 1.85, 2.75, 3.85) used by the adaptive channel are intentionally non-standard — they are Fibonacci-inspired proportions, not arbitrary choices, and they map to four behavioral regimes derived from observation rather than to integer statistical thresholds.
Pine Script v6. Open-source under Mozilla Public License 2.0.
UNIQUENESS
The MTF Kinetic Oscillator is unique in four ways. First, it operates across 5 timeframes simultaneously, aggregating per-timeframe scores via Fibonacci-proportioned weights (0.15 / 0.20 / 0.25 / 0.25 / 0.15) rather than operating on a single timeframe like RSI, MFI, CCI, or Stochastic. Second, the per-timeframe score is built from a Log-Normal Z-Score regression of price (which respects the asymmetric distribution of returns) blended with RSI through sigmoid normalization — producing a bounded composite that combines two independent signal families per horizon. Third, the global score is plotted not against fixed 0-100 thresholds but against a self-adaptive Fibonacci channel whose boundaries are recomputed every bar from the highest and lowest scores in the lookback window — calibrating the rainbow visual to current volatility regime rather than to static numerical levels. Fourth, three independent order-flow sensors (CVD Z-Score, Volume Climax detection, and Squeeze volatility compression) modulate the score continuously, with the Squeeze damper compressing score amplitude to 25% during low-conviction lateral phases — suppressing false directional signals at exactly the moments standard oscillators are typically least reliable. The combination of Fibonacci-weighted multi-timeframe aggregation, log-space Z-Score plus RSI per timeframe, adaptive Fibonacci channel, and three order-flow modulators produces an oscillator that behaves differently from single-timeframe and fixed-threshold oscillators, particularly during volatility regime transitions where standard oscillators are least reliable. Indicator

USDT Market Cap Stochastic RSI | Astral Vision USDT Market Cap Stochastic RSI | Astral Vision 🌠💠
Inspired by @GeoMetric_9 idea.
This indicator applies a Stochastic RSI to the market capitalization of USDT rather than to any price series, producing an oscillator that measures the momentum and cyclical positioning of stablecoin supply expansion and contraction. The underlying logic is that USDT market cap is a direct proxy for the pool of deployable capital sitting on the sidelines of the crypto market: tracking its momentum with a Stochastic RSI reveals whether that capital is accelerating into or out of the ecosystem, which historically precedes or coincides with significant directional moves in Bitcoin and the broader market.
Calculation ⚙️
The first step is computing a standard RSI on the USDT market cap series over a configurable lookback. The RSI formula measures the average gain relative to the average loss over the period: average gain divided by the sum of average gain and average loss, multiplied by 100. This transforms the raw market cap series into a momentum oscillator bounded between 0 and 100.
The second step applies the Stochastic formula to the RSI values rather than to price. The Stochastic takes the current RSI value, subtracts the lowest RSI value over the stochastic lookback window, and divides by the range between the highest and lowest RSI values over the same window, multiplied by 100. The result, called the raw K line, measures where the current RSI sits within its own recent range, producing a reading that oscillates between 0 and 100 and is more sensitive to short-term reversals than the RSI alone.
The raw K is then smoothed with a simple moving average over the K smoothing period, producing the final K line. A second simple moving average is applied to the smoothed K over the D smoothing period, producing the D signal line. The fill between K and D visualizes their divergence and convergence over time.
The indicator operates on a configurable timeframe independent of the chart, defaulting to weekly, which filters out daily noise in USDT market cap reporting and produces structurally cleaner signals. A configurable midline (default 50) separates bullish from bearish momentum regimes. A signal highlight window activates for a configurable number of bars after K crosses above the midline, marking the early phase of a potential regime shift on the price chart.
Plots 📊
K line: smoothed Stochastic of the USDT market cap RSI, colored by regime
D line: signal line smoothed from K
Fill between K and D
Midline reference
Background color in the sub-panel reflecting current bullish or bearish regime
Signal highlight on the price chart for a configurable number of bars after K crosses the midline
Candle coloring on the price chart reflecting the previous bar's K regime
Inputs 🎛️
RSI Length: lookback for the RSI applied to USDT market cap
Stochastic Length: lookback for the Stochastic applied to the RSI values
K Smoothing: SMA period applied to the raw Stochastic output
D Smoothing: SMA period applied to the smoothed K line
Timeframe: resolution of the USDT market cap data, independent of the chart
Midline: threshold separating bullish and bearish momentum regimes
Signal Highlight Bars: number of bars the price chart highlight remains active after a midline crossover
Colors 🎨
5 Astral Vision presets + custom override. Default: Paradiso.
Purpose 🎯
A standard Stochastic RSI applied to Bitcoin price measures Bitcoin's own momentum in isolation. This indicator measures the momentum of an entirely separate variable: the supply of capital available to enter the market. A K line crossing above the midline on weekly timeframe does not mean Bitcoin is going up immediately; it means the rate of stablecoin creation is accelerating relative to its own recent history, which is a structurally earlier and causally distinct signal. Applying the Stochastic RSI rather than a simpler momentum measure adds the cyclical positioning dimension: it shows not just whether USDT supply is growing, but whether that growth is at an extreme or early stage relative to its own historical oscillation range.
Disclaimer ⭕️
This indicator is for informational and educational purposes only. It does not constitute financial advice. Past performance is not indicative of future results. Always do your own research before making investment decisions. Indicator

Pure Matrix Profile [TPO & Link]Pure Matrix Profile
Description:
This indicator is a highly visual, ASCII-based environment recognition tool designed to map market structure, liquidity, and momentum within specific sessions. It is NOT a standalone entry signal generator. Rather, it provides a deep situational awareness of "price wall thickness" (Volume) and "market heat" (RSI) to help traders build robust defensive and offensive strategies.
1. Pine Script Limitations & Memory Management
In Pine Script, there is an absolute limit of 500 historical objects (Boxes, Labels, Lines) per script to prevent system overload, regardless of your account tier (Basic, Pro, Premium).
• Remaining Quota: 0 (This script maximizes the 500 limit for detailed rendering).
• How it works: To bypass this limitation and maintain a beautiful UI without crashing, the script uses a professional garbage collection technique (barstate.islast). It deletes all previous objects and recalculates/redraws the entire matrix exclusively on the most recent bar, ensuring optimal performance within the limits.
2. Core Calculations & Output Values
The visual beauty of this tool is driven by strict mathematical logic.
A. Price Bin Resolution (vp_step)
vp_step = (top_y - bot_y) / row_count
• Why: To divide the session's high-low range into equal tiers to distribute volume accurately.
• Output: A float value representing the price width of a single text row.
B. Binning (Data Assignment)
bin_idx = Math.floor( (c_price - bot_y) / vp_step )
• Why: To determine exactly which vertical "box" (row) the volume belongs to.
C. Volume-Weighted RSI (Heat)
Avg_RSI = Sum(Current_RSI * Volume) / Sum(Volume)
• Why: This reveals the true momentum only where significant institutional money was traded.
D. Histogram Normalization (Bottom-Up Heights)
val = (chunk_vol / max_chunk_vol) * hist_height
• Why: To normalize raw volume into a fixed visual height constraint for the bottom ASCII histogram.
E. ASCII Texture Logic (Wall Hardness)
The "density" of the ASCII character changes dynamically based on the Avg_RSI:
• Overheated (Avg_RSI >= 60): Renders "█" (Full Block). Represents a "Hard Wall" with strong momentum.
• Neutral (Avg_RSI 40.1 - 59.9): Renders "▒" (Medium Shade). Represents stable consolidation.
• Freezing (Avg_RSI <= 40): Renders "░" (Light Shade). Represents a "Soft Wall" with weak momentum.
3. Pros (Merits)
• Visualizing "Hardness": By combining volume depth and RSI texture, you can intuitively differentiate between strong support/resistance zones (Hard Walls) and fragile ones (Soft Walls).
• Risk Management: Helps prevent trading directly into "Hard Walls" or getting trapped in low-liquidity vacuums.
4. Cons (Limitations)
• Not an Entry Strategy: Provides zero edge as a standalone trigger.
• Lagging Nature: Session profiles form after the price has moved.
• Visual Clutter: High row counts on small screens may cause text overlap.
Japanese Description
このインジケーターは、特定のセッション内における市場構造、流動性、モメンタムをマッピングするための、ASCIIベースの視覚的な環境認識ツールです。これは単体でエントリーシグナルを生成するものではありません。トレーダーが堅牢な戦略を構築できるよう、「価格の壁の分厚さ(出来高)」と「相場の熱(RSI)」の状況認識を提供します。
1. 描画制限とメモリ管理について
Pine Scriptには、システム負荷を防ぐため、アカウントランクに関わらず1スクリプトにつき描写オブジェクトの最大上限が「500個」に厳格に設定されています。
・ 現在の残量: 0個(精密な描画のため、この500個の枠を最大限使い切る設定にしています)。
・ 動作の仕組み: 高度なメモリ管理(barstate.islast)を行っています。最新のローソク足でのみ過去のオブジェクトを全削除し、必要な分だけを一気に再計算して描き直すことで、制限枠内で安定稼働させています。
2. コアとなる計算式と出力値の解剖
A. 価格帯をスライスする計算 (VP Step)
vp_step = (top_y - bot_y) / row_count
・ なぜこの計算なのか: セッションの高安値を指定した行数で均等に分割し、1行あたりの価格幅を決定するため。
B. ローソク足の格納先判定 (Binning)
bin_idx = Math.floor( (c_price - bot_y) / vp_step )
・ なぜこの計算なのか: 出来高を正しい価格帯(行)に割り当てるため。
C. 出来高加重RSI(熱量の算出)
Avg_RSI = Sum(Current_RSI * Volume) / Sum(Volume)
・ なぜこの計算なのか: 大口の取引(出来高)が集中した価格帯のモメンタムだけを抽出するため。
D. ボトムヒストグラムの高さ計算 (Normalization)
val = (chunk_vol / max_chunk_vol) * hist_height
・ なぜこの計算なのか: 出来高を、指定した最大の高さ(行数)に正規化して当てはめるため。
E. ASCIIテクスチャ・ロジック(壁の硬度)
Avg_RSIの値に基づいて、描画される文字の密度(硬さ)が3段階で変化します。
・ 加熱帯 (RSI 60以上): 「█」(フルブロック)を描画。モメンタムを伴う「硬い壁」を意味します。
・ 中立帯 (RSI 40.1 - 59.9): 「▒」(ミディアムシェード)を描画。安定した攻防が行われているゾーンです。
・ 冷却帯 (RSI 40以下): 「░」(ライトシェード)を描画。モメンタムが弱まっている「柔らかい壁」を意味します。
3. メリット(優位性)
・ 壁の硬度の視覚化: 出来高の厚みとRSIのテクスチャを組み合わせることで、突破困難な「硬い壁」と、崩れやすい「柔らかい壁」を直感的に判別できます。
・ 無駄な被弾の回避: 強力な壁への無謀な突撃を防ぐための強力な環境認識根拠となります。
4. デメリット(限界と注意点)
・ エントリー戦略にはならない: 本ツール単体ではエントリーの優位性は一切ありません。
・ 遅行指標の性質: プロファイルは価格が動いた「後」に形成されます。
・ 視覚的なノイズ: 低解像度の環境で行数を大きく設定しすぎるとテキストが重なります。 Indicator

KOTANJAN HYPERMATRIX X(English Description)
KOTANJAN HYPERMATRIX X is a multi-layered market structure engine designed to analyze price behavior through a composite of momentum, volume, volatility, trend strength, and compression-expansion cycles.
Unlike traditional indicators that rely on a single mathematical model (such as RSI, MACD, or moving averages), this system integrates multiple independent market dimensions into one unified state engine.
CORE COMPONENTS
The system is built on six primary normalized market vectors:
ATR (Average True Range): Measures market movement intensity and volatility expansion.
Delta (Price Change Flow): Captures immediate directional pressure between candles.
OBV (On-Balance Volume): Tracks volume-driven capital flow into or out of price movement.
Momentum (ROC): Measures acceleration or deceleration of price movement.
Volatility Ratio: Identifies market instability relative to its own baseline behavior.
Trend Differential: Measures short-term directional bias using EMA spread structure.
These six components form the Market Matrix Core, representing the raw energy structure of price behavior.
FLOW STRUCTURE ENGINE
In addition to the matrix core, a secondary flow engine evaluates:
Multi-candle directional alignment (3-candle flow system)
Volume spike detection relative to dynamic average
Compression detection based on range contraction
This allows the system to distinguish between:
accumulation phases
breakout preparation phases
directional continuation phases
ADVANCED CONFIRMATION LAYER (KOTANJAN SYSTEM)
The distinguishing element of this indicator is the KOTANJAN System Layer, which enhances probability accuracy by adding adaptive market filters:
ADX (Trend Strength Filter): Determines whether market movement is structurally valid or noise-driven.
MACD Histogram (Momentum Continuation): Confirms whether directional pressure is accelerating or weakening.
RSI (Exhaustion Filter): Identifies overbought/oversold zones and reduces probability distortion during extreme conditions.
These filters do not replace the core matrix. Instead, they act as a probability refinement layer that adjusts market bias based on structural confirmation.
MARKET STRUCTURE INTERPRETATION
KOTANJAN HYPERMATRIX X interprets market behavior as a dynamic system of:
Compression → low volatility, accumulation phase
Expansion → breakout or trend initiation
Extreme → potential exhaustion or reversal risk
This structure allows the system to detect hidden transitions that are not visible through single-indicator analysis.
PROBABILITY ENGINE
All components are merged into a unified scoring system that produces:
Bullish probability (%)
Bearish probability (%)
This is not a prediction model but a weighted state evaluation of current market conditions.
KEY DIFFERENCE
The main difference between KOTANJAN HYPERMATRIX X and traditional trading indicators is:
It does not analyze price as a single line.
Instead, it treats the market as a multi-dimensional energy system, combining:
price structure
volume flow
volatility compression
trend strength
momentum confirmation
into one unified behavioral engine.
🇹🇷 Türkçe Açıklama
KOTANJAN HYPERMATRIX X, piyasayı tek bir indikatör mantığıyla değil, çok katmanlı bir “piyasa durum motoru” olarak analiz eden gelişmiş bir yapı sistemidir.
Klasik indikatörler (RSI, MACD, MA vb.) sadece tek bir veri tipine odaklanırken, bu sistem fiyatı birçok farklı boyutta aynı anda değerlendirir.
TEMEL BİLEŞENLER
Sistem 6 ana normalize veri üzerinden çalışır:
ATR: Piyasanın hareket gücünü ve volatilite genişlemesini ölçer
Delta: Mumlar arası anlık yön baskısını gösterir
OBV: Hacim akışı ile para giriş/çıkışını takip eder
Momentum (ROC): Fiyat hızlanmasını veya yavaşlamasını ölçer
Volatilite Oranı: Piyasanın kendi ortalamasına göre dengesizliğini ölçer
Trend Farkı: EMA yapısı üzerinden kısa vadeli yön eğilimini belirler
Bu 6 veri birlikte Market Matrix Core yapısını oluşturur.
AKIŞ SİSTEMİ (FLOW ENGINE)
Bunun yanında ikinci bir yapı vardır:
3 mumluk yön akışı
hacim patlama tespiti
daralma (compression) analizi
Bu sayede sistem şunları ayırt edebilir:
birikim dönemleri
kırılım hazırlıkları
trend devam bölgeleri
KOTANJAN SİSTEM KATMANI (EN ÖNEMLİ FARK)
Bu indikatörü diğerlerinden ayıran en önemli bölüm KOTANJAN sistem katmanıdır.
Bu katmanda:
ADX: Trend gerçekten güçlü mü yoksa rastgele hareket mi?
MACD Histogram: Momentum devam ediyor mu yoksa zayıflıyor mu?
RSI: Aşırı alım / aşırı satım bölgelerinde risk filtresi
Bu üç yapı direkt olarak sinyal üretmez.
Sadece mevcut sistemi “doğrulayan veya zayıflatan” bir ağırlık mekanizması olarak çalışır.
MARKET YAPISI OKUMA MANTIĞI
Sistem piyasayı 3 temel fazda okur:
Compression (Daralma): düşük volatilite, birikim
Expansion (Genişleme): kırılım veya trend başlangıcı
Extreme (Aşırı durum): yorulma ve dönüş riski
Bu yapı sayesinde klasik indikatörlerde görülmeyen gizli geçişler yakalanır.
PROBABILITY MOTORU
Tüm sistem birleşerek:
Boğa yüzdesi
Ayı yüzdesi
üretir.
Bu değerler tahmin değil, mevcut piyasa durumunun ağırlıklı analiz sonucudur.
EN BÜYÜK FARK
KOTANJAN HYPERMATRIX X’in en önemli farkı şudur:
Fiyatı tek bir çizgi olarak analiz etmez.
Bunun yerine piyasayı:
fiyat yapısı
hacim akışı
volatilite daralma/genişleme
trend gücü
momentum doğrulaması
olarak çok boyutlu bir sistem şeklinde değerlendirir. Indicator
