Bullish Reversal (Any MA200 Position)Here’s a simple and complete Pine Script v5 for TradingView 15-minute chart that detects bullish reversal candlestick patterns (Hammer and Bullish Engulfing), and prints the word "REVERSAL" below the candle, regardless of whether it's above or below MA200.
Penunjuk dan strategi
Pi Cycle Gap (SMA Convergence, Normalized Option)This indicator visualizes the “gap” between the classic Pi Cycle Top moving averages, used for Bitcoin cycle analysis: the 111-day Simple Moving Average (SMA) and 2 × 350-day SMA.
Histogram Bars: Show the distance between these lines, highlighting when the cycle is healthy (green), near a historic “top” (orange), or at a rare crossover (red).
Normalization Option: You can view the gap as either:
Percent of 2 × 350-day SMA (recommended for multi-cycle analysis)
— This is the default.
Absolute USD difference (classic mode)
Orange bars warn when the gap is within a configurable proximity to zero (cycle convergence).
Red triangle marks the rare actual crossover event, historically correlated with market cycle tops.
Settings:
Fast MA Length (SMA): Default 111
Slow MA Length (SMA): Default 350 (doubled internally)
Proximity Warning (%): How close (as percent) to flag convergence
Show Normalized Gap (%): Toggle between percent and absolute USD
How to Use:
Green bars: Market is safely in “bull cycle mode”—top is not near
Orange bars: Approaching cycle convergence (potential top)
Red: Actual crossover—historically a signal of major cycle tops
wma+ tendance🟢 Wma+ tendance– Trend Ribbon with Weighted Moving Averages and Alerts
Description:
Wma+ tendance is a visual trend indicator that uses two Weighted Moving Averages (WMA) – a fast and a slow one – to clearly highlight market direction. It fills the space between the two WMAs with dynamic colors and includes alerts for trend changes.
🟩 Green: Uptrend – the fast WMA is above the slow WMA, and both are rising.
🟥 Red: Downtrend – the fast WMA is below the slow WMA, and both are falling.
⬜ Gray: No clear trend – indicating potential sideways or consolidating price action.
Features:
Trend ribbon visualized between fast and slow WMAs
Alerts for bullish and bearish trend detection
Customizable inputs for MA lengths and price source
Use cases:
Spot early trend formations
Combine with other indicators for confirmation
Adaptable for intraday and swing trading strategies
This script helps traders stay on the right side of the trend with minimal noise and real-time alerts.
Interest Zones | @CRYPTOKAZANCEVEnglish Description.
🧠 What This Script Does
This script automatically detects price interest zones — areas where the price repeatedly reacts by forming local swing highs or lows , suggesting heightened supply/demand or market attention. It uses a custom volatility-adjusted range (pseudo-ATR) to dynamically group significant swing points and highlights these zones visually on the chart.
The script is not a mashup or copy of built-in indicators. It’s an original implementation that performs a meaningful calculation based on market structure and volatility to help traders identify important price areas.
⚙️ How It Works
1. Swing Point Detection:
The script identifies swing highs and lows using a configurable lookback window.
2. Zone Candidate Evaluation:
Each swing is checked against a custom zone width (based on ATR and your multiplier). If multiple swings fall within this range, it’s marked as a potential zone.
3. Filtering:
The script keeps only those zones that:
• Contain at least a user-defined number of swing points.
• Do not overlap with stronger (higher swing count) zones.
4. Visualization:
• The strongest zones are drawn as semi-transparent boxes.
• Zones are limited by time (last X candles).
• Optional: Swing highs/lows can be shown on chart.
📊 How to Use
• Use it on any timeframe or asset to identify price regions of interest.
• Combine with volume, trend, or candlestick analysis for entries/exits.
• The number of touches (swing points in a zone) gives insight into zone significance.
This tool is particularly useful for identifying support/resistance areas based on actual price structure rather than arbitrary levels.
🔧 Settings
• Swing Lookback Period: Controls how many candles on each side of a pivot the script checks to detect a local high/low.
• Zone Width Multiplier: Adjusts the volatility-based range. Larger values create wider zones.
• Min Swing Count: Zones with fewer swing points than this won't be shown.
• Max Zones Displayed: Limits the number of zones shown on screen.
• Max Candles for Analysis: Old swing points beyond this range are ignored.
📌 Notes
• No third-party code or mashups used.
• This is a standalone implementation of a concept similar to market structure mapping, tailored to be dynamic and responsive to volatility.
• Ideal for traders who prefer clean, price-action-based analysis.
🇷🇺 Русское описание
🧠 Что делает этот индикатор:
Индикатор автоматически определяет зоны интереса цены — области, где цена многократно формирует локальные максимумы или минимумы (свинги) . Эти зоны могут сигнализировать о повышенном внимании рынка, предложении или спросе. Скрипт использует псевдо-ATR (волатильность на основе среднего диапазона), чтобы динамически определять такие области и выделяет их на графике.
Это не копия стандартных индикаторов и не микс чужих скриптов — это оригинальная разработка , полезная для всех, кто ищет автоматическую разметку важных ценовых уровней.
⚙️ Как работает индикатор
1. Поиск свинг-точек:
Определяются локальные экстремумы с учетом указанного периода.
2. Формирование кандидатов в зоны:
Каждая свинг-точка проверяется, есть ли в её диапазоне другие свинги. Если таких достаточно — зона считается потенциальной.
3. Фильтрация зон:
• Учитываются только зоны с минимумом заданных свингов.
• Перекрывающиеся зоны удаляются в пользу более значимых.
4. Визуализация:
• Отображаются зоны с наибольшим числом касаний.
• Зоны ограничиваются последними X свечами.
• При желании можно отобразить сами свинг-точки.
📊 Как использовать
• Работает на любом таймфрейме и инструменте.
• Используйте совместно с объёмами, трендом или свечным анализом.
• Количество касаний помогает оценить важность зоны.
Полезен тем, кто предпочитает анализ на основе структуры цены, а не произвольных уровней.
🔧 Настройки
• Период свингов: Сколько свечей учитывается по бокам для поиска экстремумов.
• Множитель зоны: Увеличивает диапазон зоны на основе волатильности.
• Мин. количество свингов: Минимум точек в зоне для её отображения.
• Макс. зон на графике: Ограничение по количеству отображаемых зон.
• Макс. свечей анализа: Старые точки за пределами не учитываются.
📌 Примечания
• Не содержит чужих индикаторов или шаблонов.
• Самостоятельная реализация механизма анализа структуры рынка
GIFT NIFTY vs NIFTY DifferenceGift Nifty and NIFTy define a TREND AND CYCLE THAT IS BEING PLOTTED using this indicator.
RTH Session Range Position (0-100) with EMAA Pine Script indicator designed to help traders understand where the current price is located within the Regular Trading Hours (RTH) session range, from 0 (session low) to 100 (session high). It also plots a smoothed EMA of this position to provide insight into momentum or trend during the RTH session.
What the Indicator Does
Defines RTH (Regular Trading Hours):
Start: 9:30 AM
End: 4:00 PM
These are typical US equity market hours.
Tracks the session's high and low during RTH:
sessionHigh and sessionLow update only during RTH.
Calculates position of the current price within the RTH range:
Formula: ((close - sessionLow) / (sessionHigh - sessionLow)) * 100
Result is a percentage:
0 = at session low
100 = at session high
50 = middle of session range
Calculates an EMA of that position (posEMA):
Smooths out the raw position to help visualize momentum within the range.
Plots and table:
Plots pos and posEMA on a separate chart pane.
Adds horizontal lines at key levels (0, 30, 50, 70, 100).
Table shows current values for Position, EMA, and Range.
Visual cues:
bgcolor highlights when pos crosses over or under the EMA — potential momentum shifts.
Alerts:
Cross above/below 50 (session midpoint).
Cross above/below EMA.
How to Use It Effectively
1. Session Strength & Momentum
Position above 70: Price is near session highs — strong upward momentum.
Position below 30: Price is near session lows — strong downward momentum.
Use the EMA of position to filter out noise and identify trends.
2. Breakout or Reversal Detection
Cross above EMA: Momentum may be turning bullish.
Cross below EMA: Momentum may be turning bearish.
These crosses (especially near mid-levels like 50) can hint at session trend shifts.
3. Range Context for Entries
If you're a mean-reversion trader, look for:
Price > 70 + turning down below EMA → possible short.
Price < 30 + turning up above EMA → possible long.
For breakout traders, you might wait for:
Crosses above 70 with EMA support.
Crosses below 30 with EMA resistance.
4. Confirmation Tool
Use this indicator alongside others to confirm:
Whether price action has strength within the day.
Whether breakouts have real momentum or are extended already.
Open-Based Percentage Levelsv2
This is an updated version of my original script.
Changes:
I took off the displacement levels since there served no purpose on this script.
I also fixed it to where the percentage level lines are visible continually throughout the entire trading day. Old version had these lines disappearing.
I also updated the name to better reflect its purpose.
Now only works on 30 min and below as the higher time frames are meaningless. The older version allow higher time frames and the code is open source to adjust as desired
5 Custom Levels from Daily OpenTrial percentage calculator which calculated the change in percentage
Killzones con Etiquetas - Hora BoliviaDescription:
This indicator automatically plots the most relevant trading time zones (Killzones), adjusted to Bolivia’s timezone (GMT-4). It is specially designed for traders operating during the key London, New York, and Asia sessions, helping identify periods of highest liquidity and volatility.
🔍 Features:
Draws visual rectangles for each Killzone:
🟩 London Killzone: 04:00 to 06:00 (Bolivia time)
🟧 New York Killzone: 08:30 to 10:30
🟦 Asia Killzone: 20:00 to 22:00
Automatic labels showing the session name.
Color-coded zones for easy recognition.
Compatible with any currency pair or time frame.
Developed in Pine Script v6 – free from execution errors.
🎯 Who is it for?
Scalpers and intraday traders.
Users of ICT-based trading strategies.
Traders following specific market sessions from Bolivia or GMT-4.
Terils scriptcombined Indicator EMA, Yesterday High low. super trend, BB.
combined Indicator EMA, Yesterday High low. super trend, BB.
combined Indicator EMA, Yesterday High low. super trend, BB.
combined Indicator EMA, Yesterday High low. super trend, BB.
combined Indicator EMA, Yesterday High low. super trend, BB.
combined Indicator EMA, Yesterday High low. super trend, BB.
combined Indicator EMA, Yesterday High low. super trend, BB.
combined Indicator EMA, Yesterday High low. super trend, BB.
combined Indicator EMA, Yesterday High low. super trend, BB.
Filtered DTR Table📊 Filtered Daily True Range (DTR) Indicator
This indicator calculates and displays a filtered version of the Daily True Range (DTR) over the last 14 trading days, using high and low prices of each day.
It filters out extreme values by excluding any daily range that is:
Less than 0.5× the average range
Greater than 2× the average range
The indicator shows a table in the bottom-right corner of the main chart, containing:
Filtered ATR – The average of valid (filtered) daily ranges over the past 14 days, based on the high-low difference.
Current Day's Range – The high-low range of the current trading day.
% of ATR – How much of the filtered ATR has been covered by today's range, expressed as a whole number percentage.
EMA ATR bandsDraws upper and lower bands N-ATR above and below the EMA of length of your choosing. Helpful for seeing if prices are running away from an average.
Dynamic and ATR Supertrend**Dynamic and ATR Supertrend Indicator**
The Dynamic and ATR Supertrend indicator is a powerful tool for traders who want to identify trends and make informed decisions about their investments. This indicator combines the benefits of the Supertrend indicator with the dynamic multiplier adjustment and ATR (Average True Range) calculation to provide a more accurate and reliable trend identification system.
**Key Features:**
* **Dynamic Multiplier Adjustment:** The indicator uses a dynamic multiplier adjustment to adapt to changing market conditions. This ensures that the indicator remains sensitive to trend changes and provides accurate signals.
* **ATR Calculation:** The indicator uses the ATR (Average True Range) calculation to determine the volatility of the market. This helps to identify the optimal multiplier value for the Supertrend calculation.
* **Supertrend Calculation:** The indicator uses the Supertrend calculation to identify trends and provide buy and sell signals.
* **Higher Timeframe Analysis:** The indicator allows for higher timeframe analysis, which enables traders to identify trends and make decisions based on a broader market perspective.
* **Alert System:** The indicator includes an alert system that notifies traders of trend changes and price crosses, allowing them to make timely and informed decisions.
**How it Works:**
1. The indicator calculates the ATR (Average True Range) of the market to determine the volatility.
2. The indicator uses the dynamic multiplier adjustment to adapt to changing market conditions.
3. The indicator calculates the Supertrend value using the ATR and dynamic multiplier.
4. The indicator identifies trends and provides buy and sell signals based on the Supertrend value.
5. The indicator includes an alert system that notifies traders of trend changes and price crosses.
**Benefits:**
* **Improved Trend Identification:** The indicator provides a more accurate and reliable trend identification system, allowing traders to make informed decisions.
* **Adaptability:** The indicator adapts to changing market conditions, ensuring that it remains sensitive to trend changes and provides accurate signals.
* **Flexibility:** The indicator allows for higher timeframe analysis, enabling traders to identify trends and make decisions based on a broader market perspective.
* **Alert System:** The indicator includes an alert system that notifies traders of trend changes and price crosses, allowing them to make timely and informed decisions.
**Conclusion:**
The Dynamic and ATR Supertrend indicator is a powerful tool for traders who want to identify trends and make informed decisions about their investments. With its dynamic multiplier adjustment, ATR calculation, and Supertrend calculation, this indicator provides a more accurate and reliable trend identification system. The indicator's adaptability, flexibility, and alert system make it an essential tool for traders who want to stay ahead of the market and make profitable trades.
REVERSAL: Pin Bar, Doji, EngulfingStrategy Logic Recap:
Detects one of these patterns:
✅ Pin Bar (with long lower wick)
✅ Doji
✅ Long-Leg Doji
✅ Bullish Engulfing
Additional conditions:
The pattern appears below MA20
MA200 > MA20
RSI < 50
For Pin Bar / Doji / Long-Leg Doji: the next candle closes above the high of the pattern
For Bullish Engulfing: immediate confirmation on the same bar
Prints a green "REVERSAL" label below the pattern candle
Interest Zones | @CRYPTOKAZANCEVEnglish Description.
🧠 What This Script Does
This script automatically detects price interest zones — areas where the price repeatedly reacts by forming local swing highs or lows , suggesting heightened supply/demand or market attention. It uses a custom volatility-adjusted range (pseudo-ATR) to dynamically group significant swing points and highlights these zones visually on the chart.
The script is not a mashup or copy of built-in indicators. It’s an original implementation that performs a meaningful calculation based on market structure and volatility to help traders identify important price areas.
⚙️ How It Works
1. Swing Point Detection:
The script identifies swing highs and lows using a configurable lookback window.
2. Zone Candidate Evaluation:
Each swing is checked against a custom zone width (based on ATR and your multiplier). If multiple swings fall within this range, it’s marked as a potential zone.
3. Filtering:
The script keeps only those zones that:
• Contain at least a user-defined number of swing points.
• Do not overlap with stronger (higher swing count) zones.
4. Visualization:
• The strongest zones are drawn as semi-transparent boxes.
• Zones are limited by time (last X candles).
• Optional: Swing highs/lows can be shown on chart.
📊 How to Use
• Use it on any timeframe or asset to identify price regions of interest.
• Combine with volume, trend, or candlestick analysis for entries/exits.
• The number of touches (swing points in a zone) gives insight into zone significance.
This tool is particularly useful for identifying support/resistance areas based on actual price structure rather than arbitrary levels.
🔧 Settings
• Swing Lookback Period: Controls how many candles on each side of a pivot the script checks to detect a local high/low.
• Zone Width Multiplier: Adjusts the volatility-based range. Larger values create wider zones.
• Min Swing Count: Zones with fewer swing points than this won't be shown.
• Max Zones Displayed: Limits the number of zones shown on screen.
• Max Candles for Analysis: Old swing points beyond this range are ignored.
📌 Notes
• No third-party code or mashups used.
• This is a standalone implementation of a concept similar to market structure mapping, tailored to be dynamic and responsive to volatility.
• Ideal for traders who prefer clean, price-action-based analysis.
🇷🇺 Русское описание
🧠 Что делает этот индикатор:
Индикатор автоматически определяет зоны интереса цены — области, где цена многократно формирует локальные максимумы или минимумы (свинги) . Эти зоны могут сигнализировать о повышенном внимании рынка, предложении или спросе. Скрипт использует псевдо-ATR (волатильность на основе среднего диапазона), чтобы динамически определять такие области и выделяет их на графике.
Это не копия стандартных индикаторов и не микс чужих скриптов — это оригинальная разработка , полезная для всех, кто ищет автоматическую разметку важных ценовых уровней.
⚙️ Как работает индикатор
1. Поиск свинг-точек:
Определяются локальные экстремумы с учетом указанного периода.
2. Формирование кандидатов в зоны:
Каждая свинг-точка проверяется, есть ли в её диапазоне другие свинги. Если таких достаточно — зона считается потенциальной.
3. Фильтрация зон:
• Учитываются только зоны с минимумом заданных свингов.
• Перекрывающиеся зоны удаляются в пользу более значимых.
4. Визуализация:
• Отображаются зоны с наибольшим числом касаний.
• Зоны ограничиваются последними X свечами.
• При желании можно отобразить сами свинг-точки.
📊 Как использовать
• Работает на любом таймфрейме и инструменте.
• Используйте совместно с объёмами, трендом или свечным анализом.
• Количество касаний помогает оценить важность зоны.
Полезен тем, кто предпочитает анализ на основе структуры цены, а не произвольных уровней.
🔧 Настройки
• Период свингов: Сколько свечей учитывается по бокам для поиска экстремумов.
• Множитель зоны: Увеличивает диапазон зоны на основе волатильности.
• Мин. количество свингов: Минимум точек в зоне для её отображения.
• Макс. зон на графике: Ограничение по количеству отображаемых зон.
• Макс. свечей анализа: Старые точки за пределами не учитываются.
📌 Примечания
• Не содержит чужих индикаторов или шаблонов.
• Самостоятельная реализация механизма анализа структуры рынка.
AMMA JAMMA'S SNEAKY LITTLE ALPHAAmma Jamma has a nifty SWING guidance video with a sneaky tip...
This script will plot a signal when the RSI crosses above the midline. You can adjust the midline to where you want the signals. Can be used for numerous strategies, I thought about adding various other features like crossing under the upper band, etc.
In A/J style, keeping this one simple.
Set alerts if that's your thing.
This is experimental and still in testing.
Version 1
Bullish Bearish Signal with EMA Color + Labels Bullish & Bearish Signal with Dynamic EMA + MACD/RSI Confluence
This indicator provides clear BUY and SELL signals based on the confluence of trend, momentum, and strength — perfect for traders who want high-probability entries with minimal noise.
🔍 Key Features:
Dynamic EMA 200 Color
The EMA line changes color based on market bias:
🔵 Blue = Bullish Trend
🔴 Red = Bearish Trend
⚪ Gray = Neutral
BUY Signal Conditions:
Price is above EMA 200 (uptrend confirmation)
MACD line crosses above the Signal line (momentum shift)
RSI is above 50 (bullish strength)
SELL Signal Conditions:
Price is below EMA 200 (downtrend confirmation)
MACD line crosses below the Signal line
RSI is below 50 (bearish strength)
Stylish BUY/SELL Labels
Clean, readable markers appear directly on the chart at key turning points.
🎯 Ideal For:
Trend-following strategies
Scalpers and swing traders looking for cleaner entries
Confirming signals from your existing setup
Let the market tell you when it's ready — this tool helps you enter only when trend, momentum, and strength agree.
Happy trading! 🚀
wma+ tendance🟢 wma+ tendance – Trend Ribbon with Weighted Moving Averages
Description:
Wma+ tendance is an indicator based on two Weighted Moving Averages (WMA) – a fast and a slow one – designed to visualize market trends in a clear and intuitive way. It dynamically colors the space between the two curves according to the market direction:
🟩 Green: Uptrend (fast WMA is above the slow WMA, and both are rising)
🟥 Red: Downtrend (fast WMA is below the slow WMA, and both are falling)
⬜ Gray: No clear trend (neutral market or consolidation)
Usage:
Identify trend phases or consolidation periods
Combine with other technical signals to optimize entries/exits
Suitable for both day trading and swing trading
Customizable settings:
Price source (close, open, etc.)
Length of the moving averages (fast and slow)
Triple MA (SMA, EMA, WMA)A triple Moving Average, simple, exponential and weighted. All in one with fills in between.
AT - Relative Strength IndexVariation of the RSI indicator that marks the intersection of RSI and RSIMA.
It is designed to be used by including this code in your own strategy script.
You can vary the upper and lower bands, as well as the timeframe and base of the average included in the original script.
SH Vertical LinesSH Vertical Lines for specific of the day which is 2am, 6am, 10am, 2pm, 6pm, and 10pm