OPEN-SOURCE SCRIPT

Three-Bar Reversal Signal

Actualizado
This indicator is a simple setup of Three Bar Reversal. Logic of the code is as below.

Rules :
Long Setup
Bar 1 closes down
Low of Bar 2 is below the low of Bar 1 (and Bar 3)
Bar 3 closes above the high of both Bar 1 and Bar 2
Buy at the close of Bar 3

Short Setup
Bar 1 closes up
High of Bar 2 is above the high of Bar 1 (and Bar 3)
Bar 3 closes below the low of both Bar 1 and Bar 2
Sell at the close of Bar 3
Notas de prensa
Updated title and username
Notas de prensa
Updated the Script to generate indicator only when the bar is closed.
Notas de prensa
Updating the current script by changing the detection method from high to close. Hence reducing unwanted signals.
Notas de prensa
Updated visible marker on the chart to highlight 3-Bar setup for better recognition and decision making on 3 Bar reversal.
Chart patterns

Script de código abierto

Siguiendo fielmente el espíritu de TradingView, el autor de este script lo ha publicado en código abierto, permitiendo que otros traders puedan entenderlo y verificarlo. ¡Olé por el autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la reutilización de este código en la publicación se rige por las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

¿Quiere utilizar este script en un gráfico?

Exención de responsabilidad