Bearish Engulfing Strategy This is a bearish candlestick reversal pattern formed by two candlesticks.
Following an uptrend, the first candlestick is a up candlestick which is
followed by a down candlestick which has a long real body that engulfs or
contains the real body of the prior bar. The Engulfing pattern is the reverse
of the Harami pattern.
WARNING:
- This script to change bars colors.
Candlestickpattern
IO_CWL IndexCandlestick body and Wick Length Index (CWL)
Shows a trend chart of candle body length and wick length.
Green -> Candle body
Red -> Candle Wick
-- Invsto
CandlesThe default script has: Doji , Bearish Harami, Bullish Harami, Bearish Engulfing , Bullish Engulfing , Piercing Line, Bullish Belt, Bullish Kicker, and Bearish Kicker. The Piercing Line, Bullish Belt, and the Kickers will usually show up better in the daily charts
Price Action Candles R2.0 by JustUncleLThis is an updated version of my previous script, I have added a few extra Patterns and some patterns specs have chnaged over those specified by "Price Action Battle Station by theforexguy".
Because this script has diverted from the original specification of "theforexguy", I have decided to release it as a new version. Improvements have been made to some of the pattern finding calculations, for example Hammer and Shooting Stars are now special Pin Bars, they now must have preceding and succeeding confirm bars, so they do not occur very often.
NOTE: All the identification of PA candles is disabled by default.
Changes made in Version 2.0 :
Added Forex Morning and Evening Stars (the centre small candle is not a specific color).
Abbreviated text names for less cluttered look.
Change minimum/maximum bar sizes to be a % of current ATR, rather than pips, this makes relative sizing independent on Time Frame, and make the script work better with non-currency assets like stocks and commodities.
Change definition of Hammer and shooting Star so the the previous candle is part of a trend and is followed by a confirm candle.
Added some precendence test to reduce multiple action labels.
Boring Candle - Amol JoshiBoring Candles for - AZ - DZ
#Breakout Analysis
//@version=3
study("Boring Candle", overlay=true)
candleColor = ( abs(open-close)/abs(high-low) > 0.5 )? (open < close ? green : red) : blue
plotcandle(open, high, low, close, color = candleColor)
Ichimoku Signal + Candle Color + Candle Pattern1. Ichimoku Signal:
Bullish Signal:
- UP-S: A strong bullish signal occurs when the Tenkan Sen crosses from below to above the Kijun Sen and the cross is above the Kumo.
- UP: An neutral bullish signal occurs when the Tenkan Sen crosses from below to above the Kijun Sen and the cross is in the Kumo.
- UP-W: A weak bullish signal occurs when the Tenkan Sen crosses from below to above the Kijun Sen and the cross is bellow the Kumo.
- Fly: A strong bullish signal when Chikou Span raise above the Kumo.
Bearish Signal:
- DN-S: A strong bearish signal occurs when the Tenkan Sen crosses from above to bellow the Kijun Sen and the cross is bellow the Kumo.
- DN: An neutral bearish signal occurs when the Tenkan Sen crosses from above to bellow the Kijun Sen and the cross is in the Kumo.
- DN-W: A weak bearish signal occurs when the Tenkan Sen crosses from above to bellow the Kijun Sen and the cross is above the Kumo.
- Dig: A strong bearish signal when Chikou Span fall bellow the Kumo.
2. Candle Color based on RSI (from NazcaProjections)
- Yellow represents Super OverBought
- Lime Green represents OverBought
- Green represents Slightly OverBought
- Red represents Slightly OverSold
- Dark Red represents OverSold
- Gray White represents Super OverSold
3. Candlestick Patterns Identified: Doji , Evening Star , Morning Star , Shooting Star , Hammer , Inverted Hammer , Bearish Harami, Bullish Harami, Bearish Engulfing , Bullish Engulfing
Candlestick Patterns [DW]This is a simple study designed to track multiple candlestick patterns. Custom alerts included.
PIN BAR INDICATOR real pin bar The indicator identify real pin bar candle (the shadow must be 2x the body)
BlackCandlesPatternsThis is not new indicator.
It was created by Robert N.
Modified and translated to russian by Blyayshman
Candlestick ScannerThis is a large compilation of candlestick patterns that allows the user to detect up to 42 different bullish and bearish patterns.
This script is intended to be a Pine Editor version of the one I normally used on a different platform, so your feedback is more than welcome to help me improve it, as fine tuning is ongoing.
New patterns will be added in the next couple of days.
Happy trading!