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
EAxelsson Hi, shouldn´t it be or instead of and? if FiftyTwoWeekHigh = FiftyTwoWeekHigh[1] OR FiftyTwo...
qigley Line 4 has a redundant term "Close>EMA2." is not necessary as EMA2 will always be less t...
Mike.44 Thanks It a good job !
avatar
NFX thank you petesavva can i adapt the period for more bars in lookback?
petesavva Sure, Change the following line: xRange = ROUND((Highest[BARSTOLOOKBACK](High) - Lowest[BA...
Nicolas
9 years ago
Nicolas Any timeframe possible, this indicator is only an RSI with bands made of standard deviation.
nellycopter hi do you have the TDI indicator pls..
Nicolas You can download the TDI indicator here: https://www.prorealcode.com/prorealtime-indicators/...
Nicolas Je pense que cela a été fait dans le forum il y a quelques temps, il faudrait le retrouver t...
besserwerden Hello, I want t use this screener, but only results for uptrend. Is there a possibillity to ...
besserwerden Hello Nicolas, I want t use this screener, but only results for uptrend. Is there a possibil...
Nicolas
9 years ago
Nicolas In this case Spread is the difference in percentage between the 2 moving average
Talero125 Thank you! Very kind
IAmShareCrazy Is it possible to change the range and have it between 2 weeks and 8 weeks?
Nicolas
9 years ago
RSI Bearish Crossover
RSI Bearish Crossover
0
Screeners
Nicolas
9 years ago
Up on Big Volume
Up on Big Volume
0
Screeners
Nicolas
9 years ago
Nicolas oui c'est possible, je pense même que cela a été codé X fois déjà, je vais chercher.
iloco17 Bonjour Nicolas Par rapport à ce code je souhaiterais la ligne de code qui permet d'identi...
Nicolas Merci de formuler une demande dans le forum ProScreener.
lolo
10 years ago
Up-most---y
Up-most—y
0
Screeners
lolo
10 years ago
Theopolis Hi, is it possible to adjust this screener for 5 min timeframe instead of daily?
lolo
10 years ago
New 265 day highs
New 265 day highs
4
Screeners
javier.puig.rovira@gmail.com timeframe (weekly) yearLo=lowest[52](low) timeframe(daily) todaylo=low c1=todayhi>...
boje1232 hello ... just ran this query but it is running the condition of the previous weeks high rat...
Nicolas if the current high is higher than the 52 weeks high, than it is the new 52 weeks high, that...
lolo
10 years ago
JD 52 Week High
JD 52 Week High
0
Screeners
lolo
10 years ago
JD 52 Week Low
JD 52 Week Low
0
Screeners
lolo
10 years ago
PP buy
PP buy
0
Screeners
lolo
10 years ago
CC Stochastic
CC Stochastic
0
Screeners
lolo
10 years ago
Bullish Candle
Bullish Candle
0
Screeners
lolo
10 years ago
Bearish Candle
Bearish Candle
0
Screeners

Top