EMA + RSI Trade Decision Table V2 This indicator is a rule-based trade decision assistant designed for intraday and swing trading.
It does not place trades automatically. Instead, it evaluates market conditions and clearly shows when a Long or Short setup is statistically favorable, using a structured score-based table.
The goal is simple:
👉 Fewer trades, higher quality, full transparency.
Core Concept
The script combines trend regime, RSI behavior, EMA pullbacks, and risk filters into a single decision framework.
Each bar is evaluated and assigned a confidence score (0–100) for:
Long
Short
Only setups that pass all required conditions and reach the minimum score threshold are marked as TRADE READY.
Key Features
1️⃣ Trend / Regime Detection
Bull Regime: EMA50 > EMA100
Bear Regime: EMA50 < EMA100
Optional confirmation using price vs EMA200
Regime is shown clearly at the top of the table
2️⃣ Regime-Based RSI Zones (Advanced)
RSI behavior changes depending on market regime.
This script accounts for that by using four separate RSI zones:
Bull Regime
Long RSI Zone: trend-continuation pullbacks
Short RSI Zone: overextended / exhaustion areas
Bear Regime
Short RSI Zone: weak pullbacks
Long RSI Zone: extreme oversold relief bounces
Neutral regime uses a configurable fallback zone.
➡️ This avoids the classic RSI mistake of using the same levels in all market conditions.
3️⃣ Pullback + Rejection Logic
Trades are only considered if price:
Pulls back into EMA50 or EMA100
Shows rejection confirmation
Bullish candle for Long
Bearish candle for Short
(optional, configurable)
This filters out random RSI signals and focuses on structured pullbacks.
4️⃣ Late Entry & Noise Filters
To avoid bad entries:
❌ Price too far from EMA50 → blocked
❌ EMA50–EMA100 too close → choppy market
❌ Cooldown after EMA50/EMA100 cross → no immediate revenge trades
All blockers are visible in the table.
5️⃣ Confidence Score (0–100)
Each setup is graded using weighted components:
RSI position
RSI confirmation
Pullback & rejection
Trend alignment
EMA200 context
Penalties for distance, cooldown, chop
Grades:
A = High-quality setup
B = Acceptable
C = Low quality
You decide the minimum score required to allow a trade.
6️⃣ Trade Decision Gate
A trade is only marked as EXECUTE (LONG/SHORT) if:
All mandatory conditions are met
Score ≥ your defined threshold
Otherwise, the system shows:
WATCH
PREPARE
NO SETUP
7️⃣ Visual Decision Table
Three display modes:
Compact – quick overview
Compact + Checks – overview + active checks
Full – complete Long & Short breakdown
Each row clearly shows:
Requirement
Current value
Pass / Fail
“To go” distance (how much is missing)
8️⃣ Alerts
Alerts trigger only on state change, not on every bar:
Long Entry
Short Entry
Optional:
Alerts only on candle close (recommended)
How to Use (Step-by-Step)
Recommended Workflow
Choose your timeframe (15m / 30m / 1H works best)
Wait for BULL or BEAR regime
Let price pull back into EMA50 / EMA100
Watch RSI move into the correct regime-based zone
Wait for EXECUTE (LONG / SHORT) status
Manage entry, stop-loss, and take-profit manually
This indicator is a decision filter, not an entry sniper.
Best Practices
Works best in trending markets
Avoid low-liquidity or sideways sessions
Combine with:
Market structure
Support / resistance
Session timing
Do not trade every signal — trade the best scores
Disclaimer
This script is an educational and analytical tool.
It does not provide financial advice and does not guarantee profitable trades.
Always manage risk properly. Ergün Özmen 지표

지표

지표

지표

지표

