OPEN-SOURCE SCRIPT
OBV-LIN

OBV with linear regression
so we have two type of linear regression channel
1. base on the OBV line (red =bearish,green= bullish trend) (length 50)
2-regular (length 100)
when ever the OBV change direction if it bellow lower part of liner and it bullish so can be buy signal
if opposite can be short signal
not perfect but seems to work ,so it crude work but with some addition maybe in future i make it better
for the signals
on the other hand the combination the two channels seems to predict trend very good
the dashed line is regukar linear channel trend
//

so we have two type of linear regression channel
1. base on the OBV line (red =bearish,green= bullish trend) (length 50)
2-regular (length 100)
when ever the OBV change direction if it bellow lower part of liner and it bullish so can be buy signal
if opposite can be short signal
not perfect but seems to work ,so it crude work but with some addition maybe in future i make it better
for the signals
on the other hand the combination the two channels seems to predict trend very good
the dashed line is regukar linear channel trend
//
Script de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.
Script de código abierto
Siguiendo fielmente el espíritu de TradingView, el creador de este script lo ha publicado en código abierto, permitiendo que otros traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la publicación de este código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.