ORDERFLOW - CHOCH STATUS WITH MULTI TF PANNELThis code gives you the status of the orderflow direction (defined by the Choch theory, see Somstradamus for more information on how it is defined) in the form of barcolor for the current TF.
We also have a pannel which let you know the orderflow's status of different timeframes on 1 glances.
指標和策略
DMI + Didi Index (Convergência)This indicator combines the power of DMI/ADX with the Didi Index to detect high-probability trade signals only when the market is trending and momentum is aligned.
✅ ADX and DMI help filter out sideways markets by identifying low-trend strength zones.
✅ The Didi Index uses the convergence and divergence of exponential moving averages (EMAs 3, 8, and 20) to spot trend reversals and continuations.
✅ Buy and sell signals are only plotted when both trend strength and directional alignment are confirmed.
Designed for traders who prefer momentum and trend-following strategies while avoiding noise during ranging conditions.
UT Bot + Hull Suite Combo with HTF📘 Script Explanation: UT Bot + Hull Suite Trend Aligned Alerts
This TradingView Pine Script combines two powerful technical analysis tools:
UT Bot Alerts – for intelligent Buy/Sell signals using ATR-based trailing stops
Hull Moving Average Suite – for identifying the prevailing trend with minimal lag
The strategy only alerts when both signals align, ensuring higher-confidence entries.
🔧 Inputs and Parameters
🔹 UT Bot Section
Key Value – Adjusts the sensitivity of the UT trailing stop (default 1)
ATR Period – Defines the ATR calculation window (default 10)
Use Heikin Ashi – Option to generate signals from Heikin Ashi candles instead of regular close price
🔹 Hull Suite Section
Source – Price source for Hull calculation (close, ohlc4, etc.)
Hull Type – Choose from HMA, THMA, or EHMA variants
Length & Multiplier – Control the Hull length and scale (e.g., use 180–200 for long-term S/R, 55 for swing)
Show Higher Timeframe Hull? – Overlay a Hull MA from a higher timeframe
Higher Timeframe – Select timeframe (e.g., "240" = 4-hour Hull on 1-hour chart)
Coloring & Visualization – Options to color Hull and candles based on trend and show bands
🔍 How It Works
✅ UT Bot Logic
Uses an ATR-based trailing stop
Generates a Buy signal when price crosses above the trailing stop
Generates a Sell signal when price crosses below the trailing stop
Optional: Use Heikin Ashi to smooth noise
✅ Hull Trend Logic
Uses Hull Moving Average (HMA, THMA, or EHMA)
Detects uptrend when MHULL > SHULL (fast > slow)
Detects downtrend when MHULL < SHULL
🔔 Combined Signal Alerts
🚀 Combined Long alert:
Triggers only when:
UT Bot gives a Buy signal and
Hull MA is showing an uptrend
🔻 Combined Short alert:
Triggers only when:
UT Bot gives a Sell signal and
Hull MA is showing a downtrend
This dual-confirmation reduces false signals by aligning momentum and trend.
🎯 Use Cases
Swing Trading: Use Hull trend from higher timeframe (like 4H) and trade UT signals on lower (e.g., 15m)
Intraday Scalping: Use fast Hull settings with Heikin Ashi UT signals for smoother setups
Alert-Based Trading: Connect alerts to webhook systems (e.g., for automated trading bots)
🛠️ Customization Ideas
Change UT Bot's nLoss multiplier for tighter or looser stop logic
Modify Hull MA variant (THMA, EHMA, HMA) to suit market conditions
Add labels, background colors, or dashboard for more visual cues
Adjust alert message format for integration with trading platforms
✅ Final Notes
This script does not repaint and is designed to work in real-time on both regular and Heikin Ashi candles.
By combining trend-following (Hull) with breakout detection (UT Bot), it offers a more robust decision-making framework.
CCI Cross Signal with RSI FilterThis indicator is made for educational purpose. Use it to predict the change of trend, it helps to saving wrong decisions in trading. Please use own analysis also
Bot Institucional - EMAs + Volumen + SR InternoThis script is a technical trading tool that combines three main features:
EMA Cross Alerts
Uses two Exponential Moving Averages (EMAs): a short-term (default 9) and a long-term (default 21).
Generates alerts and labels when the fast EMA crosses above (bullish) or below (bearish) the slow EMA.
Institutional Volume Detection
Highlights bars where volume exceeds a user-defined multiple (default: 2×) of the 20-bar average volume.
These spikes are marked as potential signs of institutional activity.
Support/Resistance Level Detection (internal only)
Automatically identifies significant pivot highs/lows to estimate strong support/resistance zones.
These levels are tracked internally but not displayed on the chart to keep visuals clean.
The script provides clear visual labels and alert conditions, making it useful for momentum traders, scalpers, and volume-based strategies.
ICT Killzones Bias & Volume Sweeps @MaxMaserati📌 Overview
This indicator helps traders identify key ICT Killzones (Asian, London, NY AM, NY PM sessions) along with volume analysis and sweep detection. It highlights institutional order blocks, tracks session bias, and detects liquidity sweeps with volume confirmation.
Key Features:
✅ ICT Killzones (Asian, London, NY AM, NY PM)
✅ Volume Analysis (High/Low volume detection)
✅ Sweep Detection (Buyside/Sellside sweeps with volume confirmation)
✅ Session Bias (Bullish/Bearish bias based on price action)
✅ Customizable Sessions (Add personal trading hours)
✅ Institutional Order Build-up (30-min pre-session accumulation zones)
⚙️ Input Settings
1. Timezone Settings
Chart Timezone: Adjust to your local timezone (default: New York).
2. Session Toggles
Asian / London / NY AM / NY PM Sessions: Enable/disable each session.
NY Lunch Session: Optional session (disabled by default).
Personal Trading Time: Customize your trading hours.
3. Label Settings
Label Size: Tiny, Small, Normal, Large.
Session Labels: Customize text for High (H), Low (L), Mid (M) labels.
Background Transparency: Adjust session box opacity.
4. Volume Analysis
Show Volume Labels: Displays volume strength (🚀 Very High, 🔥 High, ⚖️ Normal, 💤 Low, 🐢 Very Low).
Volume Lookback Period: Adjusts volume comparison window.
High/Low Volume Thresholds: Define what constitutes high/low volume.
5. Sweep Detection
Buyside/Sellside Sweeps: Highlights liquidity sweeps.
Sweep Margin: Adjust sensitivity for sweep detection.
Fake Sweep Zones: Option to hide or highlight fakeouts.
Example of Session Sweep and Volume:
Here we have a Bullish Sweep of London Low session by NY AM
However, the volume was low suggesting buyers are not strong enough (M1)
And then the sellers took over and a pressure retest by the buyers of the level and then sellers entered with more power/pressure
6. Session Momentum & Bias
Show Session Bias: Indicates bullish/bearish bias for each session.
Bias Strength Threshold: Adjust sensitivity for bias detection.
📊 How It Works
1. Session Highs/Lows
The indicator tracks High, Low, and Mid prices for each session.
Lines and boxes are drawn to visualize the session range.
2. Volume Analysis
Compares current volume to historical average.
Displays volume strength with emojis (🚀, 🔥, ⚖️, 💤, 🐢).
Highlights high-volume sweeps for confirmation.
3. Sweep Detection
Detects buyside sweeps (liquidity above highs) and sellside sweeps (liquidity below lows).
Sweep zones expand if price lingers near the swept level.
4. 30 minute Pre-session Institutional order buildup
Highlights 30-minute pre-session zones where institutions may accumulate orders.
5. Session Bias
Calculates bias based on open/close price action within the session.
Displays Bullish, Bearish, or Neutral labels.
]
🎯 Trading Applications
1. Liquidity Sweeps
Look for sweeps with high volume as confirmation of institutional activity.
Fade fake sweeps (if enabled) when price reverses quickly.
2. Session Breakouts
Trade breakouts from Asian/London ranges during NY sessions.
Watch for volume expansion on breakouts for confirmation.
3. Pre- Session Institutional Block
Price often reacts to pre-session institutional position build-up (30-min before session opens).
LV:Low Volume, HV: High volume and MV: Medium Volume
NY AM Pre-Session institutional Order Build-up block with high sweep
🔧 Customization Tips
Adjust session times to normal future sessions to match your trading style.
Modify sweep sensitivity if too many/too few sweeps are detected.
Use volume thresholds to fine-tune high/low volume alerts.
📌 Final Notes
This indicator combines ICT concepts with volume analysis for a powerful trading edge. Use it alongside price action and market structure for best results at your own risk.
Pro Candlestick ScannerPro Candlestick Scanner v3.4
This is a professional-grade candlestick signal scanner that detects high-probability reversal patterns and validates them using advanced filters.
🔍 What It Does
Scans your chart for key bullish and bearish candlestick patterns:
Bullish Patterns:
• Hammer
• Inverted Hammer
• Bullish Engulfing
• Harami Bullish
• Morning Star
Bearish Patterns:
• Shooting Star
• Bearish Engulfing
• Harami Bearish
• Evening Star
Each pattern can be filtered by:
✔️ Trend direction (20/50 EMA)
✔️ Volume strength (above 1.5× SMA)
✔️ RSI position (customizable)
✔️ MACD histogram direction
It also includes:
Risk/Reward targets (ATR-based)
Ready-to-use alert conditions
How to Use
Add the indicator to your chart.
In the settings:
Enable/disable RSI, MACD, Trend, and Volume filters.
Adjust filter thresholds to your strategy.
Enable Risk/Reward target lines if desired.
Look for labeled signals directly on the chart.
Pro Tip:
Use on 1H, 4H, or Daily timeframes for more reliable signals. Combine with S/R zones for best results.
B | N BUSE LITEB | N BUSE LITE – Multi-Phase Trend Analyzer with Timeframe Control
Multi-phase trend indicator based on EMA/SMA crossovers. Highlights transitions between short and long trend phases visually, using color-coded candles and labels. Includes a timeframe filter (Any, M5, M30) for selective display. Designed for clean technical analysis without trade signals.
No financial advice.
Overview
B | N BUSE LITE is a clean, multi-phase trend direction indicator designed for traders who want to identify and visually confirm the shift between Long and Short market phases.
It uses fast and slow EMAs and SMAs to map trend progression across five stages — from short-term momentum to long-term directional shifts.
Includes a Timeframe Selector, allowing the indicator to display only on specific chart intervals like M5 or M30, keeping your workspace clear and focused.
How It Works
This indicator uses:
EMAs (3, 5, 9, 12, 26) for multi-phase confirmation
SMAs (3, 5) for longer-term trend context
Trend labels and bar coloring for quick visual guidance
A selectable timeframe filter: Any, M5, or M30
Trend Phases (Color-coded)
Phase Logic Default Color
Phase 1 EMA3 crosses EMA5 (Short-term) Green / Red
Phase 2 EMA3 crosses EMA12 Light Green / Red
Phase 3 EMA3 crosses EMA26 Light Green / Red
Phase 4 EMA3 crosses EMA26 (refined) Purple / Yellow
Phase 5 EMA12 crosses EMA26 Blue / Orange
Labels mark the beginning of a potential Long or Short trend phase (based on crossovers), with progressive color coding as strength builds.
TIME Control
You can choose which chart intervals the indicator runs on:
Any – Active on all timeframes
M5 – Active only on the 5-minute chart
M30 – Active only on the 30-minute chart
Switch chart intervals in TradingView and observe how the indicator behaves only where allowed.
Perfect for Traders Who:
Want clear visual cues for Long or Short trend phases
Use EMA logic to support entries (manually)
Prefer minimal noise on higher timeframes
Trade M5 or M30 in scalping/intraday setups
] ⚠️ Disclaimer (for TradingView rules)
This script is for technical analysis and educational purposes only.
It does not generate Buy or Sell signals and is not financial advice.
Disclaimer BullNet: The information provided in this document is for educational and informational purposes only and does not constitute financial, investment, or trading advice. Any use of the content is at your own risk. No liability is assumed for any losses or damages resulting from reliance on this information. Trading financial instruments involves significant risks, including the potential loss of all invested capital. There is no guarantee of profits or specific outcomes. Please conduct your own research and consult a professional financial advisor if needed.
Disclaimer TradingView: According to the tradingview.com/support/solutions/43000591638-our-house-rules/]house
Copyright: 2025-BULLNET - All rights reserved.
Roadmap:
Version 1.0 30.04.2025
🚀 BB+MACD Dip Screener @alptekinkekilli🌟 **What it does**
• Detects deep “dip-and-bounce” setups when price is trading below both the 50EMA and 200EMA
• Ensures the entire Bollinger Band sits beneath those EMAs for optimal risk/reward
• Fires only when price crosses up through the lower BB AND MACD line crosses above its signal line
🔍 **Why use it**
• Quickly scan hundreds of tickers for textbook dip-and-bounce entries
• Filter out noisy false signals by requiring multi-timeframe alignment (EMAs + BB + MACD)
• Perfect for trending markets where retracements offer low-risk entries
⚙️ **How to add the screener filter**
1. Copy & paste this script into Pine Editor → **Save & Add to Chart**
2. Publish as **Public** so it appears in Stock Screener → Technical
3. In **Stock Screener → Filters**, search for **BB+MACD Dip Screener** → select **BB_MACD_Dip > 0**
4. Voilà! You’ll see all symbols flashing “1” when a dip buy emerges.
🚨 **Bonus Alert**
Use the built-in `alertcondition(buyCond, "BB+MACD Dip Buy", "Dip buy confirmed!")` to fire real-time notifications to your phone or email.
Happy scanning & safe trading! 📈💰
OptimumTrader SignalsOptimumTrader Signals is a user-friendly indicator that generates BUY and SELL signals based on moving average crossovers (default: 9-period and 21-period MAs). It features customizable candle colors, signal labels, and dashed signal lines to help traders identify trends easily.
Stochastic RSI with MTF TableThis Pine Script creates a Stochastic RSI indicator with a multi-timeframe (MTF) table for TradingView. It calculates the Stochastic RSI (using RSI length of 14, Stochastic length of 14, and smoothing of 3 for K and D lines) on the current chart timeframe and plots K (blue) and D (orange) lines, with overbought (80) and oversold (20) levels. The script also displays a horizontal table showing the overbought/oversold status for multiple timeframes (5m, 15m, 30m, 1h, 4h, 1D), with customizable table position (Top-Left, Top-Right, Bottom-Left, Bottom-Right). The table uses green for oversold, red for overbought, and gray for neutral, ensuring independent calculations for each timeframe using historical data to avoid repainting.
Avg Session & Daily Volatility (Pips) - Forex/CFDS🔍 Overview
The Avg Session & Daily Volatility (Pips) indicator measures the average High–Low range (volatility) of three major Forex sessions—Asia, London, New York—and the entire trading day, then displays the results in a compact overlay table.
⚙️ Key Features
Session Windows
Asia: Default 23:00 – 07:00 server time
London: 07:00 – 16:00
New York: 13:00 – 22:00
Daily Range
– Tracks the full High–Low from midnight to midnight.
Flexible Lookback
– Choose 1W / 2W / 4W / 8W (≈ 5 / 10 / 20 / 40 trading days)
Pip Conversion
Forex Pairs: 1 pip = 0.0001 → (ticks / mintick) / 10
XAU/USD (Gold): 1 pip = 1 USD → direct price difference
Custom Styling
– Pick your own colors per session & daily
– Table position: Left/Center/Right × Top/Middle/Bottom
📈 Benefits & Use Cases
Optimal Stop-Loss & Take-Profit
Gauge each session’s typical movement to size SL/TP appropriately.
Intraday Performance Check
Compare your real-time trade swings against historical averages.
Risk Management
Align position sizes with average volatility to control risk.
Multi-Asset Support
Works seamlessly for major Forex pairs and Gold (XAU/USD) thanks to smart pip logic.
🚀 How It Works
Session Scanning – Continuously tracks the session’s high and low.
Array Storage – At session close, calculates range in pips and pushes it into a rolling buffer.
Averaging – Computes the arithmetic mean of the last N values (your chosen lookback).
Visualization – Paints the four averages in a neat 2×5 table overlay.
👍 Pro Tips
Check Your Time Zone – Make sure chart timezone matches your broker’s session times.
Tweak Lookback – Use shorter windows (1W) to react quickly; longer (4–8W) to smooth out outliers.
Combine Indicators – Pair with volume or trend tools for deeper insights.
Happy Trading,
Riseofatrader
HTF/LTF Boxes DRBBUpdated original script with gann box of previous hour and added second LTF box.
All credits to an author of an original code @smitty1021
MM Smart Visualizer V2📌 Indicator Description for TradingView:
MM Smart Visualizer V2 – Limited Free Version
This indicator is designed for traders who want to understand Market Maker behavior (MM) and make smarter trading decisions using a multi-layered visual analysis.
🔍 Features:
📊 Multi-timeframe trend detection (4H, 1H, 15m, 5m) – automatically identifies trend direction based on SMA 50/200
💡 Smart Sentiment Analysis – detects strong bullish/bearish candles based on volume and SMA positioning, shown with visual arrows
🚨 Fakeout Detection – identifies liquidity grabs and false breakouts above or below previous swing points
🔵🔴 4H Support & Resistance Levels – draws automatic key S/R lines from higher timeframe
📦 MM Info Panel – displays trend direction, volume strength, price location within range, sentiment, and fakeout signals in one clean box
✅ Ideal for scalpers, intraday, and swing traders looking to catch clean, confirmed entries without noise.
📣 This version is free for a limited time only.
The indicator will soon become invite-only for traders who support the project.
🔒 Enjoy the free access while it lasts. If you like it, follow for updates and future premium tools.
#MMVisualizer #SmartTrading #MarketMakerTools #FakeoutDetector #VolumePower #XAUUSD #PineScript #ScalpingTools
Change in State of Delivery (CISD) [SB Instant]🧠 Modified by SB | Core Logic by LuxAlgo
🔗 Licensed under CC BY-NC-SA 4.0
Change in State of Delivery (CISD) is a concept rooted in observing shifts in order flow behavior, designed to detect the first signs of trend exhaustion and potential reversal. This model tracks when the current delivery (trend) structure — bullish or bearish — is violated by an opposing force, signaling a potential change in market intent.
In simple terms:
A Bullish CISD is triggered when sellers fail to maintain control, and buyers break above a delivery line.
A Bearish CISD is triggered when buyers fail, and sellers break below a delivery line.
This version uses real-time logic, triggering alerts immediately on break, rather than waiting for candle-close confirmation — giving faster, actionable signals to precision-driven traders.
⚙️ Core Features
Detection Modes
Classic: Traditional swing-based structural break detection
Liquidity Sweep: Logic incorporating wick sweeps (liquidity grabs)
Custom Parameters
Swing Length: Number of candles used to identify swing points
Minimum CISD Duration: Minimum length required for valid delivery phase
Maximum Swing Validity: How long the structure remains valid for potential breaks
Visual Options
Label and line styling options
Solid line = Initial break of delivery structure
Dashed line = Continuation break in the same trend direction
This allows you to visually differentiate a new reversal vs. a continuation of the existing trend.
🚨 Built-in Alerts
Bullish CISD Detected (Instant)
Bearish CISD Detected (Instant)
These alerts fire immediately when structure is broken, offering early confirmation for aggressive or reactive trade setups.
🔔 IMPORTANT:
If an alert triggers but the delivery line is not present, wait for the price to form the CISD label again and manually mark the price level using a horizontal ray. This ensures you are trading from a clearly defined structure.
🕒 Recommended Timeframes
✅ Use 30-Minute or 4-Hour charts to identify high-confidence CISD zones
🎯 Then drop to the 1-Minute or 5-Minute chart for precise entry execution
This top-down approach aligns higher timeframe narrative with lower timeframe entry triggers, increasing your edge in both timing and context.
🧠 How to Use CISD Effectively
Bullish Scenario:
Watch for breaks above bearish delivery structures, especially if confirmed with:
Fair Value Gaps (FVG)
The Strat 2-2 reversal
MSS (Market Structure Shift)
Bearish Scenario:
Look for breaks below bullish delivery setups in alignment with:
BOS (Break of Structure)
The Strat 3-1-2
Bearish liquidity sweeps
Key Tip:
Solid line = Initial CISD (new shift)
Dashed line = Continuation of current trend
This visual distinction helps you determine when a market is shifting vs. extending.
📎 Disclaimer
This tool is provided for educational purposes only and is not intended as financial advice. Always backtest, paper trade, and manage risk responsibly.
📚 Credits
Original CISD framework developed by LuxAlgo
Real-time execution logic, alert enhancements, and intraday utility designed by SB (SamB)
ETF Builder & Backtest System [TradeDots]Create, analyze, and monitor your own custom “ETF-like” portfolio directly on TradingView. This script merges up to 10 different assets with user-defined weightings into a single composite chart, allowing you to see how your personalized portfolio would have performed historically. It is an original tool designed to help traders and investors quickly gauge risk and return profiles without leaving the TradingView platform.
📝 HOW IT WORKS
1. Custom Portfolio Construction
Multiple Assets : Combine up to 10 different stocks, ETFs, cryptocurrencies, or other symbols.
User-Defined Weights : Allocate each asset a percentage weight (e.g., 15% in AAPL, 10% in MSFT, etc.).
Single Composite Value : The script calculates a weighted “ETF-style” price, effectively simulating a merged portfolio curve on your chart.
2. Performance Tracking & Return Analysis
Automatic History Capture : The indicator records each asset’s starting price when it first appears in your chosen date range.
Rolling Updates : As time progresses, all asset prices are continually evaluated and the portfolio value is updated in real time.
Buy & Hold Returns : See how each asset—and the overall portfolio—performed from the “start” date to the most recent bar.
Annualized Return : Automatically calculates CAGR (Compound Annual Growth Rate) to help visualize performance over varying timescales.
3. Table & Visual Output
Performance Table : A comprehensive table displays individual asset returns, annualized returns, and portfolio totals.
Normalized Chart Plot : The composite ETF value is scaled to 100 at the start date, making it easy to compare relative growth or decline.
Optional Time Filter : You can define a specific date range (Start/End Dates) to focus on a particular period or to limit historical data.
⚙️ KEY FEATURES
1. Flexible Asset Selection
Choose any symbols from multiple asset classes. The script will only run calculations when data is available—no need to worry about missing quotes.
2. Dynamic Table Reporting
Start Price for each asset
Percentage Weight in the portfolio
Total Return (%) and Annualized Return (%)
3. Simple Backtesting Logic
This script takes a straightforward Buy & Hold perspective. Once the start date is reached, the portfolio remains static until the end date, so you can quickly assess hypothetical growth.
4. Plot Customization
Toggle the main “ETF” plot on/off.
Alter the visual style for tables and text.
Adjust the time filter to limit or extend your performance measurement window.
🚀 HOW TO USE IT
1. Add the Script
Search for “ETF Builder & Backtest System ” in the Indicators & Strategies tab or manually add it to your chart after saving it in your Pine Editor.
2. Configure Inputs
Enable Time Filter : Choose whether to restrict the analysis to a particular date range.
Start & End Date : Define the period you want to measure performance over (e.g., from 2019-12-31 to 2025-01-01).
Assets & Weights : Enter each symbol and specify a percentage weight (up to 10 assets).
Display Options : Pick where you want the Table to appear and choose background/text colors.
3. Interpret the Table & Plots
Asset Rows : Each asset’s ticker, weighting, start price, and performance metrics.
ETF Total Row : Summarizes total weighting, composite starting value, and overall returns.
Normalized Plot : Tracks growth/decline of the combined portfolio, starting at 100 on the chart.
4. Refine Your Strategy
Compare how different weights or a new mix of assets would have performed over the same period.
Assess if certain assets contribute disproportionately to your returns or volatility.
Use the results to guide allocations in your real trading or paper trading accounts.
❗️LIMITATIONS
1. Buy & Hold Only
This script does not handle rebalancing or partial divestments. Once the portfolio starts, weights remain fixed throughout the chosen timeframe.
2. No Reinvestment Tracking
Dividends or other distributions are not factored into performance.
3. Data Availability
If historical data for a particular asset is unavailable on TradingView, related results may display as “N/A.”
4. Market Regimes & Volatility
Past performance does not guarantee similar future behavior. Markets can change rapidly, which may render historical backtests less predictive over time.
⚠️ RISK DISCLAIMER
Trading and investing carry significant risk and can result in financial loss. The “ETF Builder & Backtest System ” is provided for informational and educational purposes only. It does not constitute financial advice.
Always conduct your own research.
Use proper risk management and position sizing.
Past performance does not guarantee future results.
This script is an original creation by TradeDots, published under the Mozilla Public License 2.0.
Use this indicator as part of a broader trading or investment approach—consider fundamental and technical factors, overall market context, and personal risk tolerance. No trading tool can assure profits; exercise caution and responsibility in all financial decisions.
Multi-Timeframe EMAs with Cross Alerts (Up & Down)📌 Indicator Name:
Multi-Timeframe EMAs with Cross Alerts (Up & Down)
🛠️ Core Features:
✅ 1. Multi-Timeframe EMA Display
The script calculates and displays 6 different Exponential Moving Averages (EMAs).
Each EMA has:
Custom length input (e.g., 9, 21, etc.).
Custom timeframe selection (e.g., 1H, 4H, 1D).
Custom color for easy identification on the chart.
✅ 2. EMA Visualization
Each of the six EMAs is plotted on the chart using the selected color and thickness.
They respond dynamically to different timeframes (current or higher/lower).
✅ 3. Cross Detection Logic
The script can detect crossover and crossunder between EMA pairs:
EMA 1 and EMA 2
EMA 3 and EMA 4
EMA 5 and EMA 6
(Optional: can be extended to other combinations.)
✅ 4. Alert Toggles
Users can enable or disable alerts for each pair independently:
Alert: EMA 1 crosses EMA 2
Alert: EMA 3 crosses EMA 4
Alert: EMA 5 crosses EMA 6
(You added an additional option for EMA 4 vs EMA 6 later.)
✅ 5. Visual Alert Markers
The script uses alert() function to send alert messages when:
An EMA crosses above another (crossover)
An EMA crosses below another (crossunder)
Alerts include clear icons like 🔼 and 🔽 in the messages.
🔔 Use Case Scenarios
Swing traders: Identify longer-term cross signals on higher timeframes.
Scalpers: Use lower-timeframe EMAs with fast alert reactions.
Multi-timeframe analysis: Spot alignment between trend-following EMAs across different periods.
✅ Bonus
Fully customizable — great for adapting to your own strategy, whether it's trend confirmation, re-entry signals, or early reversals
📌 اسم المؤشر:
المتوسطات المتحركة الأسية (EMA) متعددة الفريمات مع تنبيهات تقاطع صاعدة وهابطة
🛠️ الميزات الأساسية:
✅ 1. دعم متعدد للفريمات الزمنية
يقوم السكربت بحساب وعرض 6 متوسطات متحركة أسية (EMA) مختلفة.
يمكن تخصيص كل EMA من حيث:
الطول (مثل: 9، 21...).
الفريم الزمني (مثل: الساعة، الأربع ساعات، اليومي...).
اللون، لتسهيل التمييز بين الخطوط على الشارت.
✅ 2. عرض المتوسطات على الرسم البياني
يتم رسم كل من المتوسطات الستة باستخدام اللون والتنسيق الذي تختاره.
المتوسطات تتفاعل تلقائيًا مع التغييرات في الفريم الزمني.
✅ 3. كشف التقاطعات
يمكن للسكربت كشف تقاطعات (صعودًا أو هبوطًا) بين أزواج المتوسطات التالية:
EMA 1 و EMA 2
EMA 3 و EMA 4
EMA 5 و EMA 6
(ويمكنك إضافة المزيد مثل EMA 4 مع EMA 6 حسب الحاجة)
✅ 4. التحكم في التنبيهات
يمكن للمستخدم تفعيل أو تعطيل التنبيهات لكل زوج من المتوسطات على حدة:
تنبيه عند تقاطع EMA 1 و EMA 2
تنبيه عند تقاطع EMA 3 و EMA 4
تنبيه عند تقاطع EMA 5 و EMA 6
(وأي أزواج إضافية يتم إضافتها لاحقًا)
✅ 5. تنبيهات مرئية برسائل واضحة
السكربت يرسل تنبيهات عبر وظيفة alert() عند حدوث:
تقاطع صاعد (EMA يتقاطع من الأسفل إلى الأعلى).
تقاطع هابط (EMA يتقاطع من الأعلى إلى الأسفل).
التنبيه يحتوي على رموز توضيحية مثل 🔼 و 🔽 ليسهل قراءته.
🎯 مناسب لـ:
المتداولين المتأرجحين (Swing Traders): لاكتشاف تقاطعات على الفريمات الكبرى.
المضاربين (Scalpers): باستخدام EMA سريعة على فريمات صغيرة مع تنبيهات فورية.
محللي الفريمات المتعددة: لتأكيد الاتجاه أو الانعكاس بناءً على تقاطع متوسطات من فريمات مختلفة.
✅ مزايا إضافية:
قابل للتخصيص بشكل كامل حسب استراتيجيتك.
مناسب لعدة أساليب: تأكيد الترند، إعادة الدخول، أو إشارات الانعكاس المبكر.
PKN TrendThis Indicator is for educational purpose only. Do use it in Paper trading for practice purpose.
RSI + Composite RSI with Regular & Hidden Divergences V2RSI + Composite RSI with Regular & Hidden Divergences V2
RSI Composite Pro V2 is a redesigned, feature-rich version of the classic RSI indicator.
It displays both the standard RSI of the current symbol and a composite RSI normalized against a reference index (e.g., XU100, NDX, SPX) — all on a single panel.
By default, the script automatically selects the most appropriate index based on the exchange you're viewing (e.g., BIST → XU100, NASDAQ → NDX, NYSE → SPX).
Alternatively, users may enter any custom symbol manually through the settings panel.
💡 Both RSI lines support smoothing options such as SMA, EMA, and Bollinger Bands.
📉 The script also detects regular and hidden divergences, aiding in early trend reversal analysis.
🎨 New in v6.4:
Visual upgrade: gradient fill added for Composite RSI (same style as main RSI)
Added clear tooltip & warning for repaint risk, which is common in divergence signals
Fully cleaned and structured for clarity, customization, and usability
📌 Key Features:
Dual RSI View: Standard RSI vs. Composite RSI
Auto or manual composite index selection
Supports MA smoothing and Bollinger overlays
Regular & Hidden Divergence detection
Repaint-aware, tooltip-enhanced divergence logic
Clean and customizable visualization on a single chart
This tool is versatile and fits both scalpers and trend traders alike. Thank you.
Grid Bot Visualizer V1
📊 Grid Bot Visualizer – V1
A dynamic and visual support tool for grid trading strategies.
🔧 Key Features
• Fixed grid levels based on a central entry price
• Customizable spacing, number of levels, and range
• Color-coded lines (🟢 green above, 🔴 red below)
• Expands automatically when price exceeds boundaries (within the defined box)
• Optional price labels shown outside the grid
• Grid visually framed by a blue box
• Vertical line to mark grid origin
• Built-in alert when price hits a grid level
⚙️ Use Case
Ideal for visualizing grid bot logic in volatile markets.
Monitor how price interacts with predefined zones.
✅ Alert Ready
Use alertcondition to get notified when a grid level is touched.
Compression Patterns (w/ Trend + Proximity Filter)🧠 Description:
This indicator identifies high-probability price compression patterns within trending environments — a setup prized by experienced swing and day traders alike. It combines the classic NR4, NR7, 2-Bar NR, 3-Bar NR, and Inside Day formations with a powerful trend filter and proximity logic to deliver clear, focused signals.
🔍 What's Inside:
▪️ Compression Patterns
The core of this tool lies in the logic of price compression. These patterns signal the market taking a breath — volatility contracts, volume dries up, and price coils like a spring.
When this happens in the right context, the next move is often explosive.
NR4 / NR7: Narrowest range in 4 or 7 bars — excellent for spotting the quiet before the storm.
2-Bar NR / 3-Bar NR: These identify the tightest consecutive 2 or 3-day ranges over the past 20 days — contextually rare and powerful.
Inside Day: A simple but highly effective consolidation pattern, especially when it clusters around key moving averages.
▪️ Trend Filter (EMA Stack)
You could say this is where most indicators fall apart — no context.
This one doesn’t make that mistake.
Signals only fire when the 10 EMA > 20 EMA > 50 EMA, and price is above the 20 EMA. That’s a strong, established uptrend — the only environment where breakouts are statistically favourable.
Why?
Because trend following works.
It may not give you fixed daily returns, but it’s the only strategy with theoretically infinite profit potential. You risk little, trade less, and position yourself for rare but massive moves. That’s the edge.
▪️ Proximity Filter (1 ATR to EMA)
We’ve added another layer of discipline. Signals only fire when price is:
Within 1 ATR of the 10 EMA (if price is above it), or
Within 1 ATR of the 20 EMA (if price is below the 10 EMA)
This ensures you’re not chasing. You’re waiting for tight, controlled pullbacks into dynamic support — exactly where institutions add size, not exit.
⚙️ Fully Customisable:
Toggle visibility of each pattern
Custom colours and transparency for label & background
Adjustable ATR length and multiplier
Change label text if needed (useful for translations or tweaks)
🎯 Ideal Use Case:
Swing trading off the daily chart
Day trading with VWAP/MACD filters (in alternate versions)
Supplementing price action strategies
🔚 Final Word:
This isn’t an “everything scanner.”
It’s a discerning sniper scope for traders who wait patiently for clean trends, tight consolidations, and perfect proximity — then strike.