MACD+RSI Divergence Pro v2//@version=5
indicator("MACD+RSI Divergence Pro v2", overlay=true)
// 1. إعداد MACD
= ta.macd(close, 12, 26, 9)
macdBullish = ta.crossover(macdLine, signalLine)
macdBearish = ta.crossunder(macdLine, signalLine)
// 2. إعداد RSI
rsiValue = ta.rsi(close, 14)
rsiOverbought = rsiValue >= 70
rsiOversold = rsiValue <= 30
// 3. كشف الاختلافات المصحح
// → استخدمنا الدالة `ta.valuewhen()` لتحديد القمم/القيعان بدقة
swingLow = ta.lowest(low, 5)
swingHigh = ta.highest(high, 5)
rsiAtSwingLow = ta.valuewhen(swingLow == low, rsiValue, 0)
rsiAtSwingHigh = ta.valuewhen(swingHigh == high, rsiValue, 0)
bullishDiv = low < low and rsiAtSwingLow > rsiAtSwingLow and rsiOversold
bearishDiv = high > high and rsiAtSwingHigh < rsiAtSwingHigh and rsiOverbought
// 4. مرشح الاتجاه (EMA 200)
marketTrend = ta.ema(close, 200)
isUptrend = close > marketTrend
// 5. الإشارات النهائية
buySignal = bullishDiv and macdBullish and isUptrend
sellSignal = bearishDiv and macdBearish and not isUptrend
// 6. العرض على الرسم
plotshape(buySignal, title="شراء", text="▲", style=shape.labelup, location=location.belowbar, color=color.new(#00FF00, 0), textcolor=color.white)
plotshape(sellSignal, title="بيع", text="▼", style=shape.labeldown, location=location.abovebar, color=color.new(#FF0000, 0), textcolor=color.white)
// 7. تنبيهات
alertcondition(buySignal, "إشارة شراء", "Bullish Divergence + MACD Crossover")
alertcondition(sellSignal, "إشارة بيع", "Bearish Divergence + MACD Crossunder")
Indicators and strategies
Coffee Box Ninja- Time zone and automatic box for the COFFEE BOX strategy based on New York time.
- Auto update for summer and winter time
--------------------------------------------------------------------------------------
- Rango de horarios y caja automatica para la estrategia COFFEE BOX basado en horarios de Nueva York.
- Actualizacion automatica horario de verano en invierno
-------------------------------------------------------------------------------------
Wyckoff Ninja 🥷🏼
linktr.ee
This indicator highlights a specific time range during the New York trading session by drawing a dynamic box that captures the high and low between the defined start and end times. It is useful for identifying price ranges during important market windows, such as the "coffee time" box from 8:30 AM to 10:00 AM (NY time). The box updates as the session progresses and finalizes when the range ends.
Simple 4EMA Lines简洁4EMA移动平均线 - 纯净趋势分析工具
📊 功能特点:
• 四条EMA线:7、20、90、180周期(可自定义)
• 简洁设计,无多余元素干扰
• 完全可自定义颜色和线条样式
• 支持偏移量调整
🎯 适用场景:
• 基础趋势分析
• 支撑阻力位参考
• 多时间框架分析
• 作为其他指标的基础层
💡 使用方法:
• 价格在EMA上方看多,下方看空
• EMA排列判断趋势强弱
• EMA交叉关注趋势转换信号
⚙️ 优势:
• 界面简洁清晰
• 资源占用少
• 适合叠加其他指标
• 适用所有交易品种和周期
经典移动平均线工具,适合所有级别的交易者使用。
Simple 4EMA Lines - Clean Trend Analysis Tool
📊 Features:
• Four EMA lines: 7, 20, 90, 180 periods (customizable)
• Clean design without visual clutter
• Fully customizable colors and line styles
• Offset adjustment support
🎯 Use Cases:
• Basic trend analysis
• Support/resistance reference
• Multi-timeframe analysis
• Foundation layer for other indicators
💡 Usage:
• Price above EMA = bullish bias
• Price below EMA = bearish bias
• EMA crossovers signal potential trend changes
⚙️ Advantages:
• Clean and clear interface
• Low resource usage
• Perfect for indicator overlay
• Works on all instruments and timeframes
Classic moving average tool suitable for traders of all levels.
4EMA Moving Average Group4EMA移动平均线组合 - 专业趋势分析指标
📈 核心功能:
• 四条EMA线:7、20、90、180周期
• Vegas隧道填充效果,清晰显示趋势通道
• 自动识别多头/空头排列
• 可选趋势背景颜色提示
• 支持EMA平滑处理和布林带扩展
🎯 使用场景:
• 趋势跟踪和方向判断
• 支撑阻力位识别
• 入场出场时机选择
• 多时间框架分析
💡 交易信号:
• 多头信号:EMA呈7>20>90>180排列 + 价格在EMA上方
• 空头信号:EMA呈7<20<90<180排列 + 价格在EMA下方
• 填充区域作为动态支撑阻力参考
⚙️ 特色功能:
• 完全可自定义颜色和透明度
• 灵活的显示选项控制
• 多种平滑算法可选
• 适用于所有时间周期
适合各级别交易者使用,建议结合其他技术指标综合分析。
4EMA Moving Average Group - Professional Trend Analysis Indicator
📈 Core Features:
• Four EMA lines: 7, 20, 90, 180 periods
• Vegas Tunnel fill effect for clear trend channels
• Automatic bullish/bearish alignment detection
• Optional trend background color alerts
• EMA smoothing and Bollinger Bands extension support
🎯 Use Cases:
• Trend following and direction analysis
• Support/resistance level identification
• Entry/exit timing optimization
• Multi-timeframe analysis
💡 Trading Signals:
• Bullish: EMA alignment 7>20>90>180 + price above EMAs
• Bearish: EMA alignment 7<20<90>180 + price below EMAs
• Fill areas serve as dynamic support/resistance zones
⚙️ Key Features:
• Fully customizable colors and transparency
• Flexible display options
• Multiple smoothing algorithms available
• Works on all timeframes
Suitable for traders of all levels. Recommended to use with other technical indicators for comprehensive analysis.
RSI-MAI spent a lot of time chasing trading methods.
Until I realized that the best method I need to follow is the reality of my own mind.
With faith in the truth, follow the truth in your heart.
📦 Refined Supply & Demand Zones (RBR, DBD, DBR, RBD)📦 Refined Supply & Demand Zones (RBR, DBD, DBR, RBD)
This script automatically detects and visualizes institutional supply and demand zones based on four key price action patterns:
🟢 RBR (Rally-Base-Rally) — Demand
🟢 DBR (Drop-Base-Rally) — Demand
🔴 DBD (Drop-Base-Drop) — Supply
🔴 RBD (Rally-Base-Drop) — Supply
Zones are plotted as transparent rectangles with color-coded logic:
Green for demand zones
Red for supply zones
⚙️ Features:
Adjustable base candle count, wick tolerance, and lookback range
Optimized for performance with loop limiting and throttled cleanup
Designed for scalping, day trading, or swing setups
Runs on any timeframe or market
Built for traders who want to visualize high-probability reaction areas based on clean, rule-based structure — no repainting, no guesswork.
MOM Buy/Sell + MACD Histogram Signal TableThis gives you a bullish and bearish buy signal based on macd crossing 0 level and macd crossing signal line...and it gives sell signal the first time after a buy signal price closes across the 13 ema. It also gives a table on what the macd histogram is doing on multiple time frames so you know where the momentum is.
Confluence Pannel📊 RSI / MACD / ADX Info Panel — Indicator Overview
This Pine Script v6 indicator is a compact visual dashboard that displays real-time insights from three popular technical indicators — RSI, MACD, and ADX — in a color-coded panel at the top-right of your TradingView chart.
🔍 What It Shows
✅ RSI (Relative Strength Index)
Measures momentum and potential overbought/oversold conditions.
Green background: RSI is above 50 (bullish momentum).
Red background: RSI is below 50 (bearish momentum).
Extra label:
"OVER BOUGHT" if RSI > input threshold (default 70)
"OVER SOLD" if RSI < input threshold (default 30)
✅ MACD (Moving Average Convergence Divergence)
Indicates trend strength and direction.
Green background: MACD line is above signal line → Bullish
Red background: MACD line is below signal line → Bearish
Label displays: "Bullish" or "Bearish"
✅ ADX (Average Directional Index)
Measures the strength of the trend, not its direction.
Background and label color changes:
🔴 Red: ADX < 20 → "Bad" (no trend)
🟠 Orange: 20 ≤ ADX < 25 → "Weak" (choppy trend)
🟢 Green: 25 ≤ ADX < 30 → "Good" (valid trend)
🔵 Blue: ADX ≥ 30 → "Best" (strong trend)
🧠 How to Use It
Add to Chart: Paste the script into TradingView’s Pine Editor, click “Add to Chart,” and you’ll see a table appear in the top-right corner.
Interpret Quickly: Use the panel to quickly assess:
Is momentum building or fading? (RSI)
Is there a trend direction? (MACD)
Is the trend strong enough to trade? (ADX)
Make Fast Trade Decisions:
Look for all green/blue for optimal bullish conditions.
Mixed colors may indicate range-bound or weakening setups.
Use it as a confluence check before entering trades.
MTF PO3 Big Candle By Rouro📊 MTF PO3 Big Candle By Rouro
This indicator allows you to visualize candles from higher timeframes (HTF) directly on lower timeframe charts.
It draws:
📉 Past candles from the selected HTF.
📈 A projected current candle of a chosen timeframe, extended to the right of the chart.
It's ideal for traders who want to align decisions on lower timeframes with key HTF structures.
⚙️ Inputs & Configuration
🕐 Past Candle Timeframe
Selects the timeframe to visualize historical candles.
(e.g., 4H on a 5-minute chart)
📅 Projected Candle Timeframe
Chooses the timeframe for the current (live) candle that is drawn to the right of the chart.
(e.g., 1D)
➡️ Right Displacement (bars)
Controls how far to the right the projected candle is drawn.
🟩 Bullish Body Color
Defines the color of bullish candle bodies.
🟥 Bearish Body Color
Defines the color of bearish candle bodies.
🔵 Wick Color
Color of the high/low wicks.
🔲 Body Transparency (0–100)
Controls the transparency of the candle body fill.
📌 Show Wicks
Enables or disables drawing of the wicks on all candles.
💡 Notes
If the projected candle is from a very large timeframe (e.g., 1D) and you are on a small timeframe (e.g., 5m), the projection length is limited to avoid overlapping the chart.
All candle shapes update in real time.
The indicator is optimized for performance and includes fail-safes for TradingView's limits.
💬 Support
If you have any questions, feel free to ask in the comments.
If this indicator has been useful or valuable for your trading, please leave a comment saying so — your feedback helps the community and supports the publication process.
✅ Compliant with TradingView’s house rules: No ads, sales, links, or misleading claims.
📌 This is a visual utility tool designed to support multi-timeframe analysis.
ATR % Line from Day LowHow can you make sure that you're not buying a stock that is too extended?
By limiting your buys to within a certain percentage of either the low-of-the-day (LoD) if you're going long, or to the high-of-the-day (HoD) if you're shorting a stock. This script will help you do just that.
Limiting stock purchases to within a certain percentage of the Average True Range (ATR) from the day's low or high is a risk management technique that offers several key benefits:
Risk Control and Position Sizing
By using ATR as a boundary, you're essentially creating a volatility-adjusted buffer. Since ATR measures recent price volatility, this approach prevents you from buying into stocks that have already moved significantly beyond their normal trading range. This helps avoid entering positions when the stock might be overextended and due for a pullback.
Improved Entry Timing
This strategy encourages patience and discipline. Rather than chasing a stock that's already run up substantially from its low, you wait for better entry points. For example, if you set a limit of 50% of ATR from the day's low, you're only buying when the stock hasn't moved more than half its typical daily range from the bottom.
Volatility Awareness
ATR naturally adjusts for each stock's individual volatility characteristics. A high-volatility stock might have an ATR of $2, while a low-volatility stock might have an ATR of $0.50. This approach scales your entry criteria appropriately for each security rather than using arbitrary dollar amounts.
Reduced Emotional Trading
Having a systematic rule removes the temptation to chase momentum or buy at poor technical levels. It forces you to wait for the stock to come back to more reasonable levels relative to its recent trading behavior.
Better Risk-Reward Ratios
By entering closer to the day's low (within your ATR percentage), you're typically getting a better risk-reward setup. Your stop loss (often placed below the day's low) will be tighter, while your potential upside remains intact.
This approach works particularly well for swing traders and those looking to enter positions on pullbacks or during consolidation periods rather than breakout scenarios.
To save valuable real estate on your chart, there's also an option that can give you a compact version of this indicator which will show only the "Current Day's Low/High" and "Target Price". "Target Price" being the price at which your max buy limit is based on the % ATR you choose in settings.
AO + Stoch RSI Combined Key Features:
Fixing hline Errors:
Replaced hline(band_upper, ...) and hline(band_lower, ...) with plot(band_upper, ...) and plot(band_lower, ...) to support dynamic series float values, as hline requires constant input float.
The middle band is plotted at 0 (matching AO’s zero line) using plot(0, ...) for consistency.
Updated the fill function to use plot_upper and plot_lower instead of hline objects.
Preserving AO’s Original Appearance:
The AO histogram uses raw values (ao = ta.sma(hl2, 5) - ta.sma(hl2, 34)), centered around zero, with green (#009688) for rising bars and red (#F44336) for falling bars, matching the standard AO.
Transparency (color.new(..., 50)) ensures K/D lines are visible when overlapping.
A zero line is plotted at 0 for the classic AO look.
Stoch RSI K/D Overlay:
K/D lines are scaled to the AO’s range: k_scaled = (k - 50) * (ao_max / 50), centering them around zero and matching the AO histogram’s amplitude.
Plotted with linewidth=3 for visibility, directly overlaying the histogram bars, “sitting” on them like MACD lines over the MACD histogram.
MACD-Like Design:
AO histogram is the base layer (plot.style_histogram), like the MACD histogram.
Scaled K (blue, #2962FF) and D (orange, #FF6D00) lines overlap the histogram, resembling MACD’s line overlay.
Stoch RSI bands are scaled (band_upper, band_lower) to the AO’s range and plotted dynamically, with a background fill between them.
Same Plot Pane:
AO histogram (raw), scaled K/D lines, scaled Stoch RSI bands, and zero line are plotted in the same pane, with K/D lines directly overlaid on the histogram.
Awesome Oscillator (AO):
Calculates AO as the difference between 5-period and 34-period SMAs of hl2.
Plots raw histogram, colored based on ao_diff.
Alerts for color changes and histogram state changes.
Stochastic RSI:
Calculates RSI (default length 14), Stochastic formula (default length 14), and smooths K (default 3) and D (default 3) with SMAs.
Plots scaled K/D lines and dynamic bands (upper, lower).
Alerts use original K/D values (0-100) for standard thresholds (20/80).
Shorttitle:
AO+StoRSI (9 characters), within the 10-character limit.
Plots:
All elements in a single pane, using color.new for Pine Script version 6 compatibility.
Alerts:
AO: Color changes and histogram state changes.
Stochastic RSI: K crossing D, K exiting oversold (above 20), K entering overbought (below 80).
Usage Instructions:
Copy the script into TradingView’s Pine Script editor.
Customize inputs (e.g., RSI length, Stochastic length, K/D smoothing) as needed.
The AO histogram (original scale, centered at zero) and scaled Stoch RSI K/D lines will appear in the same plot pane, with K/D lines overlaid on the histogram bars in a MACD-like layout.
Histogram transparency (50) and thicker K/D lines (linewidth=3) ensure readability. If the overlap is too cluttered, you can:
Increase transparency (e.g., color.new(..., 70)).
Adjust the K/D scaling factor (e.g., change ao_max / 50 to ao_max / 25).
Set up alerts in TradingView for AO or Stoch RSI conditions.
Body GapsThis script is a customized version based on TradingView’s official “Gaps” indicator. The original version detects gaps using the distance between highs and lows of consecutive bars. In contrast, this script introduces a refined definition of gaps by focusing strictly on real body gaps—price zones where the open and close of two consecutive candles do not overlap.
Additionally, the gap closure logic has been enhanced:
Instead of checking for simple wick penetration, a gap is only marked as closed when the closing price fully re-enters the gap zone, ensuring a more reliable and practical interpretation for traders.
Smart Reversal Signal (Stoch + RSI + EQH/EQL) - TF + Lookback📌 Smart Reversal Signal (Stoch + RSI + EQH/EQL)
This custom TradingView indicator identifies potential trend reversal signals using a combination of Stochastic Oscillator, Relative Strength Index (RSI), and Equal Highs/Lows (EQH/EQL) based on a higher timeframe.
✅ Key Features:
Stochastic %K and %D Cross
Detects bullish reversal when %K crosses above %D in oversold zone (< 20)
Detects bearish reversal when %K crosses below %D in overbought zone (> 80)
RSI Signal Confirmation
Bullish when RSI crosses above the oversold level (e.g., 30)
Bearish when RSI crosses below the overbought level (e.g., 70)
Equal High / Low Zones (EQH/EQL)
Confirms price is reversing near previous unbroken highs/lows (within % tolerance)
Uses customizable higher timeframe (e.g., 1H) and user-defined lookback period
Buy Signal:
RSI crosses up from oversold
Stochastic %K crosses above %D
Price near an Equal Low (EQL)
Sell Signal:
RSI crosses down from overbought
Stochastic %K crosses below %D
Price near an Equal High (EQH)
Visual Aids:
Background highlights (green for Buy, red for Sell)
RSI and Stochastic plots with overbought/oversold levels
Alert conditions for Buy and Sell triggers
⚙️ Customizable Inputs:
Stochastic and RSI lengths
Overbought/Oversold levels
Tolerance for EQH/EQL zones (%)
Timeframe for EQH/EQL detection
Lookback bars to define EQ zones
📈 Use Case:
This indicator helps traders detect high-probability reversal zones by aligning:
Momentum shifts (via RSI & Stochastic)
Price structure zones (EQH/EQL)
Ideal for swing trading, mean reversion strategies, or trend reversal confirmations.
Trend TraderDescription and Usage of the "Trend Trader" Indicator
The "Trend Trader" indicator, created by Gerardo Mercado as a legacy project, is a versatile trading tool designed to identify potential buy and sell signals across various instruments. While it provides predefined settings for popular instruments like US30, NDX100, GER40, and GOLD, it can be seamlessly adapted to any market, including forex pairs like EUR/USD. The indicator combines moving averages, time-based filters, and MACD confirmation to enhance decision-making for traders.
How It Works
Custom Moving Averages (MAs):
The indicator uses two moving averages:
Short MA: A faster-moving average (default: 10 periods).
Long MA: A slower-moving average (default: 100 periods).
Buy signals are generated when the Short MA crosses above the Long MA.
Sell signals are triggered when the Short MA crosses below the Long MA.
Time-Based Signals:
The user can define specific trading session times (start and end in UTC) to focus on high-activity periods for their chosen market.
Signals and background coloring are only active during the allowed session times.
MACD Confirmation:
A MACD (Moving Average Convergence Divergence) calculation on a 15-minute timeframe ensures stronger confirmation for signals.
Buy signals require the MACD line to be above the signal line.
Sell signals require the MACD line to be at or below the signal line.
Target Levels:
Predefined profit targets are dynamically set based on the selected trading instrument.
While it includes settings for US30, NDX100, GER40, and GOLD, the target levels can be adjusted to fit the volatility and structure of any asset, including forex pairs like EUR/USD.
Target 1 and Target 2 levels display when these thresholds are met after an entry signal.
Adaptability to Any Market:
Although predefined options are included for specific instruments, the indicator's moving averages, time settings, and MACD logic are applicable to any tradable asset, making it suitable for forex, commodities, indices, and more.
Visual Alerts:
Labels appear on the chart to highlight "BUY" and "SELL" signals at crossover points.
Additional labels indicate when price movements reach the predefined target levels.
Bar and background coloring visually represent active signals and MACD alignment.
Purpose
The indicator aims to simplify trend-following and momentum-based trading strategies. By integrating moving averages, MACD, customizable time sessions, and dynamic targets, it offers clear entry and exit points while being adaptable to the needs of individual traders across diverse markets.
How to Use
Setup:
Add the indicator to your TradingView chart.
Configure the moving average periods, trading session times, and target levels according to your preferences.
Select the instrument for predefined target settings or customize them to fit the asset you’re trading (e.g., EUR/USD or other forex pairs).
Interpreting Signals:
Buy Signal: The Short MA crosses above the Long MA, MACD confirms the upward trend, and the session is active.
Sell Signal: The Short MA crosses below the Long MA, MACD confirms the downward trend, and the session is active.
Adapt for Any Instrument:
Adjust the predefined target levels to match the volatility and trading style for your chosen asset.
For forex pairs like EUR/USD, consider typical pip movements to set appropriate profit targets.
Targets:
Use the provided target labels (e.g., 50 or 100 points) or customize them to reflect realistic profit goals based on the asset’s volatility.
Visual Aids:
Pay attention to the background color:
Greenish: Indicates a bullish trend during the allowed session.
Redish: Indicates a bearish trend during the allowed session.
Use the "BUY" and "SELL" labels for actionable insights.
This indicator is a flexible and powerful tool, suitable for traders across all markets. Its adaptability ensures that it can enhance your strategy, whether you’re trading forex, commodities, indices, or other assets. By offering actionable alerts and customizable settings, the "Trend Trader" serves as a valuable addition to any trader’s toolkit. FX:EURUSD
AO + MACD CombinedAwesome Oscillator (AO):
Calculates AO as the difference between 5-period and 34-period SMAs of the hl2 price.
Plots the AO histogram with colors: green (#009688) when increasing, red (#F44336) when decreasing.
Includes alerts for color changes (green/red).
MACD:
Calculates MACD using user-defined fast (12) and slow (26) SMA lengths, with a signal line smoothed over 9 periods.
Plots the MACD line (blue, #2962FF) and Signal line (orange, #FF6D00).
The MACD histogram is replaced by the AO histogram, but alerts for histogram state changes (rising to falling, falling to rising) are based on AO.
Shorttitle:
Set to AO+MACD (7 characters), within the 10-character limit.
Plots:
AO histogram, MACD line, Signal line, and a zero line are plotted in a single pane.
Uses color.new for version 6 compatibility.
Alerts:
AO color change alerts (green/red).
AO histogram state change alerts (rising to falling, falling to rising).
Usage Instructions:
Copy the script into TradingView’s Pine Script editor.
Customize inputs (e.g., MACD fast/slow lengths, signal smoothing) as needed.
Set up alerts in TradingView for AO color changes or histogram state changes.
The indicator displays in one pane, with the AO histogram replacing the MACD histogram, alongside the MACD and Signal lines.
8 EMA Ribbon# 📈 8 EMA Ribbon - Dynamic Color Trend Indicator
**Professional EMA ribbon with intelligent color-changing technology that instantly reveals market trend direction and strength.**
## 🎯 Key Features
### 🌈 **Dynamic Color System**
- **Green EMAs**: Price is above the EMA (bullish)
- **Red EMAs**: Price is below the EMA (bearish)
- **Real-time updates**: Colors change instantly as price moves through each level
### 📊 **Fibonacci-Based Ribbon**
- **Perfect Spacing**: 8, 13, 21, 34, 55, 89, 144, 233 periods
- **Optimal Coverage**: Short-term to long-term trend analysis
- **Natural Flow**: Creates smooth ribbon effect for trend visualization
### ⚙️ **Ultra-Clean Interface**
- **Single-Line Settings**: Each EMA configured on one compact row
- **Quick Toggles**: Enable/disable any EMA instantly
- **Custom Colors**: Set your preferred bullish/bearish colors
- **Adjustable Width**: 1-4 line thickness for each EMA
- **50% Transparency**: Default semi-transparent design doesn't obstruct price action
## 💡 Trading Applications
### 📈 **Trend Identification**
- **All Green**: Strong uptrend - look for long opportunities
- **All Red**: Strong downtrend - consider short positions
- **Mixed Colors**: Consolidation or trend transition zones
### 🎯 **Support & Resistance**
- EMAs act as dynamic support/resistance levels
- Color changes highlight when key levels are broken
- Multiple timeframes create robust trading zones
### ⚡ **Entry Signals**
- Price breaking through ribbon indicates trend changes
- Color transitions provide early trend reversal warnings
- Use with other indicators for confirmation
## 🔧 Perfect Setup
### **Default Configuration:**
- All 8 EMAs enabled for complete ribbon effect
- Fibonacci periods for optimal market coverage
- Green (bullish) and red (bearish) color scheme
- 50% transparency for clear price visibility
### **Customizable Options:**
- Toggle any EMA on/off
- Adjust periods to match your strategy
- Change colors to suit your chart theme
- Modify line thickness for emphasis
## 🚀 Who It's For
- **Day Traders**: Quick trend identification across timeframes
- **Swing Traders**: Multi-period trend analysis
- **Scalpers**: Fast visual confirmation of trend direction
- **Position Traders**: Long-term trend assessment
## 💎 Why Choose This Ribbon?
- **Visual Clarity**: Instant trend recognition at a glance
- **Professional Design**: Clean, uncluttered interface
- **Proven Math**: Fibonacci-based periods for natural market flow
- **Performance Optimized**: Lightweight code, smooth operation
- **Fully Customizable**: Adapt to any trading style or timeframe
**Transform your charts with intelligent trend visualization. Install now and see the market like never before!**
---
*Compatible with all timeframes and instruments | No repainting | Pine Script v6*
Day of Week Highlighter# 📅 Day of Week Highlighter - Global Market Edition
**Enhanced visual trading tool that highlights each day of the week with customizable colors across all major global financial market timezones.**
## 🌍 Global Market Coverage
This indicator supports **27 major financial market timezones**, including:
- **Asia-Pacific**: Tokyo, Sydney, Hong Kong, Singapore, Shanghai, Seoul, Mumbai, Dubai, Auckland (New Zealand)
- **Europe**: London, Frankfurt, Zurich, Paris, Amsterdam, Moscow, Istanbul
- **Americas**: New York, Chicago, Toronto, São Paulo, Buenos Aires
- **Plus UTC and other key financial centers**
## ✨ Key Features
### 🎨 **Fully Customizable Colors**
- Individual color picker for each day of the week
- Transparent overlays that don't obstruct price action
- Professional color scheme defaults
### 🌐 **Comprehensive Timezone Support**
- 27 major global financial market timezones
- Automatic daylight saving time adjustments
- Perfect for multi-market analysis and global trading
### ⚙️ **Flexible Display Options**
- Toggle individual days on/off
- Optional day name labels with size control
- Clean, professional appearance
### 📊 **Trading Applications**
- **Market Session Analysis**: Identify trading patterns by day of week
- **Multi-Market Coordination**: Track different markets in their local time
- **Pattern Recognition**: Spot day-specific market behaviors
- **Risk Management**: Avoid trading on historically volatile days
## 🔧 How to Use
1. **Add to Chart**: Apply the indicator to any timeframe
2. **Select Timezone**: Choose your preferred market timezone from the dropdown
3. **Customize Colors**: Set unique colors for each day in the settings panel
4. **Enable/Disable Days**: Toggle specific days on or off as needed
5. **Optional Labels**: Show day names with customizable label sizes
## 💡 Pro Tips
- Use different color intensities to highlight your preferred trading days
- Combine with other session indicators for comprehensive market timing
- Perfect for swing traders who want to identify weekly patterns
- Ideal for international traders managing multiple market sessions
## 🎯 Perfect For
- Day traders tracking intraday patterns
- Swing traders analyzing weekly cycles
- International traders managing multiple markets
- Anyone wanting better visual organization of their charts
**Works on all timeframes and instruments. Set it once, trade with confidence!**
---
*Compatible with Pine Script v6 | No repainting | Lightweight performance*
📦 Enhanced Visual Renko Signal Overlay 📈📦 Visual Renko Signal Overlay 📈 Auto Box (1%)
Overview
This innovative indicator simulates Renko-style price action directly on your regular candlestick charts, providing clear buy/sell signals based on significant price movements. Unlike traditional Renko charts, this overlay works seamlessly with any timeframe while maintaining the power of Renko logic.
Key Features
🎯 Automatic Box Sizing
Dynamically calculates box size as 1% of current price
Automatically adjusts to different price ranges and volatility
No manual configuration needed - works on stocks, crypto, forex
📊 Smart Trend Filtering
Uses SMA(40) and EMA(21) for trend confirmation
Only generates signals aligned with the prevailing trend
Reduces false signals in choppy markets
⚡ Clear Entry Signals
BUY: Green label when Renko turns bullish in an uptrend
SELL: Red label when Renko turns bearish in a downtrend
Visual price level indicators for entry, stop loss, and targets
💡 Real-Time Trade Information
Floating info box showing current trade setup
Displays entry price, stop loss (1 box), and target (2 boxes)
Live updates as new signals develop
How It Works
Signal Logic
Renko Simulation: Tracks significant price moves (1% boxes)
Trend Filter: Confirms signals only when price is above/below both moving averages
Entry Trigger: Generates signal when Renko direction changes with trend alignment
Risk Management
Stop Loss: 1 box size (1% of entry price)
Take Profit: 2 box sizes (2% of entry price)
Risk:Reward Ratio: Built-in 1:2 ratio for consistent profitability
Best Practices
Timeframes
Scalping: 1m - 15m charts
Swing Trading: 1H - 4H charts
Position Trading: Daily charts
Market Conditions
Works best in trending markets
Avoid during major news events or low liquidity periods
Consider overall market sentiment
Customization Tips
Adjust box size by modifying the 0.01 value (e.g., 0.005 for 0.5%, 0.02 for 2%)
Experiment with different MA periods for various market conditions
Combine with volume indicators for additional confirmation
What Makes This Different
Unlike standard Renko charts that require separate chart types, this indicator:
Overlays directly on candlestick charts
Maintains time-based analysis capabilities
Provides instant visual feedback
Includes built-in risk management levels
Works across all asset classes and timeframes
Disclaimer
This indicator is for educational purposes only. Always conduct thorough backtesting and risk management before live trading. Past performance does not guarantee future results.
Perfect for traders who want the clarity of Renko analysis with the flexibility of traditional charting.
OTE Premium v2 [SYNC & TRADE]🇬🇧 Description (for TradingView)
OTE Premium v2 is a powerful tool designed to accurately identify Optimal Trade Entry (OTE) zones based on user-defined impulses within custom date ranges. It’s ideal for traders who rely on Fibonacci-based analysis, market structure, and impulse wave mapping.
🔹 Supports up to 5 independent impulses, each with fully customizable settings (date ranges, levels, extensions).
🔹 Displays OTE 70%, OTE 30%, 88% retracement level, and Fibonacci extensions (1.62, 2.00, 2.62, 3.62).
🔹 Visualizes fractals based on user-defined candle count.
🔹 Comes with alerts for OTE zone entries and 88% level crossings.
🔹 OTE zones can auto-disable after specific interactions (customizable behavior).
🔹 Zones can be anchored using either candle bodies or wicks.
This indicator is suitable for both intraday and swing traders, offering high flexibility and precision visualization of key entry and target levels.
🇷🇺 Описание (для TradingView)
OTE Premium v2 — это мощный инструмент, предназначенный для точной идентификации зон оптимального входа (OTE — Optimal Trade Entry) на основе пользовательских импульсов, заданных по диапазонам дат. Индикатор особенно полезен трейдерам, использующим анализ Фибоначчи, структуру рынка и модели импульсов.
🔹 Поддерживает до 5 независимых импульсов, каждый с индивидуальными настройками (даты, уровни, расширения).
🔹 Показывает зоны OTE 70%, OTE 30%, 88% уровень и расширения Фибоначчи (1.62, 2.00, 2.62, 3.62).
🔹 Визуализирует фракталы на основе заданного количества свечей.
🔹 Предусмотрены алерты на вход в зоны OTE и пробой уровня 88%.
🔹 Зоны OTE могут деактивироваться автоматически при касании, в зависимости от настроек.
🔹 Все зоны могут быть построены либо по телам свечей, либо по экстремумам.
Этот индикатор подходит как для интрадей трейдинга, так и для свинг-трейдеров, предоставляя высокую гибкость и точную визуализацию ключевых уровней входа и целей.
BB Hit + Stoch RSI Conditions (15m TF)Create a visual alert everytime the lower bolinger bands is hit while stoch rsi below 15 and everytime upper bolinger bands is hit while stoch rsi above 85.
ATR (14) WatermarkThis lightweight overlay displays the ATR (14) value and its percentage of the current price directly on your chart — along with a visual cue (🔴🟡🟢) to indicate volatility levels.
This tool is perfect for traders who want to quickly assess volatility without crowding the chart with lines or indicators.
🔧 Features:
ATR (14) value and percentage of current price
🔴 High, 🟡 Medium, 🟢 Low volatility indicator
Adjustable vertical & horizontal positioning
Fully configurable text size and color
Clean, unobtrusive table watermark overlay