Nova_Stream Indicator V16.1Technical Documentation: Nova_Stream V16.1
Core Methodology
Nova_Stream is a multi-layered trend analysis framework designed for Version 6 of Pine Script. It operates by analyzing the convergence and divergence of two distinct moving average clusters against a long-term institutional baseline. Unlike standard oscillators, Nova_Stream evaluates market "velocity" through linear regression and volatility-adjusted distance metrics.
The Multi-Wave Engine
The system processes price data through 12 specific Exponential Moving Averages (EMAs), divided into two functional groups:
Momentum Cluster (Traders Group): Six blue EMAs (Periods 3 to 15) tracking immediate liquidity and short-term trend shifts.
Value Cluster (Investors Group): Six orange EMAs (Periods 50 to 100) representing the core psychological support and resistance zones of the market.
The Backbone (Institutional Filter): A 200-period EMA that acts as a global trend switch. For a signal to be valid, price action must maintain a specific relationship with this line to ensure institutional alignment.
The Intelligent Dashboard (UI Engine)
The integrated dashboard serves as a real-time data processor. It translates complex mathematical states into a readable format:
Market Status: Uses Linear Regression to determine the slope of the Backbone. If the slope is within the slopeThreshold, the market is classified as RANGE.
Squeeze Radar: Monitors the distance between the Momentum and Value clusters. A "Squeeze" alert is triggered when the distance is less than a fraction of the ATR, signaling potential volatility expansion.
Correction Risk: Measures the standard deviation of price from the Value Cluster. High deviation triggers an OVERBOUGHT/OVERSOLD warning to prevent entries at exhaustion points.
Volume Flow: A cumulative net-volume tracker that filters out low-conviction price moves.
Alert System Architecture
Nova_Stream includes a comprehensive alert suite based on alertcondition. These are designed to be used for both "Execution" and "Risk Management".
Nova/SuperNova Signals: Triggered when all technical layers (Trend, Volume, and MTF) align.
Safe Exit (SF): A specialized alert for closing positions. It triggers when the price shows exhaustion (Overbought/Oversold) and loses its momentum relative to the exitWave.
Multi-Timeframe (MTF) Verification
To increase the probability of success, the script includes a built-in MTF filter. It automatically fetches the trend state of a higher timeframe (e.g., 1-hour trend for a 10-minute chart) to ensure the user is not trading against the dominant market direction.
Disclaimer: This script is an educational and analytical tool only. It is not intended to be financial advice, and should not be used as the sole basis for any investment decision. Trading involves significant risk, and past performance is not indicative of future results. The author of this script shall not be held liable for any financial losses incurred through the use of this tool. Always perform your own due diligence and consult with a certified financial professional before trading. 지표

지표

지표

