Indikator

Indikator

Indikator

Fractal Timeframe Collision Node [MarkitTick]💡 The financial markets operate across multiple interacting timeframes, creating complex structural geometries that cannot be accurately analyzed through a single, isolated lens. The tool presented here acts as a comprehensive multi-timeframe aggregation engine, designed to isolate highly significant structural support and resistance clusters. By evaluating pivot points across four distinct time spans and merging them based on volatility-adjusted proximity, this system identifies high-probability reaction zones where structural exhaustion is most likely to occur. It is built strictly for the modern Pine Script environment, utilizing an entirely non-repainting architecture that respects the highest standards of data integrity and execution logic.
● ✨ Originality and Utility
Standard pivot or support/resistance scripts typically plot historical swing highs and lows independently. This creates chart clutter and often leaves the analyst guessing which level holds the most technical weight. This tool introduces the concept of "Collision Nodes." Instead of simply drawing every pivot, the algorithm scans higher timeframe data, identifies structural extremes, and clusters them together using a dynamic, adaptive mechanism.
When multiple higher timeframes project a pivot at the exact same price zone, a structural "Collision Node" is formed.
The utility lies in its objective strength grading: a node formed by the confluence of the 1-hour, 4-hour, and Daily charts mathematically demands more respect than a single localized swing point on a lower timeframe.
By filtering out the noise and only projecting nodes that meet a user-defined minimum strength threshold, the analyst is presented with a remarkably clean chart displaying only the most critical, high-liquidity zones.
Furthermore, the script automatically generates full trade execution parameters (Entry, Stop Loss, and multiple Take Profits) directly on the chart when a valid structural rejection occurs.
● 🔬 Methodology and Concepts
• Multi-Timeframe Pivot Extraction
The core engine relies on detecting localized extrema (Pivot Highs and Pivot Lows) over a user-defined lookback window. The script fetches these pivot values simultaneously from three higher timeframes plus the current chart's timeframe. To ensure absolute data integrity and prevent any future data leakage (repainting), the algorithm strictly requests historical, confirmed data using offset historical referencing.
• Volatility-Normalized Spatial Clustering
Once the pivots are extracted, the algorithm must determine if they "collide" or overlap. Because absolute price distance is irrelevant across different assets, the script uses a dynamic clustering mechanism normalized by the Average True Range (ATR).
A tolerance band is calculated by multiplying the current ATR by a user-defined coefficient.
If a newly discovered higher timeframe pivot falls within this exact tolerance band of an existing pivot cluster, it is merged into that cluster, and the cluster's "strength" rating is incremented.
If it falls outside the tolerance band, a new independent node is registered.
• Memory Management and Age Pruning
Financial markets possess a memory, but structural relevance decays over time. The script incorporates a memory management protocol that continually monitors the age of all registered nodes. If a node has not been tested or updated within a specific bar count limit, it is automatically pruned from the active array, ensuring that only highly relevant, modern liquidity pools are analyzed.
• Automated Signal Validation
A visual node is not a signal; it is an area of interest. The script validates trade signals by combining spatial location with price action. A valid signal requires the price to close inside the tolerance zone of a high-strength node, accompanied by a rejection candle (where the wick constitutes a significant percentage of the total candle range), and a structural close confirming the directional bias.
● 🎨 Visual Guide
• Collision Nodes
Teal Horizontal Lines: Represent bullish support nodes. The opacity of the line dynamically shifts based on the strength of the node (darker/more solid lines indicate higher timeframe confluence).
Red Horizontal Lines: Represent bearish resistance nodes. Like the bullish nodes, their visibility scales with structural strength.
Diamond Labels (◆×2, ◆×3): Attached to the end of the node lines, these labels explicitly display the node's strength rating. A "◆×3" label means three separate timeframes have confirmed a pivot at this exact mathematical level.
• Trade Execution Box
Dashed Blue Line: Indicates the exact Entry price upon signal confirmation.
Solid Red Line: Represents the dynamic Stop Loss, which is placed behind the collision node with an added ATR-based buffer to avoid premature liquidation.
Dashed Teal Lines (TP1, TP2, TP3): Represent calculated Take Profit levels projected automatically based on the user's defined Risk-to-Reward (RR) multipliers.
Red Background Fill: Visually maps the total risk zone between the Entry and the Stop Loss.
Teal Background Fill: Visually maps the total reward zone extending from the Entry up to the final Take Profit target.
• Real-time Dashboard
Located by default in the top right corner, this data table provides an instant summary of the market structure.
Bias: Displays the current active signal direction (LONG, SHORT, or NONE).
Active Nodes & Strengths: Lists the exact price levels of the nearest active bull and bear nodes, accompanied by visual progress bars displaying their respective strengths (Green for high strength, Yellow for medium, Red for low).
Trade Tracking: Displays the currently active Stop Loss and primary Take Profit levels if a trade configuration is locked on the chart.
● 📖 How to Use
Apply the indicator to your chart and set your three preferred higher timeframes in the settings (e.g., if trading on the 15-minute chart, you might select 1-Hour, 4-Hour, and Daily).
Observe the chart for the formation of high-strength Collision Nodes (look for ◆×3 or ◆×4 labels). These are your primary zones of interest.
Wait for price action to approach these nodes. Do not place blind limit orders.
Allow the script's internal logic to identify a structural rejection. When a valid rejection candle forms and closes at a node, a trade execution box will automatically populate on the chart.
Use the provided Entry, Stop Loss, and Take Profit lines to format your position sizing and manage the trade according to the mapped risk-to-reward parameters.
Optionally, link the script's advanced JSON webhook alerts to an external execution platform for automated trade routing.
● ⚙️ Inputs and Settings
• Core Settings
Pivot Lookback: The structural length required to confirm a swing high or low.
TF 1, TF 2, TF 3: The three higher timeframes used to scan for structural confluence.
Include Chart TF: Determines if the current chart's timeframe should also contribute to node strength.
Node Tolerance (×ATR): The spatial bandwidth used to cluster pivots together, measured as a multiplier of current volatility.
Min Node Strength: The minimum number of overlapping timeframes required for a node to be rendered on the chart.
• Filters
Require Rejection Candle: Enforces strict price action criteria, demanding that signals only fire if the candle displays a prominent rejection wick.
Min Wick % of Range: The exact percentage of the candle that must be composed of the wick to validate a rejection.
Max Node Age (bars): The duration a node remains active without being re-tested before being permanently purged from memory.
• Trade Tools
SL Buffer (×ATR): Adds a dynamic volatility buffer beyond the structural node to determine the absolute invalidation point.
TP1, TP2, TP3 (×SL Risk): The respective risk-to-reward multipliers used to dynamically project profit targets.
Lock Current Trade Levels: Freezes the visual risk/reward box on the chart until the trade hits either the final target or the stop loss, ignoring subsequent signals.
• Dashboard & Alerts
Show Dashboard: Toggles the visibility of the real-time data table.
Alert Actions: Customizable text fields allowing users to define specific JSON payload strings for long, short, and exit triggers.
● 🔍 Deconstruction of the Underlying Scientific and Academic Framework
The architectural foundation of this algorithm is heavily rooted in the Fractal Market Hypothesis (FMH), which posits that financial markets exhibit self-similar statistical structures across varying scales of time. In practical terms, a distribution pattern on a 5-minute chart mathematically resembles a distribution pattern on a Weekly chart. By aggregating pivot extrema from multiple independent time scales, this script exploits these fractal geometries to identify areas of harmonic resonance—price zones where liquidity pools overlap across different cohorts of market participants.
To resolve the spatial clustering problem, the system utilizes a volatility-normalized one-dimensional grouping algorithm conceptually akin to Density-Based Spatial Clustering of Applications with Noise (DBSCAN). Instead of utilizing fixed scalar distances (which fail as asset prices scale), the algorithm calculates an epsilon distance bounded by the Average True Range (ATR). This ensures that the clustering logic expands and contracts organically with market entropy. The ultimate output is a mathematically objective reduction of structural noise, isolating only the highest-density liquidity nodes that possess the greatest statistical probability of halting directional momentum.
⚠️ Disclaimer
All provided scripts and indicators are strictly for educational exploration and must not be interpreted as financial advice or a recommendation to execute trades. We expressly disclaim all liability for any financial losses or damages that may result, directly or indirectly, from the reliance on or application of these tools. Market participation carries inherent risk where past performance never guarantees future returns, leaving all investment decisions and due diligence solely at your own discretion. Indikator

