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.

Skrypt open-source

Zgodnie z prawdziwym duchem TradingView, autor tego skryptu opublikował go jako open-source, aby traderzy mogli go zrozumieć i zweryfikować. Brawo dla autora! Możesz używać go za darmo, ale ponowne wykorzystanie tego kodu w publikacji jest regulowane przez Dobre Praktyki. Możesz go oznaczyć jako ulubione, aby użyć go na wykresie.

Wyłączenie odpowiedzialności

Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.

Chcesz użyć tego skryptu na wykresie?
////////////////////////////////////////////////////////////
//  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)