Smart Reversal Signal (Stoch + RSI + EQH/EQL)Smart Reversal Signal combines Stochastic oscillator, RSI levels, and Equal High/Low detection to identify potential price reversal zones. It highlights buy signals when Stochastic crosses up in oversold conditions with RSI confirmation and Equal Low (EQL), and sell signals when Stochastic crosses down in overbought areas with Equal High (EQH), shown via background color alerts.
Chart patterns
RSI Candlestick//@version=5
indicator("RSI Candlestick", overlay=false)
length = input(14, title="RSI Length")
rsi = ta.rsi(close, length)
// RSI를 캔들로 변환 (예: RSI의 시가, 고가, 저가, 종가 계산)
rsi_open = rsi // 이전 RSI 값
rsi_close = rsi // 현재 RSI 값
rsi_high = math.max(rsi, rsi_open) // 고가는 현재와 이전 중 큰 값
rsi_low = math.min(rsi, rsi_open) // 저가는 현재와 이전 중 작은 값
// 캔들 플롯
plotcandle(rsi_open, rsi_high, rsi_low, rsi_close, title="RSI Candles", color=rsi_close > rsi_open ? color.green : color.red)
ORB 15min + Entry + SL + TP at 2R15MIN ORB
- ORB high & low
- Entry above/below 5MIN candle close outside range
- SL above/below 5MIN break-out candle
- TP at 2R
RSI Confluence - 3 TimeframesThe 3-Timeframe RSI Confluence indicator analyzes the Relative Strength Index (RSI) across three customizable timeframes. It highlights strong overbought or oversold conditions when all RSI values align, helping identify high-conviction buy or sell signals based on multi-timeframe momentum agreement.
Fall from Recent Top & ATH (Latest Only)Easy tool for smart investors. it's good option when you find good fundamental stock. then just check the fall from the top before taking decision.
MA 3/20/200 mit Trendverlängerung📊 3-Line MA Pack – Clean Trend Tracking with Projection
Fast. Clear. No fluff.
This script shows:
🔴 MA 3 – short-term momentum
🟠 MA 20 – medium trend flow
🔵 MA 200 – long-term direction
All lines extend forward based on recent slope – automatically adjusted to your timeframe.
Perfect for traders who want to see the flow at a glance.
Plug it in. Read the trend. Trade smarter.
No noise – just structure.
DAYTRADE GPT StrategyThis is the DAYTRADE GPT Strategy — built for disciplined intraday traders aiming to grow small capital into serious gains through calculated, high-probability trades.
🔍 Strategy Overview:
- Combines Bollinger Bands, RSI, Stochastic RSI, and Volume Spike detection for precise entries.
- Auto-detects optimal LONG and SHORT positions.
- Built-in Stop Loss and Take Profit using a configurable Risk/Reward ratio (default 1:2).
- Includes dynamic trailing stop logic to scale and protect profits once in the green.
🎯 Designed for:
- Scalping and short-term trades on crypto or highly liquid assets.
- Traders who scale positions as profits increase.
- High-frequency setups backed by volume confirmation.
💡 How It Works:
- Long when price is outside lower BB, RSI < 40, Stoch RSI oversold, and volume spike detected.
- Short when price is outside upper BB, RSI > 60, Stoch RSI overbought, and volume spike detected.
- Uses trailing stop once profitable to lock in gains as price climbs.
- Fully customizable: risk ratio, trailing %, and indicator sensitivity.
📈 Goal: Turn consistent setups into strategic wins. Ideal for those growing accounts from $100 toward $100K by December through disciplined trade management.
Let the algorithm handle entry/exit while you focus on execution. Adjust settings for your market.
#Crypto #DayTrading #Scalping #PineScript #Strategy
BB 확장 CCI MA 매매신호 Rev.7.1 (마커 크기 축소)Buy and sell signals generated using Bollinger Bands, CCI, and 5-day moving average
Early Money Flow DetectionThis indicator will help trader dectect the signal early than MFI traditional.
Killzones [Plug&Play]Highlight the most important institutional trading hours with precision.
The Setup Agent Killzones indicator automatically plots vertical lines to mark the key “Killzone” windows each day — London (08:00–09:00) and New York (15:00–16:00), shown in UK time. These timeframes represent periods of high volatility, where smart money activity is most likely to create the day’s major moves.
How it works:
Instantly visualise the London and New York Killzones with subtle vertical lines.
Customise which sessions to show to fit your trading style.
Stay focused on the windows where market makers are most active.
Perfect for intraday traders and anyone using session-based strategies.
Combine with our session indicator for a complete Plug&Play edge.
Nirav - Opening Range with Breakouts & TargetsUsed for Credit Spreads: Opening Range with Breakouts & Targets
Smart Composite Strategy {Darkoexe}This strategy is a multi-confirmation trend-based system that combines several powerful community concepts into a cohesive trade automation framework. It’s designed to help identify high-probability directional trades with built-in dynamic exits, take-profits, and intelligent trend filters.
🧩 What Makes It Unique
Rather than relying on a single signal or open-source indicator, this strategy blends three well-established concepts:
G-Trend Reversal Detection – A trailing ATR-based trend switch logic to determine core market direction.
Bull/Bear Candle Momentum Filter – Counts candle colors over a lookback period to evaluate directional conviction.
Multi-timeframe CCI Rider & Ultimate RSI – Uses smoothed momentum values to confirm continuation and strength.
Trades are only entered when all modules are in agreement — filtering out noisy entries and aligning with prevailing momentum.
⚙️ Strategy Components
Entry Triggers:
A confirmed trend switch via G-Trend logic.
Favorable bullish or bearish candle momentum.
Multi-timeframe momentum alignment using:
CCI EMA
Augmented RSI signal line
Exits:
Optional G-Trend signal reversal exit.
Configurable stop-loss and take-profit levels, based on percentages.
Partial TP1-based exit, with dynamic stop-loss movement to entry upon trigger.
Customization:
Backtesting window control (start/end date).
Toggle for stop loss, take profit, TP1 percent, and SL trail logic.
Toggle to use or skip trend-based exit logic.
🎯 Use Case
This strategy is best suited for:
Swing traders or intraday trend-followers.
Users wanting layered confirmation rather than single-indicator entries.
Markets with clear institutional flows or trending behavior.
⚠️ Notes & Limitations
This strategy uses components from other publicly available indicators, including:
G-Trend
CCI Rider by Stefan Loosli
Ultimate RSI by LuxAlgo
All code has been integrated and adapted into a unified logic tree.
The strategy operates using historical price data and may not account for real-time slippage or fees.
Always forward test in live or paper environments before relying on performance.
Creflo C's BS Detector✅ Buy Signal Triggers when:
All of the following conditions are true:
📈 close > ema5 — price is above the short-term trend.
🔁 ema10 > ema21 — confirms near-term bullish momentum.
📊 close > ema50 — strong medium-term trend.
🏗️ close > ema200 — long-term trend is bullish.
💪 RSI > sma(RSI, 2) — momentum is increasing.
🏔️ close >= 85% of the 104-week high — stock is near its 2-year highs.
⚔️ (60-bar performance > SPY's 60-bar performance) — stock is outperforming the market.
⏱️ It's been at least 21 bars since the last signal — you’re clear to fire again.
❌ Sell Signal Triggers when any one of the following is true:
🚨 close < chandelierExit
Defined as 21-bar high - (3 × ATR(21))
This is a trailing stop based on volatility.
❌ close < ema21 — loss of short-term support.
⚠️ close < ema50 — medium-term trend breakdown.
💀 close < ema200 — long-term trend cracked.
AND:
⏱️ It's been at least 21 bars since the last signal
Creflo C's BS Detector✅ Buy Signal Triggers when:
All of the following conditions are simultaneously true:
close > ema5 → price is rising short-term.
ema10 > ema21 → near-term trend is bullish.
close > ema50 → confirms medium-term support.
close > ema200 → confirms long-term trend is up.
rsi > sma(rsi, 2) → momentum is rising.
close >= 85% of the 104-week high → shows strength relative to 2-year high.
stockPerf > benchPerf OR ticker is SPY
(Stock has outperformed the S&P 500 over the past 60 days.)
AND
It’s been at least 7 bars since the last buy signal unless the last signal was a sell.
❌ Sell Signal Triggers when any of the following is true:
close < chandelierExit
Trailing stop using:
21-bar high - (3 × ATR21)
close < ema21 → loss of short-term support.
close < ema50 → break of medium-term trend.
close < ema200 → long-term trend violation.
AND
It’s been at least 7 bars since the last sell signal unless the last signal was a buy.
Faster Heikin AshiFaster Heikin Ashi
The Faster Heikin Ashi improves traditional Heikin Ashi candles by introducing advanced weighting mechanisms and lag reduction techniques. While maintaining the price smoothing benefits of standard Heikin Ashi, this enhanced version delivers faster signals and responsiveness.
Key Features
Unified Responsiveness Control
Single parameter (0.1 - 1.0) controls all responsiveness aspects
Eliminates conflicting settings found in other enhanced HA indicators
Intuitive scaling from conservative (0.1) to highly responsive (1.0)
Advanced Weighted Calculations
Smart Close Weighting: Close prices receive 2-3x more influence for faster trend detection
Dynamic OHLC Processing: All price components are intelligently weighted based on responsiveness setting
Balanced High/Low Emphasis: Maintains price level accuracy while improving speed
Enhanced Open Calculation
Transition Speed: Open prices "catch up" to market movements faster
Lag Reduction Algorithm: Eliminates the typical delay in Heikin Ashi open calculations
Smooth Integration: Maintains visual continuity while improving responsiveness
Four-Color Scheme
- 🟢 **Lime**: Strong bullish momentum
- 🔴 **Red**: Strong bearish momentum
- 🟢 **Green**: Moderate bullish
- 🔴 **Maroon**: Moderate bearish
How It Works
Traditional Heikin Ashi smooths price action but often lags behind real market movements. This enhanced version:
1. Weights price components based on their predictive value
2. Accelerates trend transitions through advanced open calculations
3. Scales all enhancements through a single responsiveness parameter
4. Maintains smoothing benefits while reducing lag
Responsiveness (0.1 - 1.0)
0.1 - 0.3: Conservative, maximum smoothing
0.4 - 0.6: Balanced, good for swing trading and trend following
0.7 - 1.0: Aggressive, fast signals, suitable for scalping and active trading
Inside/Multiple Inside Bars Detector by Yasser R.01Multiple Inside Bars Trading System
Detects multiple inside bar patterns with visual alerts, breakout signals, and risk management levels (1:2 RR ratio). Identifies high-probability trading setups.
This indicator scans for consecutive inside bar patterns (2+ bars forming within a 'mother bar'), which often precede strong breakouts. When detected, it:
1. Draws clear reference lines showing the mother bar's high/low
2. Alerts when price breaks either level
3. Automatically calculates 1:2 risk-reward stop loss and take profit levels
4. Displays entry points with trade details
Ideal for swing traders, the system helps identify consolidation periods before potential trend continuations. Works best on 4H/Daily timeframes.
#InsideBars #BreakoutTrading #RiskManagement #SwingTrading #PriceAction
Professional-grade inside bar detector that:
✅ Identifies single AND multiple inside bar setups
✅ Provides clean visual references (lines/labels)
✅ Generates breakout signals with calculated RR levels
✅ Self-cleaning - removes old setups automatically
Use alongside trend analysis for best results. Customizable in Settings.
Inside/Multiple Inside Bars Detector by Yasser R.01Multiple Inside Bars Trading System
Detects multiple inside bar patterns with visual alerts, breakout signals, and risk management levels (1:2 RR ratio). Identifies high-probability trading setups.
This indicator scans for consecutive inside bar patterns (2+ bars forming within a 'mother bar'), which often precede strong breakouts. When detected, it:
1. Draws clear reference lines showing the mother bar's high/low
2. Alerts when price breaks either level
3. Automatically calculates 1:2 risk-reward stop loss and take profit levels
4. Displays entry points with trade details
Ideal for swing traders, the system helps identify consolidation periods before potential trend continuations. Works best on 4H/Daily timeframes.
#InsideBars #BreakoutTrading #RiskManagement #SwingTrading #PriceAction
Professional-grade inside bar detector that:
✅ Identifies single AND multiple inside bar setups
✅ Provides clean visual references (lines/labels)
✅ Generates breakout signals with calculated RR levels
✅ Self-cleaning - removes old setups automatically
Use alongside trend analysis for best results. Customizable in Settings.
Canuck Trading Trader StrategyCanuck Trading Trader Strategy
Overview
The Canuck Trading Trader Strategy is a powerful, trend-following trading system designed for day traders seeking high-probability setups on volatile stocks like Tesla (NASDAQ:TSLA). Built for the 15-minute timeframe, this strategy combines momentum, volume, price action, VWAP, and Smart Money Concepts (SMC) to identify optimal entry and exit points. With a sleek, minimalist visual design, it delivers clear buy/sell signals and dynamic trend columns, making it easy to spot market opportunities. The Canuck Trader spin offers a unique blend of precision and style.
Key Features
The strategy leverages a T3-smoothed trend oscillator, combining fast (3-period) and slow (15-period) EMAs with RSI to detect momentum shifts. Entries are triggered when the trend rises above its 10-bar SMA, supported by VWAP alignment, optional SMC value zones, high volume, and price action patterns (HH/HL for buys, LH/LL for sells). Exits use dynamic ATR-based stops and take-profits, with a trailing stop to capture extended moves.
Usage Instructions
Watch for buy and sell signals, plotted at trade entry points.
Customize inputs (e.g., volume_threshold, atr_multiplier_sl/tp) via the settings panel to tweak trade frequency or risk.
Set alerts for "Buy Signal" or "Sell Signal" to catch real-time opportunities.
For best results, use a premium TradingView plan for full intraday data access.
Customization
Adjust momentum_ema_fast/slow for faster or slower trend detection.
Modify volume_threshold (default 0.7) to filter volume spikes.
Tweak atr_multiplier_sl (1.2) and atr_multiplier_tp (1.5) for risk/reward preferences.
Change column/signal colors in the Style tab for your preferred look.
Notes
Born from relentless iteration and a passion for precision, the Canuck Trading Trader Strategy blends cutting-edge technicals with a bold, minimalist design. Whether you’re scalping TSLA’s intraday swings or riding multi-bar trends, this strategy delivers the edge you need with a distinctly Canadian flair. Trade smart, trade Canuck!
Feedback
If you encounter issues (e.g., label overlap, projection mismatches), please share your timeframe, settings, or a screenshot. Suggestions for enhancements (e.g., additional filters, visual tweaks) are welcome!
Disclaimer
The Canuck Trading Projection Indicator is provided for educational and informational purposes only. It is not financial advice. Trading involves significant risks, and past performance is not indicative of future results. Always perform your own due diligence and consult a qualified financial advisor before making trading decisions.
QQE On ChartQQE On Chart – Visual QQE Crossover Indicator
This indicator implements the Quantitative Qualitative Estimation (QQE) algorithm directly on the price chart.
Unlike traditional QQE implementations that are plotted as a separate oscillator, this version maps QQE Fast and QQE Slow signals as visual lines near the price action, allowing for cleaner and faster signal interpretation.
What it does:
Calculates smoothed RSI (using EMA) and its volatility (ATR of RSI changes).
Constructs upper and lower bands (QQE Slow) based on the smoothed QQE Fast line and dynamic ATR.
Displays BUY/SELL signals when the QQE Fast line crosses the QQE Slow band.
Signals are plotted as labels directly below/above the candles.
Why it's useful:
The proximity to price makes this QQE implementation very intuitive for price-action traders.
The smoothing and crossover logic help identify shifts in momentum and trend continuation.
Unique elements:
Overlay on chart with dynamic offset for better readability.
Built-in alerts for real-time trading reaction.
Optional signal markers can be enabled or disabled.
Best used for:
Momentum trading
Trend confirmation
Identifying reversal or breakout zones
Parameters:
RSI Length: Base RSI calculation period
Smoothing Factor: EMA applied to RSI
Offset from Price: Controls distance of QQE lines from price
Lower TF Confirmation (Buy/Sell)basic confirmation for entry on lower TF based on multiple indicators used in specific strategy. can assist with better entries
Advanced Market Profile AnalysisChecking if the vpoc, ppoc, and poor high and poor low are any anomolies can be detected with it
Setup Score OscillatorSetup Score Oscillator – Full Description
🎯 Purpose of the Script
This script is a manual trading setup scoring tool, designed to help traders quantify the quality of a trade setup by combining multiple technical, cyclical, and contextual signals.
Instead of relying on a single indicator, the trader manually selects which signals are present, and the script calculates a total score (0–100%), displayed as an oscillator in a separate panel (like RSI or MACD).
🔧 How it works in practice
1. Manual signal inputs
The script presents a set of checkboxes in the settings, where the trader can enable/disable the following signals:
✅ Confirmed Support/Resistance
✅ Aligned Volume Profile
✅ Favorable Cyclic Timing
✅ Valid Trend Line
✅ Aligned Cyclical Moving Averages
✅ Relevant Fibonacci Level
✅ Classic Volume Signal (spike, dry-up, etc.)
✅ Oscillator confirmation (e.g., divergences)
✅ Extreme Sentiment
✅ Relevant or incoming News
Each selected signal contributes to the total score based on its weight.
2. Scoring system
Each signal has a default weight (e.g., 20% for support/resistance, 15% for cycles, etc.).
Optionally, the trader can enable the “custom weights” checkbox and adjust each signal’s weight directly in the settings.
3. Score visualization
The final score (sum of all active weights) is plotted as an oscillator ranging from 0 to 100%, with dynamic coloring:
Range Color Meaning
0–39% Red No valid setup
40–54% Yellow Watchlist only
55–69% Orange Good setup
70–100% Green Strong setup
Several horizontal threshold lines are displayed:
50% → neutral threshold
40%, 55%, 70% → operational levels
4. Optional background coloring
When the score exceeds 55% or 70%, the oscillator background lightly changes color to highlight stronger setups (non-intrusive).
📌 Practical benefits
Objectifies subjective analysis: each decision becomes a number.
Prevents overtrading: no entries if the score is too low.
Adaptable to any trading style: swing, intraday, positional.
User-friendly: no coding needed – just tick boxes.
Italiano:
Setup Score Oscillator – Descrizione completa
🎯 Obiettivo dello script
Lo script è uno strumento manuale di valutazione dei setup di trading, pensato per aiutare il trader a quantificare la qualità di un'opportunità operativa basandosi su più segnali tecnici, ciclici e contestuali.
Invece di affidarsi a un solo indicatore, il trader seleziona manualmente quali segnali sono presenti, e lo script calcola un punteggio complessivo percentuale (0–100%), rappresentato come oscillatore in una finestra separata (tipo RSI, MACD, ecc.).
🔧 Come funziona operativamente
1. Input manuale dei segnali
Lo script mostra una serie di checkbox nelle impostazioni, dove il trader può attivare o disattivare i seguenti segnali:
✅ Supporto/Resistenza confermata
✅ Volume Profile allineato
✅ Cicli o timing favorevole
✅ Trend line valida
✅ Medie mobili cicliche allineate
✅ Livello di Fibonacci rilevante
✅ Volume classico significativo (spike, dry-up)
✅ Conferme da oscillatori (es. divergenze)
✅ Sentiment estremo (es. euforia o panico)
✅ News importanti imminenti o appena uscite
Ogni casella attiva contribuisce al punteggio totale, con un peso specifico.
2. Sistema di punteggio
Ogni segnale ha un peso predefinito (es. 20% per supporti/resistenze, 15% per cicli, ecc.).
Facoltativamente, il trader può attivare la funzione “Enable custom weights” per personalizzare i pesi di ciascun segnale direttamente da input.
3. Visualizzazione del punteggio
Il punteggio complessivo (somma dei pesi attivati) viene tracciato come oscillatore da 0 a 100%, con colori dinamici:
Range Colore Significato
0–39% Rosso Nessun setup valido
40–54% Giallo Osservazione
55–69% Arancione Setup buono
70–1005 Verde Setup forte
Sono tracciate anche delle linee guida orizzontali a:
50% → soglia neutra
40%, 55%, 70% → soglie operative
4. Colorazione dello sfondo (facoltativa)
Quando il punteggio supera 55% o 70%, lo sfondo dell’oscillatore cambia leggermente colore per evidenziare il segnale (non invasivo).
📌 Vantaggi pratici
Oggettivizza l’analisi soggettiva: ogni decisione manuale si trasforma in un numero.
Evita overtrading: se il punteggio è troppo basso, non si entra.
Adattabile a ogni stile: swing, intraday, position.
Facile da usare anche senza codice: basta spuntare le caselle.