Support & Resistance Levels (DaruTrading)This Pine Script automatically identifies and locks key support and resistance levels using Williams-style fractals. Instead of manually drawing zones—a tedious and error-prone task—the script clusters repeated touches into clean levels or areas, complete with customizable styles and fills. By combining wick-based and close-based detection, it adapts to both swing highs/lows and body closes, capturing the levels traders actually respect. For risk management, this automation is powerful: consistent, objective zones reduce emotional bias, highlight true market structure, and provide reliable anchors for stop losses and targets. It streamlines a boring chore into a disciplined, data-driven trading edge.
Bandas e Canais
12 Canal de SesionesEnglish
12 Sessions Channel — Boxes + Lines (same color) + Midline
Intraday tool that plots up to 12 sessions with three time fields per session: Start, Session End (box limit), and Line End (right-side extension). Ideal for ORB workflows and time-blocked trading (London, NY Open, power hours).
What it draws
Session box using high/low reached between Start–Session End, with a unique color per session.
High/Low extension lines from Session End to Line End, matching the box color.
Midline (ORM) = (high+low)/2, from Start to Line End, also matching the box color.
Controls
Configurable timezone.
HHMM times per session (Start / Session End / Line End).
Show historical: keep past boxes/lines; turn off to auto-clean previous session elements.
Handles midnight crossover (if end ≤ start, it rolls to the next day).
How to use
Set your timezone.
Enable the sessions you need and set Start, Session End, Line End.
Assign distinct colors for quick visual parsing.
Notes
Built for timeframes < 1D.
If you hit TradingView object limits, disable historical or reduce active sessions.
My Engulfing Red=black And Green = Blue engulfing candle for bottom and top pic. blue candle at bottom can reverse trend and blue candle at top can can do same
Pro AI Trading - Month Week OpenThis is a indicator that primarily marks monthly 1 hour initial balances, while highlighting every yearly half/quarter. Additionally has 9 different types of MA bands + D/W/M vertical separators. Marks custom % pivot points for easier zone marking. Possibility of generating signals based on mid line candle crosses.
Custom MACD and MA Crossover with Background(ZWYZJNWHJ)Custom MACD and MA Crossover with Background indicator is applied to the main chart. Color blocks are marked according to when MACD crosses the 0 axis. The color of the K-line changes according to the changes in the MACD volume column. The color of the K-line will also change when it crosses multiple moving averages at the same time.
Robin's Yoondohyun bandRobin’s Yoondohyun Band
This custom indicator plots dual Bollinger Bands on the active chart, allowing traders to monitor both the 2 standard deviation (2σ) and 3 standard deviation (3σ) envelopes simultaneously.
Key Features:
• Basis line: SMA (default) or EMA option for flexibility.
• 2σ Band (blue): Standard Bollinger Bands with 2 standard deviations.
• 3σ Band (purple): Extended Bollinger Bands with 3 standard deviations for identifying extreme price movements.
• Fill shading: Each band is shaded to provide clear visual distinction between normal and extended volatility ranges.
How to use:
• The 2σ band highlights typical volatility boundaries, where price often oscillates.
• The 3σ band captures rare, high-volatility events — price moving beyond this zone may indicate potential exhaustion or strong continuation.
• Combine both to assess whether a breakout is a standard deviation move or an exceptional volatility spike.
This tool is designed for traders who want a more nuanced view of market volatility beyond the conventional Bollinger setup.
ORB + Session VWAP Pro (London & NY) — fixedORB + Session VWAP Pro (London & NY) — Listing copy (EN)
What it is
A clean, non-repainting intraday tool that fuses the classic Opening Range Breakout (ORB) with a session-anchored VWAP filter for London and New York. It highlights only the higher-quality breakouts (above/below session VWAP), adds an optional retest confirmation, and scores each signal with an intuitive Confidence metric (0–100).
Why it works
• ORB provides the day’s first actionable structure (range high/low).
• Session VWAP filters “cheap” breaks and favors flows aligned with session value.
• Optional retest reduces first-tick whipsaws.
• Confidence blends breakout depth (vs ATR), VWAP slope and band distance.
Key visuals
• LDN/NY OR High/Low (line break style) + optional OR boxes.
• Active Session VWAP (resets per signal window; falls back to daily VWAP outside).
• Optional VWAP bands (stdev or %).
• Session shading (London/NY windows).
• Signal markers (LDN BUY/SELL, NY BUY/SELL) fired with cooldown.
Signals
• London Long / Short: Break of LDN OR High/Low ± ATR buffer, aligned with VWAP side.
• NY Long / Short: Same logic during NY window.
• Retest (optional): Requires a tag back to the OR level ± tolerance before confirmation.
• Confidence: 0–100; gate via Min Confidence (default 55).
Inputs that matter
• Open Range Length (min): Default 15.
• London/NY times & timezones.
• ATR buffer & retest tolerance.
• Bands mode: Stdev (with lookback) or % (e.g., 1%).
• Signal cooldown: Avoids clutter on fast moves.
Non-repaint policy
• OR lines build within fixed time windows using the current bar’s timestamp.
• VWAP is cumulative within the session window; no lookahead.
• All ta.crossover/ta.crossunder are precomputed every bar (no conditional execution).
• Signals are based on live bar values, not future bars.
⸻
Quick start (examples)
1) EURUSD, London momentum
• Chart: 5m or 15m.
• OR: 15 min starting 08:00 Europe/London.
• Signals: Use defaults; keep ATR buffer = 0.2 and Retest = ON, Min Confidence ≥ 55.
• Play:
• BUY when price breaks LDN OR High + buffer and stays above VWAP; retest confirms.
• Trail behind VWAP or band #1; partials into band #2.
2) NAS100, New York breakout & run
• Chart: 5m.
• NY window: 09:30 America/New_York, OR = 15 min.
• Retest OFF on high momentum days; Min Confidence ≥ 60.
• Use band mode Stdev, bandLen=50, show ±1/±2.
• Momentum continuation: add on pullbacks that hold above VWAP after the breakout.
3) XAUUSD, London fake & VWAP fade
• Chart: 5m.
• Keep Retest ON; accept only shorts that break OR Low but retest fails back under VWAP.
• Confidence gate ≥ 50 to allow more mean-reversion setups.
⸻
Pro tips
• Adjust ATR buffer to the instrument: FX 0.15–0.25, indices 0.20–0.35, metals 0.20–0.30.
• Retest ON for choppy conditions; OFF for news momentum.
• Use VWAP bands: take partials at ±1; stretch targets at ±2/±3.
• Session timezones are explicit (London/New York). Ensure they match your instrument’s behavior.
• Pair with a higher-TF bias (e.g., 1H/4H trend) for directional filtering.
⸻
Alerts (ready to use)
• ORB+SVWAP — LDN Long, LDN Short, NY Long, NY Short
(Respect your cooldown; alerts fire only after confirmation and confidence gate.)
⸻
Known limits & notes
• Designed for intraday. On 1D+ charts, session windows compress.
• If your broker session differs from London/NY clocks on a holiday, adjust input times.
• Session-anchored VWAP uses the script’s signal window, not exchange sessions, by design.
Crypto Scanner
🚀 Crypto Scanner: Intelligent TradingView Indicator & Screener for Crypto Trading
Description: Discover the Crypto indicator & screener, an Intelligent TradingView indicator for spotting reversals in the top 50 cryptos. Spot Bitcoin & altcoin reversals with real-time buy/sell signals, alerts & strategies for day trading, scalping & swing trading.
________________________________________
🔥 Catch Crypto Reversals with the Crypto Scanner
Looking for the perfect crypto trade setup? The Crypto Scanner, a leading TradingView indicator and screener, helps traders catch bullish and bearish reversals across the top 50 cryptocurrencies (Bitcoin, Ethereum, Solana, XRP, Binance Coin, and more). Unlike lagging tools such as moving averages, this crypto trading strategy delivers real-time buy/sell signals for early entries and bigger profits.
It’s more than just an indicator – it’s a crypto market scanner that works 24/7, detecting reversal candlestick patterns, support/resistance zones, and momentum shifts before the crowd.
________________________________________
📊 What is the Crypto Scanner & screener?
The Crypto Scanner is a powerful TradingView crypto tool built for scalpers, day traders, and swing traders. It scans the top 50 altcoins by market cap, spotting high-probability reversal setups across all timeframes – from 1-minute scalping charts to long-term swing trades.
This tool saves time by automating crypto market analysis, helping you trade smarter, whether you’re focusing on Bitcoin, Ethereum, or fast-moving altcoins.
________________________________________
⚙️ How the Crypto Scanner Works
1. Group 1 & Group 2 Coins: Scans two predefined groups :
Group 1: Top 25 coins by market cap.
Group 2: Next 25 coins by market cap.
Displays Group 1 signals by default in a table, with green (1) for buying pressure and red (2) for selling pressure.
2. Next Steps: When a coin shows a green or red signal, open its chart via TradingView’s symbol search. Look for:
Green X below a candle for bullish signals.
Red X above a candle for bearish signals.
Enter trades when price moves above the Green X candle’s close (buy) or below the Red X candle’s close (sell), with a stop loss at the previous candle’s close.
3. Profit Targets: Aim for 2%–7% gains. If price exits the cloud area, hold until it re-enters or an opposite signal appears. Exit if stop loss is hit.
4. Signal Significance: Detects 50+ candlestick patterns (e.g., hammer, doji) after prolonged trends, confirming reversals with price action near support/resistance levels—earlier than moving average crossovers for higher profits.
5. Color-Coded Table: Shows real-time signals:
✅ Green (1): Bullish reversal (buy).
❌ Red (2): Bearish reversal (sell).
6. Support/Resistance Validation: Automatically plots key levels to confirm signals.
________________________________________
🚨 Important Disclaimer
The Crypto Scanner is not designed to catch every market move.
If price moves slowly or the specific candlestick patterns do not form during extreme downtrends or extreme uptrends, the scanner may miss the reversal.
Missing a move does not make you poorer — instead, focus on the trades that the scanner does catch.
Ride those profitable waves and let the missed opportunities go. The goal is consistency, not chasing every candle.
________________________________________
🎯 Crypto Trading Strategies: Scalping, Day Trading & Swing Trading
The Crypto Scanner isn’t just an indicator – it supports multiple strategies:
Scalping: Quick in-and-out trades with small stop losses.
Day Trading: Catch intraday reversals on Bitcoin & altcoins.
Swing Trading: Identify longer-term reversal points for higher profits.
Whether you scalp 1-minute charts or swing trade daily setups, the scanner adapts to your style.
________________________________________
🎯 Trading Rules for Success
Stop Loss :
Bullish reversal: Set at the close of the candle before the Green X.
Bearish reversal: Set at the close of the candle before the Red X.
Profit Targets:
Exit at the next support/resistance level.
Hold if price exits the cloud and continues strongly until it re-enters or an opposite signal appears.
________________________________________
📈 Maximize Profits with Smart Risk Management
Big wins trump high accuracy. The Crypto Scanner’s early signals let you enter trades before the crowd, boosting profit potential. Even with a 35% win rate, one winning trade can offset multiple small losses due to high-reward setups. Failed reversals may hit stop losses, but the scanner’s design ensures winners outweigh losers.
________________________________________
🚀 Why Traders Choose Our TradingView Crypto Indicator
• 🔎 Scans Top 50 Cryptos: Bitcoin, Ethereum, Solana, Binance Coin, XRP, Dogecoin & more.
• ⚡ Instant Buy/Sell Signals: No more chart-hopping.
• 🕯 50+ Candlestick Patterns: Advanced reversal recognition.
• 📋 Real-Time Screener Table: See all crypto signals at a glance.
• 🔔 Automated Alerts: Get notifications for 50 coins with a single setup.
• 🛡 Auto Support/Resistance Levels: Validates reversals with key price zones.
• ⏱ All Timeframes Supported: Works on scalping (1m/5m) and higher (daily/weekly) charts.
________________________________________
🌍 Why Trade Crypto?
One of the biggest advantages of trading cryptocurrencies is that the crypto market never sleeps. Unlike stocks and forex, crypto runs 24 hours a day, 7 days a week — even on weekends and public holidays. This means you can trade Bitcoin, Ethereum, and altcoins anytime, anywhere without being restricted by exchange opening hours. The continuous market gives more opportunities for scalping, day trading, and swing trading, making crypto one of the most flexible and exciting markets for active traders.
✅ Benefits for Bitcoin & Altcoin Traders
• Saves time by automating crypto analysis
• Works for Bitcoin signals, Ethereum signals, and altcoin signals
• Provides early entries for maximum profit potential
• Ideal for day trading crypto, swing trading, and scalping strategies
• Seamlessly integrates into TradingView
________________________________________
📌 Key Notes
• Pre-Coded Coin List: Includes the top 50 coins, updated periodically.
• Customizable: Contact us for versions with 50, 100, or custom watchlists.
• TradingView Integration: Seamlessly works within TradingView.
________________________________________
🔍 Perfect for Crypto Traders
• Spot traders seeking fast crypto reversal signals.
• Scalpers, intraday, and swing traders.
• TradingView users wanting advanced crypto trading tools.
________________________________________
🚀 Trade Smarter with the Crypto Scanner
Dominate the crypto market with the Crypto Scanner on TradingView. Catch reversals in the top 50 coins and boost your profits. Don’t miss out!
👉 Start trading smarter – activate the Crypto Scanner on TradingView today!
15 Minute Period Boxes (to be used on 1 min chart)Automatic period detection, this scripts draws out a box for every 15min period, so you easily can get an overview of how the 15 minute chart looks like.
Cumulative Buy/Sell Volume (Tick Rule) — Robust//@version=5
indicator("Cumulative Buy/Sell Volume (Tick Rule) — Robust", overlay=false)
// ------- User inputs -------
resetDaily = input.bool(true, "Reset cumulative at new day/session")
showBarHist = input.bool(false, "Show per-bar buy/sell histogram")
useHalfOnEqual = input.bool(true, "Split volume 50/50 when price unchanged")
// ------- Safe previous close and volume -------
prevClose = nz(close , close) // avoid na on first bar
vol = float(volume)
// ------- Classification (Tick Rule approximation) -------
buyVol = close > prevClose ? vol : (close < prevClose ? 0.0 : (useHalfOnEqual ? vol * 0.5 : 0.0))
sellVol = close < prevClose ? vol : (close > prevClose ? 0.0 : (useHalfOnEqual ? vol * 0.5 : 0.0))
// ------- Cumulative totals (with optional daily reset) -------
var float cumBuy = 0.0
var float cumSell = 0.0
newDay = time("D") != time("D")
if resetDaily and newDay
cumBuy := 0.0
cumSell := 0.0
cumBuy := cumBuy + buyVol
cumSell := cumSell + sellVol
cumDelta = cumBuy - cumSell
// ------- Plots -------
plot(cumBuy, title="Cumulative Buy Volume", color=color.green, linewidth=2)
plot(cumSell, title="Cumulative Sell Volume", color=color.red, linewidth=2)
plot(cumDelta, title="Cumulative Delta (Buy - Sell)", color=color.blue, linewidth=2)
// optional: per-bar histograms
plot(showBarHist ? buyVol : na, style=plot.style_columns, title="Bar Buy Vol", color=color.new(color.green, 60))
plot(showBarHist ? sellVol : na, style=plot.style_columns, title="Bar Sell Vol", color=color.new(color.red, 60))
Dynamic Stop Loss Optimizer [BackQuant]Dynamic Stop Loss Optimizer
Overview
Stop placement decides expectancy. This tool gives you three professional-grade, adaptive stop engines, ATR, Volatility, and Hybrid. So your exits scale with current conditions instead of guessing fixed ticks. It trails intelligently, redraws as the market evolves, and annotates the chart with clean labels/lines and a compact stats table. Pick the engine that fits the trade, or switch on the fly.
What it does
Calculates three adaptive stops in real time (ATR-based, Volatility-based, and Hybrid) and keeps them trailed as price makes progress.
Shows exactly where your risk lives with on-chart levels, color-coded markers (long/short), and precise “Risk %” labels at the current bar.
Surfaces context you actually use - current ATR, daily volatility, selected method, and the live stop level—in a tidy, movable table.
Fires alerts on stop hits so you can automate exits or journal outcomes without staring at the screen.
Why it matters
Adaptive risk control: Stops expand in fast tape and tighten in quiet tape. You’re not punished for volatility; you’re aligned with it.
Consistency across assets: The same playbook works whether you’re trading indexes, FX, crypto, or equities, because the engine normalizes to each symbol’s behavior.
Cleaner decision-making: One chart shows your entry idea and its invalidation in the same breath. If price trespasses, you know it instantly.
The three methods (choose your engine)
1) ATR Based “Structure-aware” distance
This classic approach keys off Average True Range to set a stop just beyond typical bar-to-bar excursion. It adapts smoothly to changing ranges and respects swing structure.
Use when: you want a steady, intuitive buffer that tracks trend legs without hugging price.
See it in action:
2) Volatility Based “Behavior-aware” distance
This engine derives stop distance from current return volatility (annualized, then scaled back down to the session). It reacts to regime shifts quickly and normalizes risk across symbols with very different prices.
Use when: you want the stop to breathe with realized volatility and respond faster to heat-ups/cool-downs.
See it in action:
3) Hybrid “Best of both worlds”
The Hybrid blends the ATR and Volatility distances into one consensus level, then trails it intelligently. You get the structural common sense of ATR and the regime sensitivity of Vol.
Use when: you want robust, all-weather behavior without micromanaging inputs.
See it in action:
How it trails
Longs: The stop ratchets up with favorable movement and holds its ground on shallow pullbacks. If price closes back into the risk zone, the level refreshes to the newest valid distance.
Shorts: Mirror logic ratchets down with trend, resists noise, and refreshes if price reclaims the zone.
Hybrid trailing: Uses the blended distance and the same “no give-backs” principle to keep gains protected as structure builds.
Reading the chart
Markers: Circles = ATR stops, Crosses = Vol stops, Diamonds = Hybrid. Colors indicate long (red level under price) vs short (green level above price).
Lines: The latest active stop is extended with a dashed line so you can see it at a glance.
Labels: “Long SL / Short SL” shows the exact price and current risk % from the last close no math required.
Table: ATR value, Daily Vol %, your chosen Method, the Current SL, and Risk %—all in one compact block that you can pin top-left/right/center.
Quick workflow
Define the idea: Long or Short, and which engine fits the tape (ATR, Vol, or Hybrid).
Place and trail: Let the optimizer print the level; trail automatically as the move develops.
Manage outcomes: If the line is tagged, you’re out clean. If it holds, you’ve contained heat while giving the trade room to work.
Inputs you’ll actually touch
Calculation Settings
ATR Length / Multiplier: Controls the “structural” cushion.
Volatility Length / Multiplier: Controls the “behavioral” cushion.
Trading Days: 252 or 365 to keep the volatility math aligned with the asset’s trading calendar.
Stop Loss Method
ATR Based | Volatility Based | Hybrid : Switch engines instantly to fit the trade.
Position Type
Long | Short | Both : Show only what you need for the current strategy.
Visual Settings
Show ATR / Vol / Hybrid Stops: Toggle families on/off.
Show Labels: Print price + Risk % at the live stop.
Table Position: Park the metrics where you like.
Coloring
Long/Short/Hybrid colors: Set a palette that matches your theme and stands out on your background.
Practical patterns to watch
Trend-pullback continuation: The stop ratchets behind higher lows (long) or lower highs (short). If price tests the level and rejects, that’s your risk-defined continuation cue.
Break-and-run: After a clean break, the Hybrid will usually sit slightly wider than pure Vol, use it to avoid getting shaken on the first retest.
Range compression: When the ATR and Vol distances converge, the table will show small Risk %. That’s your green light to size up with the same dollar risk, or keep it conservative if you expect expansion.
Alerts
Long Stop Loss Hit : Notifies when price crosses below the live long stop.
Short Stop Loss Hit : Notifies when price crosses above the live short stop.
Why this feels “set-and-serious”
You get a single look that answers three questions in real time: “Where’s my line in the sand?”, “How much heat am I taking right now?”, and “Is this distance appropriate for current conditions?” With ATR, Vol, and Hybrid in one tool, you can run the exact same playbook across symbols and regimes while keeping your chart clean and your risk explicit.
Fiery River Torgi### Description of the "Fiery River" (FR) Indicator
**Overview of the Indicator**
"Fiery River" (abbreviated as FR, with variants like "FR-Torg") is a technical indicator for TradingView, written in Pine Script version 6. It combines Fibonacci levels with exponential moving averages (EMAs) and standard deviations to dynamically plot support and resistance zones on price charts. The indicator calculates "effective close" prices based on candlestick bodies for better volatility representation, then derives levels using custom Fibonacci multipliers applied to deviations from the EMA midline. It supports multi-timeframe analysis by incorporating a secondary timeframe, making it ideal for traders analyzing trends, reversals, and extensions in various markets like forex or crypto. The name evokes a "fiery" stream of adaptive levels flowing across the chart. 🔥
**Key Features**
- **Level Construction**: Uses an EMA of the "effective close" price (derived from open/close max/min) and standard deviation to create a midline. Fibonacci levels are calculated by multiplying deviations with coefficients (e.g., 1.55, 1.89, 0.89), resulting in "long" and "short" lines. It plots 9 lines total: 5 for the primary timeframe (green, red, gray, black for shorts, and a midline) and 4 for the secondary timeframe (with transparency for distinction).
- **Color Scheme**: Green for weaker levels, red for stronger, gray for mid-range, and black for shorts/extensions.
- **Fills**: Adds green fills between level pairs to highlight potential trading zones, enhancing visual clarity.
- **Alerts**: Automatic notifications trigger when the price touches specific levels (e.g., "FM-Torgi green!" for the first green line), helping with timely signals.
- **Multi-Timeframe Support**: Pulls data from a secondary timeframe (e.g., daily while main is hourly) using `request.security`, allowing comparison across scales.
- **Customization**: Inputs for EMA periods (default 89), secondary timeframe, and multipliers for flexibility.
**How to Use**
1. Add the indicator to your TradingView chart via the "Indicators" menu.
2. Configure settings: Set EMA periods, choose a secondary timeframe (e.g., 'D' for daily), and adjust Fibonacci multipliers if needed.
3. Interpret levels: Use green/red zones for entries/exits, gray for mid-support, and shorts for extensions. Fills indicate high-probability areas.
4. Enable alerts for real-time notifications on level touches.
Best combined with other tools like RSI or volume for confirmation. It's suited for swing trading or scalping on volatile assets. 📈
**Advantages and Limitations**
- **Pros**: Highly adaptive to price movements, customizable, visually intuitive with fills and multi-timeframe depth. Efficient for identifying Fibonacci-based zones without manual drawing.
- **Cons**: Can clutter the chart with many lines if not managed; requires testing on different symbols as hardcoded multipliers may not fit all markets perfectly. Potential for false signals in sideways markets.
If you'd like me to expand on the code, suggest modifications, or provide examples, let me know! 😊
Fiery River### Description of the "Fiery River" (FR) Indicator
**Overview of the Indicator**
"Fiery River" (abbreviated as FR) is a technical indicator for TradingView, written in Pine Script version 6. It's designed for traders who incorporate Fibonacci levels with moving averages to analyze support and resistance zones. The indicator dynamically plots levels based on a selected moving average (MA) and Fibonacci multipliers, displaying them on the current timeframe and an additional secondary timeframe. This helps visualize potential reversal or continuation points, making analysis more comprehensive. The name "Fiery River" evokes a "fiery" flow of levels that "stream" across the chart, adapting to price movements. 🔥
**Key Features**
- **Level Construction**: The indicator calculates a moving average (EMA, SMA, WMA, RMA, or HMA) from the closing price and multiplies it by specified Fibonacci coefficients (0.618, 0.5, 0.382, 0.27, 0.18 for "long" levels and 1.618, 1.5, 1.382 for "short" levels). This creates 10 lines: 5 for the current timeframe (fully visible) and 5 for the secondary timeframe (with semi-transparency for distinction).
- **Color Scheme**: Levels are colored in gray, red, orange, and green, with additional "short" variants for extensions.
- **Fills**: Green fills are added between level pairs to highlight areas of interest, making the chart more visually intuitive.
- **Alerts**: Automatic notifications when the price touches levels (e.g., "Price touches Red line"), helping you stay on top of key moments.
- **Multi-Timeframe Support**: Incorporates a secondary timeframe (e.g., daily if the main is hourly) for comparing levels across different scales.
**How to Use**
1. Add the indicator to your chart in TradingView.
2. Customize settings in the panel: Select MA type, period (default 89), secondary timeframe, and Fibonacci coefficients.
3. Analyze levels as potential entry/exit points: Gray and red for stronger zones, green for weaker ones. Use fills to identify ranges.
4. Enable alerts for real-time signals.
It's ideal for strategies based on Fibonacci and trends, but always combine with other tools for confirmation. 📈
**Advantages and Limitations**
- **Pros**: Highly customizable, visually clear, supports multiple MA types and timeframes. Great for scalping and swing trading.
- **Cons**: Can create a lot of lines on the chart, potentially overwhelming if not managed. May require testing for optimal settings on volatile assets.
If you need any adjustments, more details, or help with the code, just let me know! 😊
Consecutive Close Colorer (5+ with retroactive coloring)“Spot momentum streaks instantly — highlight runs of consecutive closes with color & boxes.”
“Turn price streaks into clear visuals. See momentum, strength, and exhaustion at a glance.”
“Simple way to track consecutive up/down closes — momentum made obvious.”
“Make market streaks stand out: candle coloring + shaded zones for clear momentum.”
Nikkei PER Curve (EPS Text Area Input)
This indicator visualizes the PER levels of the Nikkei 225 based on the dates and EPS data entered in the text area.
By plotting multiple PER multiplier lines, it helps users to understand the following:
Potential support and resistance levels based on PER multipliers
Comparison between the current stock price and theoretical valuation levels
Observation of PER trends and detection of deviations from standard valuation levels
Trading Decisions:
When the stock price approaches a specific PER line, it can serve as a reference for support or resistance.
During intraday chart analysis, PER lines are drawn based on the most recent EPS, making them useful as reference levels even during market hours.
Valuation Analysis:
On daily charts, it helps to assess whether the Nikkei is overvalued or undervalued compared to historical levels, or to identify changes in valuation levels.
Risk Management:
The theoretical price lines based on PER can be used as reference points for stop-loss or profit-taking decisions.
Simple Data Input:
EPS data is entered in a text area, one line per date, in comma-separated format:
YYYY/MM/DD,EPS
YYYY/MM/DD,EPS
Multiple entries can be input by using line breaks between each date.
Note: Dates for which no candlestick exists in the chart will not be displayed.
This allows easy updating of PER lines without complex spreadsheets or external tools.
EPS Data Input: Manual input of date and EPS via the text area; supports multiple data entries.
PER Multiplier Lines:
For evenly spaced lines, simply set the central multiplier and the interval between lines. The indicator automatically generates 11 lines (center ±5 lines).
For non-even spacing or individual multiplier settings, you can choose to adjust each line.
Close PER Labels: Displays the PER of the close price relative to the current EPS.
Timeframe Limitation: Use on daily charts (1D) or lower. PER lines cannot be displayed on higher timeframes.
Label Customization: Allows adjustment of text size, color, and position.
EPS Parsing: The indicator reads the input text area line by line, splitting each line by a comma to obtain the date and EPS value.
Data Storage: The dates and EPS values are stored in arrays. These arrays allow the script to efficiently look up the latest EPS for any given date.
PER Calculation: For each chart bar, the indicator calculates the theoretical price for multiple PER multipliers using the formula:
Theoretical Price = EPS × PER multiplier
Line Plotting: PER lines are drawn at these calculated price levels. Labels are optionally displayed for the close price PER.
Date Matching: If a date from the EPS data does not exist as a candlestick on the chart, the corresponding PER line is not plotted.
PER lines are theoretical values: They serve as psychological reference points and do not always act as true support or resistance.
Market Conditions: Lines may be broken depending on market circumstances.
Accuracy of EPS Data: Be careful with EPS input errors, as incorrect data will result in incorrect PER curves.
Input Format: Dates and EPS must be correctly comma-separated and entered one per line. Dates with no corresponding candlestick on the chart will not be plotted. Incorrect formatting may prevent lines from displaying.
Reliability: No method guarantees success in trading; use in combination with backtesting and other technical analysis tools.
このインジケータは、入力した日付とEPSデータを基に日経225のPER水準を視覚化するものです
複数のPER倍率ラインを描画することで、以下を把握するのに役立ちます:
PER倍率に基づく潜在的なサポート・レジスタンス水準や目安
現在の株価と理論上の評価水準との比較
過去から現在までのPER推移の観察
トレード判断:
株価が特定の倍率のPERラインに近づいたとき、抵抗や支持の目安としての活用
日中足表示時は、前日(最新日)のEPSに基づいたPERラインを表示するように作成しているので、場中でも参考目安として使用可能
評価分析:
過去の推移と比較して日経が割高か割安か、またはPER評価水準が変化したかの確認
リスク管理:
PERに基づく理論価格ラインを、損切りや利確の目安としての利用
簡単なデータ入力:
EPSデータはテキストエリアに手動入力。1行につき1日付・EPSをカンマ区切りで記入します
例
2025/09/19,2492.85
2025/09/18,2497.43
行を改行することで複数データ入力が可能
注意: チャート上にローソク足が存在しない日付のデータは表示されません
表計算や外部ツールを使わずに倍率を掛けたPERラインの作成・更新が簡単に行える
PER倍率ライン:
等間隔ラインの場合、中心倍率と各ラインの間隔を設定するだけで、自動的に中心値±5本、計11本のラインを作成
等間隔以外や個別設定したい場合は で調整可能
終値PERラベル: 現在のEPSに対する終値PERを表示
時間足制限: 日足(1日足)以下で使用すること。高い時間足ではPERラインは表示できません
ラベルカスタマイズ: 文字サイズ、色、位置を調整可能
EPSデータの読み取り: 改行を検知し1日分のデータとして識別し、カンマで分割して日付とEPS値を取得
配列への格納: 日付とEPSを配列に格納し、各バーに対して最新のEPSを参照できるようにする
PER計算: 各バーに対して、以下の式で複数のPER倍率の理論価格を計算:
理論価格 = EPS × PER倍率
日付照合: EPSデータの日付がチャート上にローソク足として存在したら格納した配列からデータを取得。ローソク足が存在しない場合、そのPERラインは表示されない
ライン描画: 計算した価格にPERラインを描画。必要に応じて終値PERラベルも表示。
PERラインは理論値であり心理的目安として機能することがありますが、必ずしも機能する訳ではない
その為、過去の検証や他のテクニカル指標と併用推奨
市況によってはラインを無視するように突破する可能性ことがある
EPSデータの入力ミスに注意すること。誤入力するとPER曲線が誤表示される
日付とEPSの入力は1行ずつ、正しい位置でカンマ区切りをいれること
ローソク足が存在しない日付のデータは正しく表示されないことがあるので注意
誤った入力形式ではラインが表示されない場合がある
Victor_Indicator_DayTrade_Buy_SellIndicator for Buy and Sell for Day traders. Works best on 5 min chart.
EMA ± ATR Channel (True Range)EMA ± ATR Channel (True Range)
Tagline: Adaptive EMA channel with ATR-based volatility bands — perfect for swing trading, intraday setups, and managing risk on high-volatility stocks.
This script plots a dynamic price channel around a configurable EMA using the Average True Range (ATR, Wilder’s True Range) as a volatility buffer.
Upper band = EMA + (ATR × multiplier)
Lower band = EMA – (ATR × multiplier)
📊 Features:
Adjustable EMA length, ATR length, and ATR multiplier
Visual channel fill between upper and lower bands
Optional on-chart help panel with practical combos
⚡ Practical Combos for Volatile Stocks:
EMA 20 + ATR 14 × 2.0 → most common swing trading setup
EMA 10 + ATR 14 × 1.5 → very responsive, good for intraday/high-beta names
EMA 20 + ATR 20 × 2.5 → smoother, wider channel, avoids whipsaws in chaotic stocks
✅ Use cases:
Identify dynamic support/resistance zones
Volatility-based stop-loss & take-profit placement
Spot overextensions from the trend midline
🔖 Tags:
ema, atr, channel, volatility, trend, support resistance, stop loss, swing trading, intraday, risk management, indicator
ATR Stop Loss# ATR Stop Loss Indicator - Professional Trading Tool
## English Description
### 🎯 **ATR-Based Stop Loss Calculator - Your Risk Management Assistant**
**Never guess your stop loss again!** This professional indicator automatically calculates your optimal stop loss levels using the proven ATR (Average True Range) method.
#### ✨ **Key Features:**
- **Real-time ATR calculation** with customizable periods (default: 14 days)
- **Smart stop loss pricing** based on market volatility
- **Flexible ATR multiplier** (50%-300%) - adjust risk to your trading style
- **Live percentage tracking** - see exactly how much you're risking
- **Professional display** with 9 positioning options
- **Fully customizable** colors, text size, and transparency
- **Always visible** - stays on screen when you scroll or change timeframes
#### 📊 **What You See:**
```
ATR(14): $2.45
ATR Multiplier: 110%
STOP: $87.31 (-2.8%)
```
#### 🚀 **Why This Indicator is Essential:**
- **Professional Risk Management** - Set stops based on actual market volatility, not emotions
- **Saves Time** - No more manual calculations or guesswork
- **Reduces Losses** - Prevents premature stops while protecting capital
- **Improves Consistency** - Standardize your exit strategy across all trades
- **Perfect for All Styles** - Day trading, swing trading, or long-term investing
#### 💡 **How It Works:**
The indicator calculates the Average True Range over your chosen period, multiplies it by your risk preference (110% default), and subtracts from current price. This gives you a scientifically-backed stop loss that adapts to market conditions.
**Perfect for traders who want to:**
- ✅ Eliminate emotional decision-making
- ✅ Base stops on market volatility
- ✅ Maintain consistent risk management
- ✅ Save time on calculations
- ✅ Improve trading performance
---
## תיאור בעברית
### 🎯 **מחשבון Stop Loss מתקדם מבוסס ATR**
**תפסיק לנחש את רמת ה-Stop Loss שלך!** האינדיקטור המקצועי הזה מחשב אוטומטית את רמות ה-Stop Loss האופטימליות שלך בעזרת שיטת ה-ATR המוכחת.
#### ✨ **תכונות מרכזיות:**
- **חישוב ATR בזמן אמת** עם אפשרות התאמת תקופות (ברירת מחדל: 14 ימים)
- **תמחור חכם של Stop Loss** על בסיס תנודתיות השוק
- **מכפיל ATR גמיש** (50%-300%) - התאם את הסיכון לסגנון המסחר שלך
- **מעקב אחוזים חי** - ראה בדיוק כמה אתה מסכן
- **תצוגה מקצועית** עם 9 אפשרויות מיקום
- **התאמה אישית מלאה** - צבעים, גודל טקסט ושקיפות
- **תמיד גלוי** - נשאר על המסך כשאתה גולל או משנה טווחי זמן
#### 📊 **מה שתראה:**
```
ATR(14): $2.45
ATR Multiplier: 110%
STOP: $87.31 (-2.8%)
```
#### 🚀 **למה האינדיקטור הזה חיוני:**
- **ניהול סיכונים מקצועי** - קבע Stop על בסיס תנודתיות אמיתית של השוק, לא רגשות
- **חוסך זמן** - בלי עוד חישובים ידניים או ניחושים
- **מפחית הפסדים** - מונע Stop מוקדם מדי ובו זמנית מגן על ההון
- **משפר עקביות** - תקנן את אסטרטגיית היציאה שלך בכל העסקות
- **מושלם לכל הסגנונות** - Day Trading, Swing Trading או השקעות ארוכות טווח
#### 💡 **איך זה עובד:**
האינדיקטור מחשב את הממוצע של True Range על פני התקופה שבחרת, מכפיל בהעדפת הסיכון שלך (110% כברירת מחדל), ומחסיר מהמחיר הנוכחי. זה נותן לך Stop Loss מבוסס מדעית שמתאים לתנאי השוק.
**מושלם לטריידרים שרוצים:**
- ✅ לחסל קבלת החלטות רגשית
- ✅ לבסס Stop על תנודתיות השוק
- ✅ לשמור על ניהול סיכונים עקבי
- ✅ לחסוך זמן על חישובים
- ✅ לשפר את ביצועי המסחר
---
### 🏷️ **Tags:** ATR, Stop Loss, Risk Management, Trading Tools, Volatility, Technical Analysis
Trendstone No-Trade ZoneUse the Trendstone No-Trade Zone as a gatekeeper: whenever price is inside or even kissing the shaded ribbon, you stand down, no new entries. Treat a clean close outside the ribbon as "conditions are acceptable", not as a signal.
Your own setup still decides entries and exits. If you want the zone to react faster to shifts, lower the Multiplier ; if you want it steadier and harder to penetrate, raise the Multiplier .
Flip Use Aggressive Zero-Lag Profile on when you’re working short horizons and need earlier reads; turn it off when you prefer a calmer, more selective filter.
Ribbon-lines are hidden by default. You can set your preferred color/opacity in the Style panel.
Momentum Standard Deviation | LyroRSMomentum Standard Deviation | LyroRS
Overview
This indicator is designed to measure market momentum relative to standard deviation envelopes, while offering traders tools for identifying directional bias, valuation extremes, and early signals of potential reversals. By combining momentum with standard deviation analysis, smoothing functions, dynamic coloring, and table-based reporting, the script provides both a detailed and modular approach to momentum-based trading.
At its foundation, the indicator calculates momentum from a user-selected source, with optional smoothing applied through a variety of moving average types. Standard deviation is then measured around the momentum line to form upper and lower bands, which represent volatility-adjusted boundaries. These bands help identify whether momentum is overextended or trending strongly in a given direction. Signals are generated when momentum or its deviation bands cross key thresholds, with visual cues, background coloring, and plot shapes highlighting bullish or bearish shifts. A structured table summarizes the state of the system, including momentum trend, deviation trend, early insight conditions, and reversal signals, allowing traders to quickly interpret multiple layers of analysis.
Originality
In terms of originality, this script unifies momentum and standard deviation into a combined framework, rather than treating them as separate calculations. The ability to smooth source data, momentum, and deviation independently introduces flexibility, making it adaptable across assets and timeframes. Unique visualization features include futuristic-style fills, customizable color palettes, Heikin Ashi–like candle overlays, and dynamic table reporting. Together, these elements create a modular design that not only signals directional bias but also reports on context, such as early momentum flips and overbought/oversold reversals, which are often overlooked by standard momentum tools.
Key Features
Moving average inputs allow users to choose the calculation source, enable smoothing, select from multiple moving average types, and adjust lengths for smoothing both price and momentum.
Momentum settings define the lookback period and allow optional smoothing with user-specified averages.
Standard deviation inputs include length, smoothing options, moving average type, and smoothing length, offering control over the sensitivity of volatility envelopes.
Display options enable background coloring for early signals, reversal labels, momentum line plotting, and futuristic fills. Color schemes can be chosen from predefined palettes (Classic, Mystic, Accented, Royal) or set manually with custom bullish and bearish colors.
Table settings include options for overlaying the table, positioning it anywhere on the chart, and adjusting table size from huge to tiny.
Visualization
Visualization includes upper and lower deviation bands, a smoothed average line, colored momentum plots, dynamic fills between bands, optional reversal arrows, and background shading for early insight conditions. The integrated table provides a concise breakdown of module states, showing whether deviation and momentum trends are bullish or bearish, whether an early momentum flip is detected, and whether reversals are signaled. Alerts are available for all conditions, including momentum and deviation direction changes, early signals, and bullish or bearish reversals.
Summary
In summary, the Momentum Standard Deviation indicator blends momentum and volatility analysis into a flexible, multi-layered tool. Its modular structure allows traders to analyze trends, volatility-adjusted overextensions, and early momentum shifts within one framework. With customizable smoothing, advanced visualization, integrated tables, and alert conditions, the indicator provides a structured method of tracking momentum states while remaining adaptable to different market conditions.
⚠️Disclaimer
This indicator is a tool for technical analysis and does not provide guaranteed results. It should be used in conjunction with other analysis methods and proper risk management practices. The creators of this indicator are not responsible for any financial decisions made based on its signals.
Volatility Linear Regression Gaussian | Lyro RSVolatility Linear Regression Gaussian | Lyro RS
Overview
This indicator integrates linear regression analysis, Gaussian filtering, volatility measures, and regime detection into a single momentum and trend framework. Its purpose is to provide traders with a structured perspective on market state by combining smoothed regression signals with volatility envelopes and adaptive visualizations. Through these elements, it offers insights into whether markets are trending, consolidating, overextended, or reverting.
The indicator begins by applying a Gaussian filter to the chosen source, smoothing price data while preserving structural characteristics. Around this smoothed signal, volatility measures are introduced using ATR and standard deviation calculations, forming adaptive envelopes that define overbought and oversold conditions. A linear regression of filtered momentum values is then produced, with optional smoothing via multiple moving average types. This core regression signal becomes the basis for trend, strength, and reversal assessments. Users can toggle between Classic or Heikin Ashi display modes, with each mode providing a different representation of regression-driven momentum dynamics.
Originality
In terms of originality, this script distinguishes itself by unifying several advanced concepts into one modular framework. Gaussian smoothing of the regression base adds flexibility beyond standard linear regression models, while volatility-adjusted ATR bands and dynamic standard deviation envelopes frame regression values within a probabilistic context. The addition of a regime detector further expands utility by classifying the environment as trending or mean-reverting. Combined with Heikin Ashi transformations, multi-mode operation, customizable visualization, and integrated tables, this design enables a single indicator to adapt across multiple strategies, from directional bias to mean reversion and reversal identification.
Key Features
Linear regression inputs allow traders to choose the price source, regression length, smoothing method, and smoothing length, defining the sensitivity of the regression calculation.
Gaussian settings provide control over length and sigma, letting users adjust the degree of smoothing applied to the base signal.
Volatility settings define ATR length and factor as well as standard deviation length, tuning the responsiveness of volatility envelopes.
The regime detector offers long- or short-term modes, background coloring, and transparency adjustments for identifying structural market states.
Standard deviation band settings control whether a zero-line or dynamic midline is used, along with band length and multiplier for overbought/oversold thresholds.
Display options include Classic or Heikin Ashi modes, along with operational modes for Trend, Strength, or Reversals. Color schemes can be selected from predefined palettes or fully customized.
Table settings allow enabling or disabling the summary table, setting its position, forcing overlay if necessary, and choosing from multiple size options.
Visualization
The visualization combines dynamic candles, regression curves, standard deviation bands with shaded fills, and optional background colors tied to regime detection. A summary table displays active module states, showing the condition of trend, strength, reversals, and regime at a glance. Alerts are provided for all key conditions across both Classic and Heikin Ashi modes, including directional trend shifts, strength changes, reversal states, and regime classification.
Summary
In summary, the Volatility Linear Regression Gaussian indicator is a versatile analytical framework built from regression, Gaussian smoothing, volatility envelopes, and regime detection. Its design emphasizes adaptability by offering multiple operational modes, display variations, and alert conditions. By consolidating advanced methods into one unified tool, it supports different analytical approaches within a consistent and customizable structure.
⚠️Disclaimer
This indicator is a tool for technical analysis and does not provide guaranteed results. It should be used in conjunction with other analysis methods and proper risk management practices. The creators of this indicator are not responsible for any financial decisions made based on its signals.
Candle Colored by Volume Z-score with S/R [Morty]All Credits to :
I have just added Support and Resistance line
This indicator colors the candles according to the z-score of the trading volume. You can easily see the imbalance on the chart. You can use it at any timeframe.
In statistics, the standard score (Z-score) is the number of standard deviations by which the value of a raw score (i.e., an observed value or data point) is above or below the mean value of what is being observed or measured. Raw scores above the mean have positive standard scores, while those below the mean have negative standard scores.
This script uses trading volume as source of z-score by default.
Due to the lack of volume data for some index tickers, you can also choose candle body size as source of z-score.
features:
- custom source of z-score
- volume
- candle body size
- any of above two
- all of above two
- custom threshold of z-score
- custom color chemes
- custom chart type
- alerts
default color schemes:
- green -> excheme bullish imbalance
- blue -> large bullish imbalance
- red -> excheme bearish imbalance
- purple -> large bearish imbalance
- yellow -> low volume bars, indicates "balance", after which volatility usually increases and tends to continue the previous trend
Examples:
* Personally, I use dark theme and changed the candle colors to black/white for down/up.
Volume as Z-score source