Bearish engulfing

Bearish engulfing

Author: OKAS

Let’s see what a bearish engulfing is:
1. The previous candlestick must be a white one
2. The current candlestick must open upper the body of the previous candlestick
3. The current candlestick must close below the body of the previous candlestick

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. dmigliav • 10/20/2015 #

    Thanks a lot.
    Here the same code only for Bullish Engulfing:
    REM Compute the power of the bullish trend
    // Find the HIGHEST quote on the last 8 barsHighPoint = HIGHEST[8](LOW)
    // Compute the variation of price from this point to nowAdvance = OPEN- HighPoint
    // Compute the usual volatility of the stock (median of True Range)Norm = SUMMATION[3](TR) – HIGHEST[3](TR) – LOWEST[3](TR)
    REM Stock picking : only the Bullish engulfing
    Filter = OPEN[1] > CLOSE[1] AND CLOSE > OPEN[1] AND OPEN < CLOSE[1]
    REM We keep the most serious advancesSCREENER [ Filter ] (Advance / Norm AS”Trend Power”)

  2. javier.puig.rovira@gmail.com • 10/20/2015 #

    Hi! I was trying to import the code but it doesn t let me do it. Do you mind to do a ITF file? That would be very helpful!

avatar
Register or

Likes

avatar
Related users ' posts
lolo
10 years ago
4 and 9 day crossover
4 and 9 day crossover
0
Screeners
lolo
10 years ago
Reversal MACD
Reversal MACD
0
Screeners
lolo
10 years ago
lolo
10 years ago
falbamonte Hi lolo I have imported your screener but it's giving me results that appear far from any cr...
Nicolas Do you have real time data for these stocks?
lolo
10 years ago
BULLISH BREAKOUT
BULLISH BREAKOUT
0
Screeners
lolo
10 years ago
lolo
10 years ago
lolo
10 years ago
CANDLE BEARS SCREENER
CANDLE BEARS SCREENER
1
Screeners
fiboman3000 thanks alot! the code is actually a very handy candlestick tool kit for creating any possibl...
lolo
10 years ago
swing tracker upswing
swing tracker upswing
3
Screeners
BennieHofer Cant get this screener to work in prorealtime screener,2 errors
Nicolas Wrong copy/paste? Try to download the .itf file and import it into your platform instead.
BennieHofer Thanks Nicolas, the downloading worked. I'm new to trading and this site.
lolo
10 years ago
Bearish start
Bearish start
2
Screeners
BZH22 bonjour, tu peux me faire un screener avec ces conditions : - Le cours a beaucoup chuté,...
Nicolas et la marmotte ? :)
lolo
10 years ago
Bullish start
Bullish start
0
Screeners

Top