Anikeev_Pavel

Sequence Volume Bars

This script in TradingView is designed to identify sequences of bars with increasing volume. It creates two indicators: one for bullish trends (green sequence) and another for bearish trends (red sequence).

Green Sequence: The script considers a green sequence when the current closing price is higher than the previous one, and the volume is increasing. When the green sequence approaches a user-defined length, it highlights it on the chart with a green triangle below the bar.

Red Sequence: Similarly, the script looks for a bearish sequence when the current closing price is lower than the previous one, and the volume is increasing. When the red sequence approaches the specified length, it highlights it with a red triangle above the bar.

Both indicators can also send alerts when their respective sequences reach the specified length minus one. This script can be useful for traders seeking entry points based on specific volume patterns in the market.

P.S. I'm not sure how this can be useful to you, but sometimes a pump and dump can be predicted. Maybe you'll come up with ideas on how to refine this concept.
-----------
Этот скрипт для TradingView предназначен для выявления последовательностей баров с ростом объема. Он создает два индикатора: один для бычьих трендов (зеленая последовательность) и другой для медвежьих трендов (красная последовательность).

Зеленая последовательность: Скрипт считает, что происходит зеленая последовательность, если текущая цена закрытия выше предыдущей, а объем увеличивается. Когда зеленая последовательность по длине приближается к заданной пользователем, он выделяет это на графике зеленым треугольником под баром.

Красная последовательность: Аналогично скрипт ищет медвежью последовательность, когда текущая цена закрытия ниже предыдущей, а объем растет. Когда красная последовательность приближается к указанной длине, он выделяет это красным треугольником над баром.

Оба индикатора могут также отправлять предупреждения, когда соответствующая последовательность достигает заданной длины минус один. Этот скрипт может быть полезен для трейдеров, ищущих входные точки, основанные на определенных шаблонах объема в рынке.

Не знаю как вам может это пригодиться, но иногда предсказывается пам и дамп. Может у Вас появится идея как доработать эту идею

🚀 Присоединяйтесь к моему телеграм-каналу:
✅ Бесплатные индикаторы для TradingView.
✅ Эффективные стратегии и анализ рынка.
✅ Обучающий контент для трейдеров всех уровней.
✅ Полезные сигналы и рекомендации.
Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in a publication is governed by House Rules. You can favorite it to use it on a chart.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?