Dalli CPRMulti-Timeframe CPR Indicator for TradingView
This TradingView Pine Script calculates and displays the Central Pivot Range (CPR) across multiple timeframes, including daily, weekly, monthly, quarterly, half-yearly, and yearly. CPR is a powerful tool used by traders to identify key support and resistance levels, potential trend reversals, and breakout opportunities.
Key Features:
✅ Multi-Timeframe CPR: Calculates CPR levels for six different timeframes to provide a comprehensive market outlook.
✅ Dynamic Updates: CPR levels adjust based on the selected timeframe to ensure accurate and real-time analysis.
✅ Support & Resistance Zones: Displays Pivot Point (PP), Top Central Pivot (TC), and Bottom Central Pivot (BC) to help traders make informed decisions.
✅ Customizable Display: Users can enable/disable specific timeframes and adjust line colors and styles for better visualization.
✅ Ideal for Swing & Intraday Trading: Provides insights into market trends by analyzing CPR levels across different timeframes.
Trendanalyse
BIX Candle MarkerBIX Candle Marker (by Bogdan Ilie)
"BIX Candle Marker" is a visual indicator designed to automatically mark the High and Low levels of specific candles at user-defined times and sessions directly on the main chart, facilitating easy intraday analysis.
**How does it work?**
- The indicator automatically fetches the High and Low values from a user-specified timeframe and draws horizontal lines at these levels at precise user-defined session times.
- You can configure up to 4 different sessions per trading day, each with its own customizable color and timing.
- Marked levels are automatically reset at the start of each new trading day.
**Customizable Settings:**
- **Timezone Offset:** Adjust the indicator according to your chart's timezone.
- **Candle Time Frame:** Choose the timeframe from which the candle data will be extracted.
- **Marker Length:** Set the length (number of bars) of the displayed horizontal lines.
- **Line Thickness & Style:** Customize the thickness and style of the lines (solid, dotted, dashed).
- **Sessions (1-4):** Independently configure the hour, minute, and color for each of the four possible sessions.
**Suggested Use:**
- Quickly identify intraday support and resistance levels based on key session candles.
- Ideal for breakout and reversal-based trading strategies.
---
**Disclaimer:**
This indicator is intended solely for chart analysis and educational purposes. It does not constitute financial advice. Always use it in conjunction with your personal trading strategy and risk management practices.
Author: Bogdan Ilie
Pine Script Version: v6
License: Mozilla Public License 2.0
---
BIX Candle Marker (by Bogdan Ilie)
"BIX Candle Marker" este un indicator vizual care marchează automat nivelurile High și Low ale lumânărilor specifice din sesiuni predefinite pe graficul principal, facilitând analiza punctelor-cheie intraday.
**Cum funcționează?**
- Indicatorul preia automat nivelurile maxime și minime dintr-un timeframe personalizabil și afișează linii orizontale pentru aceste nivele exact la orele și minutele configurate.
- Permite definirea a până la 4 sesiuni diferite într-o zi, fiecare având culori și setări proprii.
- Liniile marcate se resetează automat la începutul fiecărei zile de tranzacționare.
**Setări personalizabile:**
- **Timezone Offset:** ajustează indicatorul în funcție de fusul orar al graficului.
- **Candle Time Frame:** selectează timeframe-ul din care se vor prelua datele.
- **Marker Length:** stabilește lungimea (numărul de bare) liniilor orizontale afișate.
- **Line Thickness & Style:** grosimea și stilul liniilor pot fi personalizate (solid, punctat, întrerupt).
- **Sesiuni (1-4):** ora, minutul și culoarea fiecărei sesiuni pot fi configurate independent.
**Sugestii de utilizare:**
- Folosește indicatorul pentru a identifica rapid zonele de suport și rezistență create de lumânări-cheie pe parcursul zilei.
- Poate fi util pentru strategii bazate pe breakout sau reversal.
---
**Disclaimer:**
Acest indicator este destinat exclusiv analizei grafice și nu reprezintă sfaturi financiare. Utilizează-l împreună cu propriile strategii și tehnici de gestionare a riscului.
Autor: Bogdan Ilie
Versiune Pine Script: v6
Licență: Mozilla Public License 2.0
Quick Analysis [ProjeAdam]OVERVIEW:
The Quick Analysis indicator is a multi-symbol technical screener that aggregates key indicator values—RSI, TSI, ADX, and Supertrend—for up to 30 different symbols. It displays the data on a customizable dashboard table overlaid on the chart, enabling traders to quickly compare market conditions across multiple assets.
ALGORITHM:
1. Initialization and Input Setup
The script sets the indicator’s title, short title, and overlay option.
It configures the dashboard table by allowing users to toggle its display, set its position (e.g., Bottom Right), and choose its size.
Input parameters for the technical indicators (RSI, TSI, ADX, Supertrend) are defined.
Up to 30 symbols are provided with toggle options so that users can select which ones to include in the analysis.
2. Technical Indicator Calculations
Custom functions are defined to smooth data for TSI (using double EMA smoothing) and to calculate ADX based on directional movements.
The main function, which runs on each symbol via request.security, computes:
RSI based on the close price.
TSI using the change in price and smoothing techniques.
ADX by comparing positive and negative directional movements.
Supertrend to signal market direction changes.
3. Data Aggregation and Matrix Formation
A matrix is created to store the aggregated values (price, RSI, TSI, ADX, Supertrend) for each symbol.
For each enabled symbol, a custom function retrieves the current indicator values and adds them as a row to the matrix.
4. Table Visualization and Dynamic Updates
A dashboard table is initialized with user-defined location and size settings.
The table headers include “SYMBOL”, “PRICE”, “RSI”, “TSI”, “ADX”, and “Supertrend”.
For every row in the matrix, the table is updated with the corresponding data:
The symbol code is extracted and displayed.
The current price and computed indicator values are shown.
Conditional formatting is applied (RSI and TSI cells change color based on threshold levels, Supertrend is marked with “Down 📛” or “Up 🚀”).
5. Real-Time Data Updates
The table refreshes on every new bar, ensuring that the displayed data remains current and reflects the latest market conditions across the selected symbols.
INDICATOR SUMMARY: RSI, TSI, ADX, and Supertrend
RSI (Relative Strength Index): Measures the speed and change of price movements, oscillating between 0 and 100. Typically, values above 70 indicate overbought conditions, while values below 35 indicate oversold conditions.
TSI (True Strength Index): Uses double EMA smoothing to measure price momentum and helps identify trend strength and potential reversal points.
ADX (Average Directional Index): Measures the strength of a trend, regardless of its direction. Higher values suggest a strong trend, while lower values indicate a weak trend.
Supertrend: A trend-following indicator based on the Average True Range (ATR) that identifies the market direction and potential support/resistance levels. It typically displays visual signals such as “Up 🚀” or “Down 📛.”
HOW DOES THE INDICATOR WORK?
Data Gathering: Uses TradingView’s security function to request real-time data for multiple symbols simultaneously.
Indicator Computation: For each symbol, the script calculates RSI, TSI, ADX, and Supertrend using a blend of built-in Pine Script functions and custom smoothing algorithms.
Visualization: A dynamically updated table displays the results with conditional colors and symbols for immediate visual cues on market trends and potential trade signals.
SETTINGS PANEL
Dashboard Configuration: Options to toggle the Trend Table, select its position, and determine the table size.
Indicator Parameters: Customizable settings for RSI (length, overbought/oversold levels), TSI (smoothing lengths and thresholds), ADX (smoothing and DI length), and Supertrend (ATR length and factor).
Symbol Management: Enable/disable switches for each of the 30 symbols along with symbol input fields, allowing users to choose which assets to analyze.
BENEFITS OF THE QUICK ANALYSIS INDICATOR
Comprehensive Market Overview:
Aggregates key technical metrics for multiple symbols on a single chart.
Customizability and Flexibility:
Fully configurable dashboard and indicator settings allow tailoring to various trading strategies.
Time Efficiency:
Automates the process of monitoring multiple assets, saving traders time and effort.
Visual Clarity:
Conditional color coding and clear table formatting provide immediate insights into market conditions.
Enhanced Multi-Market Analysis:
The ability to toggle and compare up to 30 different symbols supports diversified market evaluation.
CUSTOMIZATION
Users can modify indicator periods, thresholds, and table aesthetics through the input panel.
The symbol selection mechanism enables dynamic analysis across various markets, facilitating comparative insights and strategic decision-making.
CONCLUSION
The Quick Analysis indicator serves as a powerful, multi-symbol screener for traders by consolidating crucial technical indicators into a single, easy-to-read dashboard. Its dynamic updates, extensive customization options, and clear visual representation make it an essential tool for real-time market analysis.
If you have any ideas to further enhance this tool—whether by integrating additional sources, refining calculations, or adding new features—please feel free to suggest them in DM.
CPR with Historical PeriodsThis TradingView indicator calculates and displays the Central Pivot Range (CPR) using a user-selected timeframe (Daily, Weekly, or Monthly). It plots the key levels—Pivot Point (PP), Bottom Central (BC), and Top Central (TC)—for the current period while retaining a configurable history of previous CPR sets. Customize colors, line width, and label display to suit your trading style and effectively identify potential support and resistance levels.
Emperor RSI CandleDescription:
The Emperor RSI Candle is a real-time, non-lagging trading indicator that colors candles based on RSI (Relative Strength Index) levels. It offers instant visual feedback on market momentum, making it easy to identify trend strength, overbought/oversold zones, and potential reversals with precision.
Unlike traditional RSI indicators, which display RSI values in a separate panel, Emperor RSI Candle integrates RSI signals directly into the candles, providing a cleaner, more intuitive charting experience. Its multi-timeframe RSI box shows RSI values across different timeframes, offering confluence confirmation for better trade decisions.
🔥 Emperor RSI Candle is original because it includes a multi-timeframe RSI box that displays RSI values from:
1 min → Monthly timeframes simultaneously.
📊 How this is unique:
Traders can instantly compare RSI values across different timeframes.
This helps them spot confluence and divergences, which is not possible with standard RSI indicators.
The multi-timeframe confluence feature makes the indicator highly effective for both short-term and long-term traders.
🚀 What the script does:
Real-time candle coloring based on RSI levels.
Multi-timeframe RSI box for confluence insights.
Customizable RSI settings for adaptability.
How it benefits traders:
Instant visual feedback for momentum and reversals.
No lag signals for precise trading decisions.
Flexible customization for different trading styles.
Unique visual signals:
Green, red, parrot green, and blue candles → Clearly indicating bullish/bearish momentum and overbought/oversold zones.
Multi-timeframe RSI box → For cross-timeframe confluence.
⚡️ 🔥 UNIQUE FEATURES 🔥:
✅ Multi-Timeframe RSI Box:
Displays RSI values from 1 min to monthly timeframes, helping traders confirm confluence across different timeframes.
✅ Fully Customizable RSI Levels & Display:
Modify RSI thresholds, source, and appearance to fit your trading style.
✅ Dynamic Candle Borders for Weak Signals:
Green border → Weak bullishness (RSI between 50-60).
Red border → Weak bearishness (RSI between 40-50).
✅ Lag-Free, Real-Time Accuracy:
No repainting or delay—instant visual signals for accurate decisions.
✅ Scalable for Any Trading Style:
Perfect for both intraday scalping and positional trading.
📊 🔥 HOW IT WORKS 🔥:
The indicator dynamically colors candles based on RSI values, providing real-time visual signals:
🟢 Above 60 RSI → Green candle:
Indicates bullish momentum, signaling potential upward continuation.
🟩 Above 80 RSI → Parrot green candle:
Overbought zone → Possible reversal or profit booking.
🟥 Below 40 RSI → Red candle:
Signals bearish momentum, indicating potential downward continuation.
🔵 Below 20 RSI → Blue candle:
Oversold zone → Possible reversal opportunity.
🔲 Neutral candles:
50-60 RSI → Green border: Weak bullishness.
40-50 RSI → Red border: Weak bearishness.
📊 🔥 MULTI-TIMEFRAME RSI BOX 🔥:
The Emperor RSI Candle includes an RSI box displaying multi-timeframe RSI values from 1 min to monthly. This provides:
✅ Confluence confirmation:
Compare RSI across multiple timeframes to strengthen trade conviction.
✅ Spot divergences:
Identify hidden trends by comparing smaller and larger timeframes.
✅ Validate trade entries/exits:
Use higher timeframe RSI to confirm smaller timeframe signals
⚙️ 🔥 HOW TO USE IT 🔥:
To maximize the accuracy and clarity of Emperor RSI Candle, follow these steps:
🔧 STEP 1: Chart Settings Configuration
Go to Chart Settings → Symbols
Uncheck the following options:
Body
Borders
Wick
✅ This ensures that only the Emperor Candle colors are visible, making the signals clear and distinct.
🔧 STEP 2: Style Settings for Emperor Candle
After applying the Emperor RSI Candle:
Go to Settings → Style tab
Wick section:
Select Color 2 and Color 3 → Set Opacity to 100%.
Border section:
Select Color 2 and Color 3 → Set Opacity to 100%.
✅ This ensures the candles display with full visibility and accurate colors.
⚙️ 🔥 CUSTOMIZATION OPTIONS 🔥:
Emperor RSI Candle offers full flexibility to match your trading style:
✅ RSI Length:
Modify the period used for RSI calculation (default: 10).
✅ Top & Bottom Levels:
Adjust the overbought (default: 80) and oversold (default: 20) thresholds.
✅ Intermediate Levels:
Up Level: Default: 60 → Bullish RSI threshold.
Down Level: Default: 40 → Bearish RSI threshold.
Mid Level: Default: 50 → Neutral zone.
✅ RSI Source:
Select the price source for RSI calculation (Close, Open, High, Low).
✅ RSI Period:
Customize the RSI calculation period (default: 10).
✅ Font Size:
Adjust the RSI box font size for better visibility.
✅ Box Position:
Choose where to display the RSI box:
Top Left / Top Center / Top Right
Bottom Left / Bottom Center / Bottom Right
💡 🔥 HOW IT IMPROVES TRADING 🔥:
✅ Clear trend identification:
Instantly recognize bullish, bearish, or neutral conditions through candle colors.
✅ Precise entries and exits:
Spot overbought and oversold zones with visual clarity.
✅ Multi-timeframe confirmation:
Validate trades with RSI confluence across multiple timeframes.
✅ No lag, real-time accuracy:
Immediate visual signals for faster and more reliable trade decisions.
✅ Customizable settings:
Tailor the indicator to fit your trading strategy and preferences.
✅ Works for all trading styles:
Suitable for scalping, day trading, and swing trading.
🔥How Traders Can Use Emperor RSI Candle for Trading:
🟢 Green Candles (Above 60 RSI) → Bullish Momentum:
Indicates strong upward movement → Ideal for long entries.
Traders can hold until RSI approaches 80 for profit booking.
🟥 Red Candles (Below 40 RSI) → Bearish Momentum:
Signals strong downward movement → Ideal for short trades.
Traders can exit or book profits near RSI 20.
2. Spotting Overbought and Oversold Zones for Reversals:
🟩 Parrot Green Candles (Above 80 RSI) → Overbought Zone:
Indicates potential for reversals or profit booking.
Traders can tighten stop-losses or exit positions.
🔵 Blue Candles (Below 20 RSI) → Oversold Zone:
Signals a potential reversal opportunity.
Traders can look for buy signals with confluence confirmation.
3. Catching Weak Bullish and Bearish Trends with Border Colors:
🟢 Green Border (RSI 50-60) → Weak Bullishness:
Indicates mild upward momentum.
Traders can consider cautious long entries.
🔴 Red Border (RSI 40-50) → Weak Bearishness:
Indicates mild downward pressure.
Traders can consider cautious short entries.
4. Using the RSI Multi-Timeframe Box for Confluence:
✅ Displays RSI values from 1 min to monthly timeframes.
Usage:
Confluence confirmation:
Multiple timeframes showing bullish RSI → Strong uptrend → Reliable buy signals.
Multiple timeframes showing bearish RSI → Strong downtrend → Reliable sell signals.
Spotting divergences:
If lower timeframes are bullish but higher timeframes are bearish, it indicates a potential reversal.
5. Customization Tips for Different Trading Styles:
✅ For Scalping:
Use a smaller RSI period (9-10) for faster signals.
Check the multi-timeframe RSI box to confirm signals quickly.
✅ For Swing Trading:
Use the default RSI period (14-15) for more accurate signals.
Focus on higher timeframes (1 hr, 4 hr, daily) for stronger trend confirmation.
Emperor Pivot LevelsDescription:
Emperor Pivot Levels is a powerful and advanced Trading View indicator designed to help traders identify precise support and resistance zones in real-time. It combines Woodie and Camarilla pivot points across multiple timeframes, ranging from 15 min to decennial, providing a comprehensive market view. The indicator features color-coded buyer and seller zones, with a green background indicating bullish territory above the pivot and a red background highlighting bearish areas below it. With its real-time accuracy and multi-timeframe analysis, Emperor Levels of Pivot empowers traders to make informed decisions and capitalize on market trends effectively.
🔥Emperor Levels of Pivot is original because it is a unique and customized enhancement of the traditional Pivot Point Standard indicator. Unlike standard pivot indicators, Emperor Pivot offers:
Dual Pivot Calculation: It combines both Woodie and Camarilla pivot types, giving traders a broader and more versatile analysis of support and resistance levels.
Multi-Timeframe Accuracy: It displays pivot levels from 15 min to decennial timeframes, providing a comprehensive market view in a single indicator. Most standard pivot indicators are limited to fewer timeframes.
Real-Time Accuracy: Unlike many lagging indicators, Emperor Pivot shows real-time support and resistance zones, making it highly effective for live trading decisions.
Unique Color-Coded Zones: The indicator features a green buyer zone above the pivot and a red seller zone below it, offering clear visual cues to identify market bias instantly.
🚀 What the script does:
snapshot
✅ 1. Displays Pivots for Multiple Timeframes Simultaneously
The script calculates and shows pivot levels for 15 min, 30 min, 45 min, 1 hr, 2 hr, 3 hr, 4 hr, 5 hr, 6 hr, daily, weekly, monthly, quarterly, half-yearly, yearly, bi-yearly, tri-yearly, quinquennial, and decennial timeframes.
snapshot
This multi-timeframe analysis helps traders see both short-term and long-term trends without switching charts.
🎯 2. Plots Buyer and Seller Zones
snapshot
Above Pivot: The script fills the area with a green background, marking the buyer zone.
Below Pivot: The area is filled with a red background, indicating the seller zone.
This color coding provides a visual representation of market sentiment, helping traders quickly spot trends.
⚡ 3. Real-Time Updates Without Lag
The script uses real-time price data to update the pivot levels instantly. This ensures that traders get the most accurate support and resistance levels during live market conditions.
🎨 4. Visual and Customizable Display
The script offers clear and clean plotting with color-coded zones, making it easy to interpret.
It also includes distance labels from the current price to the nearest pivot, helping traders measure the market's potential movement.
🔥 5. Efficient and Lightweight
Despite its complex functionality, the script is optimized for speed and performance, ensuring it doesn’t slow down the TradingView platform, even when multiple timeframes are displayed.
🚀 In Summary:
The Emperor Levels of Pivot script is a powerful tool that:
✅ Displays multi-timeframe pivots in real time.
✅ Marks buyer and seller zones with clear color coding.
✅ Shows distance from pivots for precise trading insights.
✅ Updates instantly during live trading without time lag.
This makes it an essential and highly effective indicator for both intraday and long-term traders.
📊 🔥 HOW IT WORKS 🔥:
1. Buyer and Seller Zones
The script colors the background in two zones:
Green Background (Buyer Zone): When the price is above the pivot, indicating a bullish trend.
Red Background (Seller Zone): When the price is below the pivot, indicating a bearish trend.
These color-coded zones help traders quickly understand market sentiment.
2. Real-Time Updates
The indicator continuously updates pivot levels in real time as the price moves, ensuring that traders always have the most accurate information for decision-making.
3. Efficient Performance
Despite handling multiple timeframes and pivot calculations, the script is optimized for performance, ensuring that it runs smoothly without slowing down TradingView, even with many pivots being displayed.
In Summary:
Emperor Levels of Pivot works by calculating pivot levels using Woodie and Camarilla formulas, displaying them across multiple timeframes, and visualizing market sentiment with color-coded zones. It provides real-time, accurate, and dynamic support and resistance levels, helping traders make informed decisions quickly.
⚙️ HOW TO USE Emperor Levels of Pivot 🔥:
Here’s how you can use the Emperor Levels of Pivot to make more informed trading decisions:
1. Add the Indicator to Your Chart
First, add the Emperor Levels of Pivot indicator to your TradingView chart.
You will see pivot levels displayed for multiple timeframes (15 min, 1 hour, daily, weekly, etc.) with support and resistance levels.
2. Understand the Pivot Levels
The indicator will plot pivot levels, which act as key support and resistance levels for the market.
Support Levels (S1, S2, S3, etc.): These are price levels where the market could potentially find support and reverse or slow down.
Resistance Levels (R1, R2, R3, etc.): These are levels where the price could face resistance and reverse or stall.
3. Interpret the Color-Coded Zones
snapshot
Green Background (Buyer Zone): When the price is above the pivot, the background turns green, indicating a bullish trend. Traders may consider buying or looking for long positions in this zone.
Red Background (Seller Zone): When the price is below the pivot, the background turns red, indicating a bearish trend. Traders may consider selling or looking for short positions in this zone.
4. Monitor Multi-Timeframe Pivots
The indicator displays pivot levels for multiple timeframes. For example, a short-term (15-minute) pivot might be used for quick scalping, while a long-term (daily, weekly) pivot can provide a broader view of market sentiment.
You can compare pivot levels from different timeframes to get a better understanding of market trends. For example:
Short-term (15 min) may show immediate trends.
Long-term (daily, weekly) pivots help spot overall market direction.
5. React to Price Action
Watch for price reactions at key pivots:
If the price is approaching a resistance level and facing rejection, it may indicate a selling opportunity.
If the price is approaching a support level and bouncing back, it could signal a buying opportunity.
Reversals at key pivots often present high-probability trades.
6. Combine with Emperor RSI Candle
The Emperor Levels of Pivot indicator can be combined with other indicators, such as RSI, moving averages, or candlestick patterns, to confirm trading signals and increase the probability of a successful trade.
🔥 Key Tips for Using Emperor Levels of Pivot:
Adapt to your trading style: Whether you are scalping, day trading, or taking longer-term positions, use the appropriate timeframe pivots to match your strategy.
Set stop-loss and take-profit levels near key pivot points for better risk management.
Watch for price consolidations around pivot levels, as these often signal potential breakouts or reversals.
By following these steps, you can effectively use Emperor Levels of Pivot to guide your trading decisions, improve accuracy, and increase your chances of success in the market!
💡 HOW Emperor Levels of Pivot IMPROVES TRADING 🔥
Here’s how the Emperor Levels of Pivot can significantly enhance your trading experience and decision-making:
1. Clear Identification of Key Support & Resistance Levels
The pivot levels act as strong support and resistance zones, making it easier to identify where the price might reverse or consolidate.
By visually seeing these levels, traders can avoid getting trapped in breakouts that fail or entering trades at bad price points.
2. Real-Time Market Sentiment Understanding
The color-coded zones (green for buyer zone and red for seller zone) quickly show the market’s overall sentiment. This helps traders avoid counter-trend trades and only take positions aligned with the market's current momentum.
You’ll know instantly if the market is in a bullish or bearish phase, allowing you to align your trades accordingly.
3. Multi-Timeframe Insights for More Accurate Decisions
The multi-timeframe support allows you to view pivot levels for various timeframes (from 15 min to decennial). This means you can analyze both short-term trends and long-term market conditions, giving you a holistic view.
By combining short-term and long-term pivots, you can find the best entry points and avoid trading against the dominant trend.
4. Increased Trade Precision
The distance labels show how far the current price is from key pivot points (support/resistance), helping you assess whether the price is too far from the pivot or if a pullback is likely.
This precision allows you to set more accurate stop-loss and take-profit levels, optimizing your risk-to-reward ratio.
5. Faster Decision Making
The visual simplicity of the indicator’s color-coded zones and pivot levels allows for quick decision-making. Instead of spending time analyzing price action or trying to plot pivots manually, you can immediately spot trade setups that align with your strategy.
6. Helps Identify Breakouts and Reversals
By watching how price behaves near key support and resistance levels, you can spot potential breakouts or reversals earlier.
If price bounces off a support level (green zone) or gets rejected from a resistance level (red zone), it signals high-probability entry points.
7. Reduces Overtrading and Emotional Decisions
The clarity and structure provided by the Emperor Levels of Pivot indicator reduce the chance of overtrading. When you have a clear view of key levels, you'll be less likely to take impulsive trades based on emotions or random price movements.
8. Optimized for Intraday and Long-Term Trading
Whether you’re a scalper, day trader, or position trader, the multi-timeframe functionality provides flexibility. You can zoom into lower timeframes for quick trades or focus on higher timeframes for broader market trends.
🔥 In Summary:
Emperor Levels of Pivot improves trading by:
Providing clear, reliable support and resistance levels.
Offering a real-time view of market sentiment (buyer or seller zones).
Giving multi-timeframe insights, enhancing overall decision-making.
Increasing trade precision and optimal entry/exit points.
Enabling faster decisions for quicker execution.
Helping identify potential breakouts and reversals.
Reducing the chance of overtrading and emotional errors.
Being versatile for both intraday and long-term strategies.
By utilizing Emperor Levels of Pivot, traders can make more informed, precise, and effective trading decisions, leading to better risk management and higher success rates.
Smart Money Concepts [LuxAlgo]Amiqas F-22 Swing Raptor — Advanced SMC Strategy with PunkAlgo Intelligence
Welcome to Amiqas F-22 Swing Raptor, a premium Smart Money Concepts-based trading strategy that fuses the precision of institutional concepts with the agility of algorithmic momentum systems.
Features Include:
• Smart Money Concepts (BOS, CHoCH, OBs, FVGs, EQH/EQL, Premium/Discount zones)
• PunkAlgo Smart Signals (buy/sell signals, RSI/WT-based TP points)
• Liquidity Zones detection
• Dynamic Swing High/Low tracking with trend visualization
• Multi-Timeframe Dashboard and Trend Sync
• Intelligent Candle Coloring and Momentum Detection
• Real-Time Alerts for all key signals and breaks
Perfect For:
Traders looking to identify institutional trading footprints, smart swing/position traders, and automated signal systems.
Built with the Fighter Jet Mindset by Waqas Abdul Salam — Stay fast, precise, and dominant in the markets.
Swing High/Low (ZigZag) [ChartPrime]Amiqas Swing Raptor ZigZag is a powerful structure-mapping tool that highlights swing highs & lows using smart pivot logic.
It draws real-time trend direction, broken level detection, and optionally shows shadow levels with color-coded zones.
Key Features:
• ZigZag-style swing high/low plotting
• Real-time trend tracking (⬈ or ⬊)
• Broken level visualization (dashed line)
• Smart label styling for structure clarity
• Visual dashboard for direction tracking
Perfect for SMC traders, Wyckoff analysts, and trend structure lovers.
Developed by Waqas Abdul Salam
“Mark the structure. Respect the levels. Strike like a Raptor.”
⸻
✅ Suggested Tags:
Swing, ZigZag, SMC, Structure, Smart Money, Trend, High Low, Reversals, Amiqas
Liquidity Zones [BigBeluga]Amiqas Liquidity Zones identifies and highlights potential liquidity pools by detecting pivot-based highs/lows, combined with volume strength filters and ATR distance zones.
It dynamically maps where big money may place their stop hunts, reversals, or continuation traps.
Key Features:
• Liquidity box zones based on pivot + volume + ATR logic
• Volume Strength Filter (Low, Mid, High)
• Dynamic or Fixed Zone Mode
• Visual dashboard: mode, strength, zone count
• Liquidity grab detection + auto-labeling
Perfect for Smart Money Concepts (SMC), Wyckoff traders, swing scalpers, and liquidity-based setups.
Built by Waqas Abdul Salam
“Scan. Strike. Vanish. Trade like a fighter jet.”
DAMA OSC - Directional Adaptive MA OscillatorOverview:
The DAMA OSC (Directional Adaptive MA Oscillator) is a highly customizable and versatile oscillator that analyzes the delta between two moving averages of your choice. It detects trend progression, regressions, rebound signals, MA cross and critical zone crossovers to provide highly contextual trading information.
Designed for trend-following, reversal timing, and volatility filtering, DAMA OSC adapts to market conditions and highlights actionable signals in real-time.
Features:
Support for 11 custom moving average types (EMA, DEMA, TEMA, ALMA, KAMA, etc.)
Customizable fast & slow MA periods and types
Histogram based on percentage delta between fast and slow MA
Trend direction coloring with “Green”, “Blue”, and “Red” zones
Rebound detection using close or shadow logic
Configurable thresholds: Overbought, Oversold, Underbought, Undersold
Optional filters: rebound validation by candle color or flat-zone filter
Full visual overlay: MA lines, crossover markers, rebound icons
Complete alert system with 16 preconfigured conditions
How It Works:
Histogram Logic:
The histogram measures the percentage difference between the fast and slow MA:
hist_value = ((FastMA - SlowMA) / SlowMA) * 100
Trend State Logic (Green / Blue / Red):
Green_Up = Bullish acceleration
Blue_Up (or Red_Up, depending the display settings) = Bullish deceleration
Blue_Down (or Green_Down, depending the display settings) = Bearish deceleration
Red_Down = Bearish acceleration
Rebound Logic:
A rebound is detected when price:
Crosses back over a selected MA (fast or slow)
After being away for X candles (rebound_backstep)
Optional: filtered by histogram zones or candle color
Inputs:
Display Options:
Show/hide MA lines
Show/hide MA crosses
Show/hide price rebounds
Enable/disable blue deceleration zones
DAMA Settings:
Fast/Slow MA type and length
Source input (close by default)
Overbought/Oversold levels
Underbought/Undersold levels
Rebound Settings:
Use Close and/or Shadow
Rebound MA (Fast/Slow)
Candle color validation
Flat zone filter rebounds (between UnderSold and UnderBought)
Available MA type:
SMA (Simple MA)
EMA (Exponential MA)
DEMA (Double EMA)
TEMA (Triple EMA)
WMA (Weighted MA)
HMA (Hull MA)
VWMA (Volume Weighted MA)
Kijun (Ichimoku Baseline)
ALMA (Arnaud Legoux MA)
KAMA (Kaufman Adaptive MA)
HULLMOD (Modified Hull MA, Same as HMA, tweaked for Pine v6 constraints)
Notes:
**DEMA/TEMA** reduce lag compared to EMA, useful for faster reaction in trending markets.
**KAMA/ALMA** are better suited to noisy or volatile environments (e.g., BTC).
**VWMA** reacts strongly to volume spikes.
**HMA/HULLMOD** are great for visual clarity in fast moves.
Alerts Included (Fully Configurable):
Golden Cross:
Fast MA crosses above Slow MA
Death Cross:
Fast MA crosses below Slow MA
Bullish Rebound:
Rebound from below MA in uptrend
Bearish Rebound:
Rebound from above MA in downtrend
Bull Progression:
Transition into Green_Up with positive delta
Bear Progression:
Transition into Red_Down with negative delta
Bull Regression:
Exit from Red_Down into Blue/Green with negative delta
Bear Regression:
Exit from Green_Up into Blue/Red with positive delta
Crossover Overbought:
Histogram crosses above Overbought
Crossunder Overbought:
Histogram crosses below Overbought
Crossover Oversold:
Histogram crosses above Oversold
Crossunder Oversold:
Histogram crosses below Oversold
Crossover Underbought:
Histogram crosses above Underbought
Crossunder Underbought:
Histogram crosses below Underbought
Crossover Undersold:
Histogram crosses above Undersold
Crossunder Undersold:
Histogram crosses below Undersold
Credits:
Created by Eff_Hash. This code is shared with the TradingView community and full free. do not hesitate to share your best settings and usage.
Ichimoku + ROC Smart Trend StrategyG's Secret v1
This strategy combines Ichimoku Cloud structure with Rate of Change (ROC) momentum, enhanced by:
• 🔄 Adaptive trailing stop logic using ATR
• 🧠 Anti-chop filters to avoid sideways market noise
• ❄️ Cooldown system to reduce overtrading
Finolace Squeeze IndicatorIt analyzes the squeeze with the vertical band on the charts. Watchout the breakout or breakdown on the range formation
HAI GIA LAM The Forward-Backward Exponential Oscillator is a normalized oscillator able to estimate directional shifts by making use of a unique "Forward-Backward Filtering" calculation method for Exponential Moving Averages (EMAs). This unique method provides a smooth normalized representation of the price with reduced lag. 🔶 USAGE The oscillator consists of 2...
Amiqas F-22 RaptorAmiqas F-22 Raptor is a next-gen multi-strategy indicator for traders who demand precision, speed, and visual clarity. Built by Waqas Abdul Salam, this tool brings institutional-level analytics into your hands with an aggressive, jet-speed approach.
Key Features:
• Smart Buy/Sell Signals powered by RSI, MACD, EMAs, Supertrend, WaveTrend, and Trend Cloud
• Multi-Timeframe Trend Detection (M5 to H4)
• Reversal Dot System with customizable sensitivity
• Dynamic Take Profit & Stop Loss Zones
• High-Impact Dashboard: Market state, volatility %, institutional activity, current session, and more
• Volatility Filtering and Session-Aware Context
• Advanced Cloud Modes: Smooth, Scalping, Swing & Contrarian Filters
• Risk Management Toolkit: Trailing SL, TP1/2/3 logic, and visual overlays
• Custom Alerts for all conditions: Entries, SL/TP, Cloud shifts
Recommended For:
Scalpers, Intraday Traders, Smart Money & SMC Traders who love precision and want full control.
“Trade like a fighter jet. Powered by Waqas Abdul Salam.”
Support and Resistance with High Volume Candles + Touch Count# **Indicator Notes: S& R with High Volume Candles + Touch Count - Mehta-**
## **Overview**
This indicator identifies potential **support** and **resistance** levels based on **high-volume candles** and tracks the number of times price touches these levels within a user-defined lookback period.
### **Key Features:**
1. **High-Volume Candle Detection:**
- **Support** is identified from high-volume **green (bullish)** candles.
- **Resistance** is identified from high-volume **red (bearish)** candles.
2. **Touch Count:**
- Tracks how many times price revisits a support/resistance level within a specified lookback period.
- Helps assess the strength of a level (more touches may indicate stronger significance).
3. **Customizable Parameters:**
- **Period:** Adjusts the lookback for average volume calculation.
- **Volume Multiplier:** Sets the threshold for high-volume detection.
- **Touch Count Lookback:** Defines how many bars back to count touches.
- **Line Colors & Label Position:** Customize visual appearance.
## **How to Use**
- **Support/Resistance Breakouts:** Watch for price closing beyond these levels with confirmation.
- **Bounce Trading:** Look for reactions (bounces/rejections) near identified levels.
- **Touch Count Insight:** Higher touch counts may indicate stronger levels.
---
## **Disclaimer**
### **Risk Warning:**
Trading involves substantial risk and may not be suitable for all investors. The use of this indicator does not guarantee profits or eliminate risks associated with trading.
### **Limitations:**
1. **Historical Performance ≠ Future Results:** Past price behavior does not ensure future outcomes.
2. **False Signals:** The indicator may generate levels that do not hold.
3. **Market Conditions:** Works best in trending markets; may produce less reliable signals in choppy conditions.
### **Recommendations:**
- Use in conjunction with other technical analysis tools (e.g., trendlines, moving averages).
- Always apply proper risk management (stop-loss, position sizing).
- Test in a demo account before live trading.
### **No Financial Advice:**
This indicator is for educational purposes only and should not be considered financial advice. Consult a licensed financial advisor before making trading decisions.
DO NOT TRADE BASED ON THIS INDICATOR. TRADING IS A RISK PROCESS
Head-HunterHead-Hunter Indicator
A comprehensive reversal pattern detection tool that combines multiple technical elements to identify potential market turning points. This indicator analyzes vector candles, RSI divergence, and volume patterns to filter out false signals.
Key Features:
Vector candle detection with customizable wick and body ratios
RSI divergence confirmation for stronger signals
Volume-based filtering system
Visual alerts through color-coded bars and shapes
Signal Types:
Bearish vector patterns (pink bars)
Bullish vector patterns (orange bars)
Classic reversal patterns (green/red triangles)
Divergence confirmations (yellow diamonds)
Best timeframe usage: 15m to 4h charts. The indicator combines volume analysis with RSI divergence to help identify high-probability reversal points before they become obvious.
Settings are optimized but can be adjusted:
Wick Size Ratio: 0.3 (adjustable 0.1-1.0)
Body Size Ratio: 0.3 (adjustable 0.1-0.5)
Volume Look-back: 20 periods
RSI parameters: Standard 14-period
This tool aims to provide clear, actionable signals for reversal trading strategies.
v2.0.4
BTC 1h bot 1.0 StrategyThis is Strategy version of BTC 1h bot 1.0.
Optimized for pairs BTC vs stablecoins, 1h timeframe.
HOW IT WORKS:
Script is based on the fact that there are certain phases of the market when there is a greater probability that BTC will go to one side or the other. To evaluate which phase we are in, the script uses "Main trend" and "Confirmation signals".
Main trend
- Is composed of a combination of several supertrends and moving averages. A supertrend is a trend following indicator that helps in identifying whether we are in an uptrend or a downtrend. A higher factor is used to capture the main trend and not just small movements. In case the market goes sideways, the supertrend does not work well, so it is a combination of multiple supertrends along with moving averages to differentiate a real strong trend from a range.
- It can be seen on the graph as a thick solid line.
- In an uptrend is green, in a downtrend red, gray represents the neutral zone.
Confirmation signals
- Are several script-evaluated indicators such as RSI , MACD , ADX and others, which serve to confirm the trend. In this case, it is the opposite way to the Main trend. Confirmation signals are used here to detect small movements. They are trying to capture bullish and bearish price momentum.
- On the graph they are seen as dashed lines above or below the Main trend (in the gray zone they are in the middle).
- It indicates only two signals, green for buy and red for sell.
HOW TO USE IT:
if the Main trend and Confirmation signals are of the same color, it will send a buy or sell signal, depending on which phase of the trend it is in. If the Main trend is e.g. in an uptrend and the market is going up, Confirmation signals should generate a lot of signals. But if the market starts to go in the opposite direction, Confirmation signals should generate fewer signals or none at all, thus reducing the number of wrong trades. In the gray zone of the Main trend it does not open positions.
To close position is possible to use stop loss and take profit or alternative could be to set very high TP value, thereby letting the script close the positions by itself.
In this case, it is a strategy to find out how the script worked in the past period. The longest period in which it is possible to test is on BTC/USD INDEX. The script works consistently well over a long period of time, using past probabilities, but this does not guarantee future results.
Market Structure Trend Strategy with TP & SLIts all about market structure. This looks about the market sentiment by showing the market direction by candle colours. Use bar chart for correct colour.
Fibonacci Sequence NumbersThe "Fibonacci Sequence Numbers" indicator overlays horizontal lines on a trading chart based on Fibonacci sequence values (0, 34, 55, 89, 144, 233, 377, 610) relative to a user-defined reference price and time. Users can specify the direction ("Above," "Below," or "Both") to plot these levels above and/or below the reference price, with customizable line length, width, and colors for each level (e.g., red for Level 0, blue for 34). A vertical dashed line marks the reference time, while horizontal lines extend rightward, accompanied by labeled annotations shifted slightly left for clear view.
MURA YHTH AND YLTL Combined IndicatorHow This Indicator Works
1️⃣ Capturing the 9:15 AM Candle High & Low
The script records the high and low of the 9:15 AM candle.
These levels act as important intraday support and resistance.
If the price breaks these levels later in the day, it may indicate a strong bullish or bearish move.
📌 Why it’s important?
The first 15 minutes of market opening set the initial trading range.
Institutions and big traders place orders in this timeframe, leading to major price moves.
🔹 Plotted on the Chart:
✅ Red Line → 9:15 AM High
✅ Blue Line → 9:15 AM Low
2️⃣ Capturing the 9:25 AM Candle Low
The script also captures the low of the 9:25 AM candle (Yellow Line).
This provides another support level that traders can use to confirm trend direction.
🔹 Plotted on the Chart:
✅ Yellow Line → 9:25 AM Low
3️⃣ Yesterday’s High & Low as Key Levels
The script pulls yesterday’s high and low using request.ohlc().
These levels serve as strong support & resistance.
If price crosses these levels, it signals a potential trend continuation or reversal.
🔹 Plotted on the Chart:
✅ Black Dashed Line → Yesterday’s High
✅ Black Dashed Line → Yesterday’s Low
📌 Why these levels matter?
Many traders watch the previous day's high & low to predict market movement.
A breakout above yesterday’s high suggests bullish momentum.
A breakdown below yesterday’s low suggests bearish momentum.
4️⃣ Alerts for Key Breakouts
The script generates alerts when price breaches important levels:
✅ Breaks 9:15 High → Signals Bullish Breakout
✅ Breaks 9:15 Low → Signals Bearish Breakdown
✅ Breaks Yesterday’s High → Uptrend Confirmation
✅ Breaks Yesterday’s Low → Downtrend Confirmation
✅ Breaks Both 9:15 High & Yesterday’s High → Strong Bullish Signal
✅ Breaks Both 9:15 Low & Yesterday’s Low → Strong Bearish Signal
🚀 How it helps traders?
Traders can set automatic alerts and get notified when a breakout happens.
No need to manually monitor the chart all day.
5️⃣ Percentage Change of the 9:15 AM Candle
The script calculates the percentage change in price during the 9:15 AM candle.
If the price change is ≤ 2%, it highlights the percentage in green (indicating lower volatility).
If the price change is > 2%, it highlights the percentage in blue (indicating higher volatility).
📌 Why is this useful?
A small change (≤ 2%) suggests price consolidation.
A big move (> 2%) suggests strong momentum and potential breakout direction.
🎯 How This Indicator Helps You Find Good Trades
✅ Breakout Trading:
Buy when price breaks above the 9:15 High & Yesterday’s High → Bullish Signal
Sell when price breaks below the 9:15 Low & Yesterday’s Low → Bearish Signal
✅ Support & Resistance Trading:
If price rejects Yesterday’s High, it may be a short-selling opportunity.
If price bounces from Yesterday’s Low, it may be a buying opportunity.
✅ Automated Alerts for Trade Execution:
No need to monitor the chart 24/7.
Alerts notify you when a breakout happens.
✅ Works for Intraday & Momentum Traders:
Helps in scalping and trend-following strategies.
Best for stocks, indices, and futures trading.
🚀 How to Use This in TradingView?
1️⃣ Copy & Paste the Script into TradingView Pine Editor
2️⃣ Click "Add to Chart"
3️⃣ Set up Alerts (Right-click on chart → Add Alert)
4️⃣ Look for Breakout Confirmation before taking trades
5️⃣ Use along with volume & trend indicators for better accuracy
TradeCrafted - Previous 10 Highs and LowsUnlock the power of historical price action with the 10-Day Highs & Lows Indicator! This innovative tool analyzes the highest and lowest price levels of the past 10 trading days and projects them as fixed lines onto the current session. By plotting these crucial support and resistance levels, traders gain a clear visual edge to anticipate market reactions, trend reversals, and breakout opportunities.
🔥 Key Features:
✅ Precision Levels – Automatically plots the previous 10 days' highs and lows for accurate decision-making.
✅ Fixed Lines for Clarity – Levels remain unchanged throughout the session, providing a stable reference.
✅ Enhanced Market Structure Analysis – Identify key zones where price is likely to react.
✅ Ideal for All Traders – Whether you're a scalper, swing trader, or intraday enthusiast, these levels offer a strong foundation for your strategy.
🚀 Why Use This Indicator?
Markets move in cycles, and historical highs and lows act as magnets for price action. By integrating this tool into your trading arsenal, you can spot potential breakouts, retests, and reversals with greater confidence!
Elevate your technical analysis and trade smarter with the 10-Day Highs & Lows Indicator! 🔥
How to use : Trader Can take Buy entry if price is near line and taking reversal from it so it will be very good for trader to manage the stop loss. Simply if it goes below the line, just cut the trade to avoid unnecessary and huge loss. This Indicator will help Trader to take correct entry and exit.
Hope my effort will help trader to stay in profit.
Ratio S/RRatio S/R - Intraday Support & Resistance Levels
Introduction
This script identifies key intraday support and resistance (S/R) levels where price tends to reverse frequently. It is designed specifically for intraday trading and aims to help traders find high-probability reversal zones.
The logic behind the script revolves around logarithmic returns, historical volatility, and ratio-based price levels. The script dynamically calculates price ranges using standard deviation-based volatility and applies preset ratio levels to determine potential support and resistance zones.
How It Works
Dynamic Range Calculation
The script calculates the price range based on the previous day’s logarithmic return volatility.
The range is then used to project different levels of price movement.
Reference Price
You can choose whether the reference price is from today’s open or yesterday’s close (oporcl setting).
This helps adapt the levels based on market behavior.
Ratio-Based Levels
The script applies specific ratios to the calculated range:
0.0833 (Minor Reversal Zone)
0.25 & 0.38 (Primary Reversal Zones)
0.62 & 0.75 (Significant Reversal Zones)
1.0 & 1.25 (Extreme Reversal Zones)
These levels act as potential support and resistance points.
Disclaimer: This is just for educational purpose . Trading is risky activity and how you use this tool is your own responsibility. The publisher of this tool does not make any claims.