Candlestickpattern
Candle PatternsWith the right knowledge on price action and this indicator you would be able to make great trades.
This unfortunately only works on 1Day chart as of yet. I will design it different in the near future to suit everyone trading desire. Also I designed it on Forex charts so if you want to try on other charts you are more than welcome to try and see if it works.
Doji = Doji for Bull and Bear
Rej = Green - Bullish Red - Bearish
OC = Green - Outside candle Bullish Red - Outside candle Bearish
"IB" = Green - Inside bar Bullish Red - Inside bar Bearish
"PB" = Green - Bullish Pin Bar Red - Bearish Pin Bar
Let me know if you would like to have this indicator. I will give the first few for free as soon as there are a few people that have this indicator I am going to start selling it! :)
I have no coding background at all. . .
I would like to have your comments on this indicator.
Thanks
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
[STUDY] CypherCore Trading Suite
Rerband. Now a STUDY script.
- RSI overlay indicators (diamond shapes)
- Most commonly used MA types( i.e. SMA , EMA , WMA , VWMA , ZEMA )
- Bands
- Price Action Indicator (color coordinated)
color code:
yellow --- inside bars (breakout)
blue --- outside bars (breakout)
green --- up pin bars (reversal)
red --- down pin bars (reversal)
fuchsia --- down shaved bars (selling pressure, selling likely to continue)
aqua --- up shaved bars (buying pressure, buying likely to continue)
- Reversal candlestick patterns (only a few for now)
- Two strategies for determining buy/sell signals
1. buy/sell signals determined by EMAs crossover (better for position or swing trades)
2. buy/sell signals determined by MAs crossover (better for scalping)
03/02/2017
- Switched to STUDY
- Fractals added
- Alerts now fully working
- New "Input" menu
Buy/Sell signals are NOT financial advice.
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
Weizmann Forex by Mr.JJ v1.1.3A complete binary options trading strategy.
Works great with Iq options and Expert Options.
What's in script: 1) Signals on chart
2) candlestick pattern on same chart for confirmation
3) based on price action
4) updated every month
5) it is non repainting script.........But few repainting moments are seen....Will be removed in next update
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!