HPotter

Three Outside Up automatic finding script

Hi
Let me introduce my Three Outside Up automatic finding script.
This is a three candlestick bullish reversal pattern consisting of a bullish
engulfing pattern formed by the first two candlesticks then followed by an up
candlestick with a higher close than the prior candlestick.

Script de código abierto

Siguiendo el verdadero espíritu de TradingView, el autor de este script lo ha publicado en código abierto, para que los traders puedan entenderlo y verificarlo. ¡Un hurra por el autor! Puede utilizarlo de forma gratuita, aunque si vuelve a utilizar este código en una publicación, debe cumplir con lo establecido en las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.

¿Quiere utilizar este script en un gráfico?
////////////////////////////////////////////////////////////
//  Copyright by HPotter v1.0 05/04/2014
//    This is a three candlestick bullish reversal pattern consisting of a bullish 
//    engulfing pattern formed by the first two candlesticks then followed by an up 
//    candlestick with a higher close than the prior candlestick.
////////////////////////////////////////////////////////////

study(title = "Three Outside Up", overlay = true)
barcolor(open[2] > close[2] ? close[1] > open[1] ? close[1] >= open[2] ? close[2] >= open[1] ? close[1] - open[1] > open[2] - close[2] ? close > open ? close > high[1] ? yellow : na : na : na:na : na : na : na)