Three Candle Bullish Engulfing StrategyThe Three Candle Bullish Engulfing Strategy is a versatile, multi-mode trading system designed for TradingView, combining classic candlestick patterns with momentum confirmation and dynamic risk management. This script supports both swing trading and intraday approaches, as well as an optional RSI-based breakout mode for additional signal filtering.
Key Features:
Three Candle Pattern Detection:
The strategy identifies potential trend reversal points using a three-candle pattern:
The first candle is a strong bullish (or bearish) move.
The second candle is a doji or small-bodied candle, indicating indecision.
The third candle is a bullish (or bearish) engulfing candle that closes above (or below) the previous high (or low), confirming the reversal.
Flexible Trading Modes:
Swing Long Only: Enter long trades on bullish three-candle setups.
Intraday Long & Short: Trade both long and short based on bullish and bearish three-candle patterns, with automatic session-end exits.
RSI Breakout Mode: Enter long trades when the 1-hour RSI exceeds a user-defined threshold (default 80) and a bullish candle forms, with breakout confirmation and a fixed-percentage stop loss.
Visual Aids:
Plots the RSI breakout trigger price and stop loss on the chart for easy monitoring.
How It Works:
Three Candle Pattern Entries:
Long Entry: Triggered when a bullish candle is followed by a doji, then a bullish engulfing candle closes above the previous high.
Short Entry (Intraday only): Triggered by the inverse pattern—bearish candle, doji, then bearish engulfing candle closing below the previous low.
RSI Breakout Entries:
When the RSI on a higher timeframe (default 1 hour) exceeds the set threshold and a bullish candle forms, the script records a trigger price.
A long trade is entered if the price breaks above this trigger, with a stop loss set a fixed percentage below.
Exits:
Positions are closed if the trailing stop is hit, the session ends (for intraday mode), or the stop loss is triggered in RSI breakout mode.
In RSI breakout mode, positions are also closed if a new breakout trigger forms while in position.
在腳本中搜尋"candle"
[TehThomas] - Displacement CandlesOverview:
This PineScript is designed to detect and visualize significant price movements, called displacements, on a trading chart. It's particularly useful for traders who want to identify potential trend changes or strong market sentiment quickly.
How the Script Works
User Input:
The script allows users to set a custom threshold for displacement detection and choose colors for bullish and bearish movements.
Displacement Detection Function:
isDisplacement(series, threshold) =>
percentage_change = math.abs(series - series ) / series * 100
percentage_change > threshold
This function calculates the percentage change between the current and previous price.
If the change exceeds the set threshold, it's considered a displacement.
Bullish and Bearish Detection:
bullish_displacement = isDisplacement(close, threshold) and close > close
bearish_displacement = isDisplacement(close, threshold) and close < close
Identifies whether the displacement is bullish (price increase) or bearish (price decrease).
Candle Coloring:
barcolor(bullish_displacement ? bullish_color : bearish_displacement ? bearish_color : na)
Changes the color of candles based on the detected displacement type.
Usefulness and Applications:
Trend Identification: Helps in quickly spotting potential trend changes or continuations.
Volatility Analysis: Provides a visual representation of market volatility.
Entry and Exit Signals: Can be used to identify potential entry or exit points for trades.
Market Sentiment: Offers insights into the strength of bullish or bearish sentiment.
Customizable Sensitivity: The adjustable threshold allows traders to fine-tune the indicator based on the asset's typical volatility.
Visual Clarity: By changing candle colors, it provides a clear, at-a-glance view of significant price movements.
Complementary Tool: Can be used alongside other technical indicators for confirmation of signals.
Multiple Timeframe Analysis: Applicable across different timeframes to suit various trading styles (day trading, swing trading, etc.).
Educational Purpose: Helps new traders understand and visualize significant price movements in the market.
Backtesting: Can be incorporated into strategy backtests to assess its effectiveness in different market conditions.
This script is particularly handy for traders who want to cut through market noise and focus on significant price movements. It's versatile enough to be used across different trading strategies and can be a valuable addition to a trader's technical analysis toolkit.
It's a very easy script and not alot to mention. If you see any improvements please let me know.
BoS yellow candleThe "BoS Yellow Candle" indicator identifies and highlights the first candle that breaks a Break of Structure (BoS) in a given look-back period. A BoS occurs when the price either breaks above the highest high or below the lowest low within a user-defined look-back range (default set between 7 and 12 candles).
Bullish Break of Structure: The first candle to break above the previous high is marked with a yellow body.
Bearish Break of Structure: The first candle to break below the previous low is also marked with a yellow body.
This visual aid helps traders quickly identify potential structural breakouts for further analysis or strategy development.
Custom 4-Hour Candle Colors with Opening Price LinesDescription:
This indicator enhances the visual clarity of 4-hour candles by allowing users to assign custom colors to each 4-hour time block on their chart. It also provides the option to plot horizontal lines at the opening price of each 4-hour candle, with the lines extending for a customizable duration (up to 36 hours), making it easy to track the opening price levels over time.
Features:
Custom 4-Hour Candle Colors: Define unique colors for each 4-hour candle block on the chart. You can configure the colors for six different 4-hour periods, making it easier to visually differentiate between different parts of the trading day.
Opening Price Lines: The indicator plots horizontal lines at the opening price of each 4-hour candle, with the option to extend the lines for up to 36 hours into the future. The lines can also have different colors, which you can configure separately for each time block.
Flexible Time Configuration: Set custom open times for each 4-hour candle block, allowing you to adjust the indicator to match specific market sessions or time zones.
Fully Customizable: Choose both the candle colors and the opening price line colors independently for each 4-hour period. This allows for a highly personalized chart setup.
Use Cases:
Session Tracking: Easily track different trading sessions by assigning specific colors to different time periods.
Key Price Levels: Keep an eye on important opening price levels throughout the day by extending opening price lines into the future.
Visual Organization: For traders who prefer color-coded charts for improved readability, this indicator helps to organize trading days visually by color-blocking each time segment.
Important Notes:
Due to TradingView’s limitations, the opening price lines can only extend up to 500 bars into the future. The indicator automatically limits the duration of the lines to this maximum.
The script is designed to be flexible and user-friendly, allowing for easy adjustments to suit different trading styles and market conditions.
Correlation Coefficient Colored CandlesThis script utilizes Tradingview's built in Correlation Coefficient indicator to calculate the correlation coefficient between two assets and changes candle colors based on the related data.
Info From Correlation Coefficient Indicator:
Correlation Coefficient (CC) is used in statistics to measure the correlation between two sets of data. In the trading world, the data sets would be stocks, etf's or any other financial instrument. The correlation between two financial instruments, simply put, is the degree in which they are related. Correlation is based on a scale of 1 to -1. The closer the Correlation Coefficient is to 1, the higher their positive correlation. The instruments will move up and down together. The higher the Correlation efficient is to -1, the more they move in opposite directions. A value at 0 indicates that there is no correlation.
This indicator allows for choosing the correlated asset, between direct and inverse correlation, the length of the series, and the correlation factor that will trigger the candles to change colors.
Example 1: You choose Direct correlation with a factor of 0.75, the candles that fall below that correlation factor will paint in your desired colors based on their closing price (up or down).
Example 2: You choose Inverse correlation with a factor of -0.75, the candles that rise above that correlation factor will paint in your desired colors based on their closing price (up or down).
Chart Shows Direct correlation of DXY and US10Y with length 3 and correlation factor of 0.75
[dharmatech] : Toggle Monthly CandlesThis indicator allows you to only show specific monthly candles.
It's designed to be used with the monthly interval.
The settings allow you specify which months to show.
By default, it only shows January.
In this example screenshot, Nov and Dec are shown.
OHLC Lines + 50% of the previous candleThis indicator automatically put a straight line on the High, Low, Close, and Open and calculates the Consequent Encroachment or the midline (50%) of the previous candle. The calculation for the midline can be based on either the High and Low or the Open and Close. The option to disable OHLC labels is available. The indicator displays the premium and discount areas of the previous candle, allowing for a strategy of buying on discount and selling on premium based on each candle stick.
Custom Candle color Inside/Outside candles, Highwave, Star Patt.This script paints outside and inside candles (orange), highwave candles (purple, and morning and evening star patterns (red). You should use hollow candle sticks with this script. I use it to find change in trends or where indecision is present.
Indecisive candlesIndecisive candles are candles with <20% of the candle being the candle body and 80% of the candle being wicks.
Big Candles v1This script simply takes a user-defined bar height number (variable barHeight) to find large candles. Automatically colors large bullish and bearish candles green or red, respectively. The barHeight can be modified to fit your needs.
Use this in a variety of ways:
- Confirm breakouts of support / resistance
- Identify new trends
Bullish/Bearish Candle HighlighterAdjustable indicator designed to highlight bullish or bearish candles.
Pullback Candle (Bullish & Bearish, No EMA)🔍 Purpose
This indicator detects simple pullback reversal patterns based on price action and swing highs/lows — without any moving average or trend filters.
It highlights:
Bullish pullbacks (potential bounce/long setups)
Bearish pullbacks (potential rejection/short setups)
📈 Bullish Pullback Criteria
Three-bar pattern:
Bar 3: Highest close
Bar 2: Lower close
Bar 1: Even lower close
Current bar closes above previous bar (bullish reversal)
One of the last two candles is the lowest low of the past 6 bars (swing low)
📍 Result: A small green cross is plotted below the bar, and the bar is colored green.
📉 Bearish Pullback Criteria
Three-bar pattern:
Bar 3: Lowest close
Bar 2: Higher close
Bar 1: Even higher close
Current bar closes below previous bar (bearish reversal)
One of the last two candles is the highest high of the past 10 bars (swing high)
📍 Result: A small red cross is plotted above the bar, and the bar is colored red.
🔔 Alerts
One alert condition each for bullish and bearish pullback detection.
Can be used to trigger TradingView alerts.
🛠️ Customization
No inputs — fully automated logic
Clean, minimal, and fast
Can be extended with labels, alert sounds, or signals
Largest Candles with Price DifferenceThis script shows the largest move on a candle on a particular time frame. So if you are looking at the 10-minute chart, it will tell you what the largest 10-minute candle has been in the past.
AriVestHub_Inside Bars/Candles
Introduction:
This script identifies and marks inside bars on your TradingView charts. An inside bar pattern is a two-bar candlestick pattern where the second bar is entirely within the range of the first bar. This pattern often signals consolidation and can indicate a potential breakout or trend continuation.
Trading Signals:
Inside bars can indicate potential trading signals. Traders often watch for breakouts above or below the inside bar to identify potential entry points.
Customization:
You can customize the colors, styles, and labels to suit your preferences.
Conclusion
This script is a useful tool for traders looking to identify inside bar patterns on their TradingView charts. By highlighting these patterns, traders can make more informed trading decisions based on potential market consolidations and breakouts.
MTF CandlestickOne of the most important thing to understand in order to estimate the trend direction and its continuation is how the lower time frame candlesticks have been formed.
There are many processes by which candlesticks have been formed even if same size.
So in this script, daily candlestick is overlapped on the currently chart as default, and that can be changed.
Only real body is shown so as not to interfere with the currently chart.
Real Open/Close Ticks for Heiken Ashi CandlesJapanese candle open and close prices. Good if you're using a HeikenAshi chart and you want to see real opens and closes.
0900 and 1500 Candle Marker with Rectangles and FibonacciWelcome to the Indicator
// This tool is designed to help you analyze stock - crypto - or futures charts on TradingView by marking specific times - 9:00 AM and 3:00 PM (Eastern Time) - with colored rectangles and optional Fibonacci levels.
// It is perfect for spotting key moments in your trading day - like market opens or afternoon shifts - and understanding price ranges with simple lines and numbers.
// Whether you are new to trading or just want an easy way to visualize these times - this indicator is here to assist you.
//
// What It Does
// - Draws a green rectangle at 9:00 AM and a red rectangle at 3:00 PM on your chart - based on Eastern Time (America/New_York timezone).
// - Adds dashed lines inside these rectangles (called Fibonacci levels) to show important price points - like 0.236 or 0.618 of the rectangle’s height.
// - Places numbers on these lines (e.g. "0.5") so you can see exactly what each level represents.
// - Works on different chart types (stocks - crypto - futures) and adjusts for futures trading hours if needed.
// - Is designed to work best on timeframes of 1 hour or shorter (like 1-hour - 30-minute - 15-minute - 5-minute - or 1-minute charts) - where you can see the 9:00 AM and 3:00 PM candles clearly.
// - Lets you customize what you see through a settings menu - like hiding some lines or changing colors.
YOU MAY NOT MONETIZE
ANY PORTION OF THIS CODE.
WE ARE ALL IN THIS THING TOGETHER TO WIN.
BE A BLESSING ONTO THE WORLD AND GIVE.:)
Japanese CandlesSimple script to add standard Japanese candles in a new pane for use when using a non-standard chart (Ex: Heikin Ashi) that doesn't use true OHLC values in it's calculation so that you can still monitor true values and activity without having to take up the screen real estate that using a layout containing a whole new chart would require. This also makes horizontal sync of the main chart to the Japanese candle chart perfect at all times.
Plot Closed CandlesOnly shows closed candles
( You must turn off normal candles first by right clicking on the candles , going to setting , and turning borders , bodies , and wicks off
xRaymon's Body Candle Indicator
Shows a triangle above candles that satisfy a desired body size (%).
The default body size is 85%.
Lowering or increasing the precentage significantly affects to precision.
I do not recommend lowering the default value.
Daily First Candle LabelDaily First Candle Label
The Daily First Candle Label indicator is designed to visually highlight the first candle of each trading day directly on your chart. This tool is ideal for traders who need to quickly identify the start of a new trading session. Key features include:
Candle Marker: A triangle icon labeled with a "☀️" is plotted at the top of the chart to mark the first candle of the day.
Background Highlight: The background of the first candle is subtly shaded in yellow for better visibility.
Clean and Minimalist Design: Keeps your chart clutter-free while providing essential daily context.
This indicator is perfect for scalpers, day traders, and those analyzing session-based trading strategies.
Usage:
Add the indicator to your chart.
The marker and background highlight will automatically update to reflect the first candle of each trading day.
Customizable Options:
None, as this indicator is optimized for simplicity and immediate utility.
Happy Trading! 🚀
每日第一支蜡烛标签
指标旨在直观地标记每个交易日的第一根蜡烛。这对需要快速识别新交易日开盘的交易者非常实用。功能特点如下:
蜡烛标记: 在图表顶部标记每日的第一根蜡烛,使用三角形图标及“☀️”符号。
背景高亮: 自动为第一根蜡烛添加淡黄色背景,增强视觉效果。
简洁设计: 确保图表清晰,提供每日交易日开盘的重要参考点。
此指标适用于日内交易者、剥头皮交易者以及任何分析交易时段策略的用户。
使用说明:
将指标添加到图表。
每日第一根蜡烛会自动显示标记及背景高亮。
可自定义选项:
暂无,指标已优化为简洁实用的设计。
祝交易顺利!🚀
Open - Candlestick-ChartIt forces the Open indicator to use the candlestick open values. For example, if you need to use a Heikin-Ashi chart with the Open indicator based on regular candlestick data, this indicator will ensure it does not change.