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!
Candlesticksignals
Engulfing Candle IndicatorThis script shows you where a candle is either bullish or bearish engulfing the previous candle.
A GREEN triangle below the bar pointing UP indicates that the candle is BULLISH engulfing the previous candle
A RED triangle ABOVE the bar pointing DOWN indicates that the candle is BEARISH engulfing the previous candle
CandlestickThe default script have: Bollinger Bands , Support & Resistance, Buy & Sell Signals and Candlesticks pattern like 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 .
Details:
Support --> Yellow Color
Resistance --> Aqua Color
Morning Star PatternMorning star is signal for ending of downtrend and starting of uptrend.
For detail:
www.onlinetradingconcepts.com
Two Crows PatternBlack Candle means second black crow and signal of bearish trend
for more info : www.candlesticker.com
CandlestickPatternsIf moving average SMA (green line) crosses above SMA (red line) is uptrend , stock price will move up gradually. If suppose moving average SMA (green line) crosses below SMA (red line) is downtrend, stock price will move down. Also please validate with MACD & RSI for reference will get more clarification.
The default script have:
1) Bollinger Bands
2) Moving Average
3) Buy & Sell Signals
4) Engulfing patterns (like 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.
BB_CANDLESTICKS_MAThe default script has: Bollinger Bands,Simple Moving Average and Candlesticks pattern like 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 .
AutoCandlesHi everyone!, this Script is the first in my series of candlesticks indicators. Currently it supports only a few, but it´s quite strict about them, contrary to most scripts I do thorough calculations to avoid false signals, if you would like to soften the indicators so it generates more signals feel free to ask.
It uses the same interface for showing as the Candlestick Scanner by Nicolas, but use different formulas.
I encourage everyone to comment what indicators they would like to add (with proper reference so I can actually add them) or to correct improper behavior in the indicator. This way I will be able to perfect the indicator and make it more useful to everyone.
If anyone reads the pine code and wonders why I compare to the average true range frequently the answer is quite simple, it's done to make the algorithm work in ANY symbol, so concepts like long bars or "visible" gaps can actually be coded.
If anyone needs to hide the 0.0000 values of the script it needs to go to the properties of the chart, then background and then uncheck indicator values.