Ultimate RegimeUltimate Regime | MisinkoMaster
Ultimate Regime is an advanced market environment classification tool designed to identify whether an asset is currently operating in a trending or mean-reverting regime. Instead of focusing on entry signals, the indicator concentrates on answering a more fundamental question: what type of market are we trading right now?
By continuously evaluating market structure, volatility behavior, and directional persistence, the script provides a unified regime view that helps traders adapt strategy selection, risk management, and trade expectations to current conditions.
This makes Ultimate Regime particularly valuable for traders using multiple systems, algorithmic frameworks, or discretionary approaches that perform differently depending on market state.
Core Concept
Markets alternate between expansion phases where directional movement dominates and contraction phases where price oscillates around equilibrium. Strategies built for one condition often underperform in the other.
Ultimate Regime solves this by aggregating several environment measurements into a single regime score that expresses whether the market currently favors:
• Trend continuation strategies
• Breakout participation
• Momentum trading
or instead
• Range trading
• Mean reversion strategies
• Oscillation-based setups
The indicator therefore acts as a decision filter rather than a trade trigger.
Key Features
Unified regime classification combining multiple market characteristics
Automatic detection of trending vs mean-reverting environments
Smooth regime transitions to reduce noise and false flips
Visual histogram representing regime strength
Automatic chart candle coloring based on environment
On-chart regime change labeling for clarity
Configurable lookback and smoothing controls
Works across all timeframes and asset classes
Suitable for discretionary and systematic traders
Designed for integration into multi-indicator workflows
How It Works (Conceptual)
Instead of relying on a single measurement, Ultimate Regime evaluates several dimensions of market behavior simultaneously, such as:
• Price expansion versus contraction
• Volatility shifts
• Directional persistence
• Structural movement characteristics
These components are normalized and combined into a composite regime value. The result is then smoothed to ensure regime changes reflect genuine environment shifts rather than short-term fluctuations.
When the combined regime value turns positive, the market is considered to favor directional movement. When it turns negative, price behavior favors oscillation and mean reversion.
The internal weighting and transformation methods remain proprietary in the invite-only version.
Regime States Explained
Trending Regime
Indicates directional dominance where price tends to move persistently in one direction. Momentum and breakout systems typically perform better under these conditions.
Mean Reverting Regime
Indicates oscillatory behavior where price frequently returns toward equilibrium zones. Range strategies and reversal setups often become more effective.
Neutral Transitions
Short transition periods may occur during regime changes as the environment reorganizes before committing to a dominant state.
Visual Components
Regime Histogram
A histogram displays regime strength and direction, making it easy to gauge whether trending or reverting behavior dominates.
Colored Candles
Price candles automatically change color according to regime classification, allowing instant environment recognition directly on the chart.
Regime Change Labels
Labels appear when regime shifts occur, helping traders visually track transitions between trending and mean-reverting phases.
Reference Thresholds
Visual guide levels help users understand regime extremes and neutral zones.
Inputs Overview
Source
Selects the price data used for regime analysis.
High-Low Difference Lookback
Controls how far back structural price expansion is evaluated.
ATR Lookback
Adjusts how volatility expansion or contraction is measured.
Standard Deviation Lookback
Defines the evaluation window for statistical price dispersion.
ADX Lookback
Controls directional persistence measurement sensitivity.
Smoothing Period
Applies smoothing to regime calculations, balancing responsiveness and stability.
Higher smoothing reduces noise but delays regime changes. Lower smoothing reacts faster but may increase regime flipping.
Usage Guidelines
Use Ultimate Regime as a strategy filter rather than a direct entry signal.
Trending regime environments generally favor:
• Breakout systems
• Momentum entries
• Trend-following approaches
• Pullback continuation trades
Mean-reverting environments generally favor:
• Range trading
• Support and resistance reversals
• Oscillation strategies
• Counter-trend setups
Regime analysis works best when combined with entry and risk tools rather than used standalone.
Practical Applications
Strategy selection switching between trend and range systems
Position sizing adjustments based on environment strength
Filtering trades that conflict with prevailing market behavior
Algorithmic system optimization
Portfolio regime monitoring
Timeframe alignment analysis
Parameter Tuning Notes
Lower lookback values increase responsiveness but may produce faster regime changes.
Higher lookback values stabilize regime detection for swing or position trading.
Short smoothing periods work better for intraday trading.
Longer smoothing periods help long-term traders avoid noise.
Optimal settings vary by asset volatility and timeframe.
Best Practices
Combine regime detection with price structure and confirmation tools.
Avoid forcing trend systems in reverting environments and vice versa.
Use regime awareness to improve trade selection discipline.
Backtest strategies separately for trending and mean-reverting periods.
Summary
Ultimate Regime provides a structured and adaptive view of market conditions by classifying whether the environment favors trend continuation or mean reversion. By separating environment analysis from trade signals, traders gain clarity in strategy selection and improve consistency across changing market conditions.
The invite-only version preserves proprietary calculation methods while delivering a robust regime detection framework suitable for discretionary traders, system developers, and algorithmic strategies alike. 지표

