Candlestick Patterns - BisayaTCThe script displays a label when a candle stick pattern is detected based on Trends. This is related to the latest Candlestick patterns released in TradingView. I've created this to have all candlestick patterns in one indicator.
Candlestick Patterns can be one of confirmation of a trend you're following or a reversal.
DISCLAIMER: For educational purposes only. Nothing in this content should be interpreted as financial advice or a recommendation to buy or sell any sort of security or investment including all types of crypto. DYOR
Candlestick-Analysen
Combined Candlestick PatternsI combined all the build-in candlestick patterns scripts into one single script so anyone who does not have a Pro plan can display all the patterns in the same chart.
Leave a comment for any feedback!
TH Pin Bar Identifier This indicator marks both bullish and bearish Pin Bars. It helps you see potential turning points on the chart.
You can set the following on this indicator:
Length of lookback: The number of candles to compare the Pin Bar candle to. For a bearish Pin Bar, is this the highest high over the last X number of candles? For a bullish Pin Bar, is this the lowest low over the last X number of candles? The default is 2.
Percentage of wick: How big should the wick be, compared to the total candlestick body? The default is 66%.
You can change the symbol that's use to mark the Pin Bars.
By using this indicator, you accept full responsibility for any trades taken with this indicator. This indicator does not provide trading advice of any kind.
Candlestick indicators combinationWith the inclusion of the candlestick identifiers added to trading view today, I have compiled my favourite identifiers and put them together here. This way, you can see the following together instead of separately:
Bearish Engulfing
Bullish Engulfing
The Morning Star
The Three White Soldiers
The Hammer
The Inverted Hammer
See Investopedia for more on these indicators.
In addition, I have made the indicators to show green if indicating a bullish trend, red if indicating a bearish trend, and blue if indicating something else. Please validate these indicators with other factors like EMA before proceeding to make a trade.
Please let me know if there are other indicators you would like me to compile to this list.
Best wishes, and happy trading!
Jackrabbit.modulus.DCAThis is the Dollar Cost Averaging (DCA) for the Jackrabbit suite and modulus framework.
The blue line is the current average price of the asset.
The red line is the deviation boundary. Price action must be below this line for buys to be signaled.
The green line is the take profit. Price action must be above this line for a sell signal to be generated.
Here is a list of the settings:
Buy method: DCA or Strategy. DCA allows the module to decide buys based upon the methodology (step, price). Strategy added to the average on the basis of a buy signal from the strategy, but only when it is below the deviation and is the most organic of dollar cost averaging.
Sell Method. Take profit or Steategy. Take Profit sells the asset as soon as the price action crosses above the take profit line. Strategy sells on the basis of a sell signal, but only if it is above the take profit. Selling never occurs at a loss, with the only exception being the exit point.
Methodolgy: Step or Price. Stepping allows a fixed and uniform averaging ant percise intervals of deviation. Price is a very aggressive approach that will drive the average down on the basis of the difference between the average and the current price action. The price methodology is VERY high risk.
Take Profit, which describes the average profit percent of the combined positions.
Deviation, which describes the percent boundary for which price action must drop before additional assets are purchased.
Sideways Breaker: This algorithm breaks the sideways rut by forcing a purchase after X days, minimum 1 day.
Exit Position: Internal stop loss expressed in the number of buys.
It is important that when you establish your sell signal, ALL positions must be sold to ensure the average profit. If required, use a CLOSE ALL message provided by your platform. Also, any platform specific DCA or Safety Orders will cause losses as this script can not track their value. It is recommended that these features not be used.
The Jackrabbit modulus framework is a plug in play paradigm built to operate through TradingView's indicator on indicatior (IoI) functionality. As such, this script receives a signal line from the previous script in the IoI chain, and evaluates the buy/sell signals appropriate to the current analysis.
This script is by invitation only. To learn more about accessing this script, please see my signature or send me a PM. Thank you.
Pinbar识别器This is a Pinbar Monitor which design for Chinese.
这是一个Pinbar识别器。
本脚本的目的在于帮助使用中文的人了解该指标,特别是其用法。同时将该指标代码添加完整的中文注释,方便使用中文的人学习Pine语言。
Pinbar概念来自于Price Action,基本类似于国内K线分析中的十字星,锤子线。该指标的主要功用在于帮助识别盘面出现的Pinbar,分为牛市Pinbar和熊市Pinbar。
对Pinbar的量化定义
熊市Pinbar
1 前一根K线,必须为阳线;
2 K线实体必须小于前一根K线;
3 下影线高度至少大于0.5倍实体高度;
4 上影线高度至少是2倍实体高度。
牛市Pinbar
1 前一根K线,必须为阴线;
2 K线实体必须小于前一根K线;
3 上影线高度至少大于0.5倍实体高度;
4 下影线高度至少是2倍实体高度。
指标局限性
因为Pinbar出现的概率比较高,所以切勿直接按信号交易,应考虑其他的分析方法,综合考虑再决定是否交易。
K线组合识别器(Candlestick Pattern Monitor)This is a Candlestick Pattern Monitor which design for Chinese.
这是一个K线组合的识别器。
本脚本的目的在于帮助使用中文的人了解该指标,特别是其用法。同时将该指标代码添加完整的中文注释,方便使用中文的人学习Pine语言。
K线组合是国内技术分析里最常见的分析方式之一。K线组合种类丰富,各类证券类书籍中均有总结,本识别器选取其中几种传播度最高几个K线组合,将其量化,使用机器辅助识别K线组合。
射击之星
射击之星,在股价运行的高位,一根中阳或者大阳线之后出现长上影K线,往往是较为强烈的看空信号,K线的实体部分很小或者为十字线,上影线一般为实体K线的两倍以上。
量化要点:
1 上一根K线须是一根实体高度必须大于最近10根K线实体平均值1.5倍;
2 上影线至少是实体的2倍;
3 下影线不大于实体的0.5倍。
乌云盖顶
乌云盖顶组合,第一根K线为大阳线或者中阳线,第二天跳空高开,第二根K线的开盘价远高于第一根K线的最高价,但是收盘却跌入第一根K线的实体部分,第二根K线收盘价越底,则拐点的信号越明确。
量化要点:
1 跳开,即当前K线开盘价大于上一根收盘价;
2 上一根K线须是一根实体高度必须大于最近10根K线实体平均值1.5倍;
3 当前K线收于前一根K线实体下半部分。
三只乌鸦
三只乌鸦组合的构成,股价上涨的高位区域,一根大阳线之后连续出现三根小阴线,每一根阴线都是跳空高开,但是收在当日最低附近。
量化要点:
1 连续三根阴线;
2 三根阴线的实体都小于最近十根K线实体的平均值。
下跌三部曲
下跌三部曲的构成,一根大阴线或者中阴线之后,随后的交易日连续三根价量逐日萎缩的小阳线,三根小阳线的最高价未能击破前面阴线的开盘价,随即股价重回下跌趋势,并再报收大阴线或者中阴线。
量化要点:
1 组合第一根K线为阴线;
2 组合的第二至第四根K线都为阳线;
3 第四根K线收盘价不高于第一根K线开盘价;
4 第五根K线为阴线,且收盘价低于第二根K线开盘价。
早晨之星
早晨之星由三根K线组合成,第一根是中阴线或者大阴线,第二根是小阳线或者小阴线,第三根为中阳线或者大阳线,如果第二根是十字线,也成为早晨之星,第三根阳线实体切入第一根阴线的实体之内,切入的幅度越大,信号越明确。
量化要点:
1 第一根K线为阴线,且实体高度大于最近十根K线实体的平均值的1.5倍;
2 第二根K线实体高度小于最近十根K线实体的平均值,且上影线小于实体的0.5倍,下影线大于实体的2倍;
3 第三根K线为阳线,且收盘价大于第一根K线开盘价。
红三兵
红三兵构成,三根上涨的小阳K线,如果出现在大跌之后的底部区域或者盘整区域,再配合成交量,往往成为上涨行情的先兆。
量化要点:
1 三根K线均为阳线;
2 三根K线的实体均小于最近十根K线实体的平均值。
指标局限性
因K线组合出现的频次均较高,所以K线组合需结合其他分析方式一起考虑。
Shark-32 Pattern for Candle sticks AnalysisThis script is the perfect strategy for the all mighty shark-32 pattern.
It shows the power tussle between demand and supply before either of them finally gives up.
Hide Active BarWe are not supposed to make trading decisions based on active bars (bars that have not closed), right? Well sometimes my trigger finger gets a little twitchy when I'm awaiting an entry and an active candle starts to pull away or I'm in a trade and an active candle pushes against me.
Therefore, I made a VERY simple indicator that ghosts the active bar. You can see the outline but the body is transparent to emphasize that you should await its close before deciding what to do...
Very simple script but hopefully it will help me (and others) to remain a little calmer in the moment.
In case the bar recolour does not show in the main image - here it is below.
DC v0.1Hey traders!
This is a simple script to show some information about the candles on your screen.
Currently it shows:
- Pinbars
- Inside bars
- Bullish engulfing candles
- Bearish engulfing candles
Quick explanation about the settings:
- Wick to candle range ratio (default 0.7): Pinbar wick needs to be at least 70% of the candle range
- Part of wick that stands out to previous candle (default 0.3): Pinbar wick needs to end at least 30% above/below previous candle to stand out to that candle
- Engulfing candle body to range ratio (default 0.7): Engulfing candle needs to have at least 70% body to show strength
Let me know if you have suggestions, improvements or issues!
HTF Candlestick Patterns [TradingView] vX by DGTCandlesticks are graphical representations of price movements for a given period of time. They are commonly formed by the opening, high, low, and closing prices of a financial instrument. They have their origins in the centuries-old Japanese rice trade and have made their way into modern day price charting.
It’s important to note that candlestick patterns aren’t necessarily a buy or sell signal by themselves. They are instead a way to look at market structure and a potential indication of an upcoming opportunity. It is always useful to look at candlestick patterns in context like any other market analysis tool and candlestick patterns are most useful when used in combination with other techniques. There are countless candlestick patterns that traders can use to identify areas of interest on a chart, where some candlestick patterns may provide insights into the balance between buyers and sellers, others may indicate a reversal, continuation, or indecision.
Reversal patterns are quite useful when used in context. Reversal patterns should form at the bottom of a downtrend or at the top of an uptrend. Otherwise, they are not a reversal patterns, but continuation patterns. Most reversal patterns require confirmation such as price move in the direction of reversal accompanied by appropriate trading volume. The reversal patterns can further be confirmed through other means of traditional technical analysis—like trend lines, momentum, oscillators, or volume indicators—to reaffirm buying or selling pressure. The patterns themselves do not guarantee that the trend will reverse. Investors should always confirm reversal by the subsequent price action before initiating a trade.
This study implements some of the most commonly used candlestick patterns in a context with directional movement indicator. On request users can adjust the strong trend threshold from dialog box, eighter can disabled correlation with directional movement indicator. To add additional sight to analysis the simple moving averages of 20, 50, 100 and 200 periods are added (configurable)
You may add additional indicators of your choice. Colored DMI, BB Cloud or Price Distance to its MAs may help
Enjoy it!
Disclaimer: The script is for informational and educational purposes only. Use of the script does not constitutes professional and/or financial advice. You alone the sole responsibility of evaluating the script output and risks associated with the use of the script. In exchange for using the script, you agree not to hold dgtrd tradingview user liable for any possible claim for damages arising from any decision you make based on use of the script
Hull Candles [BigBitsIO]This script is for custom candles based on an HMA calculation with a default period of 10 as well as an SMA of the close price, defaulted to 1 period to only show the current price. The purpose of the custom candles is to try and reduce noise from candles and help identify trends. These custom candles somewhat resemble Heikin-Ashi candles in their appearance.
Explained:
- Open, High, Low and Close (o, h, l, and c) are all calculated using an HMA calculation based on a user input length/period, defaulted at 10.
- Candle colors are determined by using the same HMA calculation on the ohcl4 and comparing it to the previous candle. Green candles have an ohlc4 greater than the previous candle, all other candles are red.
- The current price is plotted with the default blue line with an SMA calculation with 1 period to allow customization of smoothing if necessary to identify trends.
DISCLAIMER: For educational and entertainment purposes only. Nothing in this content should be interpreted as financial advice or a recommendation to buy or sell any sort of security or investment including all types of crypto. DYOR, TYOB.
Engulfing Signal Considering Three Bars BeforeIts a simple analysis using Candle Pattern Technique, Engulfing. The script will find the engulf candle by considering three bars before. For Bullish Engulfing it will be colored by yellow, and for Bearish will be white. I reccomend you for using this script in Daily Time Frame.
Enjoyyyy!!!
Trend following 3 EMA & Bullish Engulfing indicator for ForexHello world,
I now took the time and puzzled through my own indicator.
The idea:
Main "strategy" uses 3 EMAs (8, 13 and 21) to attain trend-relevant information.
Then we look for bullish & bearing engulfing candles which indicate and pullback into trend direction and a gain in momentum.
Trading purpose:
One could now enter with next open. SL at low/high of engulfing candle. TP at e.g. 1.25 of that candles size.
Security:
There are two security functions build in.
We check for higher timeframe confirmation.
This is done by checking if current trend is in accordance with the EMA of the next higher timframe.
Standard-deviation is 3 on default. Can be changed in the inputs.
Alerts:
Until now there is just one alertcondition programmed.
It alerts for every engulfing candle (bullish and bearish).
More will follow in further versions.
Inputs:
I build in multiple inputs.
- switch on/off the security EMA's
- define security trend backcheck
- define the higher timeframe (15min/1h, 1h/240, 4h/D, D/W)
Happy to take feedback or contr.
All the best,
c4ss10p314
[astropark] Pinbar that mattersDear Followers,
today a new Price Action Tool , the "Pinbar that matters" , also known as Hammer (bullish case) and Inverted Hammer (bearish case).
Everybody knows the importance of pinbar to highlight
reaction at support or resistance range , as well as at supply and demand zones
market makers' actions
trend switching in short-term and mid-term future
They can be both bullish or bearish , but the real problem is that not all, but only a few pinbar matters ! And this tool will filter them for you.
This indicator works
on every timeframe (eg. 5m, 15m, 30m, 1h, 2h, 4h, 6h, 1D, ...)
on cryptocurrencies (eg. XBTUSD, ETHUSD, ETHBTC, both USDT and BTC markets, ...)
on forex (eg. EURUSD, GPBUSD, JPYUSD, ...)
on stocks (eg. AMZN, FB, TSLA, GOOG, NFLX, ...)
on commodities (eg. GOLD, SILVER, OIL, ...)
This indicator has following options:
edit filter based on fixed or percentage volatility change
edit filter based on candle value size
show a suggestion of possible entries and stoploss
Be sure to edit both fixed and percentage volatility options in order to have a correct filter on your chart and timeframe.
You can enhance your trading by using it together with my "Engulfing that matters" and my "Breaker Blocks (BB) and Supply/Demand Order Blocks (OB)" indicators, so you can easily spot important points where to start a short or a long trade.
Here my Engulfing that matters indicator
Here my Breaker Blocks (BB) and Supply/Demand Order Blocks (OB) indicator
Here below some examples on how to use the indicator.
XBTUSD 5m
ETHUSD 15m
BNBBTC 1h
ETHBTC 12h
EURUSD 1h
JPYUSD 4h
AMZN 5m
FB 4h
XAUUSD 15m
Copper Futures 1h
Here below an example of suggested entries and stoploss
This is a premium indicator , so send me a private message in order to get access to this script .
[astropark] Engulfing that mattersDear Followers,
today a new Price Action Tool , the "Engulfing that matters" .
Everybody knows the importance of engulfing to find
supply and demand zones
market makers' actions
trend switching in short-term and mid-term future
They can be both bullish or bearish , but the real problem is that not all, but only a few engulfing matters ! And this tool will filter them for you.
This indicator works
on every timeframe (eg. 5m, 15m, 30m, 1h, 2h, 4h, 6h, 1D, ...)
on cryptocurrencies (eg. XBTUSD, ETHUSD, ETHBTC, both USDT and BTC markets, ...)
on forex (eg. EURUSD, GPBUSD, JPYUSD, ...)
on stocks (eg. AMZN, FB, TSLA, GOOG, NFLX, ...)
on commodities (eg. GOLD, SILVER, OIL, ...)
This indicator has following options:
edit filter based on fixed or percentage volatility change
edit filter based on candle value size
show a suggestion of possible entries and stoploss
You can enhance your trading by using it together with my Breaker Blocks (BB) and Supply/Demand Order Blocks (OB) indicator, so you can easily spot important points where to start a short or a long trade.
Here my Breaker Blocks (BB) and Supply/Demand Order Blocks (OB) indicator
Here below some examples on how to use the indicator.
BTCUSDT 1D
ETHUSDT 1h
BNBBTC 4h
EURUSD 30m
GBPUSD 5m
TSLA 1D
FB 4h
XAUUSD 4h
XAGUSD 15m
Brent Oil 1D
Here below an example of suggested entries on stoploss
Unfilled Gaps IdentifierIdentifies and shows unfilled price gaps that are larger than a given percentage.
Options:
The default gap threshold is currently set to 3% but can be changed in the indicator settings.
The line width is currently set to 2 and can also be edited in the settings.
Access:
To gain access to this indicator, you may send me a request via direct message on Tradingview.
Heikin-Ashi Source Function HTFHigher TimeFrame using custom source function for toggling traditional Candle sources or Heikin-Ashi sources on a traditional Candles chart.
Thanks to PineCoders for rounding method: www.pinecoders.com
Thanks to @LucF and @RicardoSantos for their advice and enlightenment as always.
NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any portion thereof, you acknowledge that you have read and understood that this is for research purposes only and I am not responsible for any financial losses you may incur by using this script!
Big Black&White Candles CheckerBasically this indicator helps to identify big black and white candles, which means there was a big movement in the stock.
This candles checker will mark all the candles which call into this category. Big white candles state that the share has been bullish on that particular day.
[HDS] Hiubris Doji ScalperThis is a simple Scalping Strategy based on custom Candle Patterns
The script mainly identifies reversal patterns and signals them on the chart.
All chart signals can be setup as live alerts !
It works well on literarly any Pair/Timeframe
Jackrabbit.SavingsAccountThis is the Jackrabbit Savings Account. This script is designed to mimick a standard savings account and generate small amounts of profit of a daily basis. This script implements a form of dollar cost averageing (DCA) that uses a price deviation methodology.
Its primary principle is based upon my "failsafe" blueprint, which is tailored to people with little or no experience in cryptocurrencies.
This algorithm is NOT designed to win every trade, only profit from the average.
The blue line is the current average price of the asset.
The red line is the deviation boundary. Price action must be below this line for buys to be signaled.
The green line is the take profit. Price action must be above this line for a sell signal to be generated.
There are only two settings:
Take Profit, which describes the average profit percent of the combined positions, and
Deviation, which describes the percent boundary for which price action must drop before additional assets are purchased.
It is important that when you establish your sell signal, ALL positions must be sold to ensure the average profit. If required, use a CLOSE ALL message provided by your platform. Also, any platform specific DCA or Safety Orders will cause losses as this script can not track their value. It is recommended that these features not be used.
This is a standalone module and not compatible with other Jackrabbit modulus components.
This script is by invitation only. To learn more about accessing this script, please see my signature or send me a PM. Thank you.
Hikkake PatternLifted description from web:
Hikkake means to trap, trick, or ensnare. Primarily, this price pattern seeks to identify inside bar breakouts and profit from their failures.
An inside bar is a price bar that is entirely within the range of the preceding price bar. Inside bars are typical on price charts of most timeframes.
While you’ll often find inside bars in congested markets, they also offer a low-risk entry point for price action traders. The contracted range of an inside bar offers a natural tight stop-loss.
Hence, inside bar breakouts seem attractive. However, if you are patient and focus on identifying false breakouts, you might be able to find more reliable trading setups in the form of Hikkakes.
In a nutshell, the Hikkake pattern offers a systematic approach to trading false inside bar breakouts.
As a filter I incorporated VWAP into the code to only trigger Bullish / Bearish signals when price is Above/Below VWAP respectively. The ATR is used to create a Stop buffer (red cross) for the Entry signal ( green dot ). The R1 and R2 (orange squares) are two possible profit targets that are customizable to different Risk multiples based upon the difference between Entry and Stop.
[MBBTI] Apophis MTF Engulfing ScreenerHello Traders,
Apophis MTF Engulfing Screener is based on Daveatt's Engulfing Screener and will screen for engulfing candles on multible time frames. It can help detecting not obvious engulfing candles.
How it works?
- choose your preferable time frames
- green triangle up -> bullish engulfing on this time frame
- red triangle down -> bearish engulfing on this time frame
Contact me if you have any questions or change requests
Wuuzzaa