NK Paid All in one 1Jan25Time frame 3miniute
Buy: candle close above the green , purple and black line
Sell : candle close below the red, purple and black line
Indicators and strategies
High Volume and Price Spike AlertThis script is incomplete. Right now it useful for one time frame. For instance, you can customize it to alert you if there is a certain price increase with a certain volume multiplier within a certain time frame.
For example, if a stock rises 4%, within 5 minutes, and the volume is 10x that of the previous 30 day average volume, you will get an alert.
You can change the time intervals, stock percentile increase, and volume multiplier as you wish.
You will want to tweak it based on the likelihood of rapid or slower gains. For instance, large cap stocks will not move as fast as 'trending' stocks that have peaked in volume. For instance, recently (February 2025), %BBAI you would want tight thresholds.
This is my first ever pine script, so bear with me.
I am trying to get all of the time intervals into one, but so far no luck. I have a different indicator for each time interval I chose (i.e., 3, 5, 15, 60, 120, 240 minutes etc.).
If you can take my script and make them into one, I would be very grateful!
Cheers, and I hope you find it useful!
-Suv
Maverick Henderson Strategy
Maverick Henderson Strategy
A comprehensive technical analysis indicator that combines several powerful tools:
1. Volume Profile with POC (Point of Control)
- Displays volume distribution across price levels
- Shows value areas and POC line
- Helps identify key support/resistance levels
2. Multiple EMAs (10, 50, 100, 200)
- Trend identification and dynamic support/resistance
- Price action confirmation
- Works best with Heikin Ashi candles
3. Swing Detection & Counting System
- Identifies and counts higher highs/lower lows
- Dynamic trend strength measurement
- Automatically resets on EMA200 crossovers
4. RSI Divergence Detection
- Regular bullish/bearish divergences
- Hidden bullish/bearish divergences
- Filtered by EMA200 position
5. Multi-Timeframe Squeeze Momentum
- Analyzes momentum across 1H, 2H, 3H, and 4H timeframes
- Shows momentum convergence/divergence
- Visual color-coded momentum representation
Usage Tips:
- Best performance with Heikin Ashi candles
- Use EMA crossovers for trend confirmation
- Watch for momentum convergence signals
- Monitor RSI divergences for potential reversals
// ═══════════════════════════════════════════════════════════
Estrategia Maverick Henderson
Un indicador de análisis técnico completo que combina varias herramientas poderosas:
1. Perfil de Volumen con POC
- Muestra la distribución del volumen por niveles de precio
- Visualiza áreas de valor y línea POC
- Ayuda a identificar niveles clave de soporte/resistencia
2. Múltiples EMAs (10, 50, 100, 200)
- Identificación de tendencias y soporte/resistencia dinámica
- Confirmación de acción del precio
- Funciona mejor con velas Heikin Ashi
3. Sistema de Detección y Conteo de Swings
- Identifica y cuenta máximos más altos/mínimos más bajos
- Medición dinámica de la fuerza de la tendencia
- Se reinicia automáticamente en cruces de EMA200
4. Detección de Divergencias RSI
- Divergencias regulares alcistas/bajistas
- Divergencias ocultas alcistas/bajistas
- Filtradas por posición respecto a EMA200
5. Momentum Multi-Temporal
- Analiza momentum en marcos de 1H, 2H, 3H y 4H
- Muestra convergencia/divergencia de momentum
- Representación visual codificada por colores
Consejos de Uso:
- Mejor rendimiento con velas Heikin Ashi
- Usar cruces de EMA para confirmación de tendencia
- Observar señales de convergencia de momentum
- Monitorear divergencias RSI para posibles reversiones
// ═══════════════════════════════════════════════════════════
Stochastic Divergence Detection
New feature added! The indicator now includes Stochastic divergence detection, just like the RSI, providing additional tools for identifying potential reversals and trend confirmations.
Regular Divergences:
-Bullish: Signals a potential upward reversal when price makes lower lows, but the Stochastic shows higher lows.
-Bearish: Signals a potential downward reversal when price makes higher highs, but the Stochastic shows lower highs.
Hidden Divergences (optional):
-Bullish: Occurs during uptrends when price makes higher lows, but the Stochastic shows lower lows.
-Bearish: Occurs during downtrends when price makes lower highs, but the Stochastic shows higher highs.
Detección de Divergencias en el Estocástico
¡Nueva función añadida! Ahora el indicador incluye detección de divergencias en el Estocástico, al igual que en el RSI, ofreciendo herramientas adicionales para identificar posibles reversiones y confirmaciones de tendencia.
Divergencias regulares:
-Alcistas: Señala una posible reversión al alza cuando el precio marca mínimos más bajos y el Estocástico muestra mínimos más altos.
-Bajistas: Señala una posible reversión a la baja cuando el precio marca máximos más altos y el Estocástico muestra máximos más bajos.
Divergencias ocultas (opcional):
-Alcistas: Ocurre en tendencias alcistas cuando el precio hace mínimos más altos, pero el Estocástico muestra mínimos más bajos.
-Bajistas: Ocurre en tendencias bajistas cuando el precio marca máximos más bajos, pero el Estocástico muestra máximos más altos.
GWAP (Gamma Weighted Average Price)Gamma Weighted Average Price (GWAP) Indicator
The Gamma Weighted Average Price (GWAP) is a dynamic financial indicator that applies exponentially decaying weights to historical prices to calculate a weighted average. The method leverages the exponential decay function, controlled by a gamma factor, to prioritize recent price data while gradually diminishing the influence of older observations. This approach builds upon techniques commonly found in time-series analysis, including Exponentially Weighted Moving Averages (EWMA), which are extensively used in financial modeling (Campbell, Lo & MacKinlay, 1997).
Theoretical Context and Justification
The gamma-weighted approach follows principles similar to those in Exponentially Weighted Moving Averages (EWMA), often used in volatility modeling, where weights decay exponentially over time. The exponential decay model can improve signal responsiveness compared to simple moving averages (Hyndman & Athanasopoulos, 2018). This design helps capture recent market dynamics without ignoring past trends, a common requirement in high-frequency trading systems (Bandi & Russell, 2006).
Practical Applications
1. Trend Detection:
The GWAP can help identify bullish and bearish trends:
• When the price is above GWAP, the market exhibits bullish momentum.
• Conversely, when the price is below GWAP, bearish momentum prevails.
2. Volatility Filtering:
Because of the gamma weighting mechanism, GWAP reduces the noise commonly seen in volatile markets, making it a useful tool for traders looking to smooth price fluctuations while retaining actionable signals.
3. Crossovers for Trade Signals:
Similar to moving average strategies, traders can use price crossovers with the GWAP as trade signals:
• Buy Signal: When the price crosses above the GWAP.
• Sell Signal: When the price crosses below the GWAP.
4. Adaptive Gamma Weighting:
The gamma factor allows for further customization.
• Higher gamma values (>1) place greater emphasis on older data, suitable for long-term trend analysis.
• Lower gamma values (<1) heavily weight recent price movements, ideal for fast-moving markets.
Example Use Case
A trader analyzing the S&P 500 may use a gamma factor of 0.92 with a 14-period GWAP to detect shifts in market sentiment during periods of heightened volatility. When the index price crosses above the GWAP, this could signal a potential recovery, prompting a buy entry. Conversely, when the price moves below the GWAP during a correction, it may suggest a short-selling opportunity.
Scientific References
• Campbell, J. Y., Lo, A. W., & MacKinlay, A. C. (1997). The Econometrics of Financial Markets. Princeton University Press.
• Hyndman, R. J., & Athanasopoulos, G. (2018). Forecasting: Principles and Practice. OTexts.
• Bandi, F. M., & Russell, J. R. (2006). Microstructure Noise, Realized Variance, and Optimal Sampling. Econometrica.
SuperTrend Pro + Auto SessionsSuperTrend Pro+ Auto Sessions – The Ultimate Trend & Session Indicator 🚀
🔹 SuperTrend Pro+ Auto Sessions is an advanced trading indicator designed to identify strong trends, highlight key trading sessions, and provide precise buy & sell signals. This tool is ideal for traders looking to enhance their technical analysis by combining trend-following strategies with market session timing.
🔍 Features & Benefits:
✅ Dual SuperTrend Strategy: The indicator includes two SuperTrend lines, allowing you to compare trends with different ATR periods and multipliers for greater accuracy.
✅ Auto Trading Sessions Highlighting: It highlights the New York, London, Tokyo, and Sydney sessions, helping traders optimize their entries and exits based on liquidity and volatility.
✅ Customizable EMA Filters: Two EMAs (50 EMA and 200 EMA) are included to confirm trend direction and spot golden/death crosses.
✅ Buy & Sell Signals with Alerts: The indicator provides clear Buy/Sell signals based on trend shifts, with built-in alert conditions to notify you instantly.
✅ Flexible Customization: Traders can adjust ATR settings, session visibility, EMA lengths, and alert conditions to tailor the indicator to their strategy.
📌 How to Use This Indicator?
1️⃣ SuperTrend Signals 📈📉
The SuperTrend lines change color based on trend direction:
✅ Green (Uptrend): Price is above SuperTrend → Bullish momentum.
❌ Red (Downtrend): Price is below SuperTrend → Bearish momentum.
Buy/Sell signals appear when the trend changes direction, marking potential entry points.
You can use the two SuperTrend settings together to confirm stronger trend shifts.
2️⃣ Trading Sessions Auto Highlight 🕰️
This feature automatically highlights major Forex trading sessions:
🟠 New York (13:00 - 22:00 UTC) – High volatility, major market moves.
🔵 London (07:00 - 16:00 UTC) – Largest trading volume, strong trends.
🔴 Tokyo (00:00 - 09:00 UTC) – Asian session, slower movements.
🟡 Sydney (21:00 - 06:00 UTC) – Early liquidity before Tokyo opens.
Sessions help traders understand when liquidity is highest and time their entries more effectively.
3️⃣ EMA Confirmation Strategy 📊
The 50 EMA & 200 EMA help filter trades:
✅ Buy when 50 EMA crosses above 200 EMA (Golden Cross) → Strong uptrend.
❌ Sell when 50 EMA crosses below 200 EMA (Death Cross) → Strong downtrend.
Using EMA filters reduces false signals and improves accuracy.
📈 Recommended Trading Strategy – SuperTrend + EMA Crossover 🎯
🔹 Timeframe: 15min, 1H, or 4H
🔹 Best for: Forex, Crypto, Stocks
✅ Buy Entry:
1️⃣ SuperTrend turns green (both lines recommended for confirmation).
2️⃣ 50 EMA crosses above 200 EMA (Golden Cross) → Confirms bullish momentum.
3️⃣ Price is within an active trading session (e.g., London or New York).
4️⃣ Enter long trade at the next candle, stop loss below the last swing low.
🎯 Take Profit: 1.5x – 2x risk or next resistance level.
❌ Sell Entry:
1️⃣ SuperTrend turns red (both lines recommended for confirmation).
2️⃣ 50 EMA crosses below 200 EMA (Death Cross) → Confirms bearish momentum.
3️⃣ Price is within an active trading session (e.g., London or New York).
4️⃣ Enter short trade at the next candle, stop loss above the last swing high.
🎯 Take Profit: 1.5x – 2x risk or next support level.
💡 Why Use SuperTrend Pro+ Auto Sessions?
📌 Combines SuperTrend, market sessions, and EMAs into one tool – No need to use multiple indicators.
📌 Helps traders follow strong trends and avoid choppy markets.
📌 Session highlights allow better timing for trades based on market liquidity.
📌 Customizable alerts ensure you never miss a trading opportunity.
🚀 Boost your trading strategy today with SuperTrend Pro+ Auto Sessions!
Gold Scalp p6 v1open sourced and updated script from 2018 to pine6
posting this for now may update in the future
Volume Delta with PVSRAVolume Delta with PVSRA
Volume Delta with PVSRA is an advanced volume indicator that dissects each bar’s volume into its directional components using higher resolution data. It visually distinguishes between buying and selling volume, so that for a bullish candle the bottom portion represents buying volume and for a bearish candle it represents selling volume. A dot is plotted at the 50% mark of the candle’s total volume, serving as a clear reference point.
Key Features:
Directional Volume Breakdown:
The indicator calculates the delta volume by analyzing lower timeframe data. The bottom portion of a bullish candle (displayed in green) represents buying volume, while that of a bearish candle (displayed in red) represents selling volume.
PVSRA Analysis:
Using Price-Volume Spread Range Analysis, the indicator compares the current volume to the 10-bar average. When volume is significantly higher (using thresholds of 150% and 200%), the candle borders are highlighted in custom colors, indicating medium or strong volume conditions.
Volume Moving Averages:
Three moving averages are plotted:
Total Volume MA (yellow): Tracks overall volume.
Buying Volume MA (green) and Selling Volume MA (red): These are re-centered around the total volume MA. A crossover of the green over the red typically signals rising buying pressure, while the opposite indicates increasing selling pressure.
Scalable Volume Bars:
The indicator scales the volume bars to provide optimal visualization on your chart.
Setup Instructions:
For best results, open your chart settings, navigate to the Canvas tab, and set the bottom margin to 0%. This ensures the indicator displays like a standard volume indicator without any unwanted gaps at the bottom.
Customize the various settings—including colors, border opacity, and moving average parameters—to suit your trading style.
Al Brooks Price Action with MACD Signals - Strategy - Rev 0.0This code implements a trading strategy based on AL Brooks' price action principles , incorporating MACD (Moving Average Convergence Divergence) signals for confirmation. The strategy aims to identify potential buy and sell opportunities by analyzing price movements relative to a moving average and the MACD indicator.
I. Introduction:
Trading strategy based on Al Brooks' price action and MACD.
Designed for TradingView platform.
II. Inputs (User-Defined Parameters):
length: Moving average length.
riskRewardRatio: Risk/reward ratio for trades.
stopLossBuffer: Stop-loss buffer percentage.
candleType: Price source (close or open).
III. Indicators:
sma: Simple Moving Average (calculated based on length).
macdLine, signalLine: MACD lines (using standard 12, 26, 9 periods).
price: Price used for calculations (either close or open based on candleType).
IV. Trend Identification:
uptrend: Price > SMA.
downtrend: Price < SMA.
V. Signal Generation:
buySignal: Uptrend AND macdLine > 0 AND macdLine crosses above signalLine.
sellSignal: Downtrend AND macdLine < 0 AND macdLine crosses below signalLine.
VI. Trade Execution:
Buy (Long) Entry:
Triggered by buySignal.
longStopLoss: Calculated based on close price and stopLossBuffer.
longTakeProfit: Calculated based on close price, longStopLoss, and riskRewardRatio.
strategy.entry("Buy", strategy.long): Enters a long position.
strategy.exit("Take Profit", "Buy", limit=longTakeProfit, stop=longStopLoss): Sets take-profit and stop-loss orders.
Sell (Short) Entry:
Triggered by sellSignal.
shortStopLoss: Calculated based on close price and stopLossBuffer.
shortTakeProfit: Calculated based on close price, shortStopLoss, and riskRewardRatio.
strategy.entry("Sell", strategy.short): Enters a short position.
strategy.exit("Take Profit", "Sell", limit=shortTakeProfit, stop=shortStopLoss): Sets take-profit and stop-loss orders.
VII. Position Closing:
strategy.close("Sell"): Closes any open short positions when neither buySignal nor sellSignal is active.
strategy.close("Buy"): Closes any open long positions when neither buySignal nor sellSignal is active.
VIII. Visualizations (Plots):
plotarrow: Plots buy (green) and sell (red) signals as arrows.
plot: Plots SMA (blue), support (green stepline), and resistance (red stepline) levels. Support and resistance are based on the lowest and highest prices over the length period.
IX. Alerts:
alertcondition: Triggers alerts for buy and sell signals.
X. Licensing:
Mozilla Public License 2.0.
SUPER3_Brahmastra mybrahmastra strategy for option buying
if you get buy signal go for in the money option buying.
if you get sell signal go for in the money option selling.
Abid Elite Manual Pivot PointsThis indicator is designed to help traders visualize key manually defined price levels—namely resistance, pivot, and support levels—on their charts during a specified trading session. Here’s an overview of what it does and how it’s used:
**Key Features**
1. **Manual Input of Pivot Levels**
- **Resistance Levels:** You can input up to five resistance levels (R1 through R5).
- **Pivot Level:** A single pivot level (P) is defined as a central point.
- **Support Levels:** You can also input up to five support levels (S1 through S5).
These levels are manually set by the trader based on areas of interest or historical price action.
2. **Session-Based Display**
- The indicator uses a session input (for example, 0400–2000) so that it only displays and tracks the levels during the active trading session.
- At the start of each new session, the indicator resets certain persistent states, ensuring that levels are evaluated freshly each day.
3. **Drawing Horizontal Lines and Labels**
- For each level that you’ve set and enabled (via visibility toggles), the indicator draws a horizontal line across the chart starting from the session’s beginning and extending a few bars ahead.
- Next to each line, a label displays the level’s name (e.g., “R1”) and its price value.
4. **Persistent “Crossed” Marker (🎯)**
- The script checks whether the current bar’s price range (its high and low) “crosses” any of the defined levels.
- If a level is crossed at any point during the session, the indicator sets a persistent flag for that level.
- In the label for that level, a “🎯” emoji is appended—this marker remains visible for the rest of the session even if subsequent bars no longer cross the level.
- Importantly, while the marker is persistent once set, the line and label’s appearance (such as transparency or color intensity) continues to update based on the price’s behavior on the current bar.
5. **Customization Options**
- **Appearance:** Users can choose line colors, line style (solid, dashed, or dotted), and line width for each group of levels.
- **Label Colors:** Separate color settings for the text on the labels ensure clear readability.
- **Visibility Toggles:** You can individually enable or disable the display of each level (R1–R5, P, S1–S5) depending on your analysis needs.
---
**Usage and Benefits**
- **Support and Resistance Analysis:**
The indicator serves as a visual tool for tracking critical price levels. Traders use these levels to anticipate potential areas of price reversal or consolidation.
- **Session-Based Insights:**
By confining the analysis to a specific session, you can better understand intraday price behavior. The persistent “🎯” marker shows which levels have been tested during the session, helping you gauge the strength of support or resistance.
- **Manual Flexibility:**
Unlike automatic pivot point calculators that derive levels from previous price action, this indicator lets you input your own significant levels based on your strategy, technical analysis, or market experience.
- **Visual Clarity:**
The combination of lines, labels, and the persistent marker makes it easy to quickly identify which key levels have been breached. This can inform decisions about entries, exits, or stop-loss placements.
---
**In Summary**
The **Abid Elite Manual Pivot Points** indicator is a customizable, session-based tool for plotting and monitoring user-defined support, resistance, and pivot levels. It not only draws these levels on the chart but also visually flags (with a “🎯”) any level that gets crossed during the session. This helps traders to quickly recognize important price interactions and make more informed trading decisions based on technical analysis.
If you have any further questions about its functionality or how to integrate it into your trading strategy, feel free to ask!
ICT Gold Strategy by ViB3ZGold Market ICT Indicator
The Gold Market ICT Indicator is designed to help traders identify key levels and price action patterns commonly used in Inner Circle Trader (ICT) strategies, specifically tailored for the gold market (XAU/USD). This indicator aims to simplify the process of recognizing potential buy and sell zones, optimal entry points, and important market structure shifts in real time.
Key Features:
Liquidity Pools: The indicator highlights potential liquidity pools around key price levels. These pools are critical as they represent areas where stop orders, buy/sell orders, or institutional interest might be concentrated, often leading to significant market moves.
ICT Market Structure: The indicator marks various phases of the market structure, including:
Higher Highs and Higher Lows (Bullish Structure)
Lower Highs and Lower Lows (Bearish Structure)
Break of Structure (BoS): A break in market structure indicating a potential reversal or continuation.
Order Blocks: These are areas where institutional orders may have caused a shift in market structure. The indicator highlights both bullish and bearish order blocks that serve as potential support or resistance zones.
Fair Value Gaps (FVG): The indicator displays Fair Value Gaps, which are often areas of imbalance between the buyers and sellers in the market. These gaps can provide insight into potential price action as the market attempts to "fill" these gaps.
ICT Kill Zones: The indicator marks the time frames during which institutional activity tends to be higher. These are the key windows (such as the London or New York session open) when price volatility and movement are typically more pronounced, increasing the probability of accurate setups.
Optimal Trade Entry (OTE): The indicator calculates and marks the potential Optimal Trade Entry zones, which are derived from the Fibonacci retracement levels and aligned with institutional order flow. These zones help traders spot the most favorable risk-to-reward entry points.
Candle Patterns and Price Action Signals: The ICT Gold Market Indicator also recognizes price action signals, such as reversal candles or continuation patterns, that may indicate potential shifts in trend or upcoming moves in the market.
Usage Tips:
Traders should focus on trading when price is approaching highlighted order blocks, liquidity pools, or FVGs, especially during the ICT Kill Zone periods for higher probability setups.
Use additional confirmation like price action signals or market structure breaks (BoS) to increase trade accuracy.
Always consider the broader market context, including the overall trend direction indicated by the ICT market structure, before taking positions.
This indicator is designed to bring the power of the ICT methodology directly to your charts, simplifying decision-making and improving your trading edge in the gold market.
Maverick Henderson Indicadores
Maverick Henderson Indicators
A comprehensive technical analysis tool designed to complement the Maverick Henderson trading strategy. This multi-dimensional indicator combines several advanced technical analysis techniques:
Volume Profile Analysis
RSI Divergence Detection
Momentum Oscillator
ADX Trend Strength
Stochastic Oscillator
Advanced Swing Detection
Key Features:
Adaptive EMA tracking (10, 50, 100, 200 periods)
Squeeze Momentum indicator
Dynamic trend strength assessment
Multiple oscillator divergence detection
Customizable settings for precise market analysis
Ideal for traders seeking a holistic view of market conditions and trend potential.
// ═══════════════════════════════════════════════════════════
Indicadores Maverick Henderson
Una herramienta de análisis técnico integral diseñada para complementar la estrategia de trading Maverick Henderson. Este indicador multidimensional combina varias técnicas avanzadas de análisis técnico:
Análisis de Perfil de Volumen
Detección de Divergencias RSI
Oscilador de Momentum
Fuerza de Tendencia ADX
Oscilador Estocástico
Detección Avanzada de Oscilaciones
Características Principales:
Seguimiento adaptativo de EMA (períodos 10, 50, 100, 200)
Indicador de Momentum de Compresión
Evaluación dinámica de la fuerza de tendencia
Detección de múltiples divergencias de osciladores
Configuraciones personalizables para un análisis preciso del mercado
Ideal para traders que buscan una visión holística de las condiciones del mercado y el potencial de tendencia.
*VIP*Trend Lines, Breakouts, Triangles, Volume*VIP*Script Overview
This script provides an automated analysis of price action by identifying key technical patterns and signals. It includes trend lines, breakout alerts, triangle formations, volume analysis, candlestick patterns, and Fibonacci levels to assist with trading decisions.
Features & Functionality
📈 Trend Lines : A sloping trend line is drawn from the first bar, extending to the right. Price breakouts above or below this line are automatically flagged.
🚀 Breakout Patterns : When the price crosses the trend line, a “Take Profit Here” label is placed to highlight potential trading opportunities.
🔺 Triangle Patterns : Simulated triangle formations are drawn using horizontal lines to mark the top and bottom boundaries.
📊 Volume Analysis : Volume spikes are detected when the trading volume exceeds twice the 20-period SMA of volume.
🕯 Candlestick Patterns : Key reversal patterns like bullish and bearish engulfing formations are identified and marked on the chart.
📌 Support & Resistance Levels : Major price levels are automatically identified and plotted as dotted lines.
📐 Fibonacci Levels : Fibonacci retracement and extension levels are calculated and displayed for trend-based analysis.
How to Use
1️⃣ Add the script to your TradingView chart.
2️⃣ Adjust parameters (e.g., trend line slope, Fibonacci levels) to fit your trading strategy.
3️⃣ Look for signals like breakout alerts, volume spikes, and candlestick patterns to guide your trading decisions.
4️⃣ Customize further if needed—this script serves as a foundation for your personalized trading analysis.
If you have suggestions i am open to them.
SMA CROSS v1.01 by ScorpioneroSMA Indicator v1.01 – Multi-Timeframe Trading Tool
This vibrant and colorful indicator is an essential tool for traders, providing a bullish and bearish alert based on the crossover of SMA 10, SMA 60, and SMA 223. Designed for multi-timeframe analysis, it features a structured table displaying moving averages across multiple timeframes:
📊 Included Timeframes:
✅ 1m, 3m, 5m, 15m, 30m, 1h, 4h, 1d
🔥 Key Features:
Bullish & Bearish Alerts based on SMA crossovers
Multi-Timeframe SMA Table for quick trend analysis
Dynamic and Colorful Design to enhance visibility
Perfect for Day Traders and Swing Traders
🎯 Why Use It?
With real-time updates and clear visual cues, this indicator helps traders identify trends, confirm entries, and manage risk effectively across different timeframes.
🚀 Version 1.01 – Optimized for Smart Trading!
Fibonacci Pivot ProportionsFibonacci Pivot Proportions Indicator
The Fibonacci Pivot Proportions indicator is designed to identify and mark Fibonacci ratio levels between pivot high and pivot low points on the chart. It calculates the price range between two consecutive pivot points (high to low or vice versa) and applies common Fibonacci retracement and extension levels:
23.6%, 38.2%, 50%, 61.8%, 78.6%, 100%, 123.6%, 161.8%, 261.8%
Features:
Detects pivot highs and lows automatically.
Draws thin lines representing Fibonacci levels between pivot points.
Displays percentage labels at each Fibonacci level.
Allows customization of pivot length, line colors, label colors, and text size.
Assigns different colors to each Fibonacci ratio for better visualization.
This indicator helps traders analyze price movements and identify potential support and resistance levels based on Fibonacci proportions.
Auto sessions DrawThe Auto Sessions indicator is an advanced, lightweight, and highly efficient tool for automatically displaying trading sessions on your chart. 🎯 Designed for precision and ease of use, this indicator helps traders track the New York, London, Tokyo, and Sydney sessions effortlessly.
💡 Key Features:
✅ Lightweight & Optimized – Runs smoothly without slowing down your chart.
✅ Supports Decimal Time Zones – Perfect for countries like Iran (+3.5) and India (+5.5).
✅ Session Range Highlighting – Clearly marks the price range of each session for better analysis.
✅ Fully Customizable – Modify colors, transparency, session names, and divider lines to suit your style.
✅ Works on All Timeframes – From 1-minute to 1-month charts, ensuring accurate display.
✅ Option to Use Exchange Time Zone – Aligns with your broker’s timezone for enhanced accuracy.
✅ Clean & Professional Design – A clutter-free, intuitive interface that enhances readability.
⚡ With Auto Sessions, you no longer need to manually calculate session times! This fully automated tool detects your time zone and accurately plots global trading sessions on your chart. The result? Faster, more precise, and professional technical analysis! 🚀
Volume-Based Candle Coloringvolume candle coloring
for breakouts and ChoCh
smart money inside the candle
RSI Cross Under Strategy +15This strategy uses the Relative Strength Index (RSI) to automate trading decisions. Key features include:
Buy signals: Triggered when RSI crosses below an oversold level (default 28.5).
Position sizing: Each trade is 6.6% of total equity.
Pyramiding: Allows up to 15 additional positions on repeated signals.
Profit-taking: Closes 50% of the position when price reaches a set target (default 900% gain).
Visualization: Plots buy/sell signals, RSI, entry price, and target price on the chart.
Flexibility: Adaptable to different initial capitals and risk preferences.
The strategy aims to capitalize on oversold market conditions, with built-in risk management through position sizing. Users can optimize performance by adjusting RSI parameters, profit targets, and pyramiding limits.
Raja_MTF_RSI_StrategyLong when lower timeframe RSI is in oversold region and higher timeframe RSI is also in oversold region. Similarly short when lower timeframe RSI is in overbought region and higher timeframe RSI is also in overbought region.
Sma Indicator with Ratio (pr)SMA Indicator with Ratio (PR) is a technical analysis tool designed to provide insights into the relationship between multiple Simple Moving Averages (SMAs) across different time frames. This indicator combines three key SMAs: the 111-period SMA, 730-period SMA, and 1400-period SMA. Additionally, it introduces a ratio-based approach, where the 730-period SMA is multiplied by factors of 2, 3, 4, and 5, allowing users to analyze potential market trends and price movements in relation to different SMA levels.
What Does This Indicator Do?
The primary function of this indicator is to track the movement of prices in relation to several SMAs with varying periods. By visualizing these SMAs, users can quickly identify:
Short-term trends (111-period SMA)
Medium-term trends (730-period SMA)
Long-term trends (1400-period SMA)
Additionally, the multiplied versions of the 730-period SMA provide deeper insights into potential price reactions at different levels of market volatility.
How Does It Work?
The 111-period SMA tracks the shorter-term price trend and can be used for identifying quick market movements.
The 730-period SMA represents a longer-term trend, helping users gauge overall market sentiment and direction.
The 1400-period SMA acts as a very long-term trend line, giving users a broad perspective on the market’s movement.
The ratio-based SMAs (2x, 3x, 4x, 5x of the 730-period SMA) allow for an enhanced understanding of how the price reacts to higher or lower volatility levels. These ratios are useful for identifying key support and resistance zones in a dynamic market environment.
Why Use This Indicator?
This indicator is useful for traders and analysts who want to track the interaction of price with different moving averages, enabling them to make more informed decisions about potential trend reversals or continuations. The added ratio-based values enhance the ability to predict how the market might react at different levels.
How to Use It?
Trend Confirmation: Traders can use the indicator to confirm the direction of the market. If the price is above the 111, 730, or 1400-period SMA, it may indicate an uptrend, and if below, a downtrend.
Support/Resistance Levels: The multiplied versions of the 730-period SMA (2x, 3x, 4x, 5x) can be used as dynamic support or resistance levels. When the price approaches or crosses these levels, it might indicate a change in the trend.
Volatility Insights: By observing how the price behaves relative to these SMAs, traders can gauge market volatility. Higher multiples of the 730-period SMA can signal more volatile periods where price movements are more pronounced.
High & Low for Multiple DatesPlot high and low of important dates. These ranges are based on the high quality cycle dates
Daily Time TheoryDaily Time Theory Indicator
The Daily Time Theory indicator is a versatile tool designed exclusively for daily charts. It dynamically colors daily candles according to the day of the week using customizable colors, making it easy to visually distinguish between Monday through Friday. In addition, it provides the option to display horizontal lines for key price levels (Open, High, Low, and Close) for each day. These lines extend into the future for a user-defined number of weeks, giving traders a clear view of historical support and resistance levels.
Key Features:
Day-Based Candle Coloring:
Each weekday’s candles are automatically colored based on user-defined color settings (e.g. blue for Monday, green for Tuesday, etc.), enhancing chart clarity and enabling quick visual analysis of daily patterns.
Customizable Price Level Lines:
Traders can toggle on or off the display of the Open, High, Low, and Close price levels for each day. This allows you to focus on the specific data points that are most relevant to your trading strategy.
Extended Projections:
The indicator lets you extend the drawn price level lines for multiple weeks. This feature provides insight into historical price levels and helps identify potential support and resistance areas.
Tiny Labels for Clarity:
Each line drawn comes with a small, unobtrusive label at its far right that clearly indicates whether the line represents the Open, High, Low, or Close. This ensures that you always know which price level is being highlighted without cluttering the chart.
User-Friendly Input Grouping:
The inputs are neatly organized into groups by day, making it simple to adjust colors and toggle settings for each weekday independently.
How It Works:
The indicator automatically detects the current day on a daily chart and assigns a corresponding color to the candles.
It stores each day’s Open, High, Low, and Close values using persistent variables so that historical price levels remain visible.
When toggled on, horizontal lines representing the selected price levels are drawn across the chart. A tiny label is attached to the end of each line, indicating the type of price level.
The extended lines allow you to see how historical daily price levels may act as support or resistance in the future.
Usage Recommendations:
This indicator is best used on daily timeframes for markets with regular trading sessions. It is ideal for traders who wish to analyze intra-week price behavior, identify recurring support and resistance levels, and incorporate daily price structure into their trading strategy.
Brokerir Position Size Calculator📌 Dynamic Position Size Calculator – Brokerir Official TradingView Script 📌
By Brokerir – The Most Accurate Position Sizing Tool for Risk Management!
🔥 What is This Script?
The Dynamic Position Size Calculator is a powerful trading tool designed to help traders accurately determine their lot size based on risk percentage, stop loss distance, and account capital.
This script allows you to manually input:
✅ Order Price (Your planned entry price)
✅ Stop Loss Distance (in PIPs) (Instead of dragging SL lines manually)
✅ Take Profit Distance (in PIPs) (Set your TP easily in pips)
The script automatically calculates:
✔️ Stop Loss & Take Profit price levels
✔️ Lot size based on risk management
✔️ Trade details displayed in a stylish, moveable table on the chart
🎯 Key Features
✅ Manual Inputs for Order, Stop Loss & Take Profit in PIPs
✅ Real-Time Lot Size Calculation – Ensuring precise risk management
✅ Floating Graphical Table – Move the trade info box anywhere on the chart
✅ Automatically Calculates Stop Loss & Take Profit Price Levels
✅ No Need for Manual Price Adjustments! Just enter pips & order price
✅ Perfect for Quick Trade Setup & Risk Control
📌 How to Use the Script
1️⃣ Add the Script to Your Chart
• Click “Add to Favorites” and apply the script to your TradingView chart.
2️⃣ Enter Your Trade Setup Values
• Order Price – The price where you plan to enter the trade.
• Stop Loss Distance (PIPs) – Distance from entry price to stop loss.
• Take Profit Distance (PIPs) – Distance from entry price to take profit.
3️⃣ Adjust Risk Management Settings
• Account Capital – The amount of money in your trading account.
• Risk Percentage – The % of your capital you want to risk per trade.
4️⃣ View Trade Setup on the Chart
• Stop Loss & Take Profit Lines appear at the calculated price levels.
• Floating Trade Info Box shows your risk details, position size, and key trade metrics.
5️⃣ Move the Trade Info Box
• Adjust X & Y position to place the table wherever you want on the chart.
6️⃣ Execute the Trade with Confidence!
• Use the calculated lot size for proper risk management.
• Follow the auto-generated Stop Loss & Take Profit levels for better trade execution.
📊 Graphical Trade Info Table (On Chart)
Once you enter your trade values, a floating trade info table appears on your chart showing:
✅ Account Capital & Risk Percentage
✅ Order Price, Stop Loss & Take Profit Prices
✅ Stop Distance (PIPs) & Risk Amount in $
✅ Correct Lot Size for Trade Execution
This table can be moved freely by adjusting the X & Y values in the settings panel.
⚠️ Important Notes
🚀 Works on All Markets – Forex, Crypto, Stocks, Indices, Gold & More!
⚡ Perfect for Traders of All Levels – No complex manual calculations needed!
🔄 Real-Time Updates – The table and lot size update instantly with new inputs.
📏 No Dragging Needed! Enter values in PIPs, and let the script do the work.
🔥 Why Use This Script?
✅ Eliminates Guesswork in Lot Sizing
✅ Ensures Proper Risk Management for Every Trade
✅ Fast, Accurate & Easy to Use – Just Enter 3 Values!
✅ Fully Customizable – Move the Table & Adjust Settings to Your Preference
This script is designed to help traders execute trades with precision, proper lot sizing, and strict risk management. Use it to stay disciplined and improve your trading performance! 🚀🔥
📌 Try it Now & Optimize Your Trade Execution!
This is the most effective & user-friendly Position Sizing Calculator you’ll find.
Make your trading smarter, safer, and more efficient with this simple yet powerful tool! 🎯📊