AiBuyZone Long Short - Optimized Floater (1h+ Only) FREEAibuyzone Long Short – Optimized Floater (1h+ Only)
The AiBuyZone Long Short – Optimized Floater is a trading tool designed to help traders quickly identify potential long and short opportunities while maintaining a clear, lightweight chart view.
🔑 Key Features
Timeframe Restriction → Only works on 1H and higher charts to reduce noise and provide more reliable signals.
Trend + Momentum Confirmation → Uses EMA crossovers combined with RSI positioning to filter signals.
Automated Risk Management → Dynamically calculates stop loss and two take-profit levels (TP1 & TP2) based on risk/reward multipliers.
Floating Trade Panel → A status panel that always stays to the right of the latest candle, showing live trade info (direction, entry, SL, TP1, TP2).
Dynamic Anchoring → During trades, the floater locks near the entry price; when idle, it floats in the mid-range of recent price action.
Clean Visualization → SL/TP levels are drawn as lightweight dashed/dotted lines, while all trade details are consolidated into the floater panel.
📌 Usage
Wait for a LONG or SHORT status to appear in the floating panel.
The panel will display entry, stop loss, and take-profit levels once a trade condition is triggered.
Signals are educational tools — users should confirm them with their own analysis.
⚠️ Disclaimer
This script is for educational purposes only. It does not constitute financial advice or guarantee performance. Always practice proper risk management and confirm signals before trading live markets.
Indicators and strategies
Bid/Ask Volume Oscillator (Estimated)Bid/Ask Volume Oscillator (Estimated)
Overview
The Bid/Ask Volume Oscillator (Estimated) is a Pine Script v6 indicator for TradingView, designed to analyze market pressure through a normalized bid/ask volume oscillator. Displayed as a smoothed oscillator with optional split volume columns, it highlights buying and selling pressure with customizable zones and gradient intensity. Custom normalized scoring ensures consistent cross-asset use. Divergence detection and a heads-up display (HUD) table provide additional insights, making it commonly used for reviewing volume-driven momentum markers/labels.
How It Works
The indicator splits each bar’s volume into bid and ask components based on the candle’s body share (math.max, syminfo.mintick), with a 50/50 split for doji candles—to balance neutral bars in pressure calcs. Rolling sums of bid and ask volumes are calculated over a user-defined lookback (default: 5 bars) using ta.cum. The pressure oscillator is computed as the smoothed difference (ask minus bid) divided by their sum (ta.ema, default: 5 periods), normalized between -1 and +1. Gradient intensity adjusts opacity based on volume relative to a 20-period SMA and previous bar. Divergences are detected by comparing price pivots (ta.pivothigh, ta.pivotlow) with oscillator pivots. The HUD table shows pressure direction and ask share percentage.
Key Features
• Pressure Oscillator: Displays normalized ask-minus-bid pressure with customizable smoothing.
• Split Volume Columns: Optionally plots bid/ask volumes with mirroring below zero.
• Gradient Intensity: Adjusts opacity based on volume strength for enhanced visuals.
• Divergence Detection: Identifies bullish and bearish divergences between price and oscillator pivots.
• Zone Thresholds: Highlights mild (±0.2) and strong (±0.4) pressure zones with background coloring.
• HUD Table: Summarizes pressure direction and ask share percentage.
• Customizable Settings: Adjust lookback, smoothing, thresholds, and colors for tailored analysis.
What It Displays
This indicator offers a unique approach to volume analysis by combining a normalized pressure oscillator with split volume visualization and divergence detection, delivering balanced insights across symbols via uniform -1/+1 scale. Its customizable zones and HUD table make it adaptable for day trading, scalping, or swing trading in stocks, forex, futures, or crypto.
Originality
This indicator is an original Pine v6 implementation using TradingView’s built-in ta.cum, ta.sma, ta.ema, ta.pivothigh, and ta.pivotlow functions.
Common Ways People Use It
• Day traders reviewing real-time pressure and momentum markers/labels.
• Scalpers studying short-term volume-driven setups.
• Technical analysts identifying divergence-based reversals.
Configuration Notes
Configure the volume sum lookback (default: 5 bars), oscillator smoothing (default: 5), and mild/strong zone thresholds (default: 0.2/0.4). Enable/disable split columns, divergence labels, or gradient intensity to suit your chart. Use the oscillator, zone highlights, and HUD table to identify buying/selling pressure and potential reversals.
Legal Disclaimer
These indicators are for informational and educational purposes only—not investment, financial, or trading advice. Past performance is not indicative of future results; trading involves high risk of loss. Provided "as is" with no warranties. Consult a qualified professional before decisions. By using, you assume all risk and agree to this disclaimer.
Body×Volume Pressure (Green vs Red) — array basedBody×Volume Pressure (Green vs Red)
This indicator measures buying vs. selling pressure by looking at candle size together with trading volume. Instead of showing only price or only volume, it blends both into a single view, so you can quickly see when one side of the market is taking control.
It plots three main things:
1. Net Pressure Histogram
• Bars above zero (teal) = stronger buying pressure
• Bars below zero (maroon) = stronger selling pressure
2. Smoothed Net Line (EMA)
• A gray line that tracks the trend of net pressure
• Helps filter noise and spot when momentum is shifting
3. (Optional) Green & Red Pressure Sums
• Transparent teal = total “buy” pressure
• Transparent maroon = total “sell” pressure (plotted negative for symmetry)
⸻
⚙️ Inputs & Terms
• Lookback Window (len):
How many candles the indicator considers when tallying pressure. Larger = smoother, smaller = more sensitive.
• EMA Length (smoothLen):
The smoothing period for the gray Net EMA line. Helps you see the bigger picture trend in pressure.
• Bull/Bear Ratio Thresholds (optional):
Levels that define when buying or selling pressure is strong enough to call it an “imbalance.”
• Show Labels:
If enabled, the script will mark chart points with Bull imbalance or Bear imbalance labels when thresholds are crossed.
⸻
🚀 Quick Start Tutorial
1. Add to chart
• Copy/paste the code into the TradingView Pine Editor.
• Click “Add to chart.”
2. Choose a market and timeframe
• Works on any market (stocks, crypto, forex) and timeframe (1m, daily, weekly).
3. Read the histogram
• Tall teal bars = strong buying push.
• Tall maroon bars = strong selling push.
• Flat/low bars = market indecision.
4. Watch the Net EMA line
• If it trends above zero, buyers are dominating.
• If it trends below zero, sellers are dominating.
• Crossovers near zero can foreshadow momentum shifts.
5. Use thresholds (optional)
• Adjust the Bull and Bear thresholds in settings.
• When the ratio crosses them, labels/alerts will fire to highlight imbalances.
6. Combine with your strategy
• Use it alongside price action, support/resistance, or other indicators.
• Think of it as a confirmation tool for whether buyers or sellers are truly in control.
⸻
👉 This tool doesn’t give buy/sell signals by itself. It shows you pressure dynamics so you can make more informed trading decisions.
Indre likviditetDescription:
The Indre Likviditet (Inner Liquidity) indicator automatically detects and visualizes liquidity gaps / imbalance zones (often referred to as Fair Value Gaps) on any timeframe. It highlights price inefficiencies where the market moved too quickly in one direction, leaving untested areas of liquidity.
Key Features:
• Gap detection: Identifies bullish and bearish liquidity gaps based on three-candle logic.
• Multi-timeframe (MTF) mode: Option to detect gaps on the current timeframe, higher timeframe, or both simultaneously.
• Custom visuals: Bullish and bearish gaps are displayed as colored boxes, with optional midpoint lines. Colors for HTF vs current TF can be customized separately.
• Dynamic updates: Gaps shrink automatically as price partially retraces into them, and can be fully deleted when filled.
• Flexible fill logic: Choose whether gaps are considered “filled” once the midpoint is touched, or only on a complete fill.
• Labeling: Optional labels show which timeframe the gap belongs to.
• Auto-clean: Option to delete old gaps once filled, or keep them as historical references.
Use Case:
This tool helps traders quickly spot where imbalances exist in the market and track when they are filled. Liquidity gaps often act as magnets for price, making them useful areas for targeting entries, exits, or managing risk.
Bid/Ask Volume Split (Estimated)Bid/Ask Volume Split (Estimated)
Overview
The Bid/Ask Volume Split (Estimated) is a Pine Script v6 indicator for TradingView, designed to analyze bid and ask volume dynamics without requiring tick data. Displayed as an oscillator, it plots split bid/ask volume columns, rolling sum lines, and a pressure histogram (ask minus bid) to highlight buying and selling pressure. Custom divergence logic spots hidden momentum shifts. The indicator features gradient intensity coloring, divergence detection for bullish/bearish markers/labels, and a status table summarizing key metrics, making it commonly used for reviewing volume-driven insights.
How It Works
The indicator splits each bar’s volume into bid and ask components using the candle’s body share (default) or full allocation for bullish/bearish candles, calculated with math.max and syminfo.mintick—to approximate order flow from OHLC data. Rolling sums of ask and bid volumes are computed over a user-defined lookback (default: 5 bars) using ta.cum for efficiency. A pressure histogram is derived by smoothing the ask-minus-bid difference with an EMA (default: 3 periods). Gradient intensity adjusts opacity based on volume relative to a 20-period SMA and previous bar. Divergences are detected by comparing price pivot highs/lows (ta.pivothigh, ta.pivotlow) with ask/bid sum pivots, marked with lines and labels. A status table displays ask/bid sums, intensity, trend, and pressure.
Key Features
• Split Bid/Ask Volumes: Apportions volume into bid (red) and ask (green) with optional mirroring below zero.
• Rolling Sum Lines: Plots cumulative ask and bid sums with optional fill between lines.
• Pressure Histogram: Shows smoothed ask-minus-bid pressure to illustrate market direction.
• Divergence Detection: Identifies bullish (price lower lows, ask sum higher lows) and bearish (price higher highs, bid sum lower highs) divergences.
• Gradient Intensity: Adjusts opacity based on volume strength for enhanced visual clarity.
• Status Table: Summarizes ask/bid sums, intensity, trend, and pressure direction.
• Customizable Settings: Adjust lookback, sensitivity, smoothing, and colors for tailored analysis.
What It Displays
This indicator offers a robust approach to volume analysis by combining split volume visualization, divergence detection, and pressure metrics, providing clear insights into market momentum without tick data. Its customizable visuals and multi-faceted analysis make it suitable for day trading, scalping, or swing trading in stocks, forex, futures, or crypto.
Originality
This indicator is an original Pine v6 implementation using TradingView’s built-in ta.cum, ta.sma, ta.ema, ta.pivothigh, and ta.pivotlow functions.
Common Ways People Use It
• Day traders reviewing real-time volume and pressure markers/labels.
• Scalpers marking momentum-driven trade setups.
• Technical analysts identifying divergence-based reversals.
Configuration Notes
Configure the volume sum lookback (default: 5 bars), pressure smoothing (default: 3), and divergence pivot settings (default: 3 left/right). Enable/disable split columns, mirroring, fill, or gradient intensity to suit your chart. Use the pressure histogram, divergence markers/labels, and status table to identify buying/selling pressure and potential reversals.
Legal Disclaimer
These indicators are for informational and educational purposes only—not investment, financial, or trading advice. Past performance is not indicative of future results; trading involves high risk of loss. Provided "as is" with no warranties. Consult a qualified professional before decisions. By using, you assume all risk and agree to this disclaimer.
EBCLUB 📌 Indicator Summary – XAUUSD (Fano Chart)
This indicator is designed for traders who work with Smart Money (SMC/ICT) concepts and need a clear reading of key levels and market imbalances.
🔑 Key Features:
Daily and Weekly Levels:
Open Day: Opens the daily session to clearly define the range reference.
PDL/PDH (Previous Day Low/High): High-impact levels used as liquidity magnets.
Current Day High (H4 or Intraday): Tracks short-term structures.
Market Sessions (UTC):
Visualizes which session is active (London, New York, Tokyo, Sydney).
Helps identify when volatility tends to increase.
Liquidity Blocks and Institutional Zones:
Indicates areas of imbalance and accumulation (colored rectangles).
Facilitates the identification of possible entries or continuations.
Custom Choppiness HistogramThe Custom Choppiness Histogram is a visually enhanced, multi-timeframe version of the traditional Choppiness Index , designed to make it easier to spot when the market is trending vs. ranging.
🔹 Key Features:
Histogram Visualization: Clear, color-coded bars for instant interpretation.
Two Coloring Modes:
1.Change Mode → Colors based on increase/decrease vs. previous CI value.
2.Absolute Levels → Uses common CI thresholds (e.g., >61.8 = choppy, <38.2 = trending).
Grey Bars / Neutral Zone: Bars turn grey when the market is neither strongly trending nor strongly choppy — signaling a neutral or indecisive market.
Multi-Timeframe Option: Analyze Choppiness from any higher timeframe while trading on a lower chart.
Custom Thresholds: Adjust high/low CI levels to fit your strategy.
🔹 How to Use:
Green bars → Market is becoming more trending.
Red bars → Market is becoming more choppy/ranging.
Grey bars → Market is in a neutral zone; use caution and combine with other signals.
Use the timeframe input to filter trades (e.g., check if the 1H is trending before entering on the 5M).
🔹 Best Practice:
Use as a context filter alongside your entry/exit strategy (e.g., MACD, ICT/Smart Money, Supply & Demand).
Helps reduce false entries by avoiding trades during sideways conditions.
⚠️ Disclaimer:
This script is provided for educational purposes only. It is not financial advice and should not be used as a sole basis for making trading decisions. Always do your own research and test thoroughly before applying to live markets. Trading carries risk, and you are solely responsible for your decisions.
4 EMA's - 4h - 8h TF, Dynamic Colors📘 User Manual – EMA20/50 + RSI Signals + EMA20 Daily + EMA200 Daily + EMA200 5m
Overview
This indicator is designed for 4H and 8H swing trading. It combines higher timeframe EMAs, RSI signals, and dynamic coloring to help traders identify trend direction and entry points.
Key Features:
EMA 20 & EMA 50 from higher timeframe (4H or 8H)
EMA 20 Daily (plotted on 4H as EMA 120 for visibility)
EMA 200 Daily with dynamic bullish/bearish coloring
EMA 200 5m dynamic filter
RSI signals with arrows and alerts
How It Works
1. EMA Calculations
EMA 20 & 50 (HTF): From selected higher timeframe (4H or 8H).
EMA 20 Daily (shown as EMA 120 4H): This is the EMA 20 of the Daily timeframe, but displayed on the 4H chart as EMA 120 for better visibility.
Green if price ≥ EMA 20 Daily
Red if price < EMA 20 Daily
EMA 200 Daily: Green if price ≥ EMA 200, Red if price < EMA 200.
EMA 200 5m: Used as a dynamic short-term filter.
2. RSI Signals
RSI (14) is calculated on the higher timeframe (4H or 8H).
Long signal: RSI crosses above 50 AND EMA 20 > EMA 50.
Short signal: RSI crosses below 50 AND EMA 20 < EMA 50.
3. Signal Filtering
Only one signal per higher timeframe candle is shown.
Green arrow (below bar) = Long
Red arrow (above bar) = Short
How to Use
Add the indicator to your chart.
Select signal timeframe: 4H or 8H.
Use EMA 200 Daily and EMA 20 Daily (plotted as EMA 120 4H) to filter trend direction.
Watch for arrows:
✅ Green triangle → Long setup (RSI + EMA confirmation)
❌ Red triangle → Short setup (RSI + EMA confirmation)
Set alerts for automation:
Long Alert = EMA + RSI bullish confirmation
Short Alert = EMA + RSI bearish confirmation
Strategy Tips
Use EMA 200 Daily + EMA 20 Daily (plotted as EMA 120 4H) as main trend filters.
Take trades only in the direction of the dominant trend.
RSI-based arrows help time entries within that trend.
Ideal for swing traders focusing on 4H or 8H setups.
📌 TradingView Public Library Description
Title: EMA20/50 + RSI Signals + EMA20 Daily + EMA200 Daily + EMA200 5m
Description:
Powerful swing trading tool for 4H & 8H trading. Combines EMA structure with RSI momentum to deliver clear trend filters and entry signals.
Features:
✅ EMA 20 & 50 from 4H/8H higher timeframe
✅ EMA 20 Daily (plotted as EMA 120 on 4H for visibility)
✅ EMA 200 Daily dynamic bullish/bearish coloring
✅ EMA 200 (5m) dynamic filter
✅ RSI (14) signals with arrows & alerts
✅ Configurable EMA visibility toggles
How to Use:
Follow EMA 200 Daily & EMA 20 Daily (plotted on 4H) for trend direction.
Trade signals only when aligned with the dominant trend.
Use RSI + EMA arrow signals to time entries.
Add alerts for real-time notifications.
Best for: Swing traders and intraday traders looking for trend alignment + momentum confirmation.
Created: Dios51
Nth Candle by exp3rtsThis lightweight and versatile TradingView indicator highlights every Xth candle on your chart, making it easy to spot cyclical price behavior or track specific intervals in the market.
- Custom Interval – Choose how often candles should be highlighted (e.g., every 5th, 10th, or
20th bar).
- Color Coding – Highlighted candles are shaded green if bullish and red if bearish, giving you
quick visual insights into momentum at those intervals.
- Clean Overlay – The indicator draws directly on your main chart without clutter, so you can
combine it with your favorite setups and strategies.
Use this tool to:
1) Identify repeating patterns and cycles
2) Mark periodic reference candles
3) Support discretionary trading decisions with clear visual cues
Auto Range DetectorAuto Range Detector
Overview
The Auto Range Detector is a Pine Script v6 indicator for TradingView, designed to identify price consolidation ranges and detect breakouts and fakeouts. It overlays dynamic and verified range boxes, highlighting zones based on inside candles, and includes real-time fakeout markers and hypothetical range marks. Custom fakeout verification reduces false signals by validating reentries in real-time. With customizable settings, this indicator is commonly used for studying range-based breakouts and reversals in any market.
How It Works
The indicator detects consolidation ranges by counting candles (default: minimum 3) within a user-defined lookback period (default: 20 bars) using TradingView’s ta.highest and ta.lowest functions—focusing on inside bars to capture true consolidation without noise. Dynamic boxes update in real-time to reflect the range’s high and low, colored based on the price’s position relative to the midline (bullish, bearish, or neutral). Verified ranges are locked in as boxes (up to 5 displayed), with colors illustrating breakout direction. Fakeouts are identified when price breaks out but reenters the range within a specified window (default: 3 bars), with arrow marks plotted when price verifies the fakeout direction. Hypothetical boxes illustrate ranges over a user-defined period (default: 10 bars) using real-time high/low updates.
Key Features
• Range Detection: Identifies consolidation zones based on a minimum number of inside candles.
• Fakeout Detection: Spots and verifies false breakouts within a user-defined window.
• Hypothetical Range Boxes: Illustrates hypothetical high/low ranges with dynamic updates.
• Color-Coded Visualization : Displays initial, bullish, bearish, and box markers with customizable colors.
• Breakout/Fakeout Markers: Marks hypothetical breakouts and verified fakeouts with labeled arrows.
• Customizable Settings: Adjust range length, minimum touches, fakeout window, and hypothetical period.
What It Displays
This indicator combines consolidation detection with real-time fakeout markers and hypothetical ranges, offering a unique approach to range trading. Its ability to identify and validate breakouts and reversals makes it a versatile tool for day trading, scalping, or swing trading in stocks, forex, futures, or crypto, enhancing trade precision.
Originality
This indicator is an original Pine v6 implementation using TradingView’s built-in ta.highest, ta.lowest, math.max, and math.min functions.
Common Ways People Use It
• Day traders reviewing range breakouts and fakeout reversals.
• Scalpers studying short-term consolidation zones.
• Technical analysts illustrating price ranges and market direction.
Configuration Notes
Configure the range detection length (default: 20 bars), minimum inside candles (default: 3), fakeout window (default: 3 bars), and hypothetical window (default: 10 bars). Customize box and arrow colors to suit your chart. Use verified boxes and breakout/fakeout arrows to identify commonly monitored trade setups.
Legal Disclaimer
These indicators are for informational and educational purposes only—not investment, financial, or trading advice. Past performance is not indicative of future results; trading involves high risk of loss. Provided "as is" with no warranties. Consult a qualified professional before decisions. By using, you assume all risk and agree to this disclaimer.
Edge Algo
EDGE ALGO is a trend-following and momentum-based algorithm designed to deliver precise Buy and Sell signals with built-in risk management through dynamic Take Profit and Stop Loss levels.
This invite-only tool was created to assist traders in identifying high-probability trade setups while filtering out market noise and avoiding choppy price action.
🧠 How It Works
Edge Algo combines multiple layers of logic to increase the quality of trade signals:
1. Trend Detection
* A dynamic ATR-based channel determines when the price breaks out in a new direction.
* The trend flips to Bullish or Bearish when price action crosses the adaptive channel, avoiding late entries.
2. Momentum Confirmation
* Custom logic involving RSI (Relative Strength Index) and CMO (Chande Momentum Oscillator) helps filter fake signals.
* Buy conditions require RSI to be under 25 and CMO to confirm upward momentum.
* Sell conditions require RSI to be over 75 and CMO to confirm downward momentum.
3. Support/Resistance Pivot Zones
* Recent highs/lows are used as confirmation points to strengthen entries around key price levels.
4. Entry Logic
* When trend change + momentum filter + pivot confirmation align, the script generates a Buy or Sell signal.
* Each signal is clearly displayed on the chart with custom labels.
🎯 Risk Management (SL/TP Logic)
For every valid entry, the script automatically calculates:
✅ Stop Loss (SL) based on a user-defined percentage
✅Take Profit 1 (TP1) at 1R
✅ Take Profit 2 (TP2) at 2R
✅ Take Profit 3 (TP3) at 3R
This allows traders to follow a consistent risk-to-reward ratio and manage trades using partial exits or full closes at target levels.
📊 Visualization Features
* Optional Cloud Moving Average to visually represent market direction
*Buy/Sell labels on chart with clean styling
* Clearly marked Entry, TP1, TP2, TP3, SL levels
* Real-time alerts for Buy and Sell signals
* Fully customizable styling (colors, cloud, labels, etc.)
⚙️ Best Use Cases
* Timeframes: optimized for 15min to 4H charts
* Pairs: works with Forex, Crypto, Indices, Commodities, and Stocks
* Styles: suitable for scalping, intraday trading, and swing trading
🔒 Why Invite-Only?
Edge Algo PRO contains proprietary logic developed specifically for real-time application with an edge in volatile markets.
To protect the intellectual property and ensure quality use, access is granted only upon request.
Sentiment Navigator|SuperFundedSentiment Navigator — Momentum × Volatility Heatmap
What it is
Sentiment Navigator blends momentum (RSI) with volatility (ATR normalized by price) to visualize market psychology using a background heatmap and a lower oscillator.
・Background: quick read of the market’s “temperature” → Extreme Greed / Greed / Neutral / Fear / Extreme Fear.
・Oscillator: a bounded sentiment score from -100 to +100 showing bias strength and potential extremes.
Why this is not a simple mashup
Instead of showing RSI and ATR separately, this tool integrates them into a single, weighted score and a state machine:
・Context-aware weighting: When volatility is high (ATR vs its SMA baseline), the score is amplified, reflecting that momentum matters more in turbulent regimes.
・Unified states: RSI thresholds classify regimes (Greed/Fear) and are conditioned by volatility to promote Extreme states only when justified.
・Actionable cues: Reversal labels appear at the extreme levels with candle confirmation to reduce noise.
How it works (concise)
1. Momentum: RSI(len) (default 21).
2. Volatility: ATR(len)/close*100 (default ATR=14), smoothed by SMA(volSmaLen) and compared using volMultiplier.
3. Sentiment score: transform RSI to (-100..+100) via (RSI-50)*2, then amplify ×1.5 when high volatility. Finally clamp to .
4. States:
・RSI > greedLevel → Greed (upgraded to Extreme Greed if high vol)
・RSI < fearLevel → Fear (upgraded to Extreme Fear if high vol)
・else Neutral
5. Plotting:
・Oscillator (area) with 0-line and dotted extreme bands.
・Background color by state (greens for Greed, reds for Fear, gray for Neutral).
6. Signals (optional):
・Buy: crossover(score, -extremeGreedLevel) and close > open → prints ▲ at -extremeGreedLevel
・Sell: crossunder(score, extremeGreedLevel) and close < open → prints ▼ at +extremeGreedLevel
Parameters (UI mapping)
Core
・RSI Length (rsiLen)
・ATR Length (atrLen)
・Volatility SMA Length (volSmaLen)
・High-Vol Multiplier (volMultiplier)
State thresholds
・Extreme Greed (extremeGreedLevel)
・Greed (greedLevel)
・Fear (fearLevel)
・Extreme Fear (extremeFearLevel)
Display
・Show Background (showBgColor)
・Show Reversal Signals (showSignals)
Practical usage
・Regime read: Treat greens as risk-on bias, reds as risk-off, gray as indecision.
・Entries: Use ▲/▼ as triggers, not commands—wait for price action (wicks/engulfings) at structure.
・Extreme management: At Extreme states, favor mean-reversion tactics; in plain Greed/Fear with low vol, trends may persist longer.
・Tuning:
・Raise greedLevel/fearLevel to reduce signals.
・Increase volMultiplier to demand stronger vol for “Extreme” states.
Repainting & confirmation
Signals rely on cross events of the oscillator; judge on bar close for stricter rules. Background/state can change intrabar as RSI/ATR evolve.
Disclaimer
No indicator guarantees outcomes. News/liquidity can override signals. Trade responsibly with proper risk controls.
SuperFunded invite-only
To obtain access, please DM me on TradingView or use the link in my profile.
Sentiment Navigator — クイックガイド(日本語)
概要
本インジは RSI(モメンタム) と ATR/価格(ボラティリティ) を統合し、背景のヒートマップと下部オシレーターで市場心理を可視化します。
・背景色:極度の強欲 / 強欲 / 中立 / 恐怖 / 極度の恐怖 を直感表示。
・オシレーター:-100〜+100 のスコアでバイアスの強さと過熱を示します。
独自性・新規性
・高ボラ状態ではスコアを増幅し、同じRSIでも環境次第で体感インパクトを反映。
・RSIしきい値×ボラで極端ゾーンの発生を制御し、意義のあるExtremeのみ点灯。
・反転ラベルは極端レベルのクロス+ローソク条件で点灯し、ノイズを抑制。
仕組み(要点)
1. RSI を算出。
2. ATR/close*100 を SMA と比較し、しきい値倍率で高ボラを判定。
3. score = (RSI-50)*2 を 高ボラで×1.5、 にクランプ。
4. 状態:RSI>Greed → Greed/Extreme Greed、RSI
5-Min EMA with Dynamic Colors + Shading + Alerts📊 Overview
This indicator plots three EMAs from the 5-minute timeframe on your current chart:
EMA 20 – Fast
EMA 50 – Medium
EMA 200 – Slow
It features:
✅ Dynamic EMA coloring based on price
✅ Shaded areas highlighting bullish/bearish trends
✅ Alerts for EMA trend confirmations
Perfect for traders looking for trend confirmation, pullback entries, and alert-based setups.
🎨 How It Works
EMA Calculation – Fetches EMA 20, 50, 200 from 5-minute charts.
Dynamic Colors – EMAs turn:
Green when price > EMA
Red when price < EMA
Shading – Highlights trends:
Green shading: EMA 20 & 50 > EMA 200 → Bullish
Red shading: EMA 20 & 50 < EMA 200 → Bearish
Neutral → No shading
Alerts – Trigger notifications for trend confirmations:
Bullish Confirmation: Both EMA 20 & 50 cross above EMA 200
Bearish Confirmation: Both EMA 20 & 50 cross below EMA 200
📈 Strategy Tips
Trend Confirmation: Use EMA 200 as a filter; trade in direction of EMA 20 & 50.
Pullback Entries: Watch retracements to EMA 50 or EMA 20.
Combine Alerts: Add RSI, MACD, or volume confirmation for stronger setups.
🔹 Visual Example
Scenario EMA Colors Shading Trend
Bullish Trend EMA 20 & 50: Green, EMA 200: Green Green Uptrend
Bearish Trend EMA 20 & 50: Red, EMA 200: Red Red Downtrend
Neutral / Mixed Mixed None Sideways
Indicator by
Easily track 5-min EMA trends, get alerts, and improve your trading decisions!
SEVENX|SuperFundedSEVENX — Modular Multi-Signal Scanner (SuperFunded)
What it is
SEVENX combines seven classic signals—MACD, OBV, RSI, Stochastics, CCI, Momentum, and an optional ATR volatility filter—into a modular gate. You can toggle each condition on/off, and a BUY/SELL arrow prints only when all enabled conditions agree. Text labels are optional.
Why this is not a simple mashup
・Most “combo” scripts just overlay indicators. SEVENX is a strict consensus engine:
・Each condition is binary and user-switchable.
・The final signal is the logical AND of all enabled checks (no hidden weights).
・Signals fire only on confirmed events (e.g., RSI crossing a level, Stoch K/D cross), which makes entries rule-driven and reproducible.
This yields a transparent, vendor-grade workflow where traders can start simple (2–3 gates) and tighten selectivity by enabling more gates.
How it works (concise)
・MACD: macd_line > signal_line (buy) / < (sell).
・OBV trend: OBV > OBV_MA (buy) / < (sell).
・RSI bounce/drop: crossover(RSI, Oversold) (buy) / crossunder(RSI, Overbought) (sell).
・Stoch cross: %K crosses above %D (buy) / below (sell).
・CCI rebound/pullback: crossover(CCI, -Level) (buy) / crossunder(CCI, +Level) (sell).
・Momentum: Momentum > 0 (buy) / < 0 (sell).
・ATR filter (optional): ATR > ATR_MA must also be true (both sides).
・Final signal: AND of all enabled conditions. If you enable none on a side, that side will not print.
Parameters (UI mapping)
Buy Signal (group: “— Buy Signal —”)
・MACD Golden Cross / OBV Uptrend / RSI Bounce from Oversold / Stochastic Golden Cross / CCI Rebound from Oversold / Momentum > 0 / ATR Volatility Filter (on/off)
Sell Signal (group: “— Sell Signal —”)
・MACD Dead Cross / OBV Downtrend / RSI Drop from Overbought / Stochastic Dead Cross / CCI Pullback from Overbought / Momentum < 0 / ATR Volatility Filter (on/off)
Indicator Settings
・MACD: Fast/Slow/Signal lengths.
・RSI: Length, Overbought/Oversold levels.
・Stochastics: %K length, %D smoothing, overall smoothing.
・CCI: Length, Level (±Level used).
・Momentum: Length.
・OBV: MA length for trend baseline.
・ATR: ATR length, ATR MA length (for the filter).
Display
・Show Text (BUY/SELL text on the markers), Buy/Sell Text Colors.
Practical usage
・Start simple: Enable 2 conditions (e.g., MACD + RSI). If signals are too frequent, add OBV or Momentum; if still frequent, enable ATR filter.
・Mean-reversion vs trend:
・For trend-following, prefer MACD/OBV/Momentum gates.
・For reversal bounces, add RSI/CCI gates and keep Stoch for timing.
・Tuning sensitivity:
・Raise RSI Oversold/Overbought thresholds to make bounces rarer.
・Increase ATR_MA length to smooth the volatility baseline.
・Risk first: Plan SL/TP independently (e.g., structure levels or R-multiples). SEVENX focuses on entry qualification, not exits.
Repainting & confirmation
Signals depend on cross events and are best treated on bar close. Intrabar flips can occur before a bar closes; for strict rules, confirm on closed bars in your strategy.
Disclaimer
No indicator can guarantee outcomes. News, liquidity, and spread conditions can invalidate signals. Trade responsibly and manage risk.
SuperFunded invite-only
To obtain access, please DM me on TradingView or use the link in my profile.
SEVENX — モジュラー型マルチシグナル・スキャナー(日本語)
概要
SEVENXは、MACD / OBV / RSI / ストキャス / CCI / モメンタム / ATRフィルターの7条件を個別オン・オフで制御し、有効化した条件がすべて満たされたときだけBUY/SELL矢印を表示する、合意(AND)型シグナルインジです。テキスト表示も任意。
独自性・新規性
・各条件はブラックボックスではなく明示的なブール判定で、最終シグナルは有効化した条件のAND。
・RSIのレベルクロスやStochのK/Dクロスなど、確定イベントで判定するため、再現性の高いルール運用が可能。少数条件から始めて、必要に応じて段階的に厳格化できます。
動作要点
・MACD:線がシグナル上/下。
・OBV:OBVがOBVのMAより上/下。
・RSI:RSIがOSを上抜け(買い)/OBを下抜け(売り)。
・Stoch:%Kが%Dを上抜け/下抜け。
・CCI:CCIが**−Levelを上抜け**(買い)/+Levelを下抜け(売り)。
・Momentum:0より上/下。
・ATRフィルター(任意):ATR > ATR_MA を満たすこと(買い/売り共通)。
・最終サイン:有効化した条件のAND。そのサイドで1つも有効化していなければサインは出ません。
実践ヒント
・まずは2条件(例:MACD+RSI)でテスト → 多すぎるならOBV/MomentumやATRフィルターを追加。
・トレンド重視:MACD/OBV/Momentumを主軸に。
・押し目・戻り目狙い:RSI/CCIを追加、Stochでタイミング調整。
・感度調整:RSIのOB/OSを広げる、ATR_MAを長くする等で厳しめに。
・出口は別設計:SL/TPは価格帯やR倍数などで管理を。
再描画と確定
確定足基準で判断すると安定します。足確定前はクロスが行き来することがあります。
免責
シグナルの機能は保証されません。イベントや流動性で無効化する場合があります。資金管理のうえ自己責任でご利用ください。
SuperFunded 招待専用スクリプト
このスクリプトはSuperFundedの参加者専用です。アクセスをご希望の方は、SuperFundedにご登録のメールアドレスから partner@superfunded.com 宛に、TradingViewの登録名をご送信ください。
Adaptive Trend FinderAdaptive Trend Finder
Overview
Adaptive Trend Finder is a Pine Script v6 indicator for TradingView that visualizes adaptive regression channels across short, mid, and long horizons. For each horizon it selects the period with the highest Pearson’s R to the log of price, then draws a midline and deviation bands. Optional table rows summarize the selected period, a plain-language trend-fit label (from R), and an Annualized Price Change metric for daily/weekly charts (descriptive of historical price movement only).
How It Works
The indicator computes logarithmic linear regressions for short (~20–200 bars), mid (~200–1100 bars), and long (~300–1200 bars) horizons using built-ins like math.log and math.exp . For each horizon, it picks the candidate period with the highest Pearson’s R, then uses the slope, intercept, and standard deviation to plot:
• Midline (regression)
• Upper/lower bands (default multipliers: 2.0 / 2.5 / 3.0)
Channel color can follow price-action (close vs. previous close), direction (sign of slope), or a fixed color.
Key Features
• Adaptive channels: period auto-selection per horizon using Pearson’s R.
• Flexible visuals: configurable band multipliers, styles, and transparency.
• Readable stats: optional table for selected period, R-based trend-fit label, and Annualized Price Change (historical/descriptive; optional).
• Clean display: channels can extend left/right or not at all; table position and text size are configurable.
What It Displays
Three regression channels (short/mid/long) with configurable coloring, plus optional table rows describing the selected period and how closely the regression fits recent data (via R). This is a chart-visualization tool intended to help review historical trend behavior across timeframes.
Use Notes
Examples of chart review tasks include examining channel slope/width, noting where price interacts with bands, and comparing short vs. longer-term channels for context. This indicator does not generate signals or trade recommendations.
Configuration Notes
Adjust deviation multipliers (defaults: 2.0 / 2.5 / 3.0), line styles/colors, and toggle short/mid/long channels. Choose table position and contents. The Annualized Price Change row (if enabled) is shown on daily/weekly charts as a descriptive price metric—not a performance claim.
Originality
Original Pine v6 implementation using TradingView built-ins ( math.log , math.exp , math.sqrt , math.pow ).
Legal Disclaimer
For informational and educational purposes only—not investment, financial, or trading advice. Past results do not guarantee future outcomes; trading involves risk. Provided “as is,” without warranties. Use at your own risk.
Stella Edge|SuperFundedStella Edge — Quick Guide
What it is
Stella Edge is a higher-timeframe (HTF) EMA + ATR channel with adaptive zones, a volatility hazard filter, and clean entry/exit cues. It projects an HTF EMA with ATR bands, paints a calm-to-active “aurora” background using normalized ATR, and marks:
・Long cue when price crosses up into/through the lower band (potential buy zone).
・Short cue when price crosses down into/through the upper band (potential sell zone).
・Take-profit star when price crosses back through the HTF EMA against your active direction.
・Skull marker on extreme volatility bars (ATR & Volume spikes) to warn of unstable conditions.
Why this is not a simple mashup
・HTF regime first: Instead of reacting to local noise, entries are contextualized by an HTF EMA±ATR envelope (request.security) that frames price with structural zones (upper = supply bias, lower = demand bias).
・Risk-aware gating: A dual-threshold volatility filter flags bars where true range and volume spike far above their baselines—conditions that often degrade signal quality.
・Signal hygiene: Cross checks use band values from the prior bar to reduce duplicate/ambiguous triggers when HTF data updates, yielding cleaner, fewer, higher-quality icons.
・Visual cognition: The aurora background blends two night tones by the percent-rank of HTF ATR, so your eye immediately senses regime intensity without reading numbers.
How it works (concise)
1. Pull HTF EMA(len) and HTF ATR(len) via request.security.
2. Compute upper/lower bands = EMA ± ATR×multiplier (projected continuously).
3. Aurora mode: Normalize HTF ATR by 200-bar percent-rank and map it to a calm→active gradient for background.
4. Signals
・Long when close crosses up the lowerBand .
・Short when close crosses down the upperBand .
・Track tradeDirection and print a ⭐️ when price crosses the HTF EMA against the current direction (TP cue).
5. Volatility hazard (optional): Flag bars where
・TR ≥ ATR(avg, N) × multiplier and
・Volume ≥ SMA(volume, M) × multiplier.
These get a 💀 label so you can avoid forced entries/exits during disorderly bursts.
Parameters (UI mapping)
Higher-Timeframe & Core
・Higher TF for EMA/ATR: HTF used by request.security (e.g., 60).
・EMA Length (HTF): HTF EMA period.
・ATR Length (HTF): HTF ATR period.
・ATR Multiplier: Band width.
・Aurora mode: Toggle dynamic background (ATR-based gradient).
Volatility Filter (Volatility Filter group)
・Enable Extreme Volatility Filter?: On/off.
・ATR Period / ATR Spike Multiplier: Bar is “extreme” if TR ≥ ATR×multiplier.
・Volume MA Period / Volume Spike Multiplier: “Extreme” also requires Volume ≥ SMA×multiplier.
Signal Settings
・Long Arrow Color / Short Arrow Color: Icon colors for long/short cues.
Practical usage
・Plan around the HTF envelope:
・Below lower band → price may be stretched into demand zone (look for long cue & reaction).
・Above upper band → stretched into supply zone (look for short cue & reaction).
・Confirmation: Treat arrows as triggers, not commands. Favor entry when you also see reaction candles (rejection wicks, engulfings) or micro-structure alignment.
・Exit discipline: The ⭐️ on EMA cross-back is a simple, mechanical TP. You can scale out earlier using fixed R-multiples or prior swing levels.
・Hazard bars: Avoid initiating on 💀 bars; widen stops or step aside until volatility normalizes.
・Clutter control: If zones feel too reactive, raise HTF (e.g., 120/240) or increase ATR Length/Multiplier for broader, slower bands.
Repainting & HTF notes
・HTF series from request.security are final only when the HTF bar closes. Using upperBand /lowerBand for crosses helps reduce duplicate/early prints, but intrabar behavior on the current HTF bar can still evolve. Evaluate on closed bars for strict confirmation.
Best markets & timeframes
・Pairs/indices/crypto where trend–pullback cycles are common.
・Start with entry TF = your usual trading TF (e.g., 5m–1h) and HTF = 3–12× that TF (e.g., 60/120/240).
・For BTC/Gold or newsy assets, prefer higher HTF and the volatility filter ON.
Disclaimer
This tool identifies zones and timing cues; it does not guarantee outcomes. News shocks and liquidity gaps can invalidate any setup. Always size positions prudently and trade at your own risk.
SuperFunded invite-only
To obtain access, please DM me on TradingView or use the link in my profile.
Stella Edge — クイックガイド(日本語)
概要
Stella Edgeは、上位足EMA±ATRバンドで相場をフレーミングし、アダプティブな買い/売りゾーン、極端なボラティリティ警告、そしてシンプルなエントリー/利確キューを提供するインジです。
・ロング:価格が Lower Bandを上抜けたタイミングで矢印。
・ショート:価格が Upper Bandを下抜けたタイミングで矢印。
・利確⭐️:建玉方向に対して価格が HTF EMA を逆行クロスしたら表示。
・💀警告:ATRと出来高が同時スパイクした「危険」バーを明示。
・背景はHTF ATRのパーセントランクで静→動にグラデーションする「オーロラ」表現。
独自性・新規性
・上位足の構造を先に定義(EMA±ATR)→そこへ戻る/抜ける動きだけを狙うため、ノイズを減らした文脈型の判断が可能。
・二重スパイク条件(TR×ATR基準+出来高×SMA基準)で、荒れ相場のエントリー回避を支援。
・シグナルの重複・不安定を抑制、見やすい最小限のアイコンに整理。
・視覚設計としてATRの相対的な強度を背景で可視化し、一目で局面認識。
使い方のヒント
・ゾーンは押し目/戻り目の候補。矢印はトリガーとして扱い、ローソクの反応(ピンバー/包み足など)で確認してから入る。
・⭐️は機械的TPの目安。スケールアウトやR倍数での利確も併用可。
・💀が出た足での新規は原則回避。HTFを上げるとゾーンはより鈍感=落ち着いた絵に。
・HTF更新の注意:上位足バー確定までは値が変化し得ます。確定足ベースで検証するのが安全。
免責
本ツールは反発や到達を保証しません。イベントや流動性によって機能しないことがあります。資金管理のもと自己責任でご利用ください。
SuperFunded 招待専用スクリプト
このスクリプトはSuperFundedの参加者専用です。アクセスをご希望の方は、SuperFundedにご登録のメールアドレスから partner@superfunded.com 宛に、TradingViewの登録名をご送信ください。
Rsi TrendLines with Breakouts [KoTa]### RSI TrendLines with Breakouts Indicator: Detailed User Guide
The "RSI TrendLines with Breakouts " indicator is a custom Pine Script tool designed for TradingView. It builds on the standard Relative Strength Index (RSI) by adding dynamic trendlines based on RSI pivots (highs and lows) across multiple user-defined periods. These trendlines act as support and resistance levels on the RSI chart, and the indicator detects breakouts when the RSI crosses these lines, generating potential buy (long) or sell (short) signals. It also includes overbought/oversold thresholds and optional breakout labels. Below, I'll provide a detailed explanation in English, covering how to use it, its purpose, advantages and disadvantages, example strategies, and ways to enhance strategies with other indicators.
How to Use the Indicator
- The indicator uses `max_lines_count=500` to handle a large number of lines without performance issues, but on very long charts, you may need to zoom in for clarity.
1. **Customizing Settings**:
The indicator has several input groups for flexibility. Access them via the gear icon next to the indicator's name on the chart.
- **RSI Settings**:
- RSI Length: Default 14. This is the period for calculating the RSI. Shorter lengths (e.g., 7-10) make it more sensitive to recent price changes; longer (e.g., 20+) smooth it out for trends.
- RSI Source: Default is close price. You can change to open, high, low, or other sources like volume-weighted for different assets.
- Overbought Level: Default 70. RSI above this suggests potential overbuying.
- Oversold Level: Default 30. RSI below this suggests potential overselling.
- **Trend Periods**:
- You can enable/disable up to 5 periods (defaults: Period 1=3, Period 2=5, Period 3=10, Period 4=20, Period 5=50). Only enabled periods will draw trendlines.
- Each period detects pivots (highs/lows) in RSI using `ta.pivothigh` and `ta.pivotlow`. Shorter periods (e.g., 3-10) capture short-term trends; longer ones (20-50) show medium-to-long-term momentum.
- Inline checkboxes allow you to toggle display for each (e.g., display_p3=true by default).
- **Color Settings**:
- Resistance/Support Color: Defaults to red for resistance (up-trendlines from RSI highs) and green for support (down-trendlines from RSI lows).
- Labels for breakouts use green for "B" (buy/long) and red for "S" (sell/short).
- **Breakout Settings**:
- Show Prev. Breakouts: If true, displays previous breakout labels (up to "Max Prev. Breakouts Label" +1, default 2+1=3).
- Show Breakouts: Separate toggles for each period (e.g., show_breakouts3). When enabled, dotted extension lines project the trendline forward, and crossovers/crossunders trigger labels like "B3" (breakout above resistance for Period 3) or "S3" (break below support).
- Note: Divergence detection is commented out in the code. If you want to enable it, uncomment the relevant sections (e.g., show_divergence input) and adjust the lookback (default 5 bars) for spotting bullish/bearish divergences between price and RSI.
2. **Interpreting the Visuals**:
- **RSI Plot**: A blue line showing the RSI value (0-100). Horizontal dashed lines at 70 (red, overbought), 30 (green, oversold), and 50 (gray, midline).
- **Trendlines**: Solid lines connecting recent RSI pivots. Green lines (support) connect lows; red lines (resistance) connect highs. Only the most recent line per direction is shown per period to avoid clutter.
- **Breakout Projections**: Dotted lines extend the current trendline forward. When RSI crosses above a red dotted resistance, a "B" label (e.g., "B1") appears above, indicating a potential bullish breakout. Crossing below a green dotted support shows an "S" label below, indicating bearish.
- **Labels**: Current breakouts are bright (green/red); previous ones fade to gray. Use these as signal alerts.
- **Alerts**: The code includes commented-out alert conditions (e.g., for breakouts or RSI crossing levels). Uncomment and set them up in TradingView's alert menu for notifications.
3. **Best Practices**:
- Use on RSI-compatible timeframes (e.g., 1H, 4H, daily) for stocks, forex, or crypto.
- Combine with price chart: Trendlines are on RSI, so check if RSI breakouts align with price action (e.g., breaking a price resistance).
- Test on historical data: Backtest signals using TradingView's replay feature.
- Avoid over-customization initially—start with defaults (Periods 3 and 5 enabled) to understand behavior.
What It Is Used For
This indicator is primarily used for **momentum-based trend analysis and breakout trading on the RSI oscillator**. Traditional RSI identifies overbought/oversold conditions, but this enhances it by drawing dynamic trendlines on RSI itself, treating RSI as a "price-like" chart for trend detection.
- **Key Purposes**:
- **Identifying Momentum Trends**: RSI trendlines show if momentum is strengthening (upward-sloping support) or weakening (downward-sloping resistance), even if price is ranging.
- **Spotting Breakouts**: Detects when RSI breaks its own support/resistance, signaling potential price reversals or continuations. For example, an RSI breakout above resistance in an oversold zone might indicate a bullish price reversal.
- **Multi-Period Analysis**: By using multiple pivot periods, it acts like a multi-timeframe tool within RSI, helping confirm short-term signals with longer-term trends.
- **Signal Generation**: Breakout labels provide entry/exit points, especially in trending markets. It's useful for swing trading, scalping, or confirming trends in larger strategies.
- **Divergence (Optional)**: If enabled, it highlights mismatches between price highs/lows and RSI, which can predict reversals (e.g., bullish divergence: price lower low, RSI higher low).
Overall, it's ideal for traders who rely on oscillators but want more visual structure, like trendline traders applying price concepts to RSI.
Advantages and Disadvantages
**Advantages**:
- **Visual Clarity**: Trendlines make RSI easier to interpret than raw numbers, helping spot support/resistance in momentum without manual drawing.
- **Multi-Period Flexibility**: Multiple periods allow analyzing short- and long-term momentum simultaneously, reducing noise from single-period RSI.
- **Breakout Signals**: Automated detection of breakouts provides timely alerts, with labels and projections for proactive trading. This can improve entry timing in volatile markets.
- **Customization**: Extensive inputs (periods, colors, breakouts) make it adaptable to different assets/timeframes. The stateful management of lines/labels prevents chart clutter.
- **Complementary to Price Action**: Enhances standard RSI by adding trend context, useful for confirming divergences or overbought/oversold trades.
- **Efficiency**: Uses efficient arrays and line management, supporting up to 500 lines for long charts without lagging TradingView.
**Disadvantages**:
- **Lagging Nature**: Based on historical pivots, signals may lag in fast-moving markets, leading to late entries. Shorter periods help but increase whipsaws.
- **False Signals**: In ranging or sideways markets, RSI trendlines can produce frequent false breakouts. It performs better in trending conditions but may underperform without filters.
- **Over-Reliance on RSI**: Ignores volume, fundamentals, or price structure—breakouts might not translate to price moves if momentum decouples from price.
- **Complexity for Beginners**: Multiple periods and settings can overwhelm new users; misconfiguration (e.g., too many periods) leads to noisy charts.
- **No Built-in Risk Management**: Signals lack stop-loss/take-profit logic; users must add these manually.
- **Divergence Limitations**: The basic (commented) divergence detection is simplistic and may miss hidden divergences or require tuning.
In summary, it's powerful for momentum traders but should be used with confirmation tools to mitigate false positives.
Example Strategies
Here are one LONG (buy) and one SHORT (sell) strategy example using the indicator. These are basic; always backtest and use risk management (e.g., 1-2% risk per trade, stop-loss at recent lows/highs).
**LONG Strategy Example: Oversold RSI Support Breakout**
- **Setup**: Use on a daily chart for stocks or crypto. Enable Periods 3 and 5 (short- and medium-term). Set oversold level to 30.
- **Entry**: Wait for RSI to be in oversold (<30). Look for a "B" breakout label (e.g., "B3" or "B5") when RSI crosses above a red resistance trendline projection. Confirm with price forming a higher low or candlestick reversal (e.g., hammer).
- **Stop-Loss**: Place below the recent price low or the RSI support level equivalent in price terms (e.g., 5-10% below entry).
- **Take-Profit**: Target RSI reaching overbought (70) or a 2:1 risk-reward ratio. Exit on a bearish RSI crossunder midline (50).
- **Example Scenario**: In a downtrending stock, RSI hits 25 and forms a support trendline. On a "B5" breakout, enter long. This captures momentum reversals after overselling.
- **Rationale**: Breakout above RSI resistance in oversold signals fading selling pressure, potential for price uptrend.
**SHORT Strategy Example: Overbought RSI Resistance Breakout**
- **Setup**: Use on a 4H chart for forex pairs. Enable Periods 10 and 20. Set overbought level to 70.
- **Entry**: Wait for RSI in overbought (>70). Enter on an "S" breakout label (e.g., "S3" or "S4") when RSI crosses below a green support trendline projection. Confirm with price showing a lower high or bearish candlestick (e.g., shooting star).
- **Stop-Loss**: Above the recent price high or RSI resistance level (e.g., 5-10% above entry).
- **Take-Profit**: Target RSI hitting oversold (30) or a 2:1 risk-reward. Exit on bullish RSI crossover midline (50).
- **Example Scenario**: In an uptrending pair, RSI peaks at 75 with a resistance trendline. On "S4" breakout, enter short. This targets momentum exhaustion after overbuying.
- **Rationale**: Break below RSI support in overbought indicates weakening buying momentum, likely price downturn.
Enhancing Strategy Validity with Other Indicators
To increase the reliability of strategies based on this indicator, combine it with complementary tools for confirmation, filtering false signals, and adding context. This creates multi-indicator strategies that reduce whipsaws and improve win rates. Focus on indicators that address RSI's weaknesses (e.g., lagging, momentum-only). Below are examples of different indicators, how to integrate them, and sample strategies.
1. **Moving Averages (e.g., SMA/EMA)**:
- **How to Use**: Overlay 50/200-period EMAs on the price chart. Use RSI breakouts only in the direction of the trend (e.g., long only if price > 200 EMA).
- **Strategy Example**: Trend-Following Long – Enter on "B" RSI breakout if price is above 200 EMA and RSI > 50. This filters reversals in uptrends. Add MACD crossover for entry timing. Advantage: Aligns momentum with price trend, reducing counter-trend trades.
2. **Volume Indicators (e.g., Volume Oscillator or OBV)**:
- **How to Use**: Require increasing volume on RSI breakouts (e.g., OBV making higher highs on bullish breakouts).
- **Strategy Example**: Volume-Confirmed Short – On "S" breakout, check if volume is rising and OBV breaks its own trendline downward. Enter short only if confirmed. This validates breakouts with real market participation, avoiding low-volume traps.
3. **Other Oscillators (e.g., MACD or Stochastic)**:
- **How to Use**: Use for divergence confirmation or overbought/oversold alignment. For instance, require Stochastic (14,3,3) to also breakout from its levels.
- **Strategy Example**: Dual-Oscillator Reversal Long – Enable divergence in the indicator. Enter on bullish RSI divergence + "B" breakout if MACD histogram flips positive. Exit on MACD bearish crossover. This strengthens reversal signals by cross-verifying momentum.
4. **Price Action Tools (e.g., Support/Resistance or Candlestick Patterns)**:
- **How to Use**: Map RSI trendlines to price levels (e.g., if RSI resistance breaks, check if price breaks a key resistance).
- **Strategy Example**: Price-Aligned Breakout Short – On "S" RSI breakout in overbought, confirm with price breaking below a drawn support line or forming a bearish engulfing candle. Use Fibonacci retracements for targets. This ensures momentum translates to price movement.
5. **Volatility Indicators (e.g., Bollinger Bands or ATR)**:
- **How to Use**: Avoid trades during low volatility (e.g., Bollinger Band squeeze) to filter ranging markets. Use ATR for dynamic stops.
- **Strategy Example**: Volatility-Filtered Long – Enter "B" breakout only if Bollinger Bands are expanding (increasing volatility) and RSI is oversold. Set stop-loss at 1.5x ATR below entry. This targets high-momentum breakouts while skipping choppy periods.
**General Tips for Building Enhanced Strategies**:
- **Layering**: Start with RSI breakout as the primary signal, add 1-2 confirmations (e.g., EMA trend + volume).
- **Backtesting**: Use TradingView's strategy tester to quantify win rates with/without additions.
- **Risk Filters**: Incorporate overall market sentiment (e.g., via VIX) or avoid trading near news events.
- **Timeframe Alignment**: Use higher timeframes for trend (e.g., daily EMA) and lower for entries (e.g., 1H RSI breakout).
- **Avoid Overloading**: Too many indicators cause paralysis; aim for synergy (e.g., trend + momentum + volume).
This indicator is a versatile tool, but success depends on context and discipline. If you need code modifications or specific backtests, provide more details!
JLine RZ+|SuperFundedJLINE with Resistance Zone+ — Quick Guide
What it is
This indicator generalizes the classic “JLINE” concept by letting you choose the MA type (SMA / EMA / WMA) and by converting mixed-order phases—when the fast/mid/slow MAs temporarily overlap—into forward-projected horizontal zones. It also shows a status label (current timeframe) and an optional higher-timeframe (HTF) status so you can align entries with broader trend context.
Why this is not a simple mashup
・Structure first: Instead of merely plotting MAs, the script detects mixed-order windows and tracks the max/min envelope formed by the 3 MAs during the overlap, then freezes and extends that range to the right as tradable zones (dynamic S/R derived from regime transitions).
・Context layering: You get a clear “Bullish/Bearish Perfect Order vs Mixed Zone” state, a color-coded MA band, and forward zones that persist beyond the regime change. This provides a workflow (identify structure → watch reactions at projected zones → confirm with status).
・Top-down alignment: The HTF status overlay makes it easy to avoid counter-trend trades or, if you prefer, time mean-reversion only when the current timeframe’s mixed zones line up with HTF conditions.
How it works (concise)
1. Compute fast/mid/slow MAs using your selected type (SMA/EMA/WMA).
2. Define states: Bullish Perfect Order (fast > mid > slow), Bearish Perfect Order (fast < mid < slow), or Mixed Zone (neither).
3. While Mixed, maintain an envelope using the highest/lowest of the three MAs. When the regime exits Mixed, save that envelope as a horizontal box and extend it into the future (older boxes auto-delete to keep the chart clean).
4. Paint an MA band between fast & slow with state-aware shading.
5. Show a corner label with the current state; optionally add the HTF state via request.security.
Parameters (UI mapping)
1. Moving Average Settings
・MA Type: SMA / EMA / WMA.
・Fast/Middle/Slow Period: Default 20/100/200, editable.
・Paint MA Band: Toggle the band fill between fast and slow MA.
2. Resistance Zone Settings
・Show Resistance Zone: Draw horizontal zones from mixed-order windows and extend to the right.
・Max Number of Zones: Cap the count; oldest zones are removed automatically.
・Zone Color: Set zone color/opacity.
3. Status Display Settings
・Show Status Label: On-chart label showing the current state.
・Label Position: Top/Bottom × Left/Right.
4. Multi-Timeframe Settings
・Show Higher Timeframe Status: Display the HTF state in the label.
・Higher Timeframe: Select the HTF (empty = disabled).
Practical usage
・Plan around zones: Treat zones as potential support/resistance derived from regime transitions. Observe how price reacts when it revisits/enters a zone.
・Align with trend: Prefer entries with the PO state (e.g., longs in Bullish PO) and use HTF status to filter. Mean-reversion is still possible, but require clear reaction (wick rejections, engulfings) at a zone.
・Manage clutter: If charts get busy, increase timeframe or lower “Max Number of Zones.”
・Risk first: SL beyond the opposite side of the zone; TPs can target adjacent zones or fixed R-multiples.
Notes & limitations
・Zones reflect MA-structure (mixed) envelopes, not price consolidations per se; they are structural guides, not guarantees.
・HTF readouts rely on request.security and your chosen timeframe; data quality and timing follow TradingView constraints.
Disclaimer
This tool suggests potential reaction areas; it cannot ensure outcomes. Volatility, news and liquidity conditions may invalidate any setup. Use appropriate position sizing and only risk capital you can afford to lose.
SuperFunded invite-only
To obtain access, please contact me via TradingView DM or the link in my profile.
JLINE with Resistance Zone (Advanced) — クイックガイド(日本語)
概要
本インジは、任意のMAタイプ(SMA / EMA / WMA)で高速・中速・低速の3本を描画し、順序が混在する期間(Mixed)で形成された3MAの最大値/最小値の包絡を水平ゾーンとして将来に延長して表示します。さらに、現在の状態ラベルと、任意で上位時間足(HTF)の状態も重ねて表示できます。
新規性(単なる寄せ集めではない点)
・構造を先に特定:MAを出すだけでなく、混在期間を検出→その間の3MA包絡を凍結して水平帯に変換→右に延長。レジーム転換由来のS/Rを作ります。
・文脈レイヤー:Bullish/BearishのパーフェクトオーダーとMixedを明示、MAバンドと将来に残るゾーンで、構造→反応→確認の手順が取りやすい構成。
・トップダウン整合:HTF状態をラベルに併記して、逆行を避けたり、逆張りでも根拠を強めたりできます。
使い方のヒント
ゾーン中心で計画:ゾーンはレジーム転換に基づく潜在的S/R。再訪時のローソク足の反応(ピンバー、包み足など)を確認してからエントリー。
トレンド整合:可能ならPO方向に合わせる。逆張りは明確な反応が条件。
視認性:時間軸を上げるか Max Number of Zones を下げて整理。
リスク管理:損切りは帯の反対側、利確は隣接ゾーンやR倍数で。
免責
ゾーンは反発を保証しません。ニュース・流動性の急変で機能しない場合があります。資金管理の徹底と自己責任でのご利用をお願いします。
SuperFunded招待専用スクリプト
このスクリプトはSuperFundedの参加者専用です。
NON REPAINT SYSTEM V2.0NON REPAINT SYSTEM V2.0 is our completely redesigned premium trading system that delivers genuine non-repaint signals with institutional-grade accuracy. After months of development and testing, we've created the most reliable trading indicator that never repaints, never disappears, and never changes once a signal appears.
MACD + Supertrend + VWAP (Filtered with Background)MACD + Supertrend + VWAP (Filtered with Background)
Brain ScalpThis indicator is designed for price action study.
It automatically marks order blocks (OBs) and highlights candlestick formations that may indicate potential market behavior.
The purpose of this tool is to assist with chart analysis and market structure observation.
This script is created for educational and research purposes only.
It does not provide buy or sell signals, and it is not financial advice.
HH/HL/LH/LL Swing MapHH/HL/LH/LL Swing Map
Overview
The HH/HL/LH/LL Swing Map is a Pine Script v6 indicator for TradingView that classifies market structure swings in real time. It identifies and labels Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL) using verified pivot logic, ensuring accuracy without repainting. Custom non-repainting comparisons support reliable structure mapping. Designed for price action traders, it provides a clear, systematic view of evolving swing structure directly on the chart.
How It Works
The indicator uses ta.pivothigh and ta.pivotlow functions with configurable left/right bar settings to verify swing points—delaying labels until full verification for no repaints. Each verified pivot is compared to the previous swing of the same type: If a new high is above the prior high, it is marked as HH; otherwise, LH. If a new low is above the prior low, it is marked as HL; otherwise, LL. Labels and optional triangle markers are plotted on the exact bar where the swing confirms, with customizable offsets in ticks for consistent placement. Users can also enable connection lines between consecutive highs or lows, providing a simple zigzag visualization of structure shifts.
Key Features
• Non-Repainting Logic: Uses verified pivots (bar_index - rightBars) for accurate HH/HL/LH/LL classification.
• Customizable Labels: Adjustable colors, offsets, and visibility for clean chart integration.
• Optional Connection Lines: Connects successive highs and lows to highlight market structure flow.
• Trend Clarity: Quickly distinguishes bullish (HH/HL) and bearish (LH/LL) conditions.
• Alerts Built-In: Alert conditions trigger when new HH, HL, LH, or LL points are verified.
• Lightweight Design: Refined for fast rendering without cluttering the chart.
What It Displays
The indicator plots visual labels and markers for each verified structural pivot (HH, HL, LH, LL). It can also draw connecting lines between pivots to form a simplified swing map of price action. These elements help traders spot shifts in trend direction, continuation, and reversal zones.
Originality
This is an original Pine v6 implementation. It applies verified pivot logic, label/line management, and alert conditions.
Common Ways People Use It
• Price action traders mapping bullish or bearish structure (HH/HL vs. LH/LL).
• Swing traders validating entry/exit signals with structural verification.
• Technical analysts combining market structure with support/resistance or supply/demand zones.
• Day traders monitoring micro-structure shifts for intraday scalping strategies.
Configuration Notes
Users can adjust left/right bar counts for swing verification, label and triangle visibility, line drawing options, and color schemes. Offsets allow labels to remain readable across symbols and timeframes. Alerts may be set for specific structure changes (e.g., “New Higher High Verified”).
Legal Disclaimer
These indicators are for informational and educational purposes only—not investment, financial, or trading advice. Past performance is not indicative of future results; trading involves high risk of loss. Provided "as is" with no warranties. Consult a qualified professional before decisions. By using, you assume all risk and agree to this disclaimer.
Simple BuyandSell SignalsThis script is an original SuperTrend-based buy/sell signal indicator, designed to give clear, visually intuitive trading signals. It improves upon traditional Supertrend logic by adding trend highlighting, signal markers, and enhanced ATR handling.
🔹 Originality & Improvements
Combines a fixed ATR-based trend system with clear uptrend and downtrend highlighting.
Includes buy/sell labels and markers at trend reversal points for easy identification.
Highlights trends with semi-transparent fills for visual clarity.
Modified trend logic ensures consistent signals while avoiding repainting issues.
🔹 Fixed Parameters for Consistency
ATR period, multiplier, source, and trend highlighting parameters are all fixed.
Users cannot adjust these settings, ensuring consistent signals across all users.
🔹 Usage / Trade Guidance
Red line (Up Trend) → Consider entering long (buy) positions.
Green line (Down Trend) → Consider entering short (sell) positions.
Add-on / Scaling logic:
If price touches the red line but does not break below it, consider adding to long positions.
If price touches the green line but does not break above it, consider adding to short positions.
Suitable for multiple timeframes, swing trading, or as a filter for intraday setups.
🔹 Advantages
Reduces false signals with fixed ATR and trend logic.
Provides clear, visually intuitive trend signals.
Includes built-in alert conditions for trend changes and buy/sell events.