[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
נר אינגלפינג Engulfing Candle
engulfing candle detectionthere are better scripts out there similar to this but just testing out my pinescript skills am still new to scripting :)
Bullish and Bearish Engulfing and RSI, DMI and PSAR confirmationThe study combines Bearish and Bullish Engulfing pivot strategy with strong trend confirmative indicators:
Directional Movement Index (DMI)
Parabolic SAR
RSI Bands
Engulfing patterns in market provide a useful way for traders to enter the market in anticipation of a possible reversal in the trend. Engulfing candles tend to signal a reversal of the current trend in the market. This specific pattern involves two candles with the latter candle "engulfing" the entire body of the candle before it. The engulfing candle can be bullish or bearish depending on where it forms in relation to the existing trend
The indicator can be applied to trading pairs with USD, USDT, ETH and BTC quote currencies. Indicator supports spot, futures and marginal trading exchanges. It calculates and compares values of the price action candles to define is there an engulfing and what type it is: bullish or bearish:
If there is a bullish engulfing the indicator fills price action candle with yellow color
If there is a bearish engulfing the indicator fills price action candle with purple color
Advantages of this indicator:
1. This indicator reveals presence of both types of engulfing simultaneously
2. Weak engulfment signals and market noises are filtered by RSI bands, DMI and PSAR confirmations. This allows to receive only strong and confirmed engulfments
3. This indicator includes both
Study with built-in custom alerts to use with your own software through web hook connection.
Strategy with configurable risk management settings (order size, commission, take profit, stop loss and trailing). This provides you opportunity of direct broker connection and allows to conduct backtests before applying the strategy to real account
At the chart you can see the historical price action of XBTUSD at BitMEX exchange from 9th of May 2020 till 17th of May 2020 indicator. Moments when the indicator triggered to enter a position are described with message clouds. Moments when a certain position should be closed are highlighted with circles and commented with clouds
How to use?
Long signals:
1. Apply indicator to the trading pair your are interested in
2. Once bullish engulfing conditions are met price action candle will be colored yellow.
3. Once price action breaks RSI resistance band, retraces and closes below the band the signal is finished and the position should be closed
Short signals:
1. Apply indicator to the trading pair your are interested in
2. Once bearish engulfing conditions are met price action candle will be colored purple.
3. Once price action breaks RSI support band, retraces and closes above the band the signal is finished and the position should be closed
Automatic strategy:
When conditions of long or short position from the strategy are met the script opens position.
Strategy.exit closes the position once risk management settings are met.
Strategy.close closes the position once RSI band rejection is confirmed
If you want to obtain access to the indicator please send us a personal message
Best regards,
SkyRock Signals team
Candlestick Pattern Detector - Aitch-TThis script detects the following candlestick patterns:
Bullish Patterns:
- Normal 3 Bar Fractal
- Enhanced 3 Bar Fractal
- Engulfing
- Harami ( Inside bar )
- Bullrami (Altenate Bull Harami)
Bearish Patterns:
- Normal 3 Bar Fractal
- Enhanced 3 Bar Fractal
- Engulfing
- Harami ( Inside bar )
- Bearami (Alternate Bear Harami)
- Shooting Star
How it works:
- When you add the script to your chart, green and red dots will appear at the top and the bottom of the chart.
- Red dots at the top of the chart point out the candles that have completed a bearish pattern .
- Green dots at the bottom of the chart point out the candles that have completed a bullish pattern .
How to use:
Use it in conjunction with other analysis tools ( Fibonacci Retracements, Histogram, Willy, RSI , volume , etc) to determine high probability levels.
TGs The Strat Bull n Bear Engulf V1.2After accidentally violating house rules. I am republishing the script.
The script is based upon #TheStrat, which is Rob Smith's way of looking at price action.
It takes into account a candles ENTIRE range, wicks included.
So a Bullish candle (colored however you would like) when it closes will engulf the complete
range of the prior bar and indicate by painting the bar your color choice.
A Bearish will do the same.
In the Style menu, the first color will be the Bear color the second the Bull.
Any issues please let me know. Spread THE STRAT for all of mankind.
BEST Engulfing + Breakout StrategyHello traders
This is a simple algorithm for a Tradingview strategy tracking a convergence of 2 unrelated indicators.
Convergence is the solution to my trading problems.
It's a puzzle with infinite possibilities and only a few working combinations.
Here's one that I like
- Engulfing pattern
- Price vs Moving average for detecting a breakout
Definition
Take out the notebooks :) and some coffee (good for focus). I'm bullish in coffee
The engulfing pattern is a two-candle reversal pattern.
The second candle completely ‘engulfs’ the real body of the first one, without regard to the length of the tail shadows.
The bullish Engulfing pattern appears in a downtrend and is a combination of one red candle followed by a larger green candle
The bearish Engulfing pattern appears in a downtrend and is a combination of one green candle followed by a larger red candle
Example: imgur.com
We're bored sir... what's the point of all this?
In summary, an engulfing is a pattern to track reversals. (the whole TradingView audience stands up now giving a standing ovation)
Adding the Price vs Moving average filters allows to track reversals with momentums (half of the audience collapsed because this is too awesome)
Ok sir... you picked up my interest
I included some cool backtest filters:
- date range filtering
- flexible take profit in USD value (plotted in blue)
- flexible stop loss in USD value (plotted in red)
All the best
Dave
Engulfing Look-back AlertThis script is an extension of the classical engulf pattern with added rules and user defined features.
Engulfing Candle Definition:
- Bullish Engulfing: Trade BELOW the prior candle's LOW and CLOSE ABOVE the prior candle's HIGH. Previous candle can be an up (bullish) or a down (bearish) candle
- Bearish Engulfing: Trade ABOVE the prior candle’s HIGH and CLOSE BELOW the prior candle’s LOW. Previous candle can be an up (bullish) or a down (bearish) candle
Features:
- Set the look-back period for engulfing candle high and low -> default = 1; e.g. Did the bullish eng candle trade below the lows of the last 3 candles and trade above the highs of the last 4 candles? Set the input values accordingly
- Choose time frame(s) engulfing candle is to be displayed on -> default = M/W/D/4H/1H/15M
- Ability to enable Alerts (includes time frame alert was triggered on): IMPORTANT - when setting alerts ensure to choose "ONCE PER BAR"; otherwise alerts will NOT trigger as intended
prntscr.com
Bull/Bear Engulf High Low LookupAllows to specify the high and low look-back period for both Bullish and Bearish engulfing candles. In essence, it is an extension of the classical engulf pattern. By default lookback period is set to 3.
Can be used on any time-frame and any instrument. Previous candle is irrelevent.
An engulfing candle is defined as follows:
Bullish: Must trade BELOW prior candle LOW and close ABOVE prior candle HIGH
Bullish: Must trade ABOVE prior candle HIGH and close BELOW prior candle LOW
[ssabu] Engulfing candle indicatorUpload request indicator.
This is a subindex to capture a controlled can and post a message and notification when conditions are established.
Climbing control is a blue background with a Bullish Engulfing Candle.
The fall grip is on a red background and the Bearish Engulfing Candle.
요청지표 업로드 합니다.
장악형 캔들을 포착하여 조건이 성립하면 메시지 및 알림을 띄워주는 보조지표 입니다.
상승 장악형은 파란 배경에 Bullish engulfing candle
하락 장악형은 빨간 배경에 Bearish engulfing candle
메시지로 출력됩니다.
CryptoSignalScanner - Double High/Low & Engulfing IndicatorDESCRIPTION:
This script has been designed to show the double high/low candle patterns and the Engulfing candles patterns.
• This scripts is based on RSI length.
• It displays a label when a Double High or Double Low candle pattern is detected.
• It displays a label when a Bullish Engulfing or Bearish Engulfing candle pattern is detected.
• It is also possibility to set a Double High/Low, Double High, Double Low, Bullish/Bearish Engulfing, Bullish Engulfing, or Bearish Engulfing alert.
HOW TO USE:
• When a Double High signal appears it means that we have probably or temporarily stopped the uptrend and could see a reversal. Most likely we will see a downtrend from here.
• When a Double Low signal appears it means that we have probably or temporarily stopped the downtrend and probably could see a reversal. Most likely we will see an uptrend from here.
• When a Bullish Engulfing candle appears it means that we probably made a reversal to the upside. Bullish Engulfing patterns are more likely to signal reversals when they are preceded by three or more red candlesticks.
• When a Bearish Engulfing candle appears it means that we probably made a reversal to the downside. Bearish Engulfing patterns are more likely to signal reversals when they are preceded by three or more green candlesticks.
• Wait for a clear reversal to buy or to sell. Use the Fibonacci tool together with the Eliot Waves to help you with this.
FEATURES:
• You can show/hide the labels based on RSI length and high/low input values.
• You can show/hide the labels based on the % candle match.
• You can show/hide the Double High/Low labels.
• You can show/hide the Bullish/Bearish Engulfing labels.
HOW TO GET ACCESS TO THE SCRIPT:
• Use the link below to subscribe to our indicators.
REMARKS:
• This advice is NOT financial advice.
• We do not provide personal investment advice and we are not a qualified licensed investment advisor.
• All information found here, including any ideas, opinions, views, predictions, forecasts, commentaries, suggestions, or stock picks, expressed or implied herein, are for informational, entertainment or educational purposes only and should not be construed as personal investment advice.
• We will not and cannot be held liable for any actions you take as a result of anything you read here.
• We only provide this information to help you make a better decision.
• While the information provided is believed to be accurate, it may include errors or inaccuracies.
Good Luck,
The CryptoSignalScanner Team
BEST Ultimate Engulfing ScreenerHello traders
Continuing deeper and stronger with the screeners serie. I keep getting requests private messages and requests saying that screeners aren't possible with TradingView.
My answer is always... "Reallyyy ??" (I never find a better answer than that...)
I'll publish a few screeners just for everyone to understand what can be done with Pinescript. We don't have to wait for TradingView to allow screener based on custom indicator - we can build our own ^^
I - What is an engulfing pattern
Let's start with a screener to check for a very famous candlestick pattern called engulfing
Engulfing candles tend to signal a reversal of the current trend in the market. This specific pattern involves two candles with the latter candle ‘engulfing’ the entire body of the candle before it.
The engulfing candle can be bullish or bearish depending on where it forms in relation to the existing trend
Source and more info here
These engulfing candles indicate a strong shift in direction, and when combined with observation of the price-trending direction that precedes it, this shift creates the opportunity for a trading strategy.
II - How did I set the screener
I added an optional filter being Price vs SMA. The idea is to select only the engulfing whenever the price also breaks an SMA - this usually translates a stronger move - but could sometimes give the signal too late (#meh #trading #ain't #easy)
The visual signals are as follow:
- square: whenever the engine detects an engulfing and an SMA breakout
- triangle: the engine only detects an engulfing
- dash: none of the above
Then the colors are:
- orange when bullish
- yellow when bearish
- aqua/dash when none of the above
Cool Hacks
"But sir... what can we do with only 5 instruments for a screener?" I agree not much but...
even if I allow only 5 instruments per indicator - nothing prevents you from adding multiple times the same indicator and changing the selected instruments for each. I also show why the SPX500 gave a yellow triangle (bearish engulfing) and how to match it with the screener.
=> imgur.com
Wishing you all the BEST trading
Dave
Bull Bear 180 by Oliver VelezThis script detects an event created by Oliver Velez is called Bull / Bear 180, in the following images the event is detailed:
- The size of the control bar can be set compared to a number of previous bars
- The minimum % of the control bar body can be set
- You can filter by trend
- Possibility of seeing fast and slow media with direction detection and color change
- Various graphic settings
- Event alerts
To enjoy!
A thumbs up if you like me!
Ultimate Pullback IndicatorWhat is the Ultimate Pullback Indicator?
This indicator detects pullback trading opportunities by analyzing price action in a very specific manner.
By combining simple trend filters with various advanced candlestick patterns it detects high-probability trend-continuation setups (and optional exits).
If you use this script to set alerts then you will never miss a pullback trading opportunity ever again!
I personally use this indicator to profitably trade pullback signals in the forex markets on multiple timeframes, from the 15-Minute chart to the 4-Hour and Daily chart.
For more information visit my website: The Ultimate Pullback Indicator .
How Do I Access It?
I currently use this script to trade live money in the forex markets, but I’m also constantly testing and improving it. Therefore this is a constant work-in-progress and I’m always taking meticulous care to make it better.
That’s why this is a premium script that requires payment to access. The other advantage of charging for it is that it retains exclusivity to only a select few dedicated traders.
You can access the script by purchasing a monthly subscription on my website .
If you don’t want to pay for this script then I completely understand and I have plenty of other free scripts that you might be interested in!
Free Trial
I’m a trader myself and so I know how skeptical you might be that this indicator is worth your time and money.
That’s why I am offering a free 14 day trial of the indicator. All you need to do to initiate your trial is Join My Mailing List!
How It Works
When price is above the 50-EMA the script will wait for a pullback of at least two red candles. Once that condition is met, it begins searching for advanced entry patterns.
The opposite is true for short trades – price must be below the 50-EMA and must pull back by at least two green candles before it will begin searching for entry reasons.
Once it detects a valid entry reason it will draw a green arrow (for longs) or a red arrow (for shorts) as well as your stop loss and target price (the red and green lines).
But these settings can be customized however you like. You can change the EMA to any period you want, you can adjust your stop loss distance, you can enable or disable the entry and exit reasons as you wish, and you can adjust the rules for some of the patterns.
For a full list of features and visual examples visit the indicator page on my website: The Ultimate Pullback Indicator .
Engulfing Scanner v1This indicator helps you to quickly identify bullish and bearish engulfing patterns.
Works on currencies only (pips required).
Engulfing Pattern Hello Traders,
Sharing one of my favorite candlestick pattern with everyone. Feel free to use it.
Regards,
Intraday Guruji
Engulfing + MACD/MACD ZL + MAHi everyone
This is a simple algorithm that I used on timeframe > m30 to detect strong reversal signals based on :
- Engulfing pattern
- MACD ZL 12, 26, 9
- Price vs SMA 7
Last two parameters are optional but gives more security. Otherwise, waiting for confirmation gives later entry.
Up to you to find the right balance between too much security (and taking the trade too late) and not enough confirmation (taking the trade too early and it will go the opposite way)
I recommend the novice traders (less than 2 years trading), to stick with the 3 parameters above .
It's to be used after a strong moment and as we're talking about reversals, I mean trade against the current trend.
Meaning they're more risky, so... you know the drill :) :
- Tight SL
- Protect the position quickly when going in the way you want
- Don't aim for very high TP. Have a few laddered obviously in any case
- Use a trailing stop to protect your gains
Hope you'll like it
Enjoy
Dave
Engulfing Candles DetectorHello traders
Credit to HPotter for that script
I took his script and added alerts to it. 2 lines lol
But anyway, useful to detect reversals by coloring bullish/bearish engulfing candles :)
Enjoy
David
S&R Zone SignalsThis indicator allows you to specify price zones in which to detect basic candlestick patterns.
In the example above, I have specified the most immediate support and resistance zones on GBP/USD and set the script to detect engulfing candles. If a bearish engulfing candle occurs within the resistance zone a signal will be generated; likewise for bullish engulfing candles within the support zone .
The purpose of this indicator is to generate trading alerts when these patterns occur in order to reduce the screen-time required to monitor setups. This indicator is intended for structure traders primarily, although it could be used by anyone who uses zones and candlestick patterns to enter trades.
If you leave either zone set to 0 then that zone will not be used, meaning that you can use this to detect both support and resistance signals, or only signals at support, or only signals at resistance.
Settings:
R1: First Resistance Price
R2: Second Resistance Price
S1: First Support Price
S2: Second Support Price
Draw Signals: Enable/Disable Visual Signals
How Far To Look Back: Used For Detecting Fractal Highs/Lows
Doji Size (in pips): This Changes the Size of Detected Doji Candles
Hammer Wick Size: This Changes the Size of Detected Hammers/Shooting Stars
Engulf Wick: If Enabled, Only Engulfing Candles That Engulf the Wick Will Be Valid
Show Engulfing Candles: Enable/Disable Visual Signals For Engulfing Candles
Show Doji Candles: Enable/Disable Visual Signals For Doji Candles
Show Hammer Candles: Enable/Disable Visual Signals For Hammer/Shooting Star Candles
Source Code:
Go to zenandtheartoftrading.com for the source code – it’s free!
Bearish&Bullish Engulfing (created by LucaBono)Questo indicatore (o price action pattern) stampa sul grafico delle frecce o barre colorate (modificabili dalle impostazioni) quando si verificano entrambi i segnali del Bearish e Bullish Engulfing ufficiali, ovvero quando il corpo della candela è più ampio dell'intera candela precedente.
Il segnale LONG si effettua quando il massimo della Bullish bar viene rotto dalla candela successiva.
Il segnale SHORT viceversa si effettua alla rottura del minimo.
E' più facile trovare questo tipo di segnali su timefrime giornaliero e mercati come azioni, futures e titoli che non stanno aperti 24h.
Consiglio sempre di accompagnare questi segnali ad altri tipi di segnali o analisi per maggiorare le probabilità di successo e di tenuta del trade.
This indicator (or price action pattern) prints on the graph arrows or colored bars (which can be changed from the settings) when both official Bearish and Bullish Engulfing signals occur, ie when the body of the candle is wider than the entire previous candle.
The LONG signal is made when the maximum of the Bullish bar is broken by the next candle.
The SHORT signal, on the other hand, is performed when the minimum is broken.
It is easier to find this type of signals on daily timefrime and markets like stocks, futures and stocks that are not open 24h.
I always advise to accompany these signals to other types of signals or analyzes to increase the chances of success and stability of the trade.