Candlestick analysis
Bottom Reversal Radar — Berk v1.4Bottom Reversal Radar — Berk v1.4
What it does:
Combines RSI recovery after oversold, MACD bull cross, close above EMA8, near-EMA200 proximity, volume expansion, and simple bullish divergence (pivot lows) into a single score.
Signal: Trigger when Score ≥ Threshold (default 3). Set alert via Create Alert → “Dipten Dönüş — Ana Sinyal” → Once per bar close.
How it works
RSI recovery: After touching oversold (30), RSI crosses up 35 within last X bars.
MACD bull cross: MACD Line crosses above Signal.
Close above EMA8 and BOS (close above recent swing high) confirm momentum.
Near EMA200: Price within −5%…+2% band adds a point.
Volume spike: Volume ≥ 1.5× SMA(20) adds a point.
Bullish divergence: Lower price low + higher RSI low (pivot 3/3) adds a point.
Inputs
RSI(14), rsiOS=30, rsiRecover=35, Volume SMA(20) with 1.5× multiplier, EMA200 proximity band −5%…+2%, lookbackBars=5, Score threshold default 3.
Usage tips
Best on Daily / 4H. If too many false positives: raise threshold to 4 and volume to 1.8–2.0×.
Pair with Screener filters: RSI≥35, MACD Line>Signal, Price above EMA8, Volume/Avg(20)≥1.5, and near EMA200 (%).
Disclaimer
For educational purposes only. Not financial advice.
Release notes (v1.4)
Fixed bullDiv typo; simplified visuals; Pine v5.
Tags: rsi, macd, ema, volume, divergence, reversal, trend, screener, bist, stocks, crypto
SMA Strategy with Re-Entry Signal (v6 Style)*SMA Trend Strategy with Re-Entry Signal (v6 Edition)*
This indicator is based on a classic moving average trend-following system, enhanced with re-entry signals designed for medium to short-term traders.
---
### 📈 Key Features:
1. *Trend Detection Logic:*
- The 30-period SMA (SMA30) is used as the trend filter.
- When the closing price is above the SMA30, the market is considered to be in an uptrend.
2. *Re-Entry Signal:*
- While in an uptrend, if the closing price crosses above the SMA20, a re-entry (add position) signal is triggered.
- These signals are shown with green upward arrows below the bars.
3. *Background Highlighting:*
- Green background: indicates an uptrend.
- Red background: indicates a break below SMA30, suggesting weakening momentum.
4. *Multi-SMA Visualization:*
- Five SMAs are displayed: SMA10, SMA20, SMA30, SMA60, and SMA250.
- This helps visualize both short-term and long-term trend structures.
---
### 🔍 Usage Tips:
- Use this script directly on your main chart to monitor trend direction and wait for re-entry signals during pullbacks.
- Combine with other tools like volume, price action, or candlestick patterns to confirm entries.
---
### ⚠️ Disclaimer:
- This indicator is for educational and informational purposes only. It does not constitute financial advice or a buy/sell signal.
- Avoid relying solely on this script for trading decisions. Always manage your own risk.
---
👨💻 *Developer’s Note:*
This script is 100% manually developed, not copied or auto-generated. It is an original implementation based on my personal trading logic. Suggestions and feedback are welcome!
Multi Keltner Channels by GreenDecodeThis indicator, created by GreenDecode, plots three Keltner Channels with a common length but different multipliers. It helps identify volatility and potential breakout points using upper and lower bands. Ideal for trend following and range-bound market analysis.
Multi SMA by GreenDecodeThis indicator, created by GreenDecode, plots eight Simple Moving Averages (SMAs) with customizable lengths and resolutions. Each SMA can be toggled on or off, and the colors are distinctly set for easy identification: SMA1 (yellow), SMA2 (cyan), SMA3 (green), SMA4 (red), SMA5 (blue), SMA6 (lightblue), SMA7 (teal), and SMA8 (gold). The SMAs are calculated to avoid repainting by using the 'lookahead=barmerge.lookahead_off' parameter, ensuring historical accuracy. Ideal for technical analysis to identify trends and potential reversal points on various timeframes.
Noretest of 20 EMA since 50 dayits an indicator which represents that price is away from 20 EMA for very long interval of price movement
Candle Body Size AlertThis indicator monitors the body size of each candle (close minus open, ignoring wicks) and compares it to a user-defined threshold measured in ticks. If the candle body exceeds the threshold, the indicator triggers an alert condition at the close of the candle.
Features:
1. Adjustable threshold in ticks (default: 4000)
2. Adjustable timeframe (or use chart timeframe)
3. Alerts only at candle close (no intrabar signals)
Use Case:
Designed for traders who want to be notified when unusually large candles form, helping to identify strong momentum moves or volatility spikes.
Fair Value Gap (FVG) – SHKSPR SuiteSHKSPR Suite – Fair Value Gap (FVG)
Overview
The "SHKSPR Suite" is a collection of precision trading tools for institutional-grade execution. This first release, the "Fair Value Gap (FVG)" module, detects and manages market imbalances with advanced filtering, clean visuals, and lifecycle logic. It adapts seamlessly to scalping, intraday, and swing trading across all markets and timeframes.
Core Features
Smart Detection: Wick/body mode, displacement and direction filters
Clutter Control: Min/Max deviation filters, max active gaps
Lifecycle Modes: Touch, % Fill, Full Engulf, Shrink-to-Close
Execution Tools: 50% midline for entries/exits, automated cleanup
Alerts: Real-time notifications when new gaps form
Trading Applications
Scalping (30s–1m, e.g. MNQ): Fade or follow momentum using fresh micro-gaps; enter at 50% midline, stop outside box.
Intraday Trends (5–15m): Trade continuation setups with displacement-confirmed, direction-aligned FVGs.
Swing Plays (4h–D): Target higher-timeframe imbalances; manage with Engulf or % Fill lifecycle.
Liquidity Sweeps: Enter on first retest of post-sweep FVGs for sharp reversals.
Recommended Configurations
Scalping: Expand Gaps ON, Displacement OFF, MinDev ≈ 0.05%, Lifecycle = Shrink
Intraday Trend: Displacement ON, Same Direction ON, MinDev ≈ 0.1–1%, Lifecycle = % Fill (40–60%)
Swing: Expand OFF, Displacement ON, MinDev ≈ 0.2–3%, Lifecycle = Full Engulf
*SHKSPR Suite – engineered precision for traders who demand clarity, structure, and control.*
High Volume Highlight - Pto compare volume indicator from prev bars. How to use it, short it when the red bar shows and long it when the green bar shows
Body & Volume-Based Buy/Sell Signals (5min 1.5M Vol)Only for 5 min and Volume 1.5M
Conditions (Summarized)
🔹 BUY Signal
Previous candle is red: close < open
Current candle is green: close > open
Previous candle body is smaller than current:
abs(close - open ) < abs(close - open)
Previous candle body size ≥ 10 points
Both candles' volume ≥ minVolume (default: 2,000,000)
➜ Plot BUY below green candle
🔸 SELL Signal
Previous candle is green: close > open
Current candle is red: close < open
Previous candle body is smaller than current:
abs(close - open ) < abs(close - open)
Previous candle body size ≥ 10 points
Both candles' volume ≥ minVolume
➜ Plot SELL above red candle
Strong Bullish And Bearish Engulfing PatternCONDITIONS:
🔹 1st Condition — Bullish Engulfing ➜ BUY
Previous Candle (Red): close < open
Current Candle (Green): close > open
Opens below previous red candle’s close: open < close
Closes above previous red candle’s open: close > open
➡️ Plot BUY below the green candle
🔸 2nd Condition — Bearish Engulfing ➜ SELL
Previous Candle (Green): close > open
Current Candle (Red): close < open
Opens above previous green candle’s close: open > close
Closes below previous green candle’s open: close < open
➡️ Plot SELL above the red candle
What this Script Does:
Detects Bullish Engulfing patterns ➜ plots BUY below the green candle.
Detects Bearish Engulfing patterns ➜ plots SELL above the red candle.
LRLR & HRLR Zones + VWAP How to Use This Indicator
This indicator combines LRLR/HRLR liquidity zones, VWAP trend, and the 52-bar high/low/average lines to help identify potential trading zones and trend directions.
1️⃣ LRLR / HRLR Zones
LRLR (green zones): Areas of strong upward liquidity
Above VWAP: Strong bullish zone (light green)
Below VWAP: Weak bullish zone (dark green)
HRLR (red zones): Areas of strong downward liquidity
Below VWAP: Strong bearish zone (light red)
Above VWAP: Weak bearish zone (dark red)
Usage tip:
Green zone + price above VWAP → High-priority long zone
Red zone + price below VWAP → High-priority short zone
Zones crossing the VWAP may indicate potential trend reversals
2️⃣ VWAP (9:00 JST)
Price above VWAP → Bullish trend
Price below VWAP → Bearish trend
Combine with LRLR/HRLR zones to determine the trend direction and strength
3️⃣ 52-Bar High / Low / Average Lines
High (blue) / Low (blue): Act as dynamic resistance/support
Alerts trigger when price touches these levels → Possible reversal zones
Average (aqua): Midpoint reference for pullbacks or retracements
Alerts trigger when price touches the average → Watch for potential reactions
4️⃣ Signal Arrows
Green triangle up (LRLR): Start of a bullish zone
Red triangle down (HRLR): Start of a bearish zone
Arrows are zone initiation markers, not standalone entry signals
5️⃣ Practical Approach
Determine trend direction:
Price above VWAP → Focus on long trades
Price below VWAP → Focus on short trades
Identify potential entries using zones:
Enter trades in LRLR/HRLR zones aligned with the trend
Use 52-bar lines for risk management:
Price near high/low → Exercise caution (possible reversal)
Price near average → Look for pullback confirmations
Important Precautions
Do not use the indicator alone for entries; always confirm with trend direction and zone alignment
Alerts indicate potential levels but are not guaranteed signals
Always use proper risk management, e.g., stop-losses near key support/resistance
The indicator works best in combination with higher timeframe trend context
Market conditions may cause false zones or spikes; avoid over-reliance on a single signal
smc-vol ••• ahihi🚀 User Guide – SMC-Vol Optimized
📖 Overview
This indicator integrates Smart Money Concepts (SMC) with Volume Analysis to identify high-quality trade entries based on smart money flow behavior.
🎛️ BASIC SETTINGS
Enable/Disable Features
Inside Bar: Show inside/outside bars
PKV: Price-Volume Divergence patterns
HV Monitor: Track High Volume candles (MOST IMPORTANT!)
Color Settings
High Volume Candle: Yellow (default)
PKV: Purple
HV Break: Orange (when HV level is broken)
Daily Open: Blue
📊 HIGH VOLUME (HV) ANALYSIS
HV Settings:
Volume Ratio: 100 (lookback for highest volume)
SNR %: 46% (minimum body/range ratio)
Bars to Monitor: 5 bars (after HV candle appears)
How to Read HV:
Yellow = High Volume candle
Fuchsia = SNR (Supply & Demand Reversal)
🚨 "X" = Pattern breaking HV levels
HV Monitor Table (bottom left corner):
HV Monitor | Status | Details
Last HV | 3B ago | 1.2345/1.2300
Break Status | WATCHING | 3/5
Monitor | 5 Bars | After HV
🎯 TRADING STRATEGY
Step 1: Identify High Volume Candle
Wait for a yellow candle (HV confirmed)
Mark HV High & HV Low
Table shows status: "CURRENT"
Step 2: Track the Next 5 Bars
Table shows "WATCHING" with count (1/5, 2/5…)
Look for patterns:
SKU/SKD: Supply & Demand patterns
SNR_UP/SNR_DOWN: Reversal patterns
CHUOT_UP/CHUOT_DOWN: Hammer / Shooting Star
SK_MOM: Momentum patterns
Step 3: Entry on Pattern Break
🚨 Alert triggers when pattern breaks HV levels
BUY: Break above HV High
SELL: Break below HV Low
🔥 MAIN PATTERNS
SK (Supply/Demand)
SKU (▪️ below candle): Demand pattern, wait for HV Low break → BUY
SKD (▪️ above candle): Supply pattern, wait for HV High break → SELL
CHUOT (Mouse/Hammer)
CU (below): Hammer with long lower wick
CD (above): Shooting Star with long upper wick
SNR (Supply & Demand Reversal)
Small body candle (<46% of range) with low volume
↑ Break HV → Bullish reversal above HV High
↓ Break HV → Bearish reversal below HV Low
📈 MOVING AVERAGES
Three customizable MAs:
MA #1: EMA 21 (Yellow) – Short-term trend
MA #2: EMA 9 (White) – Entry timing
MA #3: EMA 50 (Green) – Long-term trend
Usage:
Bullish: Price > MA #3, MA #2 > MA #1
Entry when: Pattern break + price retest on MA
⏰ SESSION ANALYSIS
Session A (New York):
Range Box: NY Session (19:59–21:59)
Max/Min Lines: Draw session high/low
Custom Sessions:
Pre-Session (11:00–12:00): Blue Box
Main Session (12:00–13:00): Teal Box
Watch for breakout from these ranges
💰 COMPLETE TRADING SETUP
Entry Setup:
Identify HV (Yellow candle)
Wait for pattern (within 1–5 bars)
Confirm Break (🚨 alert + level break)
Enter in breakout direction
SL: Above/Below HV level (depending on direction)
TP: 1:2 or 1:3 Risk/Reward
Extra Filters:
Volume: Enter with increasing volume
MAs: Only trade in main trend direction
Sessions: Prefer entries during active sessions
🚨 ALERTS & NOTIFICATIONS
Two main alerts:
"Price breaks HV directly" → SNR break
"HV level broken" → Pattern break within 5 bars
Setup:
Right-click indicator → "Add Alert"
Select condition
Set notifications (email / Telegram / app)
🎯 TIPS & TRICKS
✅ DO:
Wait for HV confirmation before setup
Trade with trend (MA direction)
Use strict risk management (1–2% per trade)
Backtest before live trading
❌ DON’T:
Enter immediately on pattern (wait for confirmation)
Ignore volume (Volume is key!)
Chase price after breakout
Trade against major trend
💡 Pro Tips:
Combine with Price Action for better entries
Use Multi-Timeframe Analysis
Focus on major pairs in key sessions
Keep a Trading Journal to track performance
📞 SUPPORT & UPDATES
The indicator is continuously optimized to:
Reduce lag & increase accuracy
Add new features
Fix bugs & improve UX
Happy Trading! 🚀💰
First Candle Ruleworks only starting at 10 am.!!!
First five minute candle that closes outside of 30m wick area (grey wick box) or show direction
HTF Bias Signals (Daily EMA Bias + LTF EMA Cross)clean, flexible indicator (Pine v5). It defines higher-timeframe (HTF) bias from Daily and/or Weekly EMAs, then only fires entries on your chart’s timeframe when that bias agrees with a simple fast/slow EMA trigger. It also includes alertconditions so you can automate alerts.
ATR + Position SizingThis is an equalized risk calculation for easy position sizing when trading multiple instruments at the open.
The formula is simple:
Position Size = $ Risk / X-period ATR
Manipulation Day [Alex Ko]🇺🇸 Description
Indicator “Manipulation Day”
This indicator helps you detect a potential manipulation day (e.g. Monday) and track the price reaction afterward.
📌 Features:
Select any weekday as a manipulation day.
Wait for N candles after it.
If the manipulation day closes higher than it opened — a green triangle appears. If lower — red triangle.
After N days, a line is drawn from the next day's open to the close — green if price increased, red if dropped.
A label shows the delta (Δ) between open and close for that range.
🧠 Useful for spotting potential trap setups or liquidity grabs followed by directional moves.
MultiFactor Power Indicator v4 (No-Repaint) 📊 Strategy: Trend + Momentum + Signal Confirmation
This setup uses 3 layers so signals are reliable:
1. Trend Filter: 200 EMA → only take trades in trend direction.
2. Momentum Trigger: RSI + MACD combo to confirm momentum.
3. Entry/Exit Signal: Arrow on chart (Buy/Sell) with alerts — non-repainting because it only confirms on candle close.
Leg Out Candle V2.0The Script marks candles that could be considered as a leg out of a supply/demand and are bigger than the previous ones based on the adjustable lookback value. There is also the option to adjust the threshold ob the body to wick ratio of the leg out candle. The lowest value is 50% because anything lower would be a basing candle.
Price Action Patterns DetectorIt's something like "Price Action Candlestick Pattern Detector." That is, it's an indicator that detects not only Pinbars and Engulfing but also all popular candlesticks in Price Action (Doji, Hammer, Shooting Star, Inside Bar, etc.)
Price Action + Fractals DetectorThe Price Action Patterns Detector indicator also includes a Fractal (WICK.ED style). This way, you'll see Pinbar, Engulfing, Doji, Inside/Outside Bar, Morning/Evening Star formations, and fractals will appear. 🔥