Stable Yield Curve RegimeOverview
The Stable Yield Curve Regime Indicator identifies the dominant Treasury yield-curve regime while filtering out the noise produced by daily regime classifiers.
Instead of changing regimes after every small yield movement, it uses:
Smoothed yields
Multi-period yield changes
Minimum movement thresholds
Rolling regime voting
Optional magnitude weighting
Dominance and confirmation filters
The default curve compares the US 2-year and 10-year Treasury yields, but both symbols are customizable.
Regime Definitions
Bull Steepener
Yields are generally falling while the long-minus-short spread is widening. This commonly occurs when short-term yields fall faster than long-term yields.
Bull Flattener
Yields are generally falling while the long-minus-short spread is narrowing. This commonly occurs when long-term yields fall faster than short-term yields.
Bear Steepener
Yields are generally rising while the long-minus-short spread is widening. This commonly occurs when long-term yields rise faster than short-term yields.
Bear Flattener
Yields are generally rising while the long-minus-short spread is narrowing. This commonly occurs when short-term yields rise faster than long-term yields.
“Bull” and “bear” refer to bond prices, not necessarily equities.
Calculation Method
The indicator smooths the selected short-end and long-end yields, then measures their changes over the selected observation horizon.
Level Move = (change in short yield + change in long yield) / 2
Negative Level Move: yields are generally falling
Positive Level Move: yields are generally rising
Curve Move = change in long yield − change in short yield
Positive Curve Move: steepening
Negative Curve Move: flattening
Bull versus bear is determined by the average movement of both yields. Therefore, an observation can still be classified when the two yields move in opposite directions, provided their average movement passes the selected threshold.
Each analysis bar creates one regime observation. When the observation horizon is greater than one, consecutive observations overlap.
Stability Filters
Minimum Movement Thresholds
An observation is treated as neutral when either the Level Move or Curve Move is smaller than its selected basis-point threshold.
Rolling Dominance
The indicator evaluates regime observations over a configurable rolling window. The regime with the highest score becomes the current leader.
Observation Weighting
Equal voting gives every valid observation one vote.
Magnitude weighting gives larger combined yield-level and curve movements more influence.
Minimum Coverage
A minimum percentage of the rolling window must contain valid, non-neutral observations.
Minimum Dominance
The leading regime must control a minimum share of the classified vote weight.
Minimum Lead
The leading regime must exceed the runner-up by the selected percentage-point margin.
Confirmation Bars
A new regime must remain qualified for several consecutive analysis bars before replacing the stable regime.
Main Settings
Short-end yield: Default is TVC:US02Y
Long-end yield: Default is TVC:US10Y
Analysis timeframe: Timeframe used for all calculations
Yield smoothing: Smooths each yield before measuring changes
Observation horizon: Period over which yield changes are measured
Dominance window: Number of regime observations evaluated
Minimum yield move: Filters small general yield movements
Minimum curve move: Filters small steepening or flattening movements
Observation weighting: Equal votes or magnitude weighted
Minimum coverage: Required proportion of valid observations
Minimum dominant share: Required share held by the leading regime
Minimum lead: Required advantage over the runner-up
Confirmation bars: Consecutive bars required before switching
Hold previous regime when unclear: Retains the last stable regime until another qualifies
Default Configuration
Analysis timeframe: Daily
Yield smoothing: 3 bars
Observation horizon: 5 bars
Dominance window: 30 bars
Minimum yield move: 1 basis point
Minimum curve move: 1 basis point
Weighting: Magnitude weighted
Minimum coverage: 50%
Minimum dominant share: 45%
Minimum lead: 10 percentage points
Confirmation: 3 bars
With daily analysis, the default dominance window represents 30 daily regime observations, with each observation measuring a five-day yield movement.
Indicator Outputs
The panel displays:
Dominant regime share
Classified coverage
Optional individual regime shares
Background color representing the stable regime
Labels when the stable regime changes
A dashboard showing the leader, stable regime, confidence, curve spread and pending switches
Default colors:
Green: Bull steepener
Blue: Bull flattener
Orange: Bear steepener
Red: Bear flattener
Gray: Unclear
Non-Repainting Behavior
The script uses the previous completed analysis-timeframe bar. This prevents unfinished higher-timeframe data from changing historical results but introduces a one-analysis-bar delay.
The chart timeframe must be equal to or lower than the selected analysis timeframe for the intended calculation to operate correctly.
For example:
1-hour chart with daily analysis: Supported
Daily chart with daily analysis: Supported
Daily chart with weekly analysis: Supported
Weekly chart with daily analysis: Not supported reliably
Interpretation Notes
The indicator measures changes in the curve, not only its current shape.
A curve can steepen while remaining inverted. For example, a move from −100 basis points to −70 basis points is a steepening even though the spread remains negative.
The dashboard’s curve-spread reading should therefore be considered alongside the regime.
The indicator is descriptive rather than predictive. It does not independently forecast recessions, inflation, central-bank decisions or asset prices.
Suggested Uses
Treasury and bond-futures analysis
Equity-index macro analysis
Sector-rotation analysis
Duration positioning
Monetary-policy expectations
Cross-asset regime analysis
It should not be treated as a standalone entry or exit signal.
Alerts
Alerts are available for confirmed changes into:
Bull steepener
Bull flattener
Bear steepener
Bear flattener
Alerts trigger only after the new stable regime passes all filters and confirmation requirements.
Disclaimer
This indicator is provided for informational and educational purposes only. It does not constitute investment advice or a recommendation to buy or sell any financial instrument.
Yield-curve regimes describe historical market behavior and do not guarantee future economic or investment outcomes.
Indikator

