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. Подробнее читайте в Условиях использования.