OPEN-SOURCE SCRIPT
Atualizado Momentum Channel - [Volume Filter]

The indicator incorporates a volume filter to ensure that the RSI only moves when the volume is above the moving average of the volume.
The filtered RSI is then used to calculate the Bollinger Bands and moving averages, providing insights into the market dynamics.
It also gives you insight into the bigger timeframes so you can monitor momentum!

Volume Filter Length: Input parameter for the length of the volume filter moving average.
Overview of code:
The filtered RSI is then used to calculate the Bollinger Bands and moving averages, providing insights into the market dynamics.
It also gives you insight into the bigger timeframes so you can monitor momentum!
Volume Filter Length: Input parameter for the length of the volume filter moving average.
Overview of code:
- rsiPeriod: Input parameter for the RSI period.
- bandLength: Input parameter for the length of the Bollinger Bands.
- lengthrsipl: Input parameter for the length of the fast moving average (MA) on the RSI.
- volumeFilterLength: Input parameter for the length of the volume filter moving average.
- volumeAvg: Calculates the moving average of the volume using the ta.sma() function with the specified volume filter length.
- filteredRsi: Uses the ta.valuewhen() function to obtain the RSI value only when the volume is greater than or equal to the volume moving average. This creates a filtered RSI based on the volume filter.
- offs: Calculates the offset value for the Bollinger Bands. It is derived by multiplying 1.6185 with the standard deviation of the filtered RSI using the ta.stdev() function.
Notas de Lançamento
Updated alert settings and color format for signalsNotas de Lançamento
Fixed a mistake where the standard deviation bands would move even if there wasn't sufficient volume. Sorry everyoneNotas de Lançamento
Removed in-active variablesScript de código aberto
No verdadeiro espirito do TradingView, o autor desse script o publicou como código aberto, para que os traders possam entendê-lo e verificá-lo. Parabéns ao autor Você pode usá-lo gratuitamente, mas a reutilização desse código em publicações e regida pelas Regras da Casa.
Join my community where i share signals and my secret algos:
Telegram:
t.me/ikkeomarfree
I can also pass funded accounts for you!
$50,000 accounts
Just dm my Telegram @IkkeOmar
Telegram:
t.me/ikkeomarfree
I can also pass funded accounts for you!
$50,000 accounts
Just dm my Telegram @IkkeOmar
Aviso legal
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.
Script de código aberto
No verdadeiro espirito do TradingView, o autor desse script o publicou como código aberto, para que os traders possam entendê-lo e verificá-lo. Parabéns ao autor Você pode usá-lo gratuitamente, mas a reutilização desse código em publicações e regida pelas Regras da Casa.
Join my community where i share signals and my secret algos:
Telegram:
t.me/ikkeomarfree
I can also pass funded accounts for you!
$50,000 accounts
Just dm my Telegram @IkkeOmar
Telegram:
t.me/ikkeomarfree
I can also pass funded accounts for you!
$50,000 accounts
Just dm my Telegram @IkkeOmar
Aviso legal
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.