Indikator

Indikator

Indikator

Indikator

Options Sniper Pro v1Options Sniper Pro v1 — Indicator Summary
Options Sniper Pro v1 is an intraday momentum and trend-following indicator designed to identify higher-probability CALL and PUT option setups on liquid ETFs and stocks such as SPY, QQQ, and IWM.
The indicator works best when used during the New York trading session, especially during high-volume periods when momentum is strongest. It combines:
EMA Trend Analysis (9/21/200) – Identifies the overall market direction and avoids trading against major trends.
RSI Momentum Filter – Confirms buying or selling pressure.
Volume Confirmation – Helps identify moves supported by increased participation.
Pullback Entries – Looks for entries after price retraces toward the fast EMA before continuing the trend.
Candlestick Confirmation – Uses bullish/bearish engulfing patterns to improve entry timing.
Smart Money Concepts – Includes Order Blocks and Fair Value Gaps to highlight areas where institutional-style price reactions may occur.
ATR Risk Management – Automatically calculates stop-loss levels and 1R/2R/3R profit targets.
Dashboard Monitoring – Displays trend direction, RSI strength, volume conditions, and active signals.
Best Usage:
Timeframes: 5-minute, 15-minute, and 30-minute charts
Best Markets: SPY, QQQ, IWM, large-cap stocks with strong volume
Best Trading Window: 9:30 AM–11:30 AM and 2:00 PM–4:00 PM EST
Trading Style: Intraday options scalping and momentum trades
Ideal Setup:
✅ Wait for the dashboard to show trend alignment
✅ Enter CALLS when price is above VWAP/EMAs with strong volume and bullish confirmation
✅ Enter PUTS when price is below VWAP/EMAs with strong volume and bearish confirmation
✅ Use TP1 for partial profit and TP2/TP3 for runners
✅ Avoid low-volume chop and sideways markets
Purpose:
This indicator is designed to help traders filter out weak setups and focus on momentum-driven option opportunities with defined entries, exits, and risk management. It is best used as a trade confirmation tool, not as a standalone buy/sell system. Indikator

