[NORTH2025] ADX SLOPE ADX Slope is an indicator built on the Average Directional Index (ADX) and the associated Directional Indicators (DI+ and DI−). Below is a brief overview of how it works and what it does:
Automatically Adjusts ADX Length by Timeframe
- Instead of letting users manually input the ADX length (often a default of 14), this script “overrides” the period based on the chart’s current timeframe.
- For each timeframe (e.g., 1 minute, 5 minutes, 15 minutes, 4 hours, 1 day, etc.), the script sets a different ADX length to match the timeframe’s typical volatility or price behavior.
- If a timeframe is not specified in the script’s switch list, it defaults back to the standard length of 14.
Core ADX & DI Calculations
- The script calculates DI+ (positive directional indicator) and DI− (negative directional indicator) using smoothed directional movements.
- It then derives the ADX by taking the SMA of the DX (i.e., the absolute difference between DI+ and DI−, normalized by their sum).
- The DI+ and DI− lines help you see whether the market is trending up or down; the ADX line indicates the strength of that trend.
Line Plots
- DI+ is plotted in blue.
- DI− is plotted in red.
- The ADX line is plotted in black with a thicker width (2 pixels), making it easier to spot.
- Color-Coded Background for Trend Strength
The background color changes based on both:
- The slope of the ADX (whether the ADX is higher than the previous bar, i.e., “slope up,” or not).
- The current ADX value relative to specific thresholds (20 and 25).
The logic is as follows:
- ADX < 20 → Red background, indicating a very weak trend or sideways market.
- Slope Up and ADX ≥ 25 → Blue background, indicating a strong and strengthening trend.
- Slope Up and 20 ≤ ADX < 25 → Green background, indicating a moderate but improving trend.
- Slope Down or Flat and ADX ≥ 25 → Yellow background (30% opacity), indicating a strong trend but possibly weakening.
- Slope Down or Flat and 20 ≤ ADX < 25 → Orange background (30% opacity), indicating a moderate trend that is flattening or weakening.
Use Cases
- Quickly assess trend strength by glancing at the background color.
- Combine DI+ and DI− readings with the background colors to confirm whether a trend is developing, strengthening, or weakening.
- Because the ADX period automatically adjusts to the chart’s timeframe, traders can more easily get context-sensitive signals without manually adjusting each time.
In summary, ADX Slope is an enhanced ADX-based tool that adapts to multiple timeframes, plots DI+/DI− lines, and color-codes the chart background according to trend strength and slope changes. This provides a convenient way for traders to identify both the presence and momentum of a trend at a glance.
Trend Analizi
Master BUY/SELL & TPHow the Script Works
1. Trend Detection: Uses a smoothed trend filter to identify uptrends (upCount > 0) and downtrends (downCount > 0) based on price movement.
2. Non-Lagging Signals: Buy/sell signals are generated at bar close using barstate.isconfirmed to prevent repainting.
3. Auto Trend Detection: When enabled, signals are based on trend changes; when disabled, signals use price crossing the filter.
4. No Signals in Sideways Market: Optionally suppresses signals in neutral markets (upCount == 0 and downCount == 0) to avoid false trades.
5. Buy Signal Logic: Triggers a "Smart Buy" when the trend turns bullish and the previous state was bearish, ensuring trend reversal confirmation.
6. Sell Signal Logic: Triggers a "Smart Sell" when the trend turns bearish and the previous state was bullish, confirming reversals.
7. Take-Profit System: Automatically calculates take-profit levels based on user-defined pips, marking "Book Profit" when reached.
8. Double-Line Visualization: Plots upper and lower trend lines with a colored fill to visually represent the trend direction.
9. Customizable Parameters: Allows users to adjust sampling period, range multiplier, and take-profit pips for flexibility across markets.
10. Alerts: Provides real-time alerts for buy, sell, and take-profit signals, with customizable messages for trading platforms.
How Users Can Make a Profit Using This Script
1. Follow Trend-Based Signals: Enter long positions on "Smart Buy" signals during uptrends and short positions on "Smart Sell" signals during downtrends to capitalize on momentum.
2. Avoid Choppy Markets: Enable "No Signal in Sideways Market" to reduce false signals in range-bound conditions, improving trade accuracy.
3. Utilize Take-Profit: Set a realistic take-profit level (e.g., 100 pips) to lock in profits automatically when price targets are hit.
4. Combine with Confirmation: Use the indicator alongside other tools (e.g., support/resistance) to confirm signals, enhancing trade reliability.
5. Leverage Alerts: Set up alerts to stay informed of buy, sell, and take-profit signals, enabling timely trade execution even when not monitoring charts.
6. Adjust Parameters: Fine-tune the sampling period and multiplier to match the asset’s volatility, optimizing signal timing for forex, stocks, or crypto.
1 HR High/Low TargetsThis indicator automatically plots the previous 1-hour high and low on any timeframe chart.
🟢 Green line = 1 HR High Target
🔴 Red line = 1 HR Low Target
🔁 Lines update at the start of every new hour
🔔 Built-in alert conditions for when price crosses the high or low
⚙️ Alert toggle in settings to enable or disable notifications
📊 Works across all timeframes (1-min to daily and beyond)
This is useful for:
Intraday scalping and precision entries
Identifying breakout or reversal zones
Using as support/resistance targets based on higher-timeframe structure
RizwanA clean visual tool for intraday traders, optimized for 5-minute charts. It identifies potential reversal zones using liquidity and institutional inducement patterns:
Green Box = Long Signal (Price shows strength)
Appears when price confirms accumulation.....
Interpretation: Institutional buying zone – likely stop-loss liquidity pool for shorts.
Red Box = Short Signal (Price shows weakness)
Triggers on distribution confirmation:
Interpretation: Smart money unloading – traps bullish retail traders.
The system filters noise using advanced market structure principles, focusing on high-probability zones where big players often act. Simply trade in the direction of the colored boxes when they appear.
Always combine with proper risk management.....
SMA 50/200 Crossover with Candle Coloring
Indicator Features:
Customizable Moving Averages: You can change the lengths of the 50- and 200-SMA in the settings.
Candle Color: The candle at which the crossover occurs is colored (green for a bullish crossover, red for a bearish crossover).
Crossover Markers: Small arrows appear at the crossover points.
Colored Background: The background changes color when a crossover occurs.
Alerts: You can set alerts when crossovers occur.
Aroon𝑻𝑹𝑨𝑫𝑬𝑹𝑫𝑶 + Oscillator
ENGLISH
Key Differences Between Aroon𝑻𝑹𝑨𝑫𝑬𝑹𝑫𝑶 + Oscillator and Original Aroon Indicator:
Visual and User Experience Enhancements
✅ Colored Background:
Green for uptrends
Orange for downtrends
(Not present in original version)
✅ Signal Markers:
Buy (B): Green triangle ▼ (bottom)
Sell (S): Red triangle ▲ (top)
(Original only shows line crossovers)
✅ Text Color Customization:
"Buy (B) and Sell (S) signals feature selectable white/black text colors to accommodate both dark and light chart themes."
(No such option in original)
Technical Improvements
✅ Added Oscillator Line:
Purple line using upper - lower formula
(Original only shows Up/Down lines)
✅ Advanced Signal Logic:
Crossover + previous candle confirmation (upper < lower )
(Original uses simple crossovers)
Customization Options
✅ User-Friendly Inputs:
Adjustable period (default: 14)
Feature Comparison
Performans Karşılaştırması
Özellik Orijinal Aroon
Up/Down Çizgileri ✔️
Renkli Arka Plan ❌
Al/Sat Sinyalleri ❌
Yazı Rengi Seçimi ❌
Kesişim Filtresi ❌
Özellik Aroon𝑻𝑹𝑨𝑫𝑬𝑹𝑫𝑶+ Oscillator
Up/Down Çizgileri ✔️
Osilatör Çizgisi ✔️ (Mor)
Renkli Arka Plan ✔️
Al/Sat Sinyalleri ✔️ (B/S)
Yazı Rengi Seçimi ✔️
Kesişim Filtresi ✔️ (Önceki Bar)
Conclusion
This indicator preserves the original Aroon's core mechanics while adding:
Enhanced visual feedback
Trend confirmation systems
User customization
Ideal for swing traders seeking clearer signals, though some users may want adjustments to the oscillator calculation (which uses a non-standard formula).
////////////////////////////////////////////////////////////////////////////////
TÜRKÇE AÇIKLAMA:
Aroon𝑻𝑹𝑨𝑫𝑬𝑹𝑫𝑶 + Oscillator göstergesinin orijinal Aroon'a göre temel farklılıkları:
Görsel ve Kullanıcı Deneyimi Geliştirmeleri
✅ Renkli Arka Plan:
Yükseliş trendinde yeşil
Düşüş trendinde turuncu
Bu özellik orijinalinde yok
✅ Sinyal İşaretleri:
Al (B) için yeşil üçgen ▲ (alt kısım)
Sat (S) için kırmızı üçgen ▼ (üst kısım)
Orijinalde sadece çizgi kesişimleri var
✅ Yazı Rengi Seçeneği:
Al için "B" ve sat için "S" sinyalleri beyaz/siyah yazı rengi seçilebilir koyu ve açık tema kullananlar için
Orijinalde böyle bir özellik yok
Teknik Geliştirmeler
✅ Aroon Osilatörü Eklentisi:
upper - lower formülüyle mor renkli ek çizgi
Orijinal Aroon sadece Up/Down çizgilerini gösterir
✅ Gelişmiş Sinyal Mantığı:
Kesişim + önceki mum doğrulaması (upper < lower )
Orijinalde basit kesişimler
Özelleştirme Seçenekleri
✅ Kullanıcı Dostu Inputlar:
Periyot ayarı (varsayılan 14)
Performans Karşılaştırması
Özellik Orijinal Aroon
Up/Down Çizgileri ✔️
Osilatör Çizgisi ❌
Renkli Arka Plan ❌
Al/Sat Sinyalleri ❌
Yazı Rengi Seçimi ❌
Kesişim Filtresi ❌
Özellik Aroon𝑻𝑹𝑨𝑫𝑬𝑹𝑫𝑶+ Oscillator
Up/Down Çizgileri ✔️
Osilatör Çizgisi ✔️ (Mor)
Renkli Arka Plan ✔️
Al/Sat Sinyalleri ✔️ (B/S)
Yazı Rengi Seçimi ✔️
Kesişim Filtresi ✔️ (Önceki Bar)
Sonuç:
Bu gösterge, orijinal Aroon'un teknik temelini korurken daha fazla görsel geri bildirim, trend onay mekanizması ve kullanıcı özelleştirmesi sunar. Özellikle swing trader'lar için sinyal netliği sağlar, ancak osilatör hesaplamasında orijinal formül kullanılmadığı için bazı kullanıcılar ek ayar yapmak isteyebilir.
Pendulum Trend MatrixPendulum Trend Matrix is your all-in-one multi-timeframe dashboard and alert engine:
Up to 10 Timeframes
Choose any 1–10 custom timeframes (TF1–TF10). Blank slots inherit the chart’s current interval.
Four Trend Modules
Per-slot trend detection via ADX (+DI vs –DI), EMA (price vs EMA), VWAP (price vs VWAP), or SuperTrend (ATR-based). Customize ADX length, EMA period, SuperTrend ATR length & multiplier.
Live Countdown
Displays “d h m s” until the next bar closes on each selected timeframe.
Custom Symbols & Styling
Default 🚀/💩 for bullish/bearish but change to anything you like. Font sizes and table corner placement are adjustable.
Built-In Alerts
Countdown Reset Alerts: Fires on every bar close for TF1–TF10.
Trend Change Alerts: Fires whenever the trend flips in each slot.
Alert Behavior & Limitation
Due to TradingView’s execution model, your script only runs on the chart’s timeframe (or on each incoming tick if you choose “Once Per Tick” in the Alert dialog). Consequently:
If you set TF1 = 15S but your chart is on 5 min, the “15 s” reset won’t trigger until the 5 min bar updates or closes.
To receive regular sub-minute alerts, you must run the indicator on a chart interval at or below your shortest TF slot.
Tip: For reliable 1 min or faster alerts, set your chart to 1 min (or smaller) and choose “Once Per Tick” in the Alert dialog. This ensures your Countdown Reset and Trend Change alerts fire as expected, even on fast timeframes.
MBODDS GLOBAL - Enhanceden
MBODDS GLOBAL Indicator – Detailed Interpretation
What does the indicator measure?
Liquidity preferences
Credit risk perception
Market stress levels
Interpreting the ODDS Value
ODDS Value Explanation
Positive ODDS (> 0) SOFR is higher than the T-Bill rate → Interbank liquidity is more expensive → Possible financial stress.
Negative ODDS (< 0) T-Bill rates are higher than SOFR → The government pays more interest in the short term → Liquidity abundance, normal market conditions.
ODDS ≈ 0 Neutral market state → Low stress, market is stable.
Z-Score Interpretation (Extremity Analysis)
The Z-Score measures the standard deviation of ODDS, detecting extreme values:
Z-Score Meaning
> +1.0 Spread is unusually high → Stress/crisis risk increases.
< -1.0 Spread is unusually low → Liquidity could be abundant.
> +2.0 Extremely high spread → Systemic risk (observed during 2008-2020 periods).
≈ 0 Average level → Normal conditions, no notable risk.
The Z-Score functions as an "anomaly detector" for this indicator.
SMA (Simple Moving Average) Interpretation
The 21-day SMA shows the trend of ODDS:
ODDS consistently above SMA: Rising stress and credit costs.
ODDS consistently below SMA: Easier liquidity and lower market concerns.
Threshold Bands (±0.5)
These thresholds are visual guides for alerts:
ODDS > +0.5: Rising stress, potential liquidity tightening → Risky environment.
ODDS < -0.5: Low spread → Abundant liquidity, low stress → Comfortable environment.
Use Cases
Macro analysis (especially after Fed policy changes)
Direction determination in bond, equity, or credit markets
Early signal for stressful periods
Predicting liquidity crises
Conclusion:
This indicator acts as a macro-based "silent alarm." Specifically:
SOFR > T-Bill and Z-Score > 1: Stress and risk are increasing, protection strategies should be considered.
T-Bill > SOFR and Z-Score < -1: Liquidity is abundant, risk appetite may rise.
Prophet Profits Combo ReversalThis mixes smart money concept candles with reversal signals and also an ema to show consolidation forming.
Peak Pulse ReversalPeak Pulse Reversal is a clean and accurate indicator designed to detect price exhaustion zones.
It uses a combination of internal logic to identify high-probability reversal points — both at tops and bottoms.
📈 Ideal for swing and intraday traders
🔍 Highlights overbought/oversold extremes with signal arrows
🧠 Combines multiple hidden tools under a simplified interface
🔎 Among the signals generated by the indicator, purple and orange signals represent moments where multiple internal indicators confirm an overbought or oversold condition simultaneously.
These signals often form at stronger exhaustion points and indicate a higher probability of reversal.
💡 Therefore, purple and orange signals are considered high-confidence zones.
🔐 Manual access only. Contact @traderpango for access
ANS_DISCIPLINE_TOOLDescription
After the long research of 3 years along with 200’s of indicators we have created this wonderful indicator which can avoid signals in a sideway market & gives perfect signal to buy and sell at a right time with 75 to 85% accuracy.
மூன்று ஆண்டுகளுக்கு மேல் 200க்கும் மேற்பட்ட இன்டிகேட்டர்களை ஆய்வு செய்து பரிசோதித்த பிறகு, சந்தையில் சைட்வே நிலைகளில் ஏற்படும் தவறான சிக்னல்களைத் தவிர்த்து, சரியான நேரத்தில் வாங்கும் மற்றும் விற்கும் சிறந்த சிக்னல்களை 75% முதல் 85% வரை துல்லியத்துடன் வழங்கும் இந்த அற்புதமான இன்டிகேட்டரை உருவாக்கியுள்ளோம்.
What is ANS_DISCIPLINE_TOOL?
ANS_DISCIPLINE_TOOL is a trend following indicator which gives buy and sell indication with some moving averages.
ANS_DISCIPLINE_TOOL என்பது சில மூவிங் அவரேஜ்களை அடிப்படையாகக் கொண்ட டிரெண்ட் ஃபாலோயிங் இன்டிகேட்டராகும். இது வாங்கும் மற்றும் விற்கும் சிக்னல்களை வழங்குகிறது.
This indicator is made with, trend studies ,moving averages and volume calculations, we can add pivot also in this. It can be useful to trade equity stocks, Nifty , Bank nifty future index and in some commodities .
இந்த இன்டிகேட்டர் மூவிங் அவரேஜ்கள், சூப்பர் ட்ரெண்ட் ஸ்டடீஸ் மற்றும் வால்யூம் கணக்கீடுகளைக் கொண்டு உருவாக்கப்பட்டுள்ளது. இதில் பிவோட் பாயிண்ட்ஸையும் சேர்க்க முடியும். இது இக்விட்டி ஷேர்கள், நிப்டி, பாங்க் நிப்டி மற்றும் சில கமாடிடிகளில் ட்ரேட் செய்ய மிகவும் பயனுள்ளதாக இருக்கும்.
To use this indicator trader must have basic understanding of candle pattern and chart pattern identification studies with moving averages retrenchments.
இந்த இன்டிகேட்டரை பயன்படுத்த, ஒரு ட்ரேடருக்கு candle பேட்டர்ன்கள், chart பேட்டர்ன் அடையாளம் காணும் அறிமுகம் மற்றும் மூவிங் அவரேஜ் ரிட்ரென்ச்மெண்ட்ஸ் குறித்த அடிப்படை அறிவு இருக்க வேண்டும்.
This indicator works well & gives better results if you have moving average retrenchment knowledge. When candles are retrenching specific moving average line.
இந்த இன்டிகேட்டர் மூவிங் அவரேஜ் ரிட்ரென்ச்மெண்ட் பற்றிய அறிவு இருந்தால் சிறப்பாக வேலை செய்து, சிறந்த முடிவுகளை வழங்கும். குறிப்பாக, காண்டில்கள் ஒரு குறிப்பிட்ட மூவிங் அவரேஜ் லைனை ரிட்ரெஞ்ச் செய்யும் போது இது சிறந்த பயன் தரும்.
About uses instruction and components.
Time frame – Intraday 3, 5,15, 30.
Time frame – positional 30 min, 1 hour to Weekly candle.
Components:
This indicator includes 11 horizontal lines as follows:
Red lines:
R5, R4, R3, R2, R1
Black horizontal line:
Central Point (very important reference level)
Green lines:
S1, S2, S3, S4, S5
Moving Averages:
This indicator includes four moving average lines in the following colors:
Yellow line
Black line
Purple line
Blue line
Additionally, a Continuous Step Super Trend is also incorporated.
Some advance feature :
1.There is no need to panic or be emotional because...
பேனிக் and இமோசினல் ஆக வேண்டிய அவசியம் இல்லை ஏனென்றால்
2.When there is a signal to buy or sell, it shows continuous green and red.
சிக்ணல், பை, செல்ல இருக்கும்போது கண்டினியோசா, கிரீன், அண்டு ரெட் காட்டப்படுகிறது.
3.Because of this, traders who buy when green appears and sell when red appears will feel confident at this point.
இதனால, Green வந்தவனே Buy, Red வந்தவனே Sell பண்ணக்குடிய Traders இந்த இடத்துல Confident இருப்பாங்கள்.
4.The market is moving according to the buy signal, a candle appeared for the sell signal, but the signal wasn't given, and the market continued to move in an uptrend again.
பயசிக்னல்ல மார்க்கெட் போய்ட்டுருக்கு, செல்சிக்னலுக்கு கேண்டல் வந்துரச்சி, ஆனா சிக்னல் குடுக்கல, மறுபடியே அப்ட்ரெண்ட் ஆக்வி போய்க்கொண்டே இருக்கிறது
Positional and swing traders :
Here Blue line is a Major trend indicator on intra as well as Positional basis. For intraday we will track the black line, yellow line and Purple line. Where black line is the main line (Very important) Purple and yellow lines are normal lines which we can use for retrenchment positions several times.
இங்கே நீல லைன் என்பது இன்ட்ரா டே மற்றும் பொசிஷனல் அடிப்படையில் முக்கியமான டிரெண்ட் இன்டிகேட்டராக செயல்படுகிறது. இன்ட்ரா டேவில் நாம் கருப்பு லைன், மஞ்சள் லைன் மற்றும் ஊதா லைன் ஆகியவற்றை கண்காணிக்க வேண்டும். இதில் கருப்பு லைன் தான் மிகவும் முக்கியமான முக்கிய லைன். ஊதா மற்றும் மஞ்சள் லைன்கள் சாதாரண லைன்கள், அவற்றை பலமுறை ரிட்ரென்ச்மெண்ட் பொசிஷன்களுக்கு பயன்படுத்தலாம்.
Buy:
Enter a Buy position when a Green signal appears. The accuracy of the signal increases significantly if it aligns with a pivot level or a moving average retracement.
Sell:
Enter a Sell position when a Red signal appears. The signal becomes more reliable if it coincides with a pivot level or a moving average retracement.
If you simply follow the tool for future chart then you will get almost 70-75% accuracy on it without any efforts.
If you have good technical knowledge of charts then you can easily cover up with 80-85 % accuracy on your trades.
All the best!
BANKR ALGO Buy/Sell Signal**BANKR CAPITAL ALGO** is a momentum-shift indicator designed to identify high-probability entries through multi-layered confirmation. It filters signals by aligning internal momentum with directional bias and broader price structure, reducing false signals. When paired with long-term moving averages, it helps ensure entries are in sync with the prevailing trend, enhancing precision and timing. The algorithm performs best during high-volume sessions—such as the New York or London open—when liquidity matches the asset being traded. When used in confluence with support and resistance zones, it has demonstrated up to an **89% win rate** in live market conditions.
Zarvān | Adaptive Threshold + Composite Field Engine
Zarvān | Adaptive Threshold + Composite Field Engine
This indicator detects dynamic pressure thresholds, nonlinear tension responses, and field imbalances using a custom adaptive model.
It is designed for early identification of trend exhaustion, squeeze zones, and energy spikes, especially effective on BTC/15min.
⚡ The primary strength of this indicator lies in its ability to **anticipate trend exhaustion and potential field reversals** through multi-layered signal fusion.
Core elements:
🌀 Zīrāh Ratio – Relative bandwidth pressure
🔧 Adaptive Threshold – Context-driven field border
💫 Z-Core – Fracture warp (nonlinear fusion zone)
⚡ Tāzī Pulse – Tension difference response
🧿 Field Discrepancy – Energy misalignment
🧠 Composite Flow – Final field judgment line
Ideal for hybrid traders seeking field-based signal analysis with adaptive logic.
🌐 Educational use only — no financial advice.
🔬 Created by Capital Zed (pejman236@gmail.com)
🧠 Part of the Zarvān System
-------------------------------
🔵 1. Zīrāh Ratio
🔴 Red = Spike (Extreme Compression/Expansion)
🟠 Orange = Approaching Squeeze Limit
🔵 Blue = Below Threshold → Passive Field
🟣 Purple = Normal State
🟠 2. Zīrāh Adaptive Threshold
🔴 Red = bw_ratio > threshold (active pressure)
🟠 Orange = bw_ratio <= threshold
🟡 3. Z-Core | Fracture Warp
🟢 Green-Yellow = Above 1.05 (Fracture Emergence)
🟦 Teal = Below 0.95 (Inverted Warp)
🟣 Fuchsia = Stable Mid-Warp
🟡 4. Tāzī Pulse
🟡 Yellow = High Tension
🟦 Aqua = Low Pressure Shift
⚪ Gray = Neutral
🔮 5. Ērmeh Field Discrepancy
🔴 Red = Field Overextension
🟠 Orange = Strengthening Bias
🔵 Blue = Weak Pullback
⚪ Gray = Reversal Potential
🟣 Purple = Neutral Imbalance
6. Ērmeh Composite Flow
🔴 Red > 1.1 → Spike Phase
🟠 Orange > 1.0 → Rising Energy
🔵 Blue < 0.85 → Weak State
⚪ Gray < 0.6 → Fully Suppressed
🟣 Purple → Neutral Core
-------------------------------------------------
🔴 When Both Ērmeh Composite Flow and Zīrāh Ratio Turn Red Simultaneously:
This dual signal is a critical alert for a potential trend exhaustion or imminent reversal.
❗Why It Matters:
Zīrāh Ratio (red) indicates that field pressure has exceeded the adaptive squeeze threshold, signaling unsustainable expansion or instability in volatility.
Composite Flow (red) suggests that the weighted sum of field forces (tension, core, threshold, etc.) is reaching a critical spike, where energy is being discharged rather than absorbed.
📍 Interpretation:
This overlap implies that the market has likely reached a terminal stage of momentum, where the internal structure of the field can no longer support the current direction.
✅ Use this as a key moment to prepare for mean reversion, pullback, or a directional change.
Especially powerful when combined with:
Divergence from price action
Volume climax or anomaly
Contextual patterns (e.g., false breakouts, liquidity traps)
Advanced Trend Insight Panel PRO v3.0Advanced Trend Insight Panel PRO v3.0
Description
The Advanced Trend Insight Panel PRO v3.0 combines multiple proven technical tools into one on-chart dashboard, giving you a 360° view of market dynamics. By fusing EMAs, oscillators, volatility measures, volume analysis, multi-timeframe context, Fibonacci retracements and pivot support/resistance levels, this panel helps you identify high-probability trade setups, confirm momentum, manage risk, and adapt your strategy to any market regime.
1) Components & Rationale
EMAs (Fast 21 / Slow 55 / Super Trend 200): Spot short-, mid- and long-term trend direction and strength via crossovers and distance from price.
RSI (14) & MACD (12/26/9): Filter overbought/oversold extremes and confirm momentum shifts for more reliable entries.
ATR (14) & Bollinger Bands (20, 2σ): Measure volatility’s squeeze vs. expansion phases to time breakouts and gauge risk.
Volume & MFI & ROC: Validate price moves through volume spikes, money flow extremes, and rate-of-change momentum readings.
High-Timeframe Signals: Optionally overlay EMA, RSI, and MACD from a higher timeframe (e.g. 240 min, Daily or Weekly) to align multi-timeframe trends.
Fibonacci Retracements & Pivot S/R: Auto-draw critical support/resistance zones (23.6%, 38.2%, 50%, 61.8%, 78.6% and R1/R2/S1/S2 pivots) for clear entry/exit targets.
Strategy Mode Plans: Scalp, swing, trend-follow, algorithmic or long-term trade ideas generated dynamically based on current conditions.
2) Default Settings
General: Dark theme, top-right panel, width 2, transparency 15%, small text.
EMA: 21/55/200
Oscillators: RSI 14 (70/30), MACD 12/26/9
Volatility: ATR 14, Bollinger 20/2
Volume Filter: 20-bar SMA threshold 1.5×
High-TF: 240 min
Fib Period: 50
Pivot Lookback: 20 bars
Alerts: EMA cross, RSI extremes, volume spikes, Fibonacci touches—all toggleable.
3) How to Use
Apply the indicator “⚡ RolinLong – Trend Panel PRO ⚡” on your chart.
Review each row of the panel:
Trend Status & Strength (EMA crossover + distance %)
Volatility Level (ATR % / Bollinger width)
Momentum Text (ROC/RSI/Stochastic signals)
Volume Condition & Flow
HTF Trend & Strength
Warnings (RSI/Bollinger squeeze or expansion alerts)
Strategy Plan (Scalp/Swing/Trend/Algo/Long-Term suggestions)
Alternative Scenario & Risk Guidance
Tune your own parameters to match your timeframe and instrument: adjust EMAs, oscillator thresholds, volatility limits, and strategy mode.
Follow color cues: green for bullish/confirmation, red for bearish/warnings, gray for neutral.
Enable Alerts in settings to get notified of key events without staring at the screen.
4) Warnings & Disclaimer
This panel is for educational and analytical purposes only. It does not execute trades automatically. Always combine its signals with your own analysis and solid risk management (e.g. limit max 2% risk per trade, account for commission/slippage). Past indicator behavior does not guarantee future market performance—use responsibly.
Unified ATR Zones### 🧠 **Purpose of the Script**
This indicator draws **ATR-based support and resistance levels** directly on the price chart (overlay). It's a clean and minimal visualization of current volatility zones derived from the **ATR (Average True Range)**.
---
### ⚙️ **1. User Inputs**
```pinescript
atr_length = input.int(14, "ATR Period", minval=1)
smoothing = input.string("RMA", "Smoothing", options= )
use_prev_close = input(false, "Use Previous Close")
```
* `atr_length`: The number of bars to calculate the ATR (default 14).
* `smoothing`: Type of moving average used to smooth the ATR.
* `use_prev_close`: If true, use the previous close (`close `) as the base level. If false, use the current close.
---
### 📐 **2. ATR Calculation**
```pinescript
true_range = ta.tr(true)
atr_value = ma_function(true_range, atr_length)
```
* `true_range`: Measures the maximum of:
* High - Low
* High - Previous Close
* Low - Previous Close
* `atr_value`: Smoothed version of `true_range` using the selected MA type.
---
### 📏 **3. Base Level**
```pinescript
base_level = use_prev_close ? close : close
```
* This is the price reference point for plotting zones:
* Can be today's close or yesterday’s close, based on user input.
---
### 🧱 **4. Zone Plotting**
```pinescript
plot(base_level, "Base", color=color.gray, linewidth=1)
plot(base_level + atr_value, "1 ATR Long", color=color.green)
plot(base_level + atr_value * 1.5, "1.5 ATR Long", color=color.blue)
plot(base_level - atr_value, "1 ATR Short", color=color.red)
plot(base_level - atr_value * 1.5, "1.5 ATR Short", color=color.maroon)
```
* **Base level** is plotted in gray.
* **+1 ATR and +1.5 ATR levels** are shown above as resistance or targets (green/blue).
* **–1 ATR and –1.5 ATR levels** are plotted below as support or potential reversal zones (red/maroon).
---
### 📋 **5. Info Panel**
```pinescript
var table info_table = table.new(position.top_right, 2, 1)
table.cell(info_table, 0, 0, "ATR: " + str.tostring(atr_value, "#.##"), bgcolor=color.new(color.gray, 90))
```
* A small **table in the top-right corner** shows the current ATR value.
* Background is semi-transparent gray for a clean look.
---
### ✅ **Use Case**
This script is useful for:
* Visualizing real-time **volatility zones**.
* Planning entries/exits or managing risk based on market volatility.
* Identifying breakout or retracement opportunities at dynamic ATR-based levels.
---
Would you like to add **alerts** when price touches any of these zones, or include more zone levels (e.g. 0.5 ATR)?
EMA Cross Pro v2.5 | True PnL Tracking + Break Even SystemEMA Cross Pro v2.5 | True PnL Tracking + Break-Even System
Description
This strategy combines fast and slow EMA crossovers with multi-stage profit-taking, a configurable stop-loss, and an optional break-even mechanism—while tracking real, closed-trade PnL on the chart. It’s designed to show exactly how much you earn or lose on each partial exit, reset your breakeven when a profit target hits, and label every trade’s midpoint profit/loss.
1) Strategy Logic & Rationale
EMA Crossover (Fast = 21 / Slow = 55): Signals trend changes.
Partial Profit-Taking:
TP1 at +0.5% on 60% of position
TP2 at +1.0% on 30%
TP3 at +1.5% on final 10%
This pyramided exit reduces risk and locks in gains in stages.
Stop-Loss at 1.0% ensures maximum risk per trade.
Break-Even: Optionally moves your stop to entry when TP1 (or TP2/TP3) is reached, protecting unrealized gains.
True PnL Tracking: Calculates and plots realized profit/loss—including partial exits and break-even closes—directly on chart labels.
Alerts: Flexible alarms for entry, each TP, SL, and break-even activation.
2) Default Inputs & Execution
Backtest Start Date: Jan 1 2025
Initial Capital: $1 000
Position Sizing: 10% of equity per entry
Commission: 0.10% per side
Slippage: 0.05%
TP & SL Levels:
TP1: +0.5% (60%)
TP2: +1.0% (30%)
TP3: +1.5% (10%)
SL: –1.0% on remaining size
Break-Even Triggers: Activate on TP1 (default), TP2 or TP3
Alerts: All configurable on/off in the settings panel
3) Backtest Parameters & Results
Backtested on BTCUSDT 1H bars from 2025-01-01 to 2025-05-01:
Total Trades: 78
Win Rate: 62.8%
Average Risk/Reward: 1 : 1.25
Max Drawdown: 7.5%
Net Return: +14.2%
(Assumes 0.10% commission and 0.05% slippage. Past performance does not guarantee future results.)
4) How to Use
Add to Chart: Search “EMA Cross Pro v2.5” and apply to your instrument.
Set Inputs: Adjust EMAs, TP/SL levels, break-even triggers and alarms to suit your style.
Monitor Labels: Entry, TP1, TP2, TP3, SL and break-even labels appear on chart with exact $ profit or loss.
Review PnL Panel: A table shows total trades, win rate, net P/L and streaks—updated in real time.
Risk Management: Never risk more than 1% per trade; always factor in commission/slippage.
5) Warnings & Disclaimer
This strategy is for educational purposes only. Always validate with your own data feed, apply robust risk controls, and be aware that backtest results may differ from live performance.
ATR Zone Levels Pro### 🧠 **Purpose of the Script**
The script calculates **dynamic support/resistance levels** above and below a base price using the **ATR (Average True Range)**. These "zones" help traders identify potential areas of price reaction, entries, or stop placement based on current market volatility.
---
### ⚙️ **1. User Inputs**
```pinescript
show_long = input(true, "Show Long Levels")
show_short = input(true, "Show Short Levels")
use_close_price = input(true, "Use Close Price")
atr_length = input.int(14, "ATR Period", minval=1)
smoothing = input.string("RMA", "Smoothing Type", options= )
```
* `show_long` and `show_short`: Allow toggling visibility of long/short zones.
* `use_close_price`: If true, base level = close price; else, it’s the average of high and low.
* `atr_length`: Number of bars used for ATR calculation.
* `smoothing`: Type of smoothing applied to the ATR.
---
### 📐 **2. ATR Calculation with Custom Smoothing**
```pinescript
ma_function(source, length) => ...
true_range = ta.tr(true)
atr = ma_function(true_range, atr_length)
```
* `true_range`: Calculates the true range for each bar.
* `atr`: Applies user-selected smoothing function to the true range to get ATR.
---
### 📏 **3. Base Level Calculation**
```pinescript
base_level = use_close_price ? close : (high + low) / 2
```
* Defines the **base price level** for the zones:
* `close` if selected, otherwise midpoint of high and low.
---
### 🔢 **4. Calculating Zone Levels**
```pinescript
array.push(long_levels, base_level + atr * 0.3) ...
array.push(short_levels, base_level - atr * 0.3) ...
```
* Creates arrays of levels spaced at multipliers of ATR (0.3x, 0.5x, 1x, 1.5x).
* `long_levels` are above the base level (for breakout or continuation).
* `short_levels` are below (for breakdown or reversal).
---
### 🖼️ **5. Plotting Levels**
```pinescript
plot(show_long ? array.get(long_levels, 1) : na, ...)
```
* Each level is plotted with distinct colors.
* If `show_long` or `show_short` is disabled, the corresponding lines are hidden.
---
### 📋 **6. Info Table (Top Right Corner)**
```pinescript
var table info_table = table.new(position.top_right, 2, 5)
```
* Displays:
* Current ATR value
* Main Long/Short zone level (1 ATR above/below base)
* Chosen smoothing type
* Current base price
---
### 🏷️ **7. Info Label on Chart**
```pinescript
label.new(bar_index, base_level, ...)
```
* Shows a label near the base price on the last bar with:
* Base level
* ATR value
* Old label is deleted on each bar to keep only one active label.
---
### ✅ **Use Case**
This indicator is ideal for:
* Determining dynamic **support/resistance levels**
* Planning entries/exits based on volatility zones
* Structuring trades with ATR-based risk zones (e.g. 1.5x ATR stops)
---
Would you like me to add **alerts** when price reaches these zones or crosses them?
ATR Momentum Pro### 🧠 **Purpose of the Script**
This indicator visualizes the **momentum of volatility** by calculating the difference between the current ATR (Average True Range) and its moving average. It helps detect periods when market volatility is accelerating or decelerating.
---
### ⚙️ **1. User Inputs**
```pinescript
atr_length = input.int(14, "ATR Period", minval=1, maxval=100)
ma_length = input.int(20, "MA Period", minval=1, maxval=50)
ma_type = input.string("SMA", "MA Type", options= )
```
* `atr_length`: Number of periods used to calculate ATR (default is 14).
* `ma_length`: Number of periods for smoothing the ATR.
* `ma_type`: Type of Moving Average to use for smoothing (SMA, EMA, RMA, or WMA).
---
### 📈 **2. Calculations**
```pinescript
atr = ta.atr(atr_length)
```
* Calculates the standard **ATR**, which measures market volatility using high, low, and close prices.
```pinescript
ma_value = switch ma_type
"SMA" => ta.sma(atr, ma_length)
"EMA" => ta.ema(atr, ma_length)
"RMA" => ta.rma(atr, ma_length)
"WMA" => ta.wma(atr, ma_length)
```
* Applies the selected Moving Average to the ATR to smooth it.
```pinescript
oscillator = atr - ma_value
```
* Calculates the **ATR Momentum Oscillator**:
* Positive values: volatility is increasing.
* Negative values: volatility is decreasing.
---
### 📊 **3. Oscillator Plot**
```pinescript
plot(oscillator, "ATR Momentum", color=color.new(color.blue, 0), style=plot.style_histogram)
```
* Plots the oscillator as a **blue histogram** in a separate pane below the chart.
---
### 🏷️ **4. Informational Label**
```pinescript
var label lbl = label.new(bar_index, na, "", style=label.style_label_center)
if barstate.islast
label.set_xy(lbl, bar_index, ta.highest(high, 10) )
label.set_text(lbl,
"ATR: " + str.tostring(atr, "#.##") +
" MA(" + str.tostring(ma_length) + "): " + str.tostring(ma_value, "#.##") +
" Momentum: " + str.tostring(oscillator, "#.##"))
label.set_color(lbl, oscillator > 0 ? color.green : color.red)
```
* Creates a **single label** that updates only on the **latest bar**.
* The label shows:
* Current ATR
* ATR moving average
* Momentum (difference between the two)
* Label color:
* **Green** if momentum > 0
* **Red** if momentum < 0
* The label is positioned just above the price (highest high of the last 10 bars, offset by 1 bar).
---
### ✅ **Use Case**
This indicator is useful for:
* Spotting increases or decreases in market volatility
* Confirming breakout strength
* Filtering trades based on volatility momentum
---
Would you like me to add **buy/sell signals** when the oscillator crosses above or below zero?
ORB Advanced Cloud Indicator & FIB's by TenAMTraderSummary: ORB Advanced Cloud Indicator with Alerts and Fibonacci Retracement Targets by TenAMTrader
This TradingView script is an advanced version of the Opening Range Breakout (ORB) indicator, enhanced with visual clouds and Fibonacci retracement/extension levels. It is designed to help traders identify key price levels and track price movements relative to those levels throughout the trading day. The script includes alert functionalities to notify traders when price crosses key levels and when Fibonacci levels are reached, which can serve as potential entry and exit targets.
Key Features:
Primary and Secondary Range Calculation:
The indicator calculates the primary range (defined by a start and end time) and optionally, a secondary range.
The primary range includes the highest and lowest prices during the designated time period, as well as the midpoint of this range.
The secondary range (if enabled) tracks another price range during a second time period, with its own high, low, and midpoint.
Visual Clouds:
The script draws colored clouds between the high, midpoint, and low of the opening range.
The upper cloud spans between the Opening High and Midpoint, while the lower cloud spans between the Midpoint and Opening Low.
Similarly, a second set of clouds can be drawn for the secondary range (if enabled).
Fibonacci Levels:
The script calculates Fibonacci retracement and extension levels based on the primary range (the difference between the Opening High and Opening Low).
Fibonacci levels can be used as entry and exit targets in a trading strategy, as these levels often act as potential support/resistance zones.
Fibonacci levels include standard values like -0.236, -0.382, -0.618, and positive extensions like 1.236, 1.618, etc.
Customizable Alerts:
Alerts can be set to trigger when:
The price crosses above the Opening High.
The price crosses below the Opening Low.
The price crosses the Opening Midpoint.
These alerts can help traders act quickly on important price movements relative to the opening range.
Customization Options:
The indicator allows users to adjust the time settings for both the primary and secondary ranges.
Custom colors can be set for the lines, clouds, and Fibonacci levels.
The visibility of each line and cloud can be toggled on or off, giving users flexibility in how the chart is displayed.
Fibonacci Levels Overview:
The script includes several Fibonacci retracement and extension levels:
Negative Retracements (e.g., -0.236, -0.382, -0.50, -0.618, etc.) are plotted below the Opening Low, and can act as potential support levels in a downtrend.
Positive Extensions (e.g., 1.236, 1.382, 1.618, 2.0, etc.) are plotted above the Opening High, and can act as potential resistance levels in an uptrend.
Fib levels can be used as entry and exit targets to capitalize on price reversals or breakouts.
Safety Warning:
This script is for educational and informational purposes only and is not intended as financial advice. While it provides valuable technical information about price ranges and Fibonacci levels, trading always involves risk. Users are encouraged to:
Paper trade or use a demo account before applying this indicator with real capital.
Use proper risk management strategies, including stop-loss orders, to protect against unexpected market movements.
Understand that no trading strategy, indicator, or tool can guarantee profits, and losses can occur.
Important: The creator, TenAMTrader, and TradingView are not responsible for any financial losses resulting from the use of this script. Always trade responsibly, and ensure you fully understand the risks involved in any trading strategy.
[Pandora's Chambers] Liquidity Grab Magnet Tool VDV_V6Pandora’s Chambers – Liquidity Grab Magnet Tool VDV_V6
The “Pandora’s Chambers – Liquidity Grab Magnet Tool VDV_V6” indicator is built as a mathematical function library in Pine Script® that identifies “magnet” points (local maxima) of price action density, based on a combination of frequency analysis (wick density) and Fibonacci values. The algorithm considers the distribution of wick touches within a lookback range, builds volume profiles at different price levels, and then marks the strongest dynamic support and resistance levels. This structure has been empirically proven to be particularly effective for rapid scalping, as these “magnet points” are characterized by strong market forces influencing sharp price movements.
Background and Methodology
Price Range Division into Bins: The range between the minimum and maximum price over the last N candles is divided into k equal bins.
Wick Touch Counting: For each bin, the number of times the bin center falls within the wick body of a candle is calculated.
Bullish and Bearish Candles:
For bullish candles (close > open), touches between the low and the open are counted.
For bearish candles (close < open), touches between the open and the high are counted.
Density Function: For each bin j, a density function ρ(j) = number of touches in j is obtained.
Strongest Levels: The strongest support level below the current price is arg max_{binCenter < close} ρ(j), and the resistance – above the price.
Integrated Volume Profile: For each bin, the trading volume of the candles where the bin center is included in the wick body is accumulated, adding a volume dimension to the selection of magnet points.
The Secret Algorithm
The algorithm utilizes several key constructs:
Dynamic Trailing with Sensitivity Threshold (trailTolerance): To avoid market noise, the line is redrawn only when the new point differs by Δ ≥ trailTolerance from the previous level.
Fibonacci Value Integration: After identifying support (sell-side) and resistance (buy-side) levels, Fibonacci lines are calculated at n ratios (0.0, 0.236, 0.382, 0.5, 0.618, 0.786, 1.0), with the option to extend them to additional "snap" values (1.618, 2.618). Each line also displays the corresponding trading volume in its paired bin, providing an indication of market depth at the Fibonacci point.
Visualization and Functionality:
Clear and Dynamic Colored Lines: Support is colored purple, resistance is colored cyan.
Transparent Labels: Displaying the actual volume value for each level.
“Magnet Point” Markers (red dots): Appearing upon the breakout of a line – enabling the identification of rapid scalping opportunities. Crossing of a line indicates the price "drinking liquidity." A red dot appears when the price reaches equilibrium.
Continued Liquidity: If the line moves away from the price, liquidity is expected to continue.
Key Parameters
Parameter Description
Lookback Bars Number of candles for historical analysis; size of the discrete dimension for density distribution.
Bin Count Number of bins for dividing the price range; determines the analysis resolution.
Tolerance Minimum threshold for a level change before a new line is created (to reduce noise).
Fibonacci Offsets Number of candles to the right to display Fibonacci lines with volume labels.
Show Liquidity Snap Toggle to display extended "snap" values outside the main range.
Line Width & Color Adjustable thickness, style, and color of support and resistance lines.
Label Size/Offset Adjustment of label text size and position – to prevent overlaps on the chart.
Export to Sheets
How to Use for Scalping
Identify the Magnet Point: Follow the red dot (•) the moment the price crosses a liquidity level downwards/upwards.
Parameter Adjustment: To increase sensitivity for scalping – reduce the Lookback or increase the Bin Count.
Market Depth Confirmation: Use the volume labels alongside the Fibonacci lines to confirm that the point is indeed accompanied by significant volume movement.
Mathematical Conclusion
The indicator combines statistical principles of density and historical memory with Fibonacci geometry, in a configuration that allows for the identification of reliable “magnet points.” For quantitative traders, this is a formal tool for drawing conclusions about market forces in the language of density functions and volume profiles, providing an ideal environment for rapid and precise scalps.
צור מחדש אבל תחליף את המילים סופורט וריסיסטנס לליקווידיטי
בטח, הנה הגרסה המחודשת של התיאור עם החלפת המילים "סופורט" ו"ריסיסטנס" ב"ליקווידיטי":
חדרי פנדורה – כלי מגנט ללכידת נזילות VDV_V6
האינדיקטור “חדרי פנדורה – כלי מגנט ללכידת נזילות VDV_V6” נבנה כספריית פונקציות מתמטית ב‑Pine Script® המזהה נקודות “מגנט” (מקסימום מקומי) של צפיפות תנועת המחיר, על בסיס שילוב של ניתוח תדרים (צפיפות וויקים) וערכי פיבונאצ’י. האלגוריתם מתייחס להתפלגות נגיעות הוויקים בתוך טווח הסתכלות (lookback), בונה פרופילי נפח במחיריים שונים, ולאחר מכן מסמן את רמות הנזילות הדינמיות החזקות ביותר. המבנה הוכח אמפירית כיעיל במיוחד לסקאלפינג מהיר, שכן “נקודות המגנט” מתאפיינות בכוחות שוק חזקים המשפיעים על תנועה חדה של המחיר.
רקע ומתודולוגיה
חלוקת טווח המחיר לבינים (bins): הטווח בין המחיר המינימלי למקסימלי ב־N הנרות האחרונים מחולק ל־k תאים שווים.
בכל תא מחשבים את מספר הפעמים שבהן מרכז התא נכנס לתוך גוף הוויק (wick) של הנר.
נרות בולשים ודובשים:
בנרות בולשים (close > open) נספרים מגעים בין ה־low ל־open.
בנרות דובשים (close < open) נספרים מגעים בין ה־open ל־high.
פונקציית צפיפות (Density Function): עבור כל תא j מתקבלת פונקציית צפיפות ρ(j) = מספר המגעים ב־j.
הרמה החזקה ביותר מתחת למחיר הנוכחי היא arg max_{binCenter < close} ρ(j), ולהתנגדות – מעל המחיר.
פרופיל נפח משולב (Volume Profile): לכל תא מצטבר נפח המסחר של הנרות שבהם מרכז התא נכלל בגוף הוויק, מה שמוסיף ממד נפחי לבחירת נקודות המגנט.
האלגוריתם הסודי
האלגוריתם עושה שימוש בכמה קונסטרוקטים עיקריים:
טריילינג דינמי עם סף רגישות (trailTolerance): כדי למנוע רעשי שוק, הקו ניזון מחדש רק כאשר הנקודה החדשה שונה ב־Δ ≥ trailTolerance מהרמה הקודמת.
שילוב ערכי פיבונאצ’י: לאחר זיהוי רמות נזילות (sell-side) ורמות נזילות (buy-side), מחושבים קווי פיבונאצ’י ב־n יחסיות (0.0, 0.236, 0.382, 0.5, 0.618, 0.786, 1.0), ואפשרות להרחבתם לערכי סנאפ נוספים (1.618, 2.618). כל קו מציג גם את נפח המסחר המתאים בתא התאום שלו, מה שנותן אינדיקציה לקריאות עומק השוק בנקודת פי
You stopped this response
Giv'atayim, Israel
צור מחדש אבל תחליף את המילים סופורט וריסיסטנס לליקווידיטי
באנגלית
Okay, here's the revised English description with "support" and "resistance" replaced by "liquidity":
Pandora’s Chambers – Liquidity Grab Magnet Tool VDV_V6
The “Pandora’s Chambers – Liquidity Grab Magnet Tool VDV_V6” indicator is built as a mathematical function library in Pine Script® that identifies “magnet” points (local maxima) of price action density, based on a combination of frequency analysis (wick density) and Fibonacci values. The algorithm considers the distribution of wick touches within a lookback range, builds volume profiles at different price levels, and then marks the strongest dynamic liquidity levels. This structure has been empirically proven to be particularly effective for rapid scalping, as these “magnet points” are characterized by strong market forces influencing sharp price movements.
Background and Methodology
Price Range Division into Bins: The range between the minimum and maximum price over the last N candles is divided into k equal bins.
Wick Touch Counting: For each bin, the number of times the bin center falls within the wick body of a candle is calculated.
Bullish and Bearish Candles:
For bullish candles (close > open), touches between the low and the open are counted.
For bearish candles (close < open), touches between the open and the high are counted.
Density Function: For each bin j, a density function ρ(j) = number of touches in j is obtained.
Strongest Levels: The strongest sell-side liquidity level below the current price is arg max_{binCenter < close} ρ(j), and the buy-side liquidity – above the price.
Integrated Volume Profile: For each bin, the trading volume of the candles where the bin center is included in the wick body is accumulated, adding a volume dimension to the selection of magnet points.
The Secret Algorithm
The algorithm utilizes several key constructs:
Dynamic Trailing with Sensitivity Threshold (trailTolerance): To avoid market noise, the line is redrawn only when the new point differs by Δ ≥ trailTolerance from the previous level.
Fibonacci Value Integration: After identifying sell-side liquidity and buy-side liquidity levels, Fibonacci lines are calculated at n ratios (0.0, 0.236, 0.382, 0.5, 0.618, 0.786, 1.0), with the option to extend them to additional "snap" values (1.618, 2.618). Each line also displays the corresponding trading volume in its paired bin, providing an indication of market depth at the Fibonacci point.
Visualization and Functionality:
Clear and Dynamic Colored Lines: Sell-side liquidity is colored purple, buy-side liquidity is colored cyan. Crossing of a line indicates the price "drinking liquidity."
Transparent Labels: Displaying the actual volume value for each level.
“Magnet Point” Markers (red dots): Appearing upon the breakout of a line – enabling the identification of rapid scalping opportunities. A red dot appears when the price reaches equilibrium. If the line moves away from the price, liquidity is expected to continue.
Key Parameters
Parameter Description
Lookback Bars Number of candles for historical analysis; size of the discrete dimension for density distribution.
Bin Count Number of bins for dividing the price range; determines the analysis resolution.
Tolerance Minimum threshold for a level change before a new line is created (to reduce noise).
Fibonacci Offsets Number of candles to the right to display Fibonacci lines with volume labels.
Show Liquidity Snap Toggle to display extended "snap" values outside the main range.
Line Width & Color Adjustable thickness, style, and color of liquidity lines.
Label Size/Offset Adjustment of label text size and position – to prevent overlaps on the chart.
Export to Sheets
How to Use for Scalping
Identify the Magnet Point: Follow the red dot (•) the moment the price crosses a liquidity level downwards/upwards.
Parameter Adjustment: To increase sensitivity for scalping – reduce the Lookback or increase the Bin Count.
Market Depth Confirmation: Use the volume labels alongside the Fibonacci lines to confirm that the point is indeed accompanied by significant volume movement.
Mathematical Conclusion
The indicator combines statistical principles of density and historical memory with Fibonacci geometry, in a configuration that allows for the identification of reliable “magnet points.” For quantitative traders, this is a formal tool for drawing conclusions about market forces in the language of density functions and volume profiles, providing an ideal environment for rapid and precise scalps.
[NORTH2025] MULTI-TRENDS POLARIS📌 MULTI-TRENDS POLARIS is a comprehensive indicator that effectively combines multi-timeframe analysis, clear trading signals, and visual guidance, making it ideal for systematic trading with clearly defined rules and risk management strategies.
📌 Detailed Explanation of the Script
⚙️ Sections and Indicators Used
✅ 1. Timeframe Table (Upper Right Corner)
Displays two columns (LTF and HTF) with rows for each timeframe pair:
- Highlights the current timeframe row in yellow for easy identification.
- Helps traders quickly identify appropriate higher timeframe (HTF) references.
✅ 2. Automatic Parameter Detection (AUTO DETECT TIMEFRAME)
- Parameters (EMA periods, Supertrend multipliers, Trend Katcher values, etc.) are automatically adjusted based on the current timeframe to optimize indicator performance.
- Uses a switch statement to automatically override default parameters for each specific timeframe.
✅ 3. EMA Crossover Strategy (MA CROSSOVER - MC)
- Uses two Exponential Moving Averages (Fast EMA and Slow EMA):
- - > UpTrend: Fast EMA crosses above Slow EMA.
- - > DnTrend: Fast EMA crosses below Slow EMA.
- Color-coded bars to visually indicate market strength (Bullish, Bearish, Neutral):
- Blue (Strong Bull), Green (Bullish), Yellow/Orange (Weak/Neutral), Purple/Red (Bearish).
✅ 4. Supertrend Indicator (ST)
- Supertrend identifies market trends using Average True Range (ATR).
- -> UpTrend: Price closes above Supertrend line (blue).
- -> DnTrend: Price closes below Supertrend line (red).
- Trend reversal signals are clearly plotted as labeled arrows on the chart.
✅ 5. Trend Katcher (TK)
- Detects major trend shifts by defining dynamic price channels based on recent highs/lows and ATR bands.
- -> Buy Signal: Price crosses above midline + ATR buffer (blue up arrow).
- -> Sell Signal: Price crosses below midline - ATR buffer (red down arrow).
- Useful for spotting strong momentum shifts or trend continuations.
✅ 6. Significant Swing Levels (SS)
- Identifies key swing highs (resistance) and lows (support) based on pivot points.
- These pivots can serve as clear reference points for setting Stop Loss.
✅ 7. Main Trend Background Coloring (MC + ST)
- Chart background color visually summarizes main trend:
- Blue: Bullish (EMA bullish crossover & Supertrend bullish)
- Red: Bearish (EMA bearish crossover & Supertrend bearish)
- Gray: Mixed signals (no clear trend alignment)
📌 Practical Usage & Advantages
- Simplicity & Visual Clarity: Easy-to-understand color coding for quick decision-making.
- Multi-Timeframe Awareness: Integrates clearly defined higher and lower timeframe signals.
- Adaptive Parameters: Parameters are optimized automatically according to the selected timeframe for improved accuracy and reliability.
📌 Alerts & Notifications
The script provides customizable alerts:
- EMA crossovers (MC).
- Supertrend reversals (ST).
- Trend Katcher shifts (TK).
- Breakouts of significant support/resistance levels (SS).
These alerts facilitate timely entry and exit decisions without constant chart monitoring.
📌 Trade Execution Example
When trading on TF 5-minute (LTF) with the 1-hour chart (HTF) confirming trend direction:
- Check HTF (1-hour):
- -> If background color = blue → only look for buy signals on the 5-minute chart.
- -> If background color = red → only look for sell signals on the 5-minute chart.
- -> If background color = gray → avoid trading (unclear trend).
- Execute trade on LTF (5-min):
- -> Entry Price (EP): Enter on EMA crossover, Supertrend reversal, or Trend Katcher buy/sell arrow.
- -> Stop Loss (SL): Set below recent swing low (for buys) or above recent swing high (for sells).
- -> Take Profit (TP): Set at RRR = 2:1 (for example, risk 3% to gain 6%).
seekho roj kamao trendline indicatorThe Auto Trendline Indicator is a powerful technical analysis tool designed to automatically detect and plot dynamic trendlines based on recent price action. Using pivot-based logic, it identifies significant swing highs and lows and connects them to draw trendlines that visually represent market trends and potential support or resistance areas. The indicator continuously scans the chart for new pivots, updating trendlines in real-time to reflect the latest market structure. This helps traders quickly identify the direction and strength of a trend without manually drawing lines.
The trendlines offer a visual framework for traders to plan entries, exits, and risk management strategies. When price approaches these levels, it often signals a critical point of interest where breakouts, bounces, or reversals may occur. Because it reacts to actual price pivots, the indicator remains responsive to changing market conditions, making it suitable for trending and consolidating markets alike.
Ideal for traders of all levels, this indicator simplifies chart analysis by automating a traditionally manual process. It enhances decision-making by reducing subjectivity and providing clear visual cues. Whether used standalone or in conjunction with other tools, the Auto Trendline Indicator is a reliable assistant for mapping out price structure and market momentum.