LinReg Candles with 15min & 3min Signal Arrows (2x Confirmed)If the most recent 15-minute closed LinReg candle is red and the latest 3-minute closed candle (on a 3-minute chart) is red, then a Sell signal (red arrow) is generated for the next 3-minute candle.
Grafik Paternleri
Wick-Scanner ab 0.20%This is a tool for daytraders or swingtraders. When a candle with a 0,2% wick is created, a signal pops up. The signal is either green(bullish) or red(bearish). The indicator is going to analyse how big the wick actually is. The longer the better.
LinReg Candle Strategy - Arrows at LinReg High/LowVisual Result:
✅ Arrows appear exactly at the smoothed candle low (buy) or high (sell)
✅ Still uses strategy entries (you can backtest)
✅ Clean layout with LinReg candles and EMAs
Combined Trading System: EMAs + ATR + RSIThis indicator gives entry and exit based on rsi , moving average and atr trailing stop
MirPapa:ICT:HTF: FVG OB Threeple# MirPapa:ICT:HTF: FVG OB (Fair Value Gap Order Block)
**Version:** Pine Script® v6
**Author:** © goodia
**License:** MPL-2.0 (Mozilla Public License 2.0)
---
## Overview
“FVG OB” (Fair Value Gap Order Block) identifies higher-timeframe candle ranges where a gap (imbalance) exists between two non-consecutive candles, signaling potential institutional order blocks. This module draws bullish or bearish FVG OB boxes on your lower-timeframe chart, extends them until price interacts a specified number of times, and then finalizes (recolors) the box.
---
## Inputs
- **Enable FVG OB Boxes** (`bool`)
Toggle drawing of HTF FVG OB boxes on the chart.
- **Enable FVG OB Midlines** (`bool`)
Toggle drawing of a midpoint line inside each FVG OB box.
- **FVG OB Close Count** (`int` 1–10)
Number of HTF closes beyond the FVG range required to finalize (recolor) the box.
- **FVG OB Bull Color** (`color`)
Fill & border color for bullish FVG OB boxes.
- **FVG OB Bear Color** (`color`)
Fill & border color for bearish FVG OB boxes.
- **FVG OB Box Transparency** (`int` 1–100)
Opacity level for FVG OB box fills (higher = more transparent).
---
## How It Works
1. **HTF Data Retrieval**
- The script uses `request.security()` (via `GetHTFrevised()`) to fetch HTF OHLC and historical values:
- `_htfHigh3` (high three bars ago) and `_htfLow1` (low one bar ago) for bullish FVG OB.
- `_htfLow3` (low three bars ago) and `_htfHigh1` (high one bar ago) for bearish FVG OB.
- It also tracks the HTF `bar_index` on the lower timeframe to align drawing.
2. **FVG OB Detection**
- **Bullish FVG OB**: Occurs when the HTF low of the previous bar (`low `) is strictly above the HTF high of three bars ago (`high `), creating a gap.
- **Bearish FVG OB**: Occurs when the HTF high of the previous bar (`high `) is strictly below the HTF low of three bars ago (`low `), creating a gap.
3. **Box Creation**
- On each new HTF bar (`ta.change(time(HTF)) != 0`), if a bullish or bearish FVG OB condition is met, the script calls `CreateBoxData()` with:
- **Bullish**: `bottom = HTF low `, `top = HTF high `, `_isBull = true`.
- **Bearish**: `bottom = HTF low `, `top = HTF high `, `_isBull = false`.
- Midline toggled by input.
- A `BoxData` struct is created and stored in either the Bull or Bear array.
4. **Box Extension & Finalization**
- On **every LTF bar**, `ProcessBoxDatas(...)` iterates over all active FVG OB boxes:
1. **Extend Right Edge**: `box.set_right(bar_index)` ensures the box follows the latest bar.
2. **Record Volume Delta**: Tracks buy/sell volume inside the box.
3. **Touch Stage Update**: `modBoxUpdateStage()` increments `_stage` when price touches its “basePoint” (for FVG OB, the basePrice is one side of the gap).
4. **Finalize**: `setBoxFinalize()` checks if the configured number of closes beyond the FVG gap (`FVG OB Close Count`) has occurred. If so:
- `_isActive := false`
- Border and background colors are changed to the “Box Close Color” (input).
- Finalized boxes remain on screen semi-transparent, indicating that the FVG OB zone has been tested.
5. **Midline (Optional)**
- If “Enable FVG OB Midlines” is checked, `ProcessBoxDatas()` also extends a horizontal midpoint line inside the box with `line.set_x2(bar_index)`.
---
## Usage Instructions
1. **Installation**
- Copy the FVG OB section of the Pine Script into TradingView’s Pine Editor (ensure the library import is included).
- Click “Add to Chart.”
2. **Configure Inputs**
- Choose a Higher Time Frame via the dropdown (e.g., “4시간” maps to a 4H timeframe).
- Toggle “Enable FVG OB Boxes” and “Enable FVG OB Midlines.”
- Select colors for bullish and bearish boxes and set transparency.
- Adjust “FVG OB Close Count” to control how many closes beyond the gap finalize the box.
3. **Interpretation**
- **Active FVG OB Boxes** extend to the right until price closes beyond the gap range the specified number of times.
- When finalized, each box changes to the “Box Close Color,” signaling that institutional orders in that gap have likely been filled.
Enjoy precise visualization of higher-timeframe Fair Value Gap Order Blocks on your lower-timeframe chart!
Volume-Enhanced Candlestick Patterns 1
Overview
Scans for four major candlestick reversal patterns:
Harami
Engulfing
Morning/Evening Star
Piercing Line/Dark Cloud Cover
Underlying logic assumes that, at a turning point, the dominant side (bulls or bears) often delivers a “final” push—either a last surge of buying or selling—before the reversal truly takes hold.
Pattern Toggles
Each individual pattern can be turned on or off in the inputs.
Enable only the patterns you want to monitor to reduce chart clutter and speed up performance.
Volume Filter Toggle
On: Requires volume-based exhaustion or climax to confirm each pattern.
Off: Relies purely on price-action candlestick logic (no volume checks).
Grouped Labels & Confluence
When one or more patterns trigger on the same bar close, a single label is drawn:
Grouping multiple confirmed patterns on one bar increases confluence and signal strength.
Climax Volume × Multiplier
Adjusting this input affects signal frequency and conviction:
Higher multiplier → fewer signals but with stronger volume confirmation
Lower multiplier → more signals, each with a looser volume requirement
Alerts
Built-in alert condition for each individual pattern (bullish/bearish Harami, Engulfing, Star, Piercing, Dark Cloud Cover), so you can receive real-time notifications whenever a confirmation occurs.
Follow for Weekly Scripts
If you find this helpful, please hit Follow and 🚀button —I release a new scripts every week.
Disclaimer
Not Financial Advice. This script is for educational and research purposes only.
Use as Part of a Larger System. It should not be used in isolation; combine it with your own risk management rules, additional indicators, and broader market analysis.
No Guarantees. Candlestick patterns and volume filters can improve signal quality, but they do not guarantee profitable trades. Always perform your own due diligence before entering any position.
EMA 5/9 Crossover Strategy (Alternative)The MA Crossover 5/9 indicator brings you fast-moving signals using the crossover of the 5-period and 9-period moving averages — a classic, time-tested strategy.
Monthly Session Divider (Alt Background) | Chart_BullyEasily visualize monthly transitions with alternating background shading. Designed for traders who like to spot macro trends, monthly opens, and institutional order flow.
✅ Alternates background color each month
✅ Auto-detects new months using live date logic
✅ Great for RTH or ETH intraday and swing strategies
✅ Clean gray overlay with low opacity
✅ Works on intraday, daily, and weekly charts
✅ Built for clarity, not clutter
Use this tool to:
Identify monthly pivots or volume rotations
Anchor monthly VWAPs or FVGs with visual context
Frame long-term setups with clean visual breaks
Alternate Day Divider Background | Chart_BullyThis free utility shades every other trading day on your chart, helping you visually separate sessions and spot daily rhythm or pattern shifts more easily.
✅ Automatically alternates background shading by day
✅ Works on both Regular Trading Hours (RTH) and Extended Trading Hours (ETH)
✅ Especially useful on intraday and daily timeframes
✅ Helps identify breakout setups, trend shifts, or volume cycles by session
Great for scalpers, day traders, and anyone who wants a subtle visual edge without chart clutter.
Absolute High and Low {Darkoexe}This indicator displays the absolute high and low of the given range of candles. By default, the indicator displays the high and low of all the visible candles on the chart. If the user unchecks the "Use all candles" option, the Max bars back input will be used to determine the amount of candles back to display the high and low lines. Doing this usually makes the range between the two lines smaller.
The high line is green and the low line is red.
//Darkoexe
MACD 크로스 강세 배경 표시macdcross strong sector
This indicator is designed to display the trend more clearly by displaying a bullish zone on the main chart based on the MACD cross.
Pattern DetectorPattern detector - detects double tops, double bottoms, wedges & other common patterns. Draws the lines & prints on chart what it's identifying.
eriktrades1995: supply demandThe Institutional Supply and Demand Zones indicator aims to identify and mark key price reversal areas on charts. These zones are considered places where institutions (large funds) concentrate their buying (forming demand zones) or selling (forming supply zones).
The core logic involves processing each candlestick sequentially. Before identifying new zones, the indicator checks if existing ones are still valid: demand zones become invalid if the current low breaks below their bottom, and supply zones become invalid if the current high breaks above their top. The most crucial part is identifying new zones, primarily based on the combination of the "previous" and "current" candlesticks. A demand zone (potential support) typically forms when a strong bullish candlestick (e.g., engulfing or significant reversal) appears after a bearish or doji candlestick, indicating strong buying interest. Conversely, a supply zone (potential resistance) usually forms when a strong bearish candlestick appears after a bullish or doji candlestick, signaling strong selling interest. The boundaries of these zones are typically derived from the open, high, or low prices of the candlesticks that form the pattern. Finally, the indicator draws the most recent and still valid supply zones (often filled in red as resistance) and demand zones (often filled in green as support) on the chart, up to a predefined maximum number. In essence, this indicator analyzes price action, particularly comparing candlestick body sizes and engulfing relationships, to pinpoint price levels where significant institutional buying or selling power might be concentrated. These zones can then act as support or resistance when prices re-approach them in the future.
Liquidity Sweep Candlestick Pattern with MA Filter📌 Liquidity Sweep Candlestick Pattern with MA Filter
This custom indicator detects liquidity sweep candlestick patterns—price action events where the market briefly breaks a previous candle’s high or low to trap traders—paired with optional filters such as moving averages, color change candles, and strictness rules for better signal accuracy.
🔍 What is a Liquidity Sweep?
A liquidity sweep occurs when the price briefly breaks the high or low of a previous candle and then reverses direction. These events often occur around key support/resistance zones and are used by institutional traders to trap retail positions before moving the price in the intended direction.
🟢 Bullish Liquidity Sweep Criteria
The current candle is bullish (closes above its open).
The low of the current candle breaks the low of the previous candle.
The candle closes above the previous candle’s open.
Optionally, in Strict mode, it must also close above the previous candle’s high.
Optionally, it can be filtered to only show if the candle changed color from the previous one (e.g., red to green).
Can be filtered to only show when the price is above or below a moving average (if MA filter is enabled).
🔴 Bearish Liquidity Sweep Criteria
The current candle is bearish (closes below its open).
The high of the current candle breaks the high of the previous candle.
The candle closes below the previous candle’s open.
Optionally, in Strict mode, it must also close below the previous candle’s low.
Optionally, it can be filtered to only show if the candle changed color from the previous one (e.g., green to red).
Can be filtered to only show when the price is above or below a moving average (if MA filter is enabled).
⚙️ Features & Customization
✅ Signal Strictness
Choose between:
Less Strict (default): Basic wick break and close conditions.
Strict: Must close beyond the wick of the previous candle.
✅ Color Change Candles Only
Enable this to only show patterns when the candle color changes (e.g., from red to green or green to red). Helps filter fake-outs.
✅ Moving Average Filter (optional)
Supports several types of MAs: SMA, EMA, WMA, VWMA, RMA, HMA
Choose whether signals should only appear above or below the selected moving average.
✅ Custom Visuals
Show short (BS) or full (Bull Sweep / Bear Sweep) labels
Plot triangles or arrows to represent bullish and bearish sweeps
Customize label and shape colors
Optionally show/hide the moving average line
✅ Alerts
Includes alert options for:
Bullish sweep
Bearish sweep
Any sweep
📈 How to Use
Add the indicator to your chart.
Configure the strictness, color change, or MA filters based on your strategy.
Observe signals where price is likely to reverse after taking out liquidity.
Use with key support/resistance levels, order blocks, or volume zones for confluence.
⚠️ Note
This tool is for educational and strategy-building purposes. Always confirm signals with other indicators, context, and sound risk management.
Vertical Line at Specific TimeDraws a vertical line at a specific time.
Vertical lines at specific times of the day may help make it easier to identify parts of a session.
If you know you perform better during certain parts of the day utilize these lines to help stay aware of your trading session.
The hours seem a bit buggy but just adjust the time to make the lines what you want to see on the chart. The time can be adjusted in settings to get what you want it to do.
Supertrend Tight Flip (v5)This is a faster responding version of the supertrend indicator
• Uses ATR Period = 5, Multiplier = 1.5
• Buy/Sell signals flip faster for responsive scalping
• Built with Pine Script v5 for compatibility
GStrategy1️⃣ Long entry based on RSI divergences.
2️⃣ Exit based on RSI filter (RSI> 40 after at least N bars).
3️⃣ Exit if the price has fallen more than 10% from the entry point.
4️⃣ Visualization of % difference for monitoring.
5️⃣ Flexibility: all parameters are configurable in the arguments window.
Swing High Low Detector by RV5📄 Description
The Swing High Low Detector is a visual indicator that automatically detects and displays swing highs and swing lows on the chart. Swings are determined based on configurable strength parameters (number of bars before and after a high/low), allowing users to fine-tune the sensitivity of the swing points.
🔹 Current swing levels are shown as solid (or user-defined) lines that dynamically extend until broken.
🔹 Past swing levels are preserved as dashed/dotted lines once broken, allowing traders to see previous support/resistance zones.
🔹 Customizable line colors, styles, and thickness for both current and past levels.
This indicator is useful for:
Identifying key market structure turning points
Building breakout strategies
Spotting trend reversals and swing zones
⚙️ How to Use
1. Add the indicator to any chart on any timeframe.
2. Adjust the Swing Strength inputs to change how sensitive the detector is:
A higher value will filter out smaller moves.
A lower value will capture more frequent swing points.
3. Customize the line styles for visual preference.
Choose different colors, line styles (solid/dashed/dotted), and thickness for:
Current Swing Highs (SH)
Past Swing Highs
Current Swing Lows (SL)
Past Swing Lows
4. Observe:
As new swing highs/lows are detected, the indicator draws a new current level.
Once price breaks that level, the line is archived as a past level and a new current swing is drawn.
✅ Features
Fully customizable styling for all lines
Real-time updates and automatic level tracking
Supports all chart types and instruments
👨💻 Credits
Script logic and implementation by RV5. This script was developed as a tool to improve price action visualization and trading structure clarity. Not affiliated with any financial institution. Use responsibly.
[Top] Indicator Status PanelThis tool allows traders quickly assess the market’s current bullish or bearish conditions using multiple widely-adopted technical indicators.
Key Features:
Real-time Market Status: Quickly identifies bullish, bearish, or neutral signals based on key indicators, including EMA crossovers, RSI levels, ADX strength, MACD signals, Bollinger Bands positioning, Keltner Channels, and Price Action thresholds.
Customizable Thresholds: Users can tailor indicator parameters, including EMA lengths, RSI thresholds, ADX strength, MACD settings, Bollinger Bands standard deviations, and Keltner Channel parameters.
Color-Coded Interface: Intuitive color-coding (Green for bullish, Red for bearish, Grey for neutral) enables rapid interpretation of the current market condition for each indicator.
Alert Integration: Provides alerts when multiple indicators become bullish simultaneously, supporting proactive trading decisions.
How to Use:
Configure Indicators: Set your preferred lengths and thresholds for each indicator group (EMA, RSI, ADX, MACD, Bollinger Bands, Keltner Channels, Price Action).
Monitor Conditions: Observe the color-coded panel displayed at the bottom-center of your chart. Green signals bullish momentum, red indicates bearish conditions, and grey represents neutrality.
React to Alerts: Utilize the built-in alerts to notify you when multiple indicators align bullishly, enhancing your strategic timing for entries or exits.
Suggested Use:
Ideal for traders seeking confirmation from multiple technical signals before making trade decisions. Employ this tool alongside your broader market analysis to confirm trend strength, assess market sentiment, and improve trading confidence.
SuperTrend MACD 波段过滤器用于判断超买超卖的测试指标,使用 Claude 编写,待精调
A test indicator for judging overbought and oversold, written by Claude and to be fine-tuned