Indikator

Indikator

Indikator

Indikator

Daily Pivot Points - Classic ( S&R Levels )Daily Pivot Points
Classic daily pivot point levels — P, R1, R2, S1, S2 — calculated automatically from the prior session's High, Low, and Close. Levels update at the start of each new trading day and are labeled directly on the right edge of the chart with their exact prices, so you always know where you stand without doing any math.
Levels included:
P — Central pivot (orange)
R1 / R2 — Resistance zones (red)
S1 / S2 — Support zones (green)
R3 / S3 — Extended levels (optional, off by default)
Features:
Right-edge price labels on every level — no guessing
Soft zone fill between R1→R2 and S1→S2 for a clean visual bias
Works on any intraday timeframe (1m, 5m, 15m, 30m, 1H)
Built-in alerts for R1, R2, S1, S2 crosses
Fully customizable colors and line width
How to use:
Pivots are one of the most widely used levels in intraday trading. Price tends to react at these zones — use P as the neutral line, R1/R2 as overhead resistance targets, and S1/S2 as downside support. Watch for rejection or breakout at each level to time your entries and exits.
Lightweight, no repainting, no clutter. Just the levels that matter.
Added concise inline comments explaining:
why lookahead_on + is used (locks levels to prior day at open)
the floor-trader pivot formula logic
why stepline style prevents diagonal artifacts
how the var label + delete-and-redraw pattern keeps the label count clean
the barstate.islast gate
No bloat — just enough for a reader to follow the logic without re-deriving it. Indikator

