Bullish Engulfing: low <= low[1]: The low of the current candle is lower than or equal to the low of the previous candle. close >= close[1]: The close of the current candle is higher than or equal to the close of the previous candle. close > open: The current candle is bullish. open[1] > close[1]: The previous candle is bearish.
Bearish Engulfing: high >= high[1]: The high of the current candle is higher than or equal to the high of the previous candle. close <= close[1]: The close of the current candle is lower than or equal to the close of the previous candle. close < open: The current candle is bearish. open[1] < close[1]: The previous candle is bullish.
Plot shape: Displays a signal on the chart when a bullish engulfing pattern (green color) or a bearish engulfing pattern (red color) is detected.
Alert condition: Sets an alert to send a notification when a bullish or bearish engulfing pattern is detected.
In pieno spirito TradingView, l'autore di questo script lo ha pubblicato open-source, in modo che i trader possano comprenderlo e verificarlo. Un saluto all'autore! È possibile utilizzarlo gratuitamente, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento. Per aggiungerlo al grafico, mettilo tra i preferiti.
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.