HPotter

Morning Star Automating finding script

This is a bullish reversal pattern formed by three candlesticks. The first
is a down candlestick with a long real body, the second is a small real body
which gaps lower to form a star, the third is a up candlestick which closes
above the midpoint of the first candlestick.
Patternt is yellow

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 03/04/2014
//    This is a bullish reversal pattern formed by three candlesticks. The first 
//    is a down candlestick with a long real body, the second is a small real body 
//    which gaps lower to form a star, the third is a up  candlestick which closes 
//    above the midpoint of the first candlestick.
////////////////////////////////////////////////////////////

study(title = "Morning Star", overlay = true)
barcolor(close[2] < open[2] ? max(open[1], close[1]) < close[2] ? open > max(open[1], close[1]) ? close > open ? yellow :na : na : na : na, -1)