Strategie

Indikator

Indikator

Indikator

Fast RSI Divergence at VWAP Signals# Fast RSI Divergence at VWAP Signals
Fast RSI Divergence at VWAP Signals is designed to identify early bullish and bearish RSI divergences while combining them with VWAP Standard Deviation bands to help highlight potential areas of price exhaustion.
Unlike traditional pivot-based divergence indicators that require multiple bars of confirmation, this script uses a dynamic reference-point approach. This allows divergences to be detected earlier while providing optional candle-close confirmation for traders who prefer additional validation.
## Features
• Fast bullish and bearish RSI divergence detection
• Dynamic reference-point algorithm instead of delayed pivot confirmation
• Daily anchored VWAP with configurable Standard Deviation bands
• Optional VWAP deviation filter
• Choice of wick-based or close-based divergence detection
• Optional candle-close confirmation
• Optional RSI momentum turn confirmation
• Optional candle direction confirmation
• Adjustable cooldown between consecutive signals
• Optional display of divergence reference points
• Built-in BUY and SELL alerts
## How It Works
The indicator continuously monitors RSI for overbought and oversold conditions.
When RSI reaches an extreme, a reference point is created. Instead of waiting for a confirmed pivot, the script immediately compares subsequent price action against that reference.
A bearish divergence is detected when:
• Price makes a higher high
• RSI forms a lower high
A bullish divergence is detected when:
• Price makes a lower low
• RSI forms a higher low
Additional filters can be enabled to require:
• Price touching or closing outside the selected VWAP Standard Deviation band
• RSI beginning to reverse direction
• Confirmation from candle direction
• Candle-close confirmation before the signal becomes final
After each confirmed signal, the reference point is automatically updated to prevent repeated signals from the same price movement.
## Recommended Usage
This indicator is designed to work best as part of a confluence-based trading approach rather than as a standalone signal generator.
For additional confirmation, it is recommended to use it together with **Bollinger Bands**. Confluence between RSI divergence, VWAP Standard Deviation extremes, and Bollinger Band extremes can help identify areas where price may be statistically extended.
Examples of higher-confluence setups include:
• Bullish RSI divergence occurring near both the lower VWAP Standard Deviation band and the lower Bollinger Band.
• Bearish RSI divergence occurring near both the upper VWAP Standard Deviation band and the upper Bollinger Band.
Additional confirmation from market structure, trend direction, support and resistance, or volume analysis may further improve trade selection.
## Inputs
The indicator provides extensive customization, including:
• RSI Length
• Overbought and Oversold Levels
• Maximum Divergence Lookback
• Minimum RSI Difference
• Minimum Price Extension
• VWAP Standard Deviation Multipliers
• Wick or Close Validation
• Candle Close Confirmation
• RSI Turn Confirmation
• Candle Direction Confirmation
• Signal Cooldown
• Display Options
## Alerts
Two alert conditions are included:
• Fast RSI Divergence BUY
• Fast RSI Divergence SELL
These alerts can be used with TradingView's alert system or external automation.
## Notes
This indicator is intended to highlight potential momentum exhaustion near statistically extended price levels. Divergence signals indicate that momentum and price are no longer moving in sync, but they do not necessarily imply an immediate reversal.
As with any technical analysis tool, signals should be interpreted within the broader market context. No indicator can predict future price movements with certainty.
Indikator

