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 open-source

Nello spirito di condivisione promosso da TradingView, l'autore (al quale vanno i nostri ringraziamenti) ha deciso di pubblicare questo script in modalità open-source, così che chiunque possa comprenderlo e testarlo. Puoi utilizzarlo gratuitamente, ma il riutilizzo del codice è subordinato al rispetto del Regolamento. Per aggiungerlo al grafico, mettilo tra i preferiti.

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.

Vuoi usare questo script sui tuoi grafici?
////////////////////////////////////////////////////////////
//  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)