OPEN-SOURCE SCRIPT
Aggiornato

TQHQ Script

445
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

Note di rilascio
New update
Note di rilascio
new

Declinazione di responsabilità

Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.