Rainbow EMAs by PaulPogBeerFollow the trend for medium trend and long trend.
EMA 26-55 for medium trend.
EMA 200-275 for Long term trend.
指標和策略
Composite TECH Line (Debug) – v0.2The Composite TECH Line is a multi-layered trading framework that blends RSI, MACD, and EMA logic into a single synthetic trend line. Instead of relying on one isolated indicator, this tool dynamically weights three complementary technical factors and creates a smoothed, adaptive signal line that aims to better capture momentum, mean-reversion, and exit dynamics.
🔹 Core Concept
Traditional technical indicators often generate conflicting signals. This script resolves that by:
Scoring RSI, MACD, and EMA individually across a 5-state classification system (from strongly bearish −2 to strongly bullish +2).
Assigning coefficients (customizable multipliers) to each state to quantify the strength of the signal.
Weighting the three indicators (RSI, MACD, EMA) and normalizing their contributions into a unified multiplier.
Synthesizing price by applying this multiplier to close price and smoothing it with an EMA filter.
The result is a Synthetic EMA-like Line, plotted alongside a reference EMA, that adapts its sensitivity based on the joint RSI-MACD-EMA context.
🔹 Technical Structure
1. RSI Layer
Uses fixed thresholds (30/40/60/70 by default).
Each RSI zone is mapped to a discrete state (oversold → neutral → overbought).
Multipliers (e.g., 0.90, 0.96, 1.00, 1.06, 1.12) adjust the contribution of RSI depending on regime.
2. MACD Layer
Evaluates both line polarity (above/below zero) and signal interaction (crossovers, histogram slope).
Produces five discrete states ranging from strong bearish to strong bullish.
Each state is mapped to tunable coefficients, allowing traders to calibrate aggressiveness.
3. EMA Layer (Dual Modes)
Ribbon Mode: Analyzes EMA21/EMA50/EMA100 stack alignment (trend-following).
Distance Mode: Evaluates deviation from a base EMA, normalized either by ATR or relative %.
Two policies: Mean-Revert (extremes expected to reverse) and Momentum (extremes expected to extend).
Produces a coefficient for incorporation into the composite multiplier.
4. Combination Layer
Weighted normalization ensures RSI, MACD, and EMA sum to ~1.
Produces mult_raw → clipped between a configurable Min/Max multiplier.
Final synthetic line = close × mult, smoothed by EMA.
🔹 Signal & Trade Logic
Buy Signal: Triggered when the synthetic line crosses under price with sufficient separation.
Exit System (multi-stage):
TP1 & TP2: Generated by combinations of mean-revert signals and ATR-based Chandelier triggers.
TSL (Trailing Stop): Activates after TP2, tracking new highs with a tighter ATR multiple until stopout.
One-Shot Gate: Prevents repeated signal spam by enforcing alternating buy/sell sequences.
Each event generates a distinct alert message (BUY, TP1, TP2, SL) for automated strategies or notifications.
🔹 Key Features
Unified RSI–MACD–EMA framework.
Configurable coefficients, thresholds, and smoothing.
Two EMA interpretation modes (trend ribbon vs. distance/ATR deviation).
Built-in multi-stage exit system with TP1, TP2, and trailing stops.
Clear labeling on chart + dedicated alert messages for automation.
Debug mode available for transparency of internal calculations.
🔹 Use Cases
As a trend-adaptive signal line for discretionary traders.
As a signal source for automated strategies (via alerts).
As an educational tool to understand how composite signals improve robustness over single indicators.
Disclaimer: This script is for educational and analytical purposes only. Past performance of any strategy or indicator is not a guarantee of future results. Always backtest thoroughly and use proper risk management.
Please subscribe to the weekly bulletin: www.patreon.com
EMA200This indicator displays five 200-period Exponential Moving Averages (EMAs), each calculated from a different timeframe and plotted on the current chart. It's designed to help traders visualize long-term trend alignment across multiple timeframes without switching charts.
🧠 Key Features:
Multi-Timeframe EMAs: Pulls 200-period EMAs from:
1 Hour (1H)
2 Hour (2H)
4 Hour (4H)
8 Hour (8H)
1 Day (1D)
Elliott Wave Detector with FibonacciDetermines what timeframe (if any) the underlying asset displays congruence with Elliot Waves, validated by examining the congruence of the waves with fibonacci patterns. Like all backwards-looking indicators, any actual match will be a very pretty coincidence rather than any kind of indicator of potential future behaviour,
BTC Cycle Crystal Ball (MMI)
The BTC Cycle Crystal Ball (Market Mood Index)
Visualize Bitcoin’s market cycles at a glance! This dashboard combines three core metrics—MVRV-Z proxy, 200-week MA ratio, and price vs realized price—into a single 0–1 Market Mood Index .
Color-coded from deep blue (strong buying) to red (potential selling), it highlights accumulation and distribution zones. Fully adjustable thresholds let you define your own buying/selling zones. Quickly see BTC’s market “mood” and identify key cycle points—no clutter, just clarity.
Disclaimer
This indicator is for informational and educational purposes only . It is not financial advice. Users should perform their own analysis before making trading or investment decisions.
ATR Stop Price Levels by G.I.N.e TradingThis indicator plots stop-loss levels based on the Average True Range (ATR) directly on the price chart. It helps traders determine both initial stop levels and dynamic trailing stops for long and short positions.
The stop price is calculated as:
Long Stop = Price – (ATR × Multiplier)
Short Stop = Price + (ATR × Multiplier)
You can choose whether to display:
Both Long and Short stop levels
Only Long stop levels
Only Short stop levels
Only the active direction (based on either manual input or the slope of an HMA trend filter)
Features:
Customizable ATR parameters (period and multiplier).
Manual or automatic direction mode:
Manual: you decide if the focus is Long or Short.
Auto (HMA slope): direction is determined automatically by the slope of a Hull Moving Average.
Flexible visualization: show both lines, only long, only short, or just the active one.
Real-time or bar-close mode: choose whether the calculation updates intrabar (real-time close) or locks at bar close.
Stop price labels: optional labels on the latest bar display the exact stop price for Long and/or Short.
Info panel: a small table on the chart summarizes reference price, stop levels, and current view mode.
Usage:
Use the plotted stop lines as reference levels for initial stop-loss or for trailing stop management.
Green lines = Short Stop Levels (above price).
Red lines = Long Stop Levels (below price).
Labels and info table make it easy to read exact stop values without hovering.
Daily Seasonality Strength + PredictionDaily Seasonality Strength + Prediction
Seasonality Strength:
This indicator measures seasonality strength by comparing predicted seasonal returns with actual returns, using the inverse of MSE (higher values mean stronger seasonality).
This script is for informational and educational purposes only. It does not constitute financial, investment, or trading advice. I am not a financial advisor. Any decisions you make based on this indicator are your own responsibility. Always do your own research and consult with a qualified financial professional before making any investment decisions.
Past performance is no guarantee of future results. The value of the instruments may fluctuate and is not guaranteed
Coloured Multi Moving Averages by Fin VirajColoured Multi Moving Averages by Fin Viraj
📊 Overview
A comprehensive and clean moving averages indicator that supports 9 different types of moving averages with dynamic visual feedback. Perfect for both short-term trading and long-term analysis.
✨ Key Features
🔄 Multiple Moving Average Types
SMA (Simple Moving Average)
EMA (Exponential Moving Average)
WMA (Weighted Moving Average)
VWMA (Volume Weighted Moving Average)
HMA (Hull Moving Average)
DEMA (Double Exponential Moving Average)
TEMA (Triple Exponential Moving Average)
ZLEMA (Zero Lag Exponential Moving Average)
RMA (Rolling Moving Average/Wilder's Smoothing)
🎨 Dynamic Visual Feedback
Smart Color Change: MA1 automatically changes color based on price position (green when price above, red when price below)
Candle Highlighting: Candles change color when price crosses MA1
Individual Visibility Controls: Show/hide each MA independently
Customizable Styling: Adjust colors and line thickness
⚙️ Flexible Configuration
3 Independent MAs: Each can be set to different types and periods
Default Settings: 9-period, 21-period, and 50-period (commonly used in trading)
Easy Customization: Quick dropdown selection for MA types
Clean Interface: Organized settings groups for easy navigation
📈 How to Use
For Day Trading:
Set MA1 to HMA(9) for quick signals
Set MA2 to EMA(21) for medium-term trend
Set MA3 to SMA(50) for overall trend direction
For Swing Trading:
Set MA1 to EMA(9) for entry signals
Set MA2 to EMA(21) for trend confirmation
Set MA3 to EMA(50) for major trend
For Long-term Investing:
Use SMA(20), SMA(50), SMA(200) combination
Focus on price position relative to MA1 color changes
🚨 Alert System
Price crossing above MA1
Price crossing below MA1
Customizable alert messages with ticker symbols
🎯 Perfect For:
✅ Trend identification
✅ Entry and exit timing
✅ Multi-timeframe analysis
✅ Support and resistance levels
✅ Clean chart analysis without clutter
💡 Pro Tips:
Color Coding: Use the dynamic MA1 color change to quickly identify trend direction
MA Hierarchy: Arrange faster MA above slower MA for better trend visualization
Candle Colors: Enable candle color change for immediate visual confirmation of MA1 crosses
Mix & Match: Experiment with different MA combinations (e.g., HMA + EMA + SMA)
🔧 Default Configuration:
MA1: EMA(9) - Fast trend detection
MA2: EMA(21) - Medium-term trend
MA3: EMA(50) - Long-term trend
Dynamic colors enabled for instant visual feedback
No complex tables, no cluttered signals - just clean, professional moving averages with smart visual enhancements.
Compatible with all markets: Stocks, Forex, Crypto, Commodities, and Indices.
BitLogic EMA FusionMulti-EMA confluence with ribbon structure, clean trend flips, and alertable fast/slow crossovers .
What it does
Three core EMAs (Fast/Mid/Slow) define regime and flips.
EMA Ribbon presets (5–55, 8–144, 10–200) for structure & momentum.
Signals: Fast/Slow crossovers + first bar of bull/bear trend flip.
Visuals: Optional bar-coloring, background shading, and Fast↔Slow fill.
How to use
Trend bias: Fast > Mid > Slow (bull) or Fast < Mid < Slow (bear).
Strength: Wide ribbon = strong trend; compressed ribbon = potential squeeze.
Entries: Use crossovers with ribbon direction; confirm on bar close for no repaint.
Settings tips
Intraday: 9/21/50 with 8–144 ribbon.
Swing: 10/20/50 with 10–200 ribbon.
Enable Confirm on bar close for non-repainting signals/alerts.
Alerts included
Fast crosses above/below Slow
Trend Flip → Bull/Bear
Notes
No financial advice. For educational purposes only. Trading involves risk. Signals do not repaint when “Confirm on bar close” is ON.
Works on crypto, FX, stocks, and indices.
VSA - The Volume HUDVSA Volume HUD: Your At-a-Glance Volume Dashboard
Tired of cluttered charts with multiple indicators taking up screen space?
The VSA Volume HUD is a clean, powerful, and fully customisable Heads-Up Display that puts all the critical volume and price action data you need into one compact box, right on your chart.
Designed for traders who rely on Volume Spread Analysis (VSA), this tool helps you instantly gauge the strength, conviction, and context behind every price move as it happens.
Key Features
This indicator isn't just about showing the current volume; it provides a comprehensive, real-time analysis of the market's activity.
Real-time VSA Dashboard: A persistent on-screen table that updates with every tick, giving you instant feedback without needing to look away from the price. The HUD is fully draggable (hold Ctrl/Cmd + click and drag) to place it anywhere you like.
Essential Volume Metrics:
Current Volume: Displayed in a clean, abbreviated format (e.g., 1.25M for millions, 54.3K for thousands).
% Change (vs. Previous Bar): Instantly see if volume is expanding or contracting.
Vs Short-Term Average: Compare the current bar's volume to a moving average to spot unusual spikes.
Volume Velocity: Measures the rate of change in volume over a short period, helping you spot acceleration or deceleration in market interest.
Relative Volume (RVOL): See how the current volume compares to the average for that specific time of day, perfect for identifying abnormally high or low activity.
Price Action & Volatility Context:
Range vs. ATR: Quickly determine if the current bar's volatility is expanding or contracting compared to the recent average.
Price vs. VWAP: See how far the current price has deviated from the session's Volume-Weighted Average Price, a key level for institutional traders.
Deep Customization is Key
Tailor the HUD to perfectly match your trading style and chart aesthetic.
Display & Layout:
Compact Mode: Remove the metric labels for a sleek, minimalist view that saves screen space.
Bar Meters: Enable optional visual bars next to key metrics for a quick, graphical representation of strength.
Total Control: Toggle every single metric on or off to build the exact dashboard you need. Adjust text size, position, and background opacity with ease.
Smart Coloring & Visual Alerts:
Advanced VSA Coloring: This isn't just about up/down candles. The script intelligently colors volume based on confluence. It highlights increasing volume on a strong up-bar (bullish confirmation) or increasing volume on a down-bar (potential climax or distribution), giving you a deeper VSA context.
High Volume Highlight: Make standout bars impossible to miss! The entire HUD background can change color automatically when volume surges past a custom threshold (e.g., over 150% of the average), instantly drawing your attention to critical moments.
Full Color Customization: Change every color to match your chart's theme, including separate colors for bullish/bearish moves, the background, and the border.
How to Use It
The VSA Volume HUD is a powerful confirmation tool. Use it to:
Confirm Breakouts: Look for a spike in Volume vs. Average and RVOL as price breaks a key level.
Spot Exhaustion: Notice high volume on a narrow-range candle after a long trend, visible through the Range/ATR metric.
Gauge Conviction: Use the Advanced Coloring to see if volume is supporting the price move (e.g., green volume on a green candle) or diverging from it.
Ultimate Webby RSI 2.0 for MNQ 3m
🔎 Introduction
This is a flexible version of Amphibiantrading’s Webby RSI concept, optimized for MNQ 3-minute trading.
It normalizes the distance of price from moving averages (EMA/SMA) using ATR, producing stretch histograms that highlight overextended moves.
I extended it with:
✅ Swing and Scalper presets (instantly switch via dropdown)
✅ Custom mode (type in your own parameters)
✅ Optional HTF (Higher Timeframe) bias filter — e.g., only show longs when 15m trend is up
✅ Alerts for bull/bear stretches and SMA extension
⚙️ Core Logic
Green histogram = low above EMA (normalized by ATR) → bullish stretch
Red histogram = EMA above high → bearish stretch
Orange line = high above SMA → extension (useful for exhaustion / fade plays)
Stretch Level line = threshold (default depends on Swing vs Scalper preset)
📊 Presets
Choose in the Mode dropdown:
Swing (MNQ 3m)
ATR Length = 100
EMA Length = 34
SMA Length = 14
Stretched Level = 3.8
👉 Fewer, cleaner signals (approx 3–6/day).
Scalper (MNQ 3m)
ATR Length = 34
EMA Length = 13
SMA Length = 8
Stretched Level = 2.4
👉 More signals (approx 15–25/day).
Custom
Enter your own ATR/EMA/SMA/Level values.
🧭 HTF Bias Filter (optional)
Enable the toggle to align entries with a higher-timeframe trend.
Example: HTF timeframe = 15m, EMA(34)
If close > EMA → bull bias (only green/orange plots show)
If close < EMA → bear bias (only red plots show)
Optional background tint shows bias (green = bull, red = bear).
This reduces false signals and keeps you trading with the bigger move.
🚀 How to Use
Add the indicator → In settings, choose Mode (Swing/Scalper/Custom).
Leave Computation timeframe = 3 and Override symbol = MNQ1! for MNQ micro futures.
Watch for histogram/extension values crossing your Stretched Level.
Bull stretch above threshold = price stretched to upside.
Bear stretch above threshold = price stretched to downside.
SMA extension = price extended above SMA, often exhaustion.
(Optional) Turn on HTF Bias to only take trades in the main trend direction.
🔔 Alerts Included
Bull Stretch > Level (positive histogram crosses above level)
Bear Stretch > Level (negative histogram crosses above level)
SMA Extension > Level (SMA line crosses above level)
All alerts automatically respect the HTF bias filter if enabled.
⚠️ Notes & Best Practices
Stretched Level is not RSI OB/OS — it’s distance normalized by ATR. Combine with market structure (VWAP, supply/demand, session levels).
If using higher-TF calculations (via HTF bias), remember values finalize at the close of that TF bar.
Swing preset is better for holding through moves; Scalper preset is better for fast in/out trading.
Always combine with risk management — normalized stretch can still extend further in strong trends.
✅ Credits
Original Webby RSI by Amphibiantrading.
Extended by for flexible MNQ swing/scalp use with HTF filters.
⚖️ Disclaimer
This script is provided for educational purposes only. It does not constitute financial advice or an offer to buy or sell any financial instrument.
Trading futures, stocks, forex, and cryptocurrencies involves substantial risk and may not be suitable for every investor.
Past performance is not indicative of future results.
Always do your own research and consult with a licensed financial advisor before making any trading decisions.
Use at your own risk.
Trading Macro Windows by BW v2
Trading Macros by BW: Integrating ICT Concepts for Session Analysis
This indicator combines two key Inner Circle Trader (ICT) concepts—Change in State of Delivery (CISD) or Inverted Fair Value Gap (IFVG) signals with Macro Time Windows—to provide a unified tool for analyzing intraday price action, particularly during Pacific Time (PT) sessions. Rather than simply merging existing scripts, this integration creates a cohesive visual framework that highlights how macro consolidation periods interact with potential reversal or continuation signals like CISD or IFVG. By overlaying macro candle styling and borders on the chart alongside selectable signal lines, traders can better contextualize setups within ICT's macro narrative, where price often manipulates liquidity during these windows before displacing toward higher-timeframe objectives.
Core Components and How They Work Together:
Macro Time Windows (Inspired by ICT's Macro Periods):
ICT emphasizes "macro" as 30-minute windows (e.g., 06:45–07:15 PT, 07:45–08:15 PT, up to 11:45–12:15 PT) where price tends to consolidate, sweep liquidity, or form key structures like Fair Value Gaps (FVGs). These periods set the stage for the session's directional bias.
The indicator styles candles within these windows using a user-defined color for wicks, borders, and bodies (translucent for visibility). This visual emphasis helps traders focus on activity inside macros, where reversals or continuations often originate.
Borders are drawn as vertical lines at the start and end of each window (with a +5 minute buffer to capture related activity), using a dotted style by default. This creates a "study zone" that encapsulates macro events, allowing traders to assess if price is respecting or violating these zones in alignment with broader ICT models like the Power of 3 (AMD cycle).
Toggle: "Macro Candles Enabled" (default: true) – Turn off to disable styling and borders if focusing solely on signals.
CISD or IFVG Signals (Selectable Mode):
Mode Selection: Choose between "Change in the State of Delivery" (CISD) or "IFVG" (default: IFVG). Both detect shifts in market delivery during specific 30-minute slices (15–45 or 17–45 minutes past the hour in PT sessions).
CISD Mode: Based on ICT's definition of a sudden directional shift, this identifies aggressive displacements after sweeping recent highs/lows. It uses a rolling reference high/low over 6 bars, checks for sweeps (penetrating by at least 2 ticks in the last 2-3 bars), reclamation (closing beyond the reference with at least 50% body), and displacement (50% of prior range or an immediate FVG of 6+ ticks). Signals plot a horizontal line from the close, extending 24 bars right, labeled "CISD."
IFVG Mode: Focuses on Inverted Fair Value Gaps, where a bullish FVG (low > high by 13+ ticks) forms but is inverted (closed below) in the same slice, signaling bearish intent (or vice versa). This targets violations against opposing liquidity, often leading to raids on external ranges. Signals plot similarly, labeled "IFVG."
Shared Logic: Both modes enforce a 55-bar cooldown to prevent clustering, operate only during PT sessions (06:30–13:00), and use tick-based thresholds for precision across instruments. The integration with macros allows traders to see if signals occur within or at the edges of macro windows, enhancing confirmation—for example, a CISD inside a macro might indicate a manipulated reversal toward the session's true objective.
Toggle: "Signals Enabled" (default: true) – Turn off to hide all signal lines and labels, isolating the macro visualization.
How Components Interact:
Macro windows provide the "narrative context" (consolidation/manipulation), while CISD/IFVG signals detect the "delivery shift" (displacement). Together, they form a mashup that justifies publication: isolated signals can be noisy, but when filtered by macro periods, they align with ICT's session model. For instance, an IFVG inversion during a macro might confirm a liquidity sweep before targeting PD arrays or order blocks.
No external dependencies; all calculations are self-contained using Pine's built-in functions like ta.highest/lowest for references and time-based sessions for windows.
Usage Guidelines:
Apply to intraday charts (e.g., 1-5 min) or stocks during PT hours.
Look for confluence: A bull IFVG signal post-macro low sweep might target the next macro high or daily bias.
Customize colors/styles for signals (solid/dashed/dotted lines) and macros to suit your chart.
Backtest in replay mode to observe how macros frame signals—e.g., price often respects macro borders as S/R.
Limitations: Timezone-fixed to PT (America/Los_Angeles); signals are directional hints, not trade entries. Combine with ICT tools like order blocks or liquidity pools for full setups.
This script draws from community ICT implementations but refines them into a single, purpose-built tool for macro-driven trading, reducing chart clutter while emphasizing interconnected concepts. Feedback welcome!
Support Vs Reward RvCSupport Vs Reward RvC
The Support Vs Reward RvC indicator is a simple yet effective tool that analyzes candle strength relative to both price movement and trading volume. Highlights candles where both body size and volume expand or contract, helping traders spot momentum shifts and weakening moves.
📌 How it works:
- “C” expect a Continuation of Trend in the next one or two candles;
- “R” expect a Reverse of Trend in the next one or two candles.
Works well on bigger time candles like 10-15 minutes but also gives important info in day-trading or scalping.
Marks candles where both body size and volume increase or decrease, making momentum shifts easy to spot. This smart candle analyzer reveals momentum surges and fading moves through body size and volume dynamics.
It compares each candle’s body size (open-to-close range) and its volume against the previous candle.
If both the body and volume are greater than the previous candle, a green “C” from Continuation of Trend is displayed under the bar.
If both the body and volume are smaller than the previous candle, a red “R” from Reverse of Trend is displayed under the bar.
Custom filters allow users to ignore insignificant moves by setting a minimum body size (as % of price) and a minimum volume threshold.
📌 Use cases:
Spot momentum shifts when price and volume expand together.
Identify weakening moves when both price action and volume contract.
Can be combined with other strategies for confirmation of entries or exits.
⚙️ Inputs:
Minimum Body Size % (of price): Filters out small candles.
Minimum Volume: Ensures only significant moves are marked.
This indicator is best used as a confirmation tool within a larger trading strategy, rather than as a standalone buy/sell signal.
SPX direction IndicatorThis is an attempt to detect SPX bias on a 0dte basis. It uses vwap, TICK, ADD, VIX and ORB to calculate direction on an intraday basis
Scalper XAUUSD - Estratégia com RVI, MME200 e VolumeEstratégia 15 minutos;
Rompimento média móvel 200 períodos + Indicador RVI + Vol
Brand - 9/21 EMA with 10 Targets + StoplossEMA9/EMA21 crossover से entry करता है।
Stoploss plot करता है।
TP1 से TP10 तक global plot करता है (error नहीं आएगा)।
Reverse crossover पर exit करेगा।
Caja entre HorasThis script allows you to set the start time and minute you want to test and forms a “box” as the time you specified elapses. This way, you can measure volatility at market start, adjust Kill Zones to your liking, peak hours, and view H4 as a box with a colored line at the opening and another at the closing as the main box progresses, allowing you to see the fractal behavior in a shorter time frame. This helps you understand how bearish or bullish wicks are formed and at what point in the main time frame. .
Latest Data DisplayEnhanced RSI Indicator with Moving Averages and Market Trend Analysis
This advanced RSI indicator combines traditional RSI analysis with dual moving averages and customizable trend zones, providing comprehensive momentum analysis for any trading strategy.
Key Features:
Core RSI: Standard 14-period RSI with customizable period
Dual Moving Averages: SMA (13-period) and EMA (33-period) of RSI for trend smoothing
Dynamic Fill Colors: Green when EMA < SMA (bullish momentum), Red when EMA > SMA (bearish momentum)
Traditional Levels: Standard 70/30 overbought/oversold zones with purple fill
Market Trend Zones:
Bull market support level (default 40) - RSI support in uptrends
Bear market resistance level (default 60) - RSI resistance in downtrends
Visual Elements:
Blue RSI line with gray moving averages
Color-coded fills between moving averages for quick trend identification
Dashed lines for all key levels
Semi-transparent background fills for clear chart reading
Trading Applications:
Identify momentum shifts when RSI moving averages cross
Use trend zones for market-specific RSI levels (bull markets hold higher, bear markets resist lower)
Combine traditional overbought/oversold signals with trend context
Enhanced divergence analysis with smoothed RSI lines
How to Use:
Trend Identification: Watch the fill color between moving averages (green = bullish, red = bearish)
Entry Signals: Look for RSI bounces off trend-specific support/resistance levels
Exit Signals: Traditional 70/30 levels for overbought/oversold conditions
Confirmation: Use moving average crossovers for momentum confirmation
Customizable Parameters:
RSI calculation period (default: 14)
SMA period for RSI smoothing (default: 13)
EMA period for RSI smoothing (default: 33)
Bull trend support level (default: 40)
Bear trend resistance level (default: 60)
Credit:
Originally created by Phi Deltalytics, modified by Umur Ozkul, and updated to Pine Script v6.
Average True Ranges with IBD RSAdvanced ATR Analysis with IBD Relative Strength
This comprehensive indicator combines Average True Range (ATR) analysis with IBD (Investor's Business Daily) Relative Strength calculation, providing both volatility measurement and momentum analysis in one powerful tool.
Key Features:
ATR Analysis:
Standard ATR: Customizable period (default 14) with multiple smoothing options
1.5x ATR: Extended range for wider stop-loss and target calculations
Smoothing Options: Choose between RMA, SMA, EMA, or WMA for ATR calculation
Customizable Colors: Distinct colors for easy visual identification
IBD Relative Strength:
Professional RS Formula: Uses the same calculation method as Investor's Business Daily
Multi-Timeframe Analysis: Compares current price to 3, 6, 9, and 12-month performance
Weighted Calculation: 40% weight on 3-month, 20% each on 6, 9, and 12-month performance
Zero-Based Scale: Values above 0 indicate outperformance, below 0 indicate underperformance
Trading Applications:
Volatility-Based Stops: Use ATR and 1.5x ATR for dynamic stop-loss placement
Position Sizing: ATR helps determine appropriate position size based on volatility
Relative Strength Analysis: IBD RS identifies stocks with superior momentum
Market Timing: High RS values often precede strong price moves
Risk Management: Combine volatility (ATR) with momentum (RS) for comprehensive analysis
Technical Details:
ATR Calculation: True Range smoothed over selected period with chosen method
IBD RS Formula: (40% × 3M) + (20% × 6M) + (20% × 9M) + (20% × 12M) - 100
Display: Separate pane indicator with customizable colors for each component
How to Interpret:
High ATR: Increased volatility, wider stops needed
Low ATR: Reduced volatility, tighter stops possible
Positive IBD RS: Stock outperforming market over measured periods
Negative IBD RS: Stock underperforming market over measured periods
Customizable Parameters:
ATR calculation length
Smoothing method for ATR
Individual colors for ATR, 1.5x ATR, and IBD RS lines
Perfect for swing traders and position traders who want to combine volatility analysis with relative strength momentum in their decision-making process. Particularly useful for stock selection and risk management.
Pure Price Action ICT Tools [Tudou]1.整合了LuxAlgo开发的SMC和ICT的两个指标,将SMC中部分功能加入到了ICT指标中
2.新增了MSS和BOS的警报功能
3.新增了日、周、月的高低点绘制,以及警报功能
=========================================
1. Integrate the two indicators of SMC and ICT developed by LuxAlgo, and add some functions in SMC to the ICT indicators
2. Added alarm functions for MSS and BOS
3. Added day, week, and month high and low point drawing, as well as alarm functions
Doji Detector - ZTFNon-Lagging Doji Detector
This indicator automatically identifies and plots four types of doji candlestick patterns in real-time.
Common Doji - Small body with balanced upper and lower shadows (blue diamond)
Long-Legged Doji - Small body with very long shadows on both sides (purple square)
Dragonfly Doji - Small body with long lower shadow, minimal upper shadow (green triangle)
Four-Price Doji - All prices (OHLC) nearly equal, forming a flat line (orange cross)
Key Features:
Detects patterns as they form (non-lagging) or waits for candle close confirmation
Adjustable body size threshold (default 10% of candle range)
Tiny, unobtrusive labels positioned below bars
Works on all timeframes and instruments
Simple pattern recognition without directional bias
How it works: The indicator analyzes each candle's body size relative to its total range and shadow proportions. It uses a hierarchy system to classify each doji into its most specific type, ensuring only one label per candle.
Bull Market Support Band Bull Market Support Band – Description
The Bull Market Support Band is a technical indicator that highlights the zone between the 20-week Simple Moving Average (SMA) and the 21-week Exponential Moving Average (EMA).
This band acts as a key support area during strong uptrends (bull markets).
In bull markets, price tends to stay above this band, with pullbacks often finding support within it.
A sustained breakdown below the band frequently signals weakening momentum or the transition into a sideways or bear phase.
In bear markets, the band often flips into resistance, where relief rallies fail.
By filling the area between the SMA 20 (Weekly) and EMA 21 (Weekly), the indicator provides a clear visual reference for whether the market is trading above or below this critical support band.