Volume Activity SuiteA daily-stock panel that answers one question from several angles: is trading participation right now unusually high, normal, or unusually low relative to this stock's own recent history, and what does that imply when read together with price?
Volume is right-skewed and heavy-tailed, so comparing today's volume to a simple average is easily distorted by a few spike days. This tool handles that with a log transform, a baseline taken over the window up to the previous bar, and distribution-free ranking, and it adds a few refinements drawn from the abnormal-volume and market-microstructure literature.
Metrics. All are computed every bar. The pane plots the one you select in Display, and the table shows them together.
Log Z is the z-score of log volume over a rolling baseline. Because log volume is close to normal in its bulk, the z-score reads as how many standard deviations the current volume sits from its usual level. The zero line is the normal level, the green line marks the high threshold, and the red line marks the low threshold.
Percentile is the rank of today's volume within the lookback window. It assumes nothing about the distribution, so it is the most robust to fat tails and the most sensitive to quiet periods.
RVOL is classic relative volume: today's volume divided by the prior-window average.
PVO is the Percentage Volume Oscillator, the MACD calculation applied to volume. It reads whether the volume regime is expanding or shrinking rather than its level.
Bias combines activity with price direction into an accumulation, distribution, or quiet read.
Range and Flow add a volume-versus-range view based on the Mixture of Distributions Hypothesis, under which volume and price movement are jointly driven by information arrival. Range is the z-score of the day's true range. Flow labels a high-volume day as Conviction when the range is also wide, or Churn when the range is narrow.
Options.
Volume basis can be raw share volume or turnover, shares traded relative to shares outstanding, following the log relative-volume approach used in volume event studies. Turnover normalizes for share-count changes and falls back to share volume when the data is unavailable.
Robust z-score replaces mean and standard deviation with median and MAD, so that a few extreme days do not distort the baseline.
Market-adjust subtracts a market symbol's log-volume z from the stock's, isolating stock-specific volume from days when the whole market trades heavily.
Reading it. The columns show where the day sits versus its own history. Colored bars flag the days where real participation entered, while ordinary days stay gray. Because volume measures participation rather than direction, read the panel alongside price: high volume on an up day is accumulation-like, high volume on a down day is distribution-like, and a decline on drying-up volume is drift rather than heavy selling.
Notes and limits. This is a descriptive context tool, not a buy or sell signal. Volume does not predict direction, and the accumulation, distribution, conviction, and churn labels are heuristics rather than conclusions. Everything is measured relative to the stock's own recent window, so regime shifts and the usual heavy-tail caveats apply. Nothing here is financial advice. Indikator

Indikator

Chart Narrator [verticetrading]An analyst that writes. Chart Narrator reads your chart and describes it in plain sentences — no cryptic numbers, no jargon.
◆ WHAT IT DOES
It turns the chart into a written briefing: main trend and whether the higher timeframe agrees, unusual calm or agitation in volatility, the last structural break in plain words, nearest tested support/resistance with distances in %, fresh candlestick patterns, and volume participation. Everything is summarized in a bias header with a conviction score ("BULLISH — 4 of 5 signals point the same way").
◆ HOW IT WORKS
Six evidence modules (trend + higher-timeframe confirmation, volatility ranking, market structure, merged pivot levels weighted by touches, candlestick patterns, volume vs its average) each produce a verdict and the numbers behind it. A narration engine turns them into sentences, stays silent when a module has nothing to say, and detects confluences between modules (e.g. a bullish pattern printed on a tested support) to flag higher-quality situations. With enough history it also adds a day-of-week tendency note with its sample size.
◆ HOW TO USE IT
Add it to any symbol and timeframe. Read the panel top to bottom: bias first, evidence after. Set the "Bias flip" alert to receive the full written analysis when the overall picture changes. Interface in English and Spanish.
◆ WHAT MAKES IT ORIGINAL
Indicators show numbers; this one explains itself. Every sentence cites its evidence, only confirmed bars are narrated (no repainting), and the panel says "mixed, no clear edge" when that is the truth.
◆ LIMITATIONS
It describes the present; it does not predict. Not financial advice.
────────────────────────
ESPAÑOL — El analista que escribe
Convierte el gráfico en un informe escrito: tendencia y si la temporalidad mayor la confirma, calma o agitación inusual de la volatilidad, la última ruptura estructural en palabras llanas, soporte/resistencia más cercanos con distancias en %, patrones de velas recientes y participación del volumen — todo resumido en un sesgo con puntuación de convicción ("ALCISTA — 4 de 5 señales apuntan en la misma dirección"). Seis módulos de evidencia alimentan un motor de redacción que calla cuando no hay nada que decir y detecta confluencias entre señales. Solo narra velas confirmadas (sin repintado). Interfaz en inglés y español. Describe el presente, no predice; no es asesoramiento financiero. Indikator
