OPEN-SOURCE SCRIPT
已更新 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
發行說明
New update發行說明
new開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。