Standard Deviation Supertrend | GForgeStandard Deviation Supertrend ~ 𝒢𝐹𝑜𝓇𝑔𝑒
A Supertrend indicator that replaces ATR with Standard Deviation for volatility measurement, combined with a selectable Moving Average anchor for noise reduction.
━━━━━━━━━━━━━━━━━━━━━━━━
What This Indicator Does
This is a trend-following overlay that plots a single trailing line on your chart. When price is above the line, the trend is bullish. When price crosses below, the trend flips bearish. Signals fire on each flip.
The core mechanic is identical to the classic Supertrend — ratcheting bands that tighten in the direction of the trend and only reset when price breaks through the opposite side.
━━━━━━━━━━━━━━━━━━━━━━━━
Why Standard Deviation Instead of ATR
ATR measures the average candle range. It treats all bars the same — a strong directional candle and a choppy gap produce equal ATR contributions.
Standard Deviation measures how far price disperses from its mean. During clean directional moves, prices cluster on one side of the mean, producing low StdDev and tighter bands. During erratic, sideways price action, prices scatter around the mean, producing high StdDev and wider bands.
The result: the trailing stop naturally tightens when the trend is clean and loosens when conditions are noisy. This is adaptive behavior that ATR-based Supertrends don't provide.
━━━━━━━━━━━━━━━━━━━━━━━━
Two Smoothing Layers
Raw Supertrend inputs can be noisy. A single wick or volatile candle can jerk the trailing band and cause a premature flip. This indicator addresses that with two optional smoothing layers:
Anchor MA — applies a Moving Average to the price source before bands are calculated. Instead of building bands around raw hl2 (which reacts to every wick), the bands are built around a smoother baseline. 11 MA types are available:
• None (hl2) — raw, classic Supertrend behavior
• SMA, EMA, WMA — standard options with varying lag
• HMA — very low lag, can overshoot on reversals
• DEMA, TEMA — reduced lag variants of EMA
• VWMA — volume-weighted, naturally anchors to high-volume levels
• RMA — Wilder's smoothing, very stable
• ALMA — Gaussian-weighted with tunable offset and sigma
• T3 — Tillson, extremely smooth with adjustable volume factor
StdDev Smoothing — applies an EMA to the raw Standard Deviation output before it scales the bands. This prevents abrupt band width changes when a volatile bar enters or exits the lookback window. Set to 1 to disable.
Together, these improve parameter robustness — small changes to settings produce smaller changes in output, meaning the indicator is less likely to break under slight parameter variation.
━━━━━━━━━━━━━━━━━━━━━━━━
Settings Overview
• Anchor Source — price input for the Supertrend. hl2 is the classic default.
• StdDev Length — lookback period for the Standard Deviation calculation.
• StdDev Multiplier — band width. Higher values require a larger move to flip direction. This serves the same purpose as a "threshold" in oscillator-based indicators.
• Anchor MA Type / Length — which Moving Average smooths the anchor, and its period.
• StdDev Smoothing — EMA period applied to the raw StdDev. 1 = no smoothing.
• ALMA Offset / Sigma — only active when ALMA is selected.
• T3 Volume Factor — only active when T3 is selected.
• Current settings work best on BTC 1D
━━━━━━━━━━━━━━━━━━━━━━━━
Visual Elements
• Glow trail — the Supertrend line pulses with a layered glow that changes color on trend direction.
• Trend fill — gradient fill between price and the trailing line.
• Inactive band — shown as crosses, marking where the opposite flip point sits.
• Anchor MA line — subtle reference line showing the smoothed anchor (hidden when set to None).
• Bar coloring — candles colored by current trend direction.
• Signal diamonds — dual-layer markers (halo + core) on trend flips.
All visual elements can be toggled on or off individually. 13 color themes are included.
━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ Disclaimer
This indicator is a technical analysis tool, not financial advice. It does not guarantee profitable results. Past performance on any asset or timeframe does not indicate future results. No indicator can predict market direction with certainty.
Always use proper risk management. Do not rely on any single indicator for trading decisions. Test thoroughly on your chosen instruments and timeframes before applying to live markets. You are solely responsible for your own trading decisions and outcomes.
━━━━━━━━━━━━━━━━━━━━━━━━
Developed by 𝒢𝐹𝑜𝓇𝑔𝑒 지표

지표

지표

전략

Buy Signal EMA& RSI [CocoChoco]█ OVERVIEW
This indicator is a momentum breakout tool designed for trend-following traders.
It produces buy signals (long only).
It is based on the "50-200 EMA & RSI25 crossover indicator" by rahulbalaji4574, which has been upgraded to Pine Script v6. Most importantly, I added filters to reduce false signals and improve overall timing.
The core logic ensures you only enter a trade when a long-term trend is confirmed, momentum is surging but not exhausted, and there is significant market participation (volume).
█ KEY IMPROVEMENTS & LOGIC
This version introduces several "Smart Filters" to the original base logic:
Momentum Sweet Spot: Unlike the original which only required RSI > 50, this version requires the RSI to be between 55 and 80 and actively rising. This avoids "choppy" entries and overextended "blow-off tops."
Trend Strength (ADX): An integrated ADX filter ensures the market is in a strong trend (ADX > 20) before a signal is generated.
Risk Management (ATR Trailing Stop): A dynamic trailing stop-loss based on 1.5x ATR is plotted automatically to help you manage risk and lock in profits.
Real-time Dashboard: A non-intrusive table in the bottom-right corner displays live RSI and ADX values for quick reference.
█ HOW TO USE
Look for the Signal: A large green triangle appears below a bar when all trend, momentum, and volume conditions align.
Manage the Trade: Use the plotted red line as your dynamic trailing stop-loss. If the price closes below this line, the trade is considered exited, and the stop will reset.
Confirm with the Dashboard: Check the bottom-right corner to see if the market is gaining strength (ADX) or nearing exhaustion (RSI).
█ ADJUSTING SETTINGS
You can fully customize the indicator by clicking the Settings (gear icon) next to the indicator name on your chart.
Inputs Tab: Adjust the RSI thresholds, EMA lengths, or the ATR multiplier to fit your specific asset and timeframe.
Style Tab: Change the colors of the 50/200 EMA, the trailing stop-loss line, and the signal triangles to match your chart's theme.
지표

전략

지표

지표

지표

지표

지표

지표

지표

Bank CRE Stress & Short Risk Overlay + Dashboard🏦 Bank CRE Stress & Short Risk Overlay + Dashboard
This open-source indicator overlays risk visualization and a fixed dashboard specifically for **U.S. regional bank stocks** exposed to Commercial Real Estate (CRE) lending stress (as observed in 2023–2026 cycles).
It combines:
- Static CRE exposure tiers (critical/high/elevated/short-bias/failed) based on latest known CRE loan-to-capital ratios and provisions data (sourced from FDIC Call Reports, FAU studies, FFIEC filings ~Q3/Q4 2025)
- Real-time price stress detection (EMA200 breakdown + 20-bar range low breach)
- Visual alerts (background coloring + per-bar risk labels)
- Top-right summary dashboard
Purpose & Why This Combination?
Regional banks with heavy CRE concentration became focal points during rising office/vacancy stress, higher provisions, deposit outflows, and equity pressure. This tool helps traders quickly:
- Identify which tickers carry elevated CRE risk
- See when technical breakdown aligns with fundamental vulnerability (potential short setups or high-risk avoidance zones)
- Monitor a static watchlist without needing external spreadsheets
The mashup is useful because raw fundamentals change quarterly, while price action provides real-time confirmation of stress transmission to equity. Dashboard + overlay gives instant context on any bank chart.
How It Works
1. Ticker Classification (static – update manually when new Call Reports released)
- 🔴 Critical / Short Bias: >~500% CRE exposure or high-conviction short candidates
- 🟠 High: ~375–480%
- 🟡 Elevated: ~300–350%
- ❌ Failed: Known FDIC receivership cases
- 🟢 Low/None: not in list
2. Price Stress Trigger
- Below 200 EMA (major trend break)
- Below 20-bar lowest low (range breakdown)
- (Optional stricter filter: ATR expansion – commented out by default)
3. Visuals
- Background tint: black (failed), red (critical/short + stress), orange (high + stress), yellow (elevated + stress)
- Per-bar label above candle: risk category + warning text (only shown for relevant banks)
- EMA50 (gray) & EMA200 (white) plotted for reference
4. Dashboard (top-right, updates on last bar)
- Current ticker risk level + color coding
- Price stress status
- EMA200 position
- Static high-risk watchlist
- Data freshness & disclaimer note
Alerts
- "Critical/Short Bias Breakdown" when stress triggers on red/orange tickers
- "Failed Bank Symbol" on known failed tickers
How to Use
- Apply to **regional bank stocks** (DCOM, EGBN, OZK, LOB, VLY, FLG, ZION, WAL, SNV, RF, CMA, TFC, etc.)
- Best on daily or 4h charts for swing/position trading context
- Use as a **filter / watchlist aid**:
→ Red/orange background + stress label → heightened short risk or avoidance
→ Yellow → monitor for provisioning news or CRE delinquency spikes
→ Black → avoid (historical failures)
- Update the arrays quarterly when new FDIC data drops (Q1/Q2/Q3/Q4 Call Reports)
- Combine with volume, news, sector ETFs (KRE), or broader CRE indices
Inputs & Customization
- No user inputs — risk tiers are hardcoded for simplicity & consistency
- To add/remove banks: edit the array.from() lines directly
Publishing Notes
- Publish with a clean chart (e.g., DCOM, EGBN or VLY daily/4h)
- Remove unnecessary drawings/indicators
- Screenshot showing dashboard + stress label during a breakdown period is ideal
Important Disclaimers
- Data is **static** and approximate (based on public reports up to ~Q3/Q4 2025)
- Must be manually updated — not real-time fundamental feed
- This is **not financial advice**, not investment research, and carries no accuracy guarantee
- Regional bank equities are extremely volatile — especially under CRE stress
- Trading or shorting involves substantial risk of loss
Open-source for transparency & educational use. Feedback welcome — especially updated CRE tier suggestions. 지표
