OPEN-SOURCE SCRIPT
Atualizado TQHQ Script

This is a TradingView Pine Script indicator that shows prompts directly inside the chart
It uses the 20 SMA and 200 SMA for signal logic
The script does not draw the SMA lines, because they can already be on the chart
On the 2-minute chart it looks for:
20>200 crossover
20<200 crossover
then a very large candle after the crossover to confirm the move
It gives:
ENTRY LONG when 20 SMA crosses above 200 SMA and a huge bullish candle appears above both SMAs
ENTRY SHORT when 20 SMA crosses below 200 SMA and a huge bearish candle appears below both SMAs
It only allows the entry signal within a small number of bars after the crossover
It also limits it to one entry per crossover so there is less noise
On the 5-minute chart it looks for a Super Candle
A Super Candle means:
the new candle is the opposite color of the previous one
it is bigger in body size
it closes past the previous candle’s open
optionally it can also break the previous high or low
The script only works during market hours
The goal is to show only stronger, cleaner entry setups and avoid too many weak prompts
It uses the 20 SMA and 200 SMA for signal logic
The script does not draw the SMA lines, because they can already be on the chart
On the 2-minute chart it looks for:
20>200 crossover
20<200 crossover
then a very large candle after the crossover to confirm the move
It gives:
ENTRY LONG when 20 SMA crosses above 200 SMA and a huge bullish candle appears above both SMAs
ENTRY SHORT when 20 SMA crosses below 200 SMA and a huge bearish candle appears below both SMAs
It only allows the entry signal within a small number of bars after the crossover
It also limits it to one entry per crossover so there is less noise
On the 5-minute chart it looks for a Super Candle
A Super Candle means:
the new candle is the opposite color of the previous one
it is bigger in body size
it closes past the previous candle’s open
optionally it can also break the previous high or low
The script only works during market hours
The goal is to show only stronger, cleaner entry setups and avoid too many weak prompts
Notas de Lançamento
New updateNotas de Lançamento
newScript de código aberto
Em verdadeiro espírito do TradingView, o criador deste script o tornou de código aberto, para que os traders possam revisar e verificar sua funcionalidade. Parabéns ao autor! Embora você possa usá-lo gratuitamente, lembre-se de que a republicação do código está sujeita às nossas Regras da Casa.
Aviso legal
As informações e publicações não se destinam a ser, e não constituem, conselhos ou recomendações financeiras, de investimento, comerciais ou de outro tipo fornecidos ou endossados pela TradingView. Leia mais nos Termos de Uso.
Script de código aberto
Em verdadeiro espírito do TradingView, o criador deste script o tornou de código aberto, para que os traders possam revisar e verificar sua funcionalidade. Parabéns ao autor! Embora você possa usá-lo gratuitamente, lembre-se de que a republicação do código está sujeita às nossas Regras da Casa.
Aviso legal
As informações e publicações não se destinam a ser, e não constituem, conselhos ou recomendações financeiras, de investimento, comerciais ou de outro tipo fornecidos ou endossados pela TradingView. Leia mais nos